| |
|
| java.lang.Object edu.iu.uis.eden.actions.ActionTakenEvent edu.iu.uis.eden.actions.ClearFYIAction
ClearFYIAction | public class ClearFYIAction extends ActionTakenEvent (Code) | | ClearFYIAction deactivates the user requests.
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. Any requests related to this user
are deactivated.
author: rkirkend author: ewestfal author: seiffert |
ClearFYIAction | public ClearFYIAction(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: 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 |
|
|
|