@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, unregisterExtensionpublic void makeRoutingTasks(CoreSession session, List<Task> tasks) throws ClientException
RoutingTaskService
This allows the related documents to be adapted to RoutingTask.
makeRoutingTasks in interface RoutingTaskServicesession - the sessiontasks - the tasksClientExceptionpublic void endTask(CoreSession session, Task task, Map<String,Object> data, String status) throws DocumentRouteException
RoutingTaskServiceendTask in interface RoutingTaskServicestatus - name of the button clicked to submit the task formDocumentRouteExceptionpublic List<DocumentModel> getWorkflowInputDocuments(CoreSession session, Task task) throws DocumentRouteException
RoutingTaskServicegetWorkflowInputDocuments in interface RoutingTaskServiceDocumentRouteExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.