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 Task
Tasks. getTask(String taskId)
Task
Tasks. 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 Task
Tasks. 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 Task
TasksImpl. getTask(String taskId)
Task
TasksImpl. 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 void
TasksImpl. addVariables(Task task, Boolean includeProcessVariables, Boolean includeTaskVariables, Map<String,Object> processVariables, Map<String,Object> taskVariables, Map<String,org.alfresco.service.cmr.dictionary.TypeDefinition> definitionTypeMap)
Task
TasksImpl. update(String taskId, Task task, Parameters parameters)
protected boolean
TasksImpl. 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 Task
TasksRestEntityResource. readById(String id, Parameters parameters)
Task
TasksRestEntityResource. 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 Task
TasksRestEntityResource. update(String id, Task entity, Parameters parameters)
-