Uses of Class
org.alfresco.rest.workflow.api.model.VariableScope
-
Packages that use VariableScope Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.model -
-
Uses of VariableScope in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api with parameters of type VariableScope Modifier and Type Method Description CollectionWithPagingInfo<TaskVariable>
Tasks. getTaskVariables(java.lang.String taskId, Paging paging, VariableScope scope)
-
Uses of VariableScope in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return VariableScope Modifier and Type Method Description VariableScope
TaskVariablesWalkerCallback. getScope()
Methods in org.alfresco.rest.workflow.api.impl with parameters of type VariableScope Modifier and Type Method Description void
RestVariableHelper. addTaskVariables(java.util.List<TaskVariable> result, java.util.Map<java.lang.String,java.lang.Object> variables, TypeDefinitionContext context, VariableScope scope)
Converts the raw variables toTaskVariable
s and adds them to the given result-list.CollectionWithPagingInfo<TaskVariable>
TasksImpl. getTaskVariables(java.lang.String taskId, Paging paging, VariableScope scope)
-
Uses of VariableScope in org.alfresco.rest.workflow.api.model
Methods in org.alfresco.rest.workflow.api.model that return VariableScope Modifier and Type Method Description static VariableScope
VariableScope. getScopeForValue(java.lang.String scopeValue)
VariableScope
TaskVariable. getVariableScope()
static VariableScope
VariableScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VariableScope[]
VariableScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.workflow.api.model with parameters of type VariableScope Modifier and Type Method Description void
TaskVariable. setVariableScope(VariableScope variableScope)
-