Uses of Class
org.kuali.rice.kew.api.action.DocumentActionResult
Packages that use DocumentActionResult
-
Uses of DocumentActionResult in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return DocumentActionResultModifier and TypeMethodDescriptionWorkflowDocumentActionsService.acknowledge(DocumentActionParameters parameters) Executes anActionType.ACKNOWLEDGEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.adHocToGroup(DocumentActionParameters parameters, AdHocToGroup adHocToGroup) Executes anActionType.ADHOC_REQUESTaction for the given group and document specified in the supplied parameters to create an ad hoc action request to the target group specified in theAdHocToGroup.WorkflowDocumentActionsService.adHocToGroup(DocumentActionParameters parameters, AdHocToGroup_v2_1_2 adHocToGroup) Deprecated.WorkflowDocumentActionsService.adHocToPrincipal(DocumentActionParameters parameters, AdHocToPrincipal adHocToPrincipal) Executes anActionType.ADHOC_REQUESTaction for the given principal and document specified in the supplied parameters to create an ad hoc action request to the target principal specified in theAdHocToPrincipal.WorkflowDocumentActionsService.adHocToPrincipal(DocumentActionParameters parameters, AdHocToPrincipal_v2_1_2 adHocToPrincipal) Deprecated.WorkflowDocumentActionsService.approve(DocumentActionParameters parameters) Executes anActionType.APPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.blanketApprove(DocumentActionParameters parameters) Triggers the execution of a fullActionType.BLANKET_APPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.blanketApproveToNodes(DocumentActionParameters parameters, Set<String> nodeNames) Triggers the execution of aActionType.BLANKET_APPROVEaction which orchestrates the document to the given set of node names for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.cancel(DocumentActionParameters parameters) Executes aActionType.CANCELaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.clearFyi(DocumentActionParameters parameters) Executes anActionType.FYIaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.complete(DocumentActionParameters parameters) Executes anActionType.COMPLETEaction for the given principal and document specified in the supplied parameters.static DocumentActionResultDocumentActionResult.create(Document document, ValidActions validActions, RequestedActions requestedActions) WorkflowDocumentActionsService.disapprove(DocumentActionParameters parameters) Executes aActionType.DISAPPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.move(DocumentActionParameters parameters, MovePoint movePoint) Triggers the execution of aActionType.MOVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.placeInExceptionRouting(DocumentActionParameters parameters) Places a document in exception routing or the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.recall(DocumentActionParameters parameters, boolean cancel) Executes aActionType.RECALLaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.releaseGroupAuthority(DocumentActionParameters parameters, String groupId) Triggers the execution of aActionType.RELEASE_GROUP_AUTHORITYaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.returnToPreviousNode(DocumentActionParameters parameters, ReturnPoint returnPoint) Triggers the execution of aActionType.RETURN_TO_PREVIOUSaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.revokeAdHocRequestById(DocumentActionParameters parameters, String actionRequestId) Executes anActionType.ADHOC_REQUEST_REVOKEaction for the given principal and document specified in the supplied parameters against the action request with the given id.WorkflowDocumentActionsService.revokeAdHocRequests(DocumentActionParameters parameters, AdHocRevoke revoke) Executes anActionType.ADHOC_REQUEST_REVOKEaction which revokes all pending ad hoc action requests that match the suppliedAdHocRevokecriteria for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.revokeAllAdHocRequests(DocumentActionParameters parameters) Executes anActionType.ADHOC_REQUEST_REVOKEaction which revokes all pending ad hoc action requests for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.route(DocumentActionParameters parameters) Submits a document that is in either the "initiated" or "saved" state to the workflow engine for processing.WorkflowDocumentActionsService.save(DocumentActionParameters parameters) Triggers the execution of aActionType.SAVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.saveDocumentData(DocumentActionParameters parameters) Triggers the execution of aActionType.SAVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserBlanketApprove(DocumentActionParameters parameters, boolean executePostProcessor) Triggers the execution of aActionType.SU_BLANKET_APPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserCancel(DocumentActionParameters parameters, boolean executePostProcessor) Triggers the execution of aActionType.SU_CANCELaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserDisapprove(DocumentActionParameters parameters, boolean executePostProcessor) Triggers the execution of aActionType.SU_DISAPPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserNodeApprove(DocumentActionParameters parameters, boolean executePostProcessor, String nodeName) Triggers the execution of aActionType.SU_APPROVEaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserReturnToPreviousNode(DocumentActionParameters parameters, boolean executePostProcessor, ReturnPoint returnPoint) Triggers the execution of aActionType.SU_RETURN_TO_PREVIOUSaction for the given principal and document specified in the supplied parameters.WorkflowDocumentActionsService.superUserTakeRequestedAction(DocumentActionParameters parameters, boolean executePostProcessor, String actionRequestId) Triggers the execution of aActionType.SU_APPROVEaction for the given actionRequestId and principal and document specified in the supplied parameters.WorkflowDocumentActionsService.takeGroupAuthority(DocumentActionParameters parameters, String groupId) Triggers the execution of aActionType.TAKE_GROUP_AUTHORITYaction for the given principal and document specified in the supplied parameters.