org.kuali.rice.kew.edl.components
Class EstablishUserAction
java.lang.Object
org.kuali.rice.kew.edl.components.EstablishUserAction
- All Implemented Interfaces:
- EDLModelComponent
public class EstablishUserAction
- extends Object
- implements EDLModelComponent
Handles establishing what action the user submitted. It's important to normalize this because
the action could be submitted in the "userAction" request parameter, in the "command" request
parameter or not passed at all.
This is primarily important in identifying whether the submission is the first-time "load"
of a document or an action being executed against an already loaded document.
- 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 |
USER_ACTION_PARAM
public static final String USER_ACTION_PARAM
- See Also:
- Constant Field Values
COMMAND_PARAM
public static final String COMMAND_PARAM
- See Also:
- Constant Field Values
EstablishUserAction
public EstablishUserAction()
updateDOM
public void updateDOM(Document dom,
Element configElement,
EDLContext edlContext)
- Specified by:
updateDOM
in interface EDLModelComponent
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.