@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) throws ClientException
This allows the related documents to be adapted to RoutingTask
.
session
- the sessiontasks
- the tasksClientException
@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
- DocumentRouteException
Copyright © 2015 Nuxeo SA. All rights reserved.