@Deprecated public class RoutingTaskServiceImpl extends DefaultComponent implements RoutingTaskService
lastModified| 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, deactivate, getAdapter, getLastModified, registerContribution, registerExtension, setLastModified, setModifiedNow, start, stop, unregisterContribution, unregisterExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderpublic RoutingTaskServiceImpl()
public void makeRoutingTasks(CoreSession session, List<Task> tasks)
RoutingTaskService
 This allows the related documents to be adapted to RoutingTask.
makeRoutingTasks in interface RoutingTaskServicesession - the sessiontasks - the taskspublic 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 © 2018 Nuxeo. All rights reserved.