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(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 VariableScopeTaskVariablesWalkerCallback. getScope()Methods in org.alfresco.rest.workflow.api.impl with parameters of type VariableScope Modifier and Type Method Description voidRestVariableHelper. addTaskVariables(List<TaskVariable> result, Map<String,Object> variables, TypeDefinitionContext context, VariableScope scope)Converts the raw variables toTaskVariables and adds them to the given result-list.CollectionWithPagingInfo<TaskVariable>TasksImpl. getTaskVariables(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 VariableScopeVariableScope. getScopeForValue(String scopeValue)VariableScopeTaskVariable. getVariableScope()static VariableScopeVariableScope. valueOf(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 voidTaskVariable. setVariableScope(VariableScope variableScope)
-