| edu.iu.uis.eden.routeheader.WorkflowDocumentService
All known Subclasses: edu.iu.uis.eden.routeheader.WorkflowDocumentServiceImpl,
WorkflowDocumentService | public interface WorkflowDocumentService (Code) | | Service for initiating actions against documents. Uses from the service endpoint
for the client API.
See Also: WorkflowDocumentActions See Also: ActionTakenEvent author: rkirkend author: ewestfal |
Method Summary | |
public DocumentRouteHeaderValue | acknowledgeDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | appSpecificRouteDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String actionRequested, String routeMethodName, String annotation, Recipient rp, String responsibilityDesc, Boolean ignorePrevActions) | public DocumentRouteHeaderValue | approveDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | blanketApproval(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation, Set nodeNames) | public DocumentRouteHeaderValue | blanketApproval(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation, Integer routeLevel) | public DocumentRouteHeaderValue | cancelDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | clearFYIDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader) | public DocumentRouteHeaderValue | completeDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | createDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader) | public void | deleteDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader) | public DocumentRouteHeaderValue | disapproveDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public void | logDocumentAction(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | moveDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, MovePoint movePoint, String annotation) | public DocumentRouteHeaderValue | releaseWorkgroupAuthority(WorkflowUser user, DocumentRouteHeaderValue routeHeader, Workgroup workgroup, String annotation) | public DocumentRouteHeaderValue | returnDocumentToPreviousNode(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String destinationNodeName, String annotation) | public DocumentRouteHeaderValue | returnDocumentToPreviousRouteLevel(WorkflowUser user, DocumentRouteHeaderValue routeHeader, Integer destRouteLevel, String annotation) | public DocumentRouteHeaderValue | revokeAdHocRequests(WorkflowUser user, DocumentRouteHeaderValue document, AdHocRevoke revoke, String annotation) | public DocumentRouteHeaderValue | routeDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | saveDocument(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | saveRoutingData(WorkflowUser user, DocumentRouteHeaderValue routeHeader) | public DocumentRouteHeaderValue | superUserActionRequestApproveAction(WorkflowUser user, DocumentRouteHeaderValue routeHeader, Long actionRequestId, String annotation) | public DocumentRouteHeaderValue | superUserApprove(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | superUserCancelAction(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | superUserDisapproveAction(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String annotation) | public DocumentRouteHeaderValue | superUserNodeApproveAction(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String nodeName, String annotation) | public DocumentRouteHeaderValue | superUserReturnDocumentToPreviousNode(WorkflowUser user, DocumentRouteHeaderValue routeHeader, String nodeName, String annotation) | public DocumentRouteHeaderValue | superUserReturnDocumentToPreviousNode(WorkflowUser user, Long documentId, String nodeName, String annotation) | public void | takeMassActions(WorkflowUser user, List actionInvocations) Invokes a List of actions at once. | public DocumentRouteHeaderValue | takeWorkgroupAuthority(WorkflowUser user, DocumentRouteHeaderValue routeHeader, Workgroup workgroup, String annotation) |
takeMassActions | public void takeMassActions(WorkflowUser user, List actionInvocations)(Code) | | Invokes a List of actions at once. This method will remove the approriate action items from the user's action
list and then schedule the actual processing of the actions.
since: 2.2 |
|
|