Uses of Class
org.kuali.rice.kew.api.action.DocumentActionParameters

Packages that use DocumentActionParameters
org.kuali.rice.kew.api.action Copyright 2005-2012 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. 
org.kuali.rice.kew.impl.action   
org.kuali.rice.kew.impl.document   
 

Uses of DocumentActionParameters in org.kuali.rice.kew.api.action
 

Methods in org.kuali.rice.kew.api.action that return DocumentActionParameters
 DocumentActionParameters DocumentActionParameters.Builder.build()
           
static DocumentActionParameters DocumentActionParameters.create(String documentId, String principalId)
           
static DocumentActionParameters DocumentActionParameters.create(String documentId, String principalId, String annotation)
           
 

Methods in org.kuali.rice.kew.api.action with parameters of type DocumentActionParameters
 DocumentActionResult WorkflowDocumentActionsService.acknowledge(DocumentActionParameters parameters)
          Executes an ActionType.ACKNOWLEDGE action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.adHocToGroup(DocumentActionParameters parameters, AdHocToGroup adHocToGroup)
          Executes an ActionType.ADHOC_REQUEST action for the given group and document specified in the supplied parameters to create an ad hoc action request to the target group specified in the AdHocToGroup.
 DocumentActionResult WorkflowDocumentActionsService.adHocToPrincipal(DocumentActionParameters parameters, AdHocToPrincipal adHocToPrincipal)
          Executes an ActionType.ADHOC_REQUEST action for the given principal and document specified in the supplied parameters to create an ad hoc action request to the target principal specified in the AdHocToPrincipal.
 DocumentActionResult WorkflowDocumentActionsService.approve(DocumentActionParameters parameters)
          Executes an ActionType.APPROVE action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.blanketApprove(DocumentActionParameters parameters)
          Triggers the execution of a full ActionType.BLANKET_APPROVE action 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_APPROVE action 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.CANCEL action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.clearFyi(DocumentActionParameters parameters)
          Executes an ActionType.FYI action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.complete(DocumentActionParameters parameters)
          Executes an ActionType.COMPLETE action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.disapprove(DocumentActionParameters parameters)
          Executes a ActionType.DISAPPROVE action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.move(DocumentActionParameters parameters, MovePoint movePoint)
          Triggers the execution of a ActionType.MOVE action 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.RECALL action 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_AUTHORITY action 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_PREVIOUS action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.revokeAdHocRequestById(DocumentActionParameters parameters, String actionRequestId)
          Executes an ActionType.ADHOC_REQUEST_REVOKE action 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_REVOKE action which revokes all pending ad hoc action requests that match the supplied AdHocRevoke criteria for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.revokeAllAdHocRequests(DocumentActionParameters parameters)
          Executes an ActionType.ADHOC_REQUEST_REVOKE action 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.SAVE action for the given principal and document specified in the supplied parameters.
 DocumentActionResult WorkflowDocumentActionsService.saveDocumentData(DocumentActionParameters parameters)
          Triggers the execution of a ActionType.SAVE action 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_APPROVE action 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_CANCEL action 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_DISAPPROVE action 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_APPROVE action 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_PREVIOUS action 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_APPROVE action 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_AUTHORITY action for the given principal and document specified in the supplied parameters.
 

Uses of DocumentActionParameters in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action with parameters of type DocumentActionParameters
 DocumentActionResult WorkflowDocumentActionsServiceImpl.acknowledge(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.adHocToGroup(DocumentActionParameters parameters, AdHocToGroup adHocToGroup)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.adHocToPrincipal(DocumentActionParameters parameters, AdHocToPrincipal adHocToPrincipal)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.approve(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.blanketApprove(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.blanketApproveToNodes(DocumentActionParameters parameters, Set<String> nodeNames)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.cancel(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.clearFyi(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.complete(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.disapprove(DocumentActionParameters parameters)
           
protected  DocumentActionResult WorkflowDocumentActionsServiceImpl.executeActionInternal(DocumentActionParameters parameters, WorkflowDocumentActionsServiceImpl.DocumentActionCallback callback)
           
protected  DocumentRouteHeaderValue WorkflowDocumentActionsServiceImpl.init(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.move(DocumentActionParameters parameters, MovePoint movePoint)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.placeInExceptionRouting(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.recall(DocumentActionParameters parameters, boolean cancel)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.releaseGroupAuthority(DocumentActionParameters parameters, String groupId)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.returnToPreviousNode(DocumentActionParameters parameters, ReturnPoint returnPoint)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.revokeAdHocRequestById(DocumentActionParameters parameters, String actionRequestId)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.revokeAdHocRequests(DocumentActionParameters parameters, AdHocRevoke revoke)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.revokeAllAdHocRequests(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.route(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.save(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.saveDocumentData(DocumentActionParameters parameters)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserBlanketApprove(DocumentActionParameters parameters, boolean executePostProcessor)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserCancel(DocumentActionParameters parameters, boolean executePostProcessor)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserDisapprove(DocumentActionParameters parameters, boolean executePostProcessor)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserNodeApprove(DocumentActionParameters parameters, boolean executePostProcessor, String nodeName)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserReturnToPreviousNode(DocumentActionParameters parameters, boolean executePostProcessor, ReturnPoint returnPoint)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.superUserTakeRequestedAction(DocumentActionParameters parameters, boolean executePostProcessor, String actionRequestId)
           
 DocumentActionResult WorkflowDocumentActionsServiceImpl.takeGroupAuthority(DocumentActionParameters parameters, String groupId)
           
 

Uses of DocumentActionParameters in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document that return DocumentActionParameters
protected  DocumentActionParameters WorkflowDocumentImpl.constructDocumentActionParameters(String annotation)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.