Uses of Class
org.kuali.rice.kew.actions.ActionTakenEvent
Packages that use ActionTakenEvent
-
Uses of ActionTakenEvent in org.kuali.rice.kew.actions
Subclasses of ActionTakenEvent in org.kuali.rice.kew.actionsModifier and TypeClassDescriptionclassAcknowledegeAction records the users acknowledgement of a documentclassResponsible for creating adhoc requests that are requested from the client.classThe ApproveAction records and processes an approve action.classDoes the sync work for blanket approves requested by client apps.classCancels a document at the request of a client app.classClearFYIAction deactivates the user requests.classCompleteAction records and process a complete action The routeheader is first checked to make sure the action is valid for the document.classDisapproves a document.classSimply records an action taken with an annotation.classReturns a document to a previous node in the route.classclassThis is the inverse of theTakeWorkgroupAuthorityaction.classReturns a document to a previous node in the route.classThe RevokeAdHocApprove revokes the specified AdHoc requests.classAction that puts the document in routing.classSaves a document.classSuper user Approves a single action request.classDoes a super user approve action.classperforms a cancel action as a super userclassPerforms a disapprove as a super userclassDoes a node level super user approve action.classDoes a return to previous as a superuserclassRemoves all workgroup action items for a document from everyone's action list except the person who took the workgroup authorityMethods in org.kuali.rice.kew.actions that return ActionTakenEventModifier and TypeMethodDescriptionActionRegistry.createAction(String actionCode, List<DataDefinition> parameters) Constructs and returns the ActionTakenEvent implementation which can be used to invoke the Action with the given parameters.ActionRegistryImpl.createAction(String actionCode, List<DataDefinition> parameters)