| |
|
| java.lang.Object edu.iu.uis.eden.actions.ActionTakenEvent edu.iu.uis.eden.actions.ApproveAction
ApproveAction | public class ApproveAction extends ActionTakenEvent (Code) | | The ApproveAction records and processes an approve action.
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 |
ApproveAction | public ApproveAction(DocumentRouteHeaderValue routeHeader, WorkflowUser user)(Code) | | Parameters: routeHeader - RouteHeader for the document upon which the action is taken. Parameters: user - User taking the action. |
ApproveAction | public ApproveAction(DocumentRouteHeaderValue routeHeader, WorkflowUser user, String annotation)(Code) | | Parameters: routeHeader - RouteHeader for the document upon which the action is taken. Parameters: user - User taking the action. Parameters: annotation - User comment on the action taken |
|
|
|