public class TaskObject extends DefaultObject
Modifier and Type | Field and Description |
---|---|
static String |
BASE_QUERY |
Constructor and Description |
---|
TaskObject() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
completeTask(String taskId,
String action,
TaskCompletionRequest taskCompletionRequest) |
javax.ws.rs.core.Response |
delegateTask(String taskId,
List<String> delegatedActors,
String comment) |
Task |
getTaskById(String taskId) |
List<Task> |
getUserRelatedWorkflowTasks(String userId,
String workflowInstanceId,
String workflowModelName) |
javax.ws.rs.core.Response |
reassignTask(String taskId,
List<String> actors,
String comment) |
disptachAdapter, isAdapter
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
public static final String BASE_QUERY
public TaskObject()
public javax.ws.rs.core.Response reassignTask(String taskId, List<String> actors, String comment)
public javax.ws.rs.core.Response delegateTask(String taskId, List<String> delegatedActors, String comment)
public javax.ws.rs.core.Response completeTask(String taskId, String action, TaskCompletionRequest taskCompletionRequest)
public List<Task> getUserRelatedWorkflowTasks(String userId, String workflowInstanceId, String workflowModelName)
public Task getTaskById(String taskId)
Copyright © 2017 Nuxeo. All rights reserved.