|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionTakenEvent | |
---|---|
org.kuali.rice.kew.actions |
Uses of ActionTakenEvent in org.kuali.rice.kew.actions |
---|
Subclasses of ActionTakenEvent in org.kuali.rice.kew.actions | |
---|---|
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 |
Methods in org.kuali.rice.kew.actions that return ActionTakenEvent | |
---|---|
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. |
ActionTakenEvent |
ActionRegistryImpl.createAction(String actionCode,
List<DataDefinition> parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |