Class TaskVariable
- java.lang.Object
-
- org.alfresco.rest.workflow.api.model.Variable
-
- org.alfresco.rest.workflow.api.model.TaskVariable
-
public class TaskVariable extends Variable
Representation of a variable used in an Activiti task.- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description TaskVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScope()
VariableScope
getVariableScope()
void
setScope(String scope)
void
setVariableScope(VariableScope variableScope)
-
-
-
Field Detail
-
scope
protected String scope
-
-
Method Detail
-
setScope
public void setScope(String scope)
-
getScope
public String getScope()
-
getVariableScope
public VariableScope getVariableScope()
-
setVariableScope
public void setVariableScope(VariableScope variableScope)
-
-