Uses of Class
org.alfresco.rest.workflow.api.model.Task
-
Packages that use Task Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.processes org.alfresco.rest.workflow.api.tasks -
-
Uses of Task in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return Task Modifier and Type Method Description TaskTasks. getTask(String taskId)TaskTasks. update(String taskId, Task task, Parameters parameters)Methods in org.alfresco.rest.workflow.api that return types with arguments of type Task Modifier and Type Method Description CollectionWithPagingInfo<Task>Tasks. getTasks(String processId, Parameters parameters)CollectionWithPagingInfo<Task>Tasks. getTasks(Parameters parameters)Methods in org.alfresco.rest.workflow.api with parameters of type Task Modifier and Type Method Description TaskTasks. update(String taskId, Task task, Parameters parameters) -
Uses of Task in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return Task Modifier and Type Method Description TaskTasksImpl. getTask(String taskId)TaskTasksImpl. update(String taskId, Task task, Parameters parameters)Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type Task Modifier and Type Method Description CollectionWithPagingInfo<Task>TasksImpl. getTasks(String processId, Parameters parameters)CollectionWithPagingInfo<Task>TasksImpl. getTasks(Parameters parameters)Methods in org.alfresco.rest.workflow.api.impl with parameters of type Task Modifier and Type Method Description protected voidTasksImpl. addVariables(Task task, Boolean includeProcessVariables, Boolean includeTaskVariables, Map<String,Object> processVariables, Map<String,Object> taskVariables, Map<String,TypeDefinition> definitionTypeMap)TaskTasksImpl. update(String taskId, Task task, Parameters parameters)protected booleanTasksImpl. updateTaskProperties(List<String> selectedProperties, Task task, org.activiti.engine.task.Task taskInstance) -
Uses of Task in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return types with arguments of type Task Modifier and Type Method Description CollectionWithPagingInfo<Task>ProcessTasksRelation. readAll(String processId, Parameters parameters)List the tasks. -
Uses of Task in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return Task Modifier and Type Method Description TaskTasksRestEntityResource. readById(String id, Parameters parameters)TaskTasksRestEntityResource. update(String id, Task entity, Parameters parameters)Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type Task Modifier and Type Method Description CollectionWithPagingInfo<Task>TasksRestEntityResource. readAll(Parameters params)Methods in org.alfresco.rest.workflow.api.tasks with parameters of type Task Modifier and Type Method Description TaskTasksRestEntityResource. update(String id, Task entity, Parameters parameters)
-