Package com.emc.d2fs.interfaces
Interface IWorkflowContentService
- All Superinterfaces:
ID2fsService
Workflow content services.
-
Method Summary
Modifier and TypeMethodDescriptiongetTaskAttachmentDetails(Context context, String id) getWorkflowContent(Context context, String id) Get document's workflow contents as list ofNodegetWorkflowList(Context context, String supervisorName, String performerName, String documentId, List<String> templateIds, String workflowName, WorkflowStates[] workflowStates, String fromDate, String toDate, boolean overdue, SortOrder sortOrder, String widgetName) Methods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
getWorkflowContent
Get document's workflow contents as list ofNode -
getWorkflowList
default List<Node> getWorkflowList(Context context, String supervisorName, String performerName, String documentId, List<String> templateIds, String workflowName, WorkflowStates[] workflowStates, String fromDate, String toDate, boolean overdue, SortOrder sortOrder, String widgetName) throws Exception - Throws:
Exception
-
getTaskAttachmentDetails
- Throws:
Exception
-