Class RestVariable
java.lang.Object
org.flowable.common.rest.variable.EngineRestVariable
org.flowable.rest.service.api.engine.variable.RestVariable
Pojo representing a variable used in REST-service which defines it's name, variable, scope and type.
- Author:
- Frederik Heremans
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScope()
getScopeFromString
(String scope) void
void
setVariableScope
(RestVariable.RestVariableScope variableScope) Methods inherited from class org.flowable.common.rest.variable.EngineRestVariable
getName, getType, getValue, getValueUrl, setName, setType, setValue, setValueUrl
-
Constructor Details
-
RestVariable
public RestVariable()
-
-
Method Details
-
getVariableScope
-
setVariableScope
-
getScope
-
setScope
-
getScopeFromString
-