Uses of Class
org.alfresco.rest.workflow.api.model.TaskVariable
Packages that use TaskVariable
Package
Description
-
Uses of TaskVariable in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return TaskVariableModifier and TypeMethodDescriptionTasks.updateTaskVariable
(String taskId, TaskVariable taskVariable) Methods in org.alfresco.rest.workflow.api that return types with arguments of type TaskVariableModifier and TypeMethodDescriptionTasks.getTaskVariables
(String taskId, Paging paging, VariableScope scope) Tasks.updateTaskVariables
(String taskId, List<TaskVariable> variables) Methods in org.alfresco.rest.workflow.api with parameters of type TaskVariableModifier and TypeMethodDescriptionTasks.updateTaskVariable
(String taskId, TaskVariable taskVariable) Method parameters in org.alfresco.rest.workflow.api with type arguments of type TaskVariableModifier and TypeMethodDescriptionTasks.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 TaskVariableModifier and TypeMethodDescriptionprotected TaskVariable
TasksImpl.convertToTypedVariable
(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance) TasksImpl.updateTaskVariable
(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 TaskVariableModifier and TypeMethodDescriptionRestVariableHelper.getTaskVariables
(Map<String, Object> localVariables, Map<String, Object> globalVariables, org.alfresco.service.cmr.dictionary.TypeDefinition startFormTypeDefinition, org.alfresco.service.cmr.dictionary.TypeDefinition taskTypeDefinition) TasksImpl.getTaskVariables
(String taskId, Paging paging, VariableScope scope) TasksImpl.updateTaskVariables
(String taskId, List<TaskVariable> variables) Methods in org.alfresco.rest.workflow.api.impl with parameters of type TaskVariableModifier and TypeMethodDescriptionprotected TaskVariable
TasksImpl.convertToTypedVariable
(TaskVariable taskVariable, org.activiti.engine.task.Task taskInstance) TasksImpl.updateTaskVariable
(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 TaskVariableModifier and TypeMethodDescriptionvoid
RestVariableHelper.addTaskVariables
(List<TaskVariable> result, Map<String, Object> variables, TypeDefinitionContext context, VariableScope scope) Converts the raw variables toTaskVariable
s and adds them to the given result-list.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 TaskVariableMethod parameters in org.alfresco.rest.workflow.api.model with type arguments of type TaskVariable -
Uses of TaskVariable in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return TaskVariableModifier and TypeMethodDescriptionTaskVariablesRelation.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 TaskVariableModifier and TypeMethodDescriptionTaskVariablesRelation.create
(String taskId, List<TaskVariable> variables, Parameters parameters) Creates or updates multiple task variables.TaskVariablesRelation.readAll
(String taskId, Parameters parameters) List the tasks variables.Methods in org.alfresco.rest.workflow.api.tasks with parameters of type TaskVariableModifier and TypeMethodDescriptionTaskVariablesRelation.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 TaskVariableModifier and TypeMethodDescriptionTaskVariablesRelation.create
(String taskId, List<TaskVariable> variables, Parameters parameters) Creates or updates multiple task variables.