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
  • Field Details

    • scope

      protected String scope
  • Constructor Details

    • TaskVariable

      public TaskVariable()
  • Method Details

    • setScope

      public void setScope(String scope)
    • getScope

      public String getScope()
    • getVariableScope

      public VariableScope getVariableScope()
    • setVariableScope

      public void setVariableScope(VariableScope variableScope)