org.kuali.rice.edl.impl
Class UserAction
java.lang.Object
   org.kuali.rice.edl.impl.UserAction
org.kuali.rice.edl.impl.UserAction
- public class UserAction 
- extends Object
Represents a User Action in eDoc Lite.  Also contains methods
 for classifying the user action.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ACTION_CREATE
public static final String ACTION_CREATE
- See Also:
- Constant Field Values
ACTION_LOAD
public static final String ACTION_LOAD
- See Also:
- Constant Field Values
ACTION_UNDEFINED
public static final String ACTION_UNDEFINED
- See Also:
- Constant Field Values
ACTION_ROUTE
public static final String ACTION_ROUTE
- See Also:
- Constant Field Values
ACTION_APPROVE
public static final String ACTION_APPROVE
- See Also:
- Constant Field Values
ACTION_DISAPPROVE
public static final String ACTION_DISAPPROVE
- See Also:
- Constant Field Values
ACTION_CANCEL
public static final String ACTION_CANCEL
- See Also:
- Constant Field Values
ACTION_BLANKETAPPROVE
public static final String ACTION_BLANKETAPPROVE
- See Also:
- Constant Field Values
ACTION_FYI
public static final String ACTION_FYI
- See Also:
- Constant Field Values
ACTION_ACKNOWLEDGE
public static final String ACTION_ACKNOWLEDGE
- See Also:
- Constant Field Values
ACTION_SAVE
public static final String ACTION_SAVE
- See Also:
- Constant Field Values
ACTION_COMPLETE
public static final String ACTION_COMPLETE
- See Also:
- Constant Field Values
ACTION_DELETE
public static final String ACTION_DELETE
- See Also:
- Constant Field Values
ACTION_RETURN_TO_PREVIOUS
public static final String ACTION_RETURN_TO_PREVIOUS
- See Also:
- Constant Field Values
ACTION_REFRESH_FROM_LOOKUP
public static final String ACTION_REFRESH_FROM_LOOKUP
- See Also:
- Constant Field Values
ACTION_CREATE_LABEL
public static final String ACTION_CREATE_LABEL
- See Also:
- Constant Field Values
ACTION_LOAD_LABEL
public static final String ACTION_LOAD_LABEL
- See Also:
- Constant Field Values
ACTION_ROUTE_LABEL
public static final String ACTION_ROUTE_LABEL
- See Also:
- Constant Field Values
ACTION_APPROVE_LABEL
public static final String ACTION_APPROVE_LABEL
- See Also:
- Constant Field Values
ACTION_DISAPPROVE_LABEL
public static final String ACTION_DISAPPROVE_LABEL
- See Also:
- Constant Field Values
ACTION_CANCEL_LABEL
public static final String ACTION_CANCEL_LABEL
- See Also:
- Constant Field Values
ACTION_BLANKETAPPROVE_LABEL
public static final String ACTION_BLANKETAPPROVE_LABEL
- See Also:
- Constant Field Values
ACTION_FYI_LABEL
public static final String ACTION_FYI_LABEL
- See Also:
- Constant Field Values
ACTION_ACKNOWLEDGE_LABEL
public static final String ACTION_ACKNOWLEDGE_LABEL
- See Also:
- Constant Field Values
ACTION_SAVE_LABEL
public static final String ACTION_SAVE_LABEL
- See Also:
- Constant Field Values
ACTION_COMPLETE_LABEL
public static final String ACTION_COMPLETE_LABEL
- See Also:
- Constant Field Values
ACTION_DELETE_LABEL
public static final String ACTION_DELETE_LABEL
- See Also:
- Constant Field Values
ACTION_RETURN_TO_PREVIOUS_LABEL
public static final String ACTION_RETURN_TO_PREVIOUS_LABEL
- See Also:
- Constant Field Values
ACTION_REFRESH_FROM_LOOKUP_LABEL
public static final String ACTION_REFRESH_FROM_LOOKUP_LABEL
- See Also:
- Constant Field Values
LOAD_ACTIONS
public static final String[] LOAD_ACTIONS
REPLACE_VERSION_ACTIONS
public static final String[] REPLACE_VERSION_ACTIONS
VALIDATABLE_ACTIONS
public static final String[] VALIDATABLE_ACTIONS
ANNOTATABLE_ACTIONS
public static final String[] ANNOTATABLE_ACTIONS
EDITABLE_ACTIONS
public static final String[] EDITABLE_ACTIONS
UserAction
public UserAction(String action)
getAction
public String getAction()
- 
 
isLoadAction
public boolean isLoadAction()
- 
 
isIncrementVersionAction
public boolean isIncrementVersionAction()
- 
 
isReplaceVersionAction
public boolean isReplaceVersionAction()
- 
 
isValidatableAction
public boolean isValidatableAction()
- 
 
isAnnotatableAction
public boolean isAnnotatableAction()
- 
 
isEditableAction
public boolean isEditableAction()
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.