| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute. |
| org.nuxeo.ecm.platform.routing.api.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRoutingService.cancelTask(CoreSession session,
String taskId)
Cancels an open task.
|
void |
DocumentRoutingService.delegateTask(CoreSession session,
String taskId,
List<String> delegatedActors,
String comment)
Reassigns the given task to the list of actors.
|
void |
RoutingTaskService.endTask(CoreSession session,
Task task,
Map<String,Object> data,
String status)
Deprecated.
since 5.6, use DocumentRoutingService instead
|
void |
DocumentRoutingService.finishTask(CoreSession session,
DocumentRoute route,
Task task,
boolean delete)
Deprecated.
// will be removed in 5.8, use completeTask instead
|
List<DocumentModel> |
RoutingTaskService.getWorkflowInputDocuments(CoreSession session,
Task task)
Deprecated.
since 5.6, use DocumentRoutingService instead
|
void |
DocumentRoutingService.reassignTask(CoreSession session,
String taskId,
List<String> actors,
String comment)
Reassigns the given task to the list of actors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentRouteAlredayLockedException |
class |
DocumentRouteNotLockedException |
Copyright © 2019 Nuxeo SA. All rights reserved.