@Deprecated public class RoutingTaskServiceImpl extends DefaultComponent implements RoutingTaskService
Constructor and Description |
---|
RoutingTaskServiceImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
endTask(CoreSession session,
Task task,
Map<String,Object> data,
String status)
Deprecated.
Ends a task
|
List<DocumentModel> |
getWorkflowInputDocuments(CoreSession session,
Task task)
Deprecated.
Gets the documents following the workflow to which the given task belongs
|
void |
makeRoutingTasks(CoreSession session,
List<Task> tasks)
Deprecated.
Marks the tasks as Routing tasks.
|
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public void makeRoutingTasks(CoreSession session, List<Task> tasks) throws ClientException
RoutingTaskService
This allows the related documents to be adapted to RoutingTask
.
makeRoutingTasks
in interface RoutingTaskService
session
- the sessiontasks
- the tasksClientException
public void endTask(CoreSession session, Task task, Map<String,Object> data, String status) throws DocumentRouteException
RoutingTaskService
endTask
in interface RoutingTaskService
status
- name of the button clicked to submit the task formDocumentRouteException
public List<DocumentModel> getWorkflowInputDocuments(CoreSession session, Task task) throws DocumentRouteException
RoutingTaskService
getWorkflowInputDocuments
in interface RoutingTaskService
DocumentRouteException
Copyright © 2015 Nuxeo SA. All rights reserved.