org.kuali.rice.edl.impl
Class UserAction

java.lang.Object
  extended by 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)

Field Summary
static String ACTION_ACKNOWLEDGE
           
static String ACTION_ACKNOWLEDGE_LABEL
           
static String ACTION_APPROVE
           
static String ACTION_APPROVE_LABEL
           
static String ACTION_BLANKETAPPROVE
           
static String ACTION_BLANKETAPPROVE_LABEL
           
static String ACTION_CANCEL
           
static String ACTION_CANCEL_LABEL
           
static String ACTION_COMPLETE
           
static String ACTION_COMPLETE_LABEL
           
static String ACTION_CREATE
           
static String ACTION_CREATE_LABEL
           
static String ACTION_DELETE
           
static String ACTION_DELETE_LABEL
           
static String ACTION_DISAPPROVE
           
static String ACTION_DISAPPROVE_LABEL
           
static String ACTION_FYI
           
static String ACTION_FYI_LABEL
           
static String ACTION_LOAD
           
static String ACTION_LOAD_LABEL
           
static String ACTION_REFRESH_FROM_LOOKUP
           
static String ACTION_REFRESH_FROM_LOOKUP_LABEL
           
static String ACTION_RETURN_TO_PREVIOUS
           
static String ACTION_RETURN_TO_PREVIOUS_LABEL
           
static String ACTION_ROUTE
           
static String ACTION_ROUTE_LABEL
           
static String ACTION_SAVE
           
static String ACTION_SAVE_LABEL
           
static String ACTION_UNDEFINED
           
static String[] ANNOTATABLE_ACTIONS
           
static String[] EDITABLE_ACTIONS
           
static String[] LOAD_ACTIONS
           
static String[] REPLACE_VERSION_ACTIONS
           
static String[] VALIDATABLE_ACTIONS
           
 
Constructor Summary
UserAction(String action)
           
 
Method Summary
 String getAction()
           
 boolean isAnnotatableAction()
           
 boolean isEditableAction()
           
 boolean isIncrementVersionAction()
           
 boolean isLoadAction()
           
 boolean isReplaceVersionAction()
           
 boolean isValidatableAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UserAction

public UserAction(String action)
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.