| Package | Description | 
|---|---|
| org.kuali.rice.kew.api.action | Copyright 2005-2015 The Kuali Foundation
 Licensed under the Educational Community License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. | 
| Modifier and Type | Method and Description | 
|---|---|
| DocumentActionResult | WorkflowDocumentActionsService. acknowledge(DocumentActionParameters parameters)Executes an  ActionType.ACKNOWLEDGEaction for the given principal and document
 specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. adHocToGroup(DocumentActionParameters parameters,
                        AdHocToGroup_v2_1_2 adHocToGroup)Deprecated.  | 
| DocumentActionResult | WorkflowDocumentActionsService. adHocToGroup(DocumentActionParameters parameters,
                        AdHocToGroup adHocToGroup)Executes an  ActionType.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. | 
| DocumentActionResult | WorkflowDocumentActionsService. adHocToPrincipal(DocumentActionParameters parameters,
                                AdHocToPrincipal_v2_1_2 adHocToPrincipal)Deprecated.  | 
| DocumentActionResult | WorkflowDocumentActionsService. adHocToPrincipal(DocumentActionParameters parameters,
                                AdHocToPrincipal adHocToPrincipal)Executes an  ActionType.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. | 
| DocumentActionResult | WorkflowDocumentActionsService. approve(DocumentActionParameters parameters)Executes an  ActionType.APPROVEaction for the given principal and document specified
 in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. blanketApprove(DocumentActionParameters parameters)Triggers the execution of a full  ActionType.BLANKET_APPROVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. blanketApproveToNodes(DocumentActionParameters parameters,
                                          Set<String> nodeNames)Triggers the execution of a  ActionType.BLANKET_APPROVEaction which orchestrates the
 document to the given set of node names for the given principal and document specified in the
 supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. cancel(DocumentActionParameters parameters)Executes a  ActionType.CANCELaction for the given principal and document specified in
 the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. clearFyi(DocumentActionParameters parameters)Executes an  ActionType.FYIaction for the given principal and document specified in
 the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. complete(DocumentActionParameters parameters)Executes an  ActionType.COMPLETEaction for the given principal and document specified
 in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. disapprove(DocumentActionParameters parameters)Executes a  ActionType.DISAPPROVEaction for the given principal and document
 specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. move(DocumentActionParameters parameters,
        MovePoint movePoint)Triggers the execution of a  ActionType.MOVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. placeInExceptionRouting(DocumentActionParameters parameters)Places a document in exception routing or the given principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. recall(DocumentActionParameters parameters,
            boolean cancel)Executes a  ActionType.RECALLaction for the given principal and document specified in
 the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. releaseGroupAuthority(DocumentActionParameters parameters,
                                          String groupId)Triggers the execution of a  ActionType.RELEASE_GROUP_AUTHORITYaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. returnToPreviousNode(DocumentActionParameters parameters,
                                        ReturnPoint returnPoint)Triggers the execution of a  ActionType.RETURN_TO_PREVIOUSaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. revokeAdHocRequestById(DocumentActionParameters parameters,
                                            String actionRequestId)Executes an  ActionType.ADHOC_REQUEST_REVOKEaction for the given principal and
 document specified in the supplied parameters against the action request with the given id. | 
| DocumentActionResult | WorkflowDocumentActionsService. revokeAdHocRequests(DocumentActionParameters parameters,
                                      AdHocRevoke revoke)Executes an  ActionType.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. | 
| DocumentActionResult | WorkflowDocumentActionsService. revokeAllAdHocRequests(DocumentActionParameters parameters)Executes an  ActionType.ADHOC_REQUEST_REVOKEaction which revokes all pending ad hoc
 action requests for the given principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. route(DocumentActionParameters parameters)Submits a document that is in either the "initiated" or "saved" state to the workflow engine
 for processing. | 
| DocumentActionResult | WorkflowDocumentActionsService. save(DocumentActionParameters parameters)Triggers the execution of a  ActionType.SAVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. saveDocumentData(DocumentActionParameters parameters)Triggers the execution of a  ActionType.SAVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserBlanketApprove(DocumentActionParameters parameters,
                                              boolean executePostProcessor)Triggers the execution of a  ActionType.SU_BLANKET_APPROVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserCancel(DocumentActionParameters parameters,
                              boolean executePostProcessor)Triggers the execution of a  ActionType.SU_CANCELaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserDisapprove(DocumentActionParameters parameters,
                                      boolean executePostProcessor)Triggers the execution of a  ActionType.SU_DISAPPROVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserNodeApprove(DocumentActionParameters parameters,
                                        boolean executePostProcessor,
                                        String nodeName)Triggers the execution of a  ActionType.SU_APPROVEaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserReturnToPreviousNode(DocumentActionParameters parameters,
                                                          boolean executePostProcessor,
                                                          ReturnPoint returnPoint)Triggers the execution of a  ActionType.SU_RETURN_TO_PREVIOUSaction for the given
 principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. superUserTakeRequestedAction(DocumentActionParameters parameters,
                                                        boolean executePostProcessor,
                                                        String actionRequestId)Triggers the execution of a  ActionType.SU_APPROVEaction for the given
 actionRequestId and principal and document specified in the supplied parameters. | 
| DocumentActionResult | WorkflowDocumentActionsService. takeGroupAuthority(DocumentActionParameters parameters,
                                    String groupId)Triggers the execution of a  ActionType.TAKE_GROUP_AUTHORITYaction for the given
 principal and document specified in the supplied parameters. | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.