Uses of Class
org.alfresco.rest.workflow.api.model.TaskVariable
-
Packages that use TaskVariable Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.model org.alfresco.rest.workflow.api.tasks -
-
Uses of TaskVariable in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return TaskVariable Modifier and Type Method Description TaskVariable
Tasks. updateTaskVariable(java.lang.String taskId, TaskVariable taskVariable)
Methods in org.alfresco.rest.workflow.api that return types with arguments of type TaskVariable Modifier and Type Method Description CollectionWithPagingInfo<TaskVariable>
Tasks. getTaskVariables(java.lang.String taskId, Paging paging, VariableScope scope)
java.util.List<TaskVariable>
Tasks. updateTaskVariables(java.lang.String taskId, java.util.List<TaskVariable> variables)
Methods in org.alfresco.rest.workflow.api with parameters of type TaskVariable Modifier and Type Method Description TaskVariable
Tasks. updateTaskVariable(java.lang.String taskId, TaskVariable taskVariable)
Method parameters in org.alfresco.rest.workflow.api with type arguments of type TaskVariable Modifier and Type Method Description java.util.List<TaskVariable>
Tasks. updateTaskVariables(java.lang.String taskId, java.util.List<TaskVariable> variables)
-
Uses of TaskVariable in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return TaskVariable Modifier and Type Method Description protected TaskVariable
TasksImpl. convertToTypedVariable(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance)
TaskVariable
TasksImpl. updateTaskVariable(java.lang.String taskId, TaskVariable taskVariable)
protected TaskVariable
TasksImpl. updateVariableInTask(org.activiti.engine.task.Task taskInstance, TaskVariable taskVariable)
Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type TaskVariable Modifier and Type Method Description java.util.List<TaskVariable>
RestVariableHelper. getTaskVariables(java.util.Map<java.lang.String,java.lang.Object> localVariables, java.util.Map<java.lang.String,java.lang.Object> globalVariables, org.alfresco.service.cmr.dictionary.TypeDefinition startFormTypeDefinition, org.alfresco.service.cmr.dictionary.TypeDefinition taskTypeDefinition)
CollectionWithPagingInfo<TaskVariable>
TasksImpl. getTaskVariables(java.lang.String taskId, Paging paging, VariableScope scope)
java.util.List<TaskVariable>
TasksImpl. updateTaskVariables(java.lang.String taskId, java.util.List<TaskVariable> variables)
Methods in org.alfresco.rest.workflow.api.impl with parameters of type TaskVariable Modifier and Type Method Description protected TaskVariable
TasksImpl. convertToTypedVariable(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance)
TaskVariable
TasksImpl. updateTaskVariable(java.lang.String taskId, TaskVariable taskVariable)
protected TaskVariable
TasksImpl. updateVariableInTask(org.activiti.engine.task.Task taskInstance, TaskVariable taskVariable)
Method parameters in org.alfresco.rest.workflow.api.impl with type arguments of type TaskVariable Modifier and Type Method Description void
RestVariableHelper. addTaskVariables(java.util.List<TaskVariable> result, java.util.Map<java.lang.String,java.lang.Object> variables, TypeDefinitionContext context, VariableScope scope)
Converts the raw variables toTaskVariable
s and adds them to the given result-list.java.util.List<TaskVariable>
TasksImpl. updateTaskVariables(java.lang.String taskId, java.util.List<TaskVariable> variables)
-
Uses of TaskVariable in org.alfresco.rest.workflow.api.model
Methods in org.alfresco.rest.workflow.api.model that return types with arguments of type TaskVariable Modifier and Type Method Description java.util.List<TaskVariable>
Task. getVariables()
Method parameters in org.alfresco.rest.workflow.api.model with type arguments of type TaskVariable Modifier and Type Method Description void
Task. setVariables(java.util.List<TaskVariable> variables)
-
Uses of TaskVariable in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return TaskVariable Modifier and Type Method Description TaskVariable
TaskVariablesRelation. update(java.lang.String taskId, TaskVariable entity, Parameters parameters)
Update a task variable.Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type TaskVariable Modifier and Type Method Description java.util.List<TaskVariable>
TaskVariablesRelation. create(java.lang.String taskId, java.util.List<TaskVariable> variables, Parameters parameters)
Creates or updates multiple task variables.CollectionWithPagingInfo<TaskVariable>
TaskVariablesRelation. readAll(java.lang.String taskId, Parameters parameters)
List the tasks variables.Methods in org.alfresco.rest.workflow.api.tasks with parameters of type TaskVariable Modifier and Type Method Description TaskVariable
TaskVariablesRelation. update(java.lang.String taskId, TaskVariable entity, Parameters parameters)
Update a task variable.Method parameters in org.alfresco.rest.workflow.api.tasks with type arguments of type TaskVariable Modifier and Type Method Description java.util.List<TaskVariable>
TaskVariablesRelation. create(java.lang.String taskId, java.util.List<TaskVariable> variables, Parameters parameters)
Creates or updates multiple task variables.
-