| |
|
| java.lang.Object edu.iu.uis.eden.actions.ActionTakenEvent edu.iu.uis.eden.actions.AcknowledgeAction
AcknowledgeAction | public class AcknowledgeAction extends ActionTakenEvent (Code) | |
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: rkirkend author: ewestfal author: seiffert |
AcknowledgeAction | public AcknowledgeAction(DocumentRouteHeaderValue rh, WorkflowUser user)(Code) | | Parameters: rh - RouteHeader for the document upon which the action is taken. Parameters: user - User taking the action. |
AcknowledgeAction | public AcknowledgeAction(DocumentRouteHeaderValue rh, WorkflowUser user, String annotation)(Code) | | Parameters: rh - RouteHeader for the document upon which the action is taken. Parameters: user - User taking the action. Parameters: delegator - Delegator who delegated this action authority to the user. Parameters: annotation - User comment on the action taken |
requireInitiatorCheck | protected boolean requireInitiatorCheck()(Code) | | |
validateActionRules | public String validateActionRules() throws EdenUserNotFoundException(Code) | | Method to check if the Action is currently valid on the given document
returns an error message to give system better identifier for problem |
|
|
|