| Package | Description |
|---|---|
| org.kuali.rice.kew.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
AcknowledgeAction
AcknowledegeAction records the users acknowledgement of a document
|
class |
AdHocAction
Responsible for creating adhoc requests that are requested from the client.
|
class |
ApproveAction
The ApproveAction records and processes an approve action.
|
class |
BlanketApproveAction
Does the sync work for blanket approves requested by client apps.
|
class |
CancelAction
Cancels a document at the request of a client app.
|
class |
ClearFYIAction
ClearFYIAction deactivates the user requests.
|
class |
CompleteAction
CompleteAction records and process a complete action
The routeheader is first checked to make sure the action is valid for the document.
|
class |
DisapproveAction
Disapproves a document.
|
class |
LogDocumentActionAction
Simply records an action taken with an annotation.
|
class |
MoveDocumentAction
Returns a document to a previous node in the route.
|
class |
RecallAction |
class |
ReleaseWorkgroupAuthority
This is the inverse of the
TakeWorkgroupAuthority action. |
class |
ReturnToPreviousNodeAction
Returns a document to a previous node in the route.
|
class |
RevokeAdHocAction
The RevokeAdHocApprove revokes the specified AdHoc requests.
|
class |
RouteDocumentAction
Action that puts the document in routing.
|
class |
SaveActionEvent
Saves a document.
|
class |
SuperUserActionRequestApproveEvent
Super user Approves a single action request.
|
class |
SuperUserApproveEvent
Does a super user approve action.
|
class |
SuperUserCancelEvent
performs a cancel action as a super user
|
class |
SuperUserDisapproveEvent
Performs a disapprove as a super user
|
class |
SuperUserNodeApproveEvent
Does a node level super user approve action.
|
class |
SuperUserReturnToPreviousNodeAction
Does a return to previous as a superuser
|
class |
TakeWorkgroupAuthority
Removes all workgroup action items for a document from everyone's action list except the person
who took the workgroup authority
|
| Modifier and Type | Method and Description |
|---|---|
ActionTakenEvent |
ActionRegistryImpl.createAction(String actionCode,
List<DataDefinition> parameters) |
ActionTakenEvent |
ActionRegistry.createAction(String actionCode,
List<DataDefinition> parameters)
Constructs and returns the ActionTakenEvent implementation which can be used to invoke the
Action with the given parameters.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.