Uses of Class
org.alfresco.rest.workflow.api.model.Variable
-
Packages that use Variable Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.model org.alfresco.rest.workflow.api.processes -
-
Uses of Variable in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return Variable Modifier and Type Method Description Variable
Processes. updateVariable(String processId, Variable entity)
Methods in org.alfresco.rest.workflow.api that return types with arguments of type Variable Modifier and Type Method Description CollectionWithPagingInfo<Variable>
Processes. getVariables(String processId, Paging paging)
List<Variable>
Processes. updateVariables(String processId, List<Variable> variables)
Methods in org.alfresco.rest.workflow.api with parameters of type Variable Modifier and Type Method Description Variable
Processes. updateVariable(String processId, Variable entity)
Method parameters in org.alfresco.rest.workflow.api with type arguments of type Variable Modifier and Type Method Description List<Variable>
Processes. updateVariables(String processId, List<Variable> variables)
-
Uses of Variable in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return Variable Modifier and Type Method Description Variable
ProcessesImpl. 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 Variable Modifier and Type Method Description CollectionWithPagingInfo<Variable>
ProcessesImpl. getVariables(String processId, Paging paging)
List<Variable>
RestVariableHelper. getVariables(Map<String,Object> variables, TypeDefinition typeDefinition)
List<Variable>
ProcessesImpl. updateVariables(String processId, List<Variable> variables)
Methods in org.alfresco.rest.workflow.api.impl with parameters of type Variable Modifier and Type Method Description protected 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.Variable
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 Modifier and Type Method Description List<Variable>
ProcessesImpl. updateVariables(String processId, List<Variable> variables)
-
Uses of Variable in org.alfresco.rest.workflow.api.model
Subclasses of Variable in org.alfresco.rest.workflow.api.model Modifier and Type Class Description class
TaskVariable
Representation of a variable used in an Activiti task.Methods in org.alfresco.rest.workflow.api.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
ProcessInfo. getProcessVariables()
Method parameters in org.alfresco.rest.workflow.api.model with type arguments of type Variable Modifier and Type Method Description void
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 Variable Modifier and Type Method Description Variable
ProcessVariablesRelation. 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 Variable Modifier and Type Method Description List<Variable>
ProcessVariablesRelation. create(String processId, List<Variable> variables, Parameters parameters)
Creates or updates multiple variables.CollectionWithPagingInfo<Variable>
ProcessVariablesRelation. readAll(String processId, Parameters parameters)
List the variables.Methods in org.alfresco.rest.workflow.api.processes with parameters of type Variable Modifier and Type Method Description Variable
ProcessVariablesRelation. 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 Modifier and Type Method Description List<Variable>
ProcessVariablesRelation. create(String processId, List<Variable> variables, Parameters parameters)
Creates or updates multiple variables.
-