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 VariableProcesses. 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 VariableProcesses. 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 VariableProcessesImpl. updateVariable(String processId, Variable variable)protected VariableProcessesImpl. 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 voidRestVariableHelper. 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.VariableProcessesImpl. updateVariable(String processId, Variable variable)protected VariableProcessesImpl. 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 classTaskVariableRepresentation 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 voidProcessInfo. 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 VariableProcessVariablesRelation. 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 VariableProcessVariablesRelation. 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.
-