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 |
Modifier and Type | Method and Description |
---|---|
Task |
Tasks.getTask(String taskId) |
Task |
Tasks.update(String taskId,
Task task,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Task> |
Tasks.getTasks(Parameters parameters) |
CollectionWithPagingInfo<Task> |
Tasks.getTasks(String processId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Task |
Tasks.update(String taskId,
Task task,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Task |
TasksImpl.getTask(String taskId) |
Task |
TasksImpl.update(String taskId,
Task task,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Task> |
TasksImpl.getTasks(Parameters parameters) |
CollectionWithPagingInfo<Task> |
TasksImpl.getTasks(String processId,
Parameters parameters) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Task> |
ProcessTasksRelation.readAll(String processId,
Parameters parameters)
List the tasks.
|
Modifier and Type | Method and Description |
---|---|
Task |
TasksRestEntityResource.readById(String id,
Parameters parameters) |
Task |
TasksRestEntityResource.update(String id,
Task entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Task> |
TasksRestEntityResource.readAll(Parameters params) |
Modifier and Type | Method and Description |
---|---|
Task |
TasksRestEntityResource.update(String id,
Task entity,
Parameters parameters) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.