org.kuali.rice.kew.edl.components
Class EstablishUserAction

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

Field Summary
static String COMMAND_PARAM
           
static String USER_ACTION_PARAM
           
 
Constructor Summary
EstablishUserAction()
           
 
Method Summary
 void updateDOM(Document dom, Element configElement, EDLContext edlContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

EstablishUserAction

public EstablishUserAction()
Method Detail

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.