| |
|
| java.lang.Object edu.iu.uis.eden.actions.ActionTakenEvent edu.iu.uis.eden.actions.CompleteAction
CompleteAction | public class CompleteAction extends ActionTakenEvent (Code) | | CompleteAction records and process a complete 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 |
CompleteAction | public CompleteAction(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 |
|
|
|