Uses of Enum
org.alfresco.rest.workflow.api.model.VariableScope
Packages that use VariableScope
Package
Description
-
Uses of VariableScope in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api with parameters of type VariableScopeModifier and TypeMethodDescriptionTasks.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 VariableScopeMethods in org.alfresco.rest.workflow.api.impl with parameters of type VariableScopeModifier and TypeMethodDescriptionvoidRestVariableHelper.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.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 VariableScopeModifier and TypeMethodDescriptionstatic VariableScopeVariableScope.getScopeForValue(String scopeValue) TaskVariable.getVariableScope()static VariableScopeReturns 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 VariableScopeModifier and TypeMethodDescriptionvoidTaskVariable.setVariableScope(VariableScope variableScope)