Sepasoft MES Module Suite
Description
RESTItems object enables the user to get and set definitions as well as elements for the RESTful configuration items.
Object Functions
getDefinition()
Description
Gets the RESTful definition.
Syntax
getDefinition()
- Parameters
None
- Returns
RESTDefinition definition - The RESTful definition.
- Scope
All
getElement()
Description
Gets the RESTful element.
Syntax
getElement()
- Parameters
None
- Returns
WSElement element - The RESTful element.
- Scope
All
setDefinition(definition)
Description
Sets the RESTful definition.
Syntax
setDefinition(definition)
- Parameters
RESTDefinition definition - The RESTful definition.
- Returns
Nothing
- Scope
All
setElement()
Description
Sets the RESTful element.
Syntax
setElement(element)
- Parameters
WSElement element - The RESTful element.
- Returns
Nothing
- Scope
All
getVariable()
Description
Gets the WS variable.
Syntax
getVariable(variable)
- Parameters
None
- Returns
WSVariable variable - The web service variable to set for.
- Scope
All
setVariable(variable)
Description
Sets the WS variable.
Syntax
setVariable(variable)
- Parameters
WSVariable variable - The web service variable to set for.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite