Class RestVariable
- java.lang.Object
-
- org.flowable.common.rest.variable.EngineRestVariable
-
- org.flowable.cmmn.rest.service.api.engine.variable.RestVariable
-
public class RestVariable extends EngineRestVariable
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 Modifier and Type Class Description static classRestVariable.RestVariableScope
-
Constructor Summary
Constructors Constructor Description RestVariable()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScope()static RestVariable.RestVariableScopegetScopeFromString(String scope)RestVariable.RestVariableScopegetVariableScope()voidsetScope(String scope)voidsetVariableScope(RestVariable.RestVariableScope variableScope)-
Methods inherited from class org.flowable.common.rest.variable.EngineRestVariable
getName, getType, getValue, getValueUrl, setName, setType, setValue, setValueUrl
-
-
-
-
Method Detail
-
getVariableScope
public RestVariable.RestVariableScope getVariableScope()
-
setVariableScope
public void setVariableScope(RestVariable.RestVariableScope variableScope)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getScopeFromString
public static RestVariable.RestVariableScope getScopeFromString(String scope)
-
-