org.kuali.rice.kew.actions
Class AcknowledgeAction
java.lang.Object
   org.kuali.rice.kew.actions.ActionTakenEvent
org.kuali.rice.kew.actions.ActionTakenEvent
       org.kuali.rice.kew.actions.AcknowledgeAction
org.kuali.rice.kew.actions.AcknowledgeAction
- public class AcknowledgeAction 
- extends ActionTakenEvent
 AcknowledegeAction records the users acknowledgement of a document
 
 The routeheader is first checked to make sure the action is valid for the document.
 Next the user is checked to make sure he/she has not taken a previous action on this
 document at the actions responsibility or below. The action is recorded. Any requests
 related to this user are deactivated.
 
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
 
| Methods inherited from class org.kuali.rice.kew.actions.ActionTakenEvent | 
| filterActionRequestsByCode, findDelegatorForActionRequests, getActionPerformedCode, getActionRequestService, getActionTakenCode, getDocumentId, getGroupIdsForPrincipal, getPrincipal, getRouteHeader, isActionValid, isRunPostProcessorLogic, notifyActionTaken, notifyStatusChange, performAction, performDeferredAction, queueDocumentProcessing, saveActionTaken, saveActionTaken, saveActionTaken, saveActionTaken, setActionTakenCode, setQueueDocumentAfterAction, setRouteHeader, updateSearchableAttributesIfPossible | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AcknowledgeAction
public AcknowledgeAction(DocumentRouteHeaderValue rh,
                         PrincipalContract principal)
- Parameters:
- rh- RouteHeader for the document upon which the action is taken.
- principal- User taking the action.
AcknowledgeAction
public AcknowledgeAction(DocumentRouteHeaderValue rh,
                         PrincipalContract principal,
                         String annotation)
- Parameters:
- rh- RouteHeader for the document upon which the action is taken.
- principal- User taking the action.
- annotation- User comment on the action taken
validateActionRules
public String validateActionRules()
- Method to check if the Action is currently valid on the given document
 
- 
- Specified by:
- validateActionRulesin class- ActionTakenEvent
 
- 
- Returns:
- returns an error message to give system better identifier for problem
 
validateActionRules
public String validateActionRules(List<ActionRequestValue> actionRequests)
- 
- Specified by:
- validateActionRulesin class- ActionTakenEvent
 
- 
 
isActionCompatibleRequest
public boolean isActionCompatibleRequest(List requests)
- 
- Overrides:
- isActionCompatibleRequestin class- ActionTakenEvent
 
- 
 
recordAction
public void recordAction()
                  throws InvalidActionTakenException
- Records the Acknowldege action. - Checks to make sure the document status allows the action. - Checks that the user has not taken a previous action. - Deactivates the pending requests for this user - Records the action
 
- 
- Specified by:
- recordActionin class- ActionTakenEvent
 
- 
- Throws:
- InvalidActionTakenException
- ResourceUnavailableException
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.