@Deprecated public interface RoutingTaskService
| Modifier and Type | Method and Description |
|---|---|
void |
endTask(CoreSession session,
Task task,
Map<String,Object> data,
String status)
Deprecated.
since 5.6, use DocumentRoutingService instead
|
List<DocumentModel> |
getWorkflowInputDocuments(CoreSession session,
Task task)
Deprecated.
since 5.6, use DocumentRoutingService instead
|
void |
makeRoutingTasks(CoreSession session,
List<Task> tasks)
Deprecated.
since 5.6, use DocumentRoutingService instead
|
@Deprecated void makeRoutingTasks(CoreSession session, List<Task> tasks)
This allows the related documents to be adapted to RoutingTask.
session - the sessiontasks - the tasks@Deprecated void endTask(CoreSession session, Task task, Map<String,Object> data, String status) throws DocumentRouteException
session - task - data - status - name of the button clicked to submit the task formDocumentRouteException@Deprecated List<DocumentModel> getWorkflowInputDocuments(CoreSession session, Task task) throws DocumentRouteException
session - task - DocumentRouteExceptionCopyright © 2016 Nuxeo SA. All rights reserved.