Uses of Class
org.alfresco.rest.workflow.api.model.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return VariableMethods in org.alfresco.rest.workflow.api that return types with arguments of type VariableModifier and TypeMethodDescriptionProcesses.getVariables
(String processId, Paging paging) Processes.updateVariables
(String processId, List<Variable> variables) Methods in org.alfresco.rest.workflow.api with parameters of type VariableMethod parameters in org.alfresco.rest.workflow.api with type arguments of type Variable -
Uses of Variable in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return VariableModifier and TypeMethodDescriptionProcessesImpl.updateVariable
(String processId, Variable variable) protected Variable
ProcessesImpl.updateVariableInProcess
(String processId, String processDefinitionId, Variable variable) Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type VariableModifier and TypeMethodDescriptionProcessesImpl.getVariables
(String processId, Paging paging) RestVariableHelper.getVariables
(Map<String, Object> variables, org.alfresco.service.cmr.dictionary.TypeDefinition typeDefinition) ProcessesImpl.updateVariables
(String processId, List<Variable> variables) Methods in org.alfresco.rest.workflow.api.impl with parameters of type VariableModifier and TypeMethodDescriptionprotected void
RestVariableHelper.setVariableValueAndType
(Variable variable, Object value, TypeDefinitionContext context) Sets the variable value with possible conversion to the correct format to be used in the response and sets the type accordingly.ProcessesImpl.updateVariable
(String processId, Variable variable) protected Variable
ProcessesImpl.updateVariableInProcess
(String processId, String processDefinitionId, Variable variable) Method parameters in org.alfresco.rest.workflow.api.impl with type arguments of type Variable -
Uses of Variable in org.alfresco.rest.workflow.api.model
Subclasses of Variable in org.alfresco.rest.workflow.api.modelModifier and TypeClassDescriptionclass
Representation of a variable used in an Activiti task.Methods in org.alfresco.rest.workflow.api.model that return types with arguments of type VariableMethod parameters in org.alfresco.rest.workflow.api.model with type arguments of type VariableModifier and TypeMethodDescriptionvoid
ProcessInfo.setProcessVariables
(List<Variable> processVariables) -
Uses of Variable in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return VariableModifier and TypeMethodDescriptionProcessVariablesRelation.update
(String processId, Variable entity, Parameters parameters) Update a variable.Methods in org.alfresco.rest.workflow.api.processes that return types with arguments of type VariableModifier and TypeMethodDescriptionProcessVariablesRelation.create
(String processId, List<Variable> variables, Parameters parameters) Creates or updates multiple variables.ProcessVariablesRelation.readAll
(String processId, Parameters parameters) List the variables.Methods in org.alfresco.rest.workflow.api.processes with parameters of type VariableModifier and TypeMethodDescriptionProcessVariablesRelation.update
(String processId, Variable entity, Parameters parameters) Update a variable.Method parameters in org.alfresco.rest.workflow.api.processes with type arguments of type Variable