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 TaskVariableTasks. updateTaskVariable(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(String taskId, Paging paging, VariableScope scope)List<TaskVariable>Tasks. updateTaskVariables(String taskId, List<TaskVariable> variables)Methods in org.alfresco.rest.workflow.api with parameters of type TaskVariable Modifier and Type Method Description TaskVariableTasks. updateTaskVariable(String taskId, TaskVariable taskVariable)Method parameters in org.alfresco.rest.workflow.api with type arguments of type TaskVariable Modifier and Type Method Description List<TaskVariable>Tasks. updateTaskVariables(String taskId, 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 TaskVariableTasksImpl. convertToTypedVariable(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance)TaskVariableTasksImpl. updateTaskVariable(String taskId, TaskVariable taskVariable)protected TaskVariableTasksImpl. 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 List<TaskVariable>RestVariableHelper. getTaskVariables(Map<String,Object> localVariables, Map<String,Object> globalVariables, TypeDefinition startFormTypeDefinition, TypeDefinition taskTypeDefinition)CollectionWithPagingInfo<TaskVariable>TasksImpl. getTaskVariables(String taskId, Paging paging, VariableScope scope)List<TaskVariable>TasksImpl. updateTaskVariables(String taskId, List<TaskVariable> variables)Methods in org.alfresco.rest.workflow.api.impl with parameters of type TaskVariable Modifier and Type Method Description protected TaskVariableTasksImpl. convertToTypedVariable(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance)TaskVariableTasksImpl. updateTaskVariable(String taskId, TaskVariable taskVariable)protected TaskVariableTasksImpl. 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 voidRestVariableHelper. 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.List<TaskVariable>TasksImpl. updateTaskVariables(String taskId, 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 List<TaskVariable>Task. getVariables()Method parameters in org.alfresco.rest.workflow.api.model with type arguments of type TaskVariable Modifier and Type Method Description voidTask. setVariables(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 TaskVariableTaskVariablesRelation. update(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 List<TaskVariable>TaskVariablesRelation. create(String taskId, List<TaskVariable> variables, Parameters parameters)Creates or updates multiple task variables.CollectionWithPagingInfo<TaskVariable>TaskVariablesRelation. readAll(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 TaskVariableTaskVariablesRelation. update(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 List<TaskVariable>TaskVariablesRelation. create(String taskId, List<TaskVariable> variables, Parameters parameters)Creates or updates multiple task variables.
-