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.ACKNOWLEDGE action 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_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_v2_1_2 adHocToPrincipal)
Deprecated.
|
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. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.