org.infoglue.cms.applications.workflowtool.function
Class UserProvider

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
      extended by org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
          extended by org.infoglue.cms.applications.workflowtool.function.UserProvider
All Implemented Interfaces:
com.opensymphony.workflow.FunctionProvider

public class UserProvider
extends InfoglueFunction


Field Summary
static java.lang.String EMAIL_ATTRIBUTE
           
static java.lang.String FIRST_NAME_ATTRIBUTE
           
static java.lang.String LAST_NAME_ATTRIBUTE
           
static java.lang.String PASSWORD_ATTRIBUTE
           
static java.lang.String USER_NAME_ATTRIBUTE
           
static java.lang.String USER_PARAMETER
           
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
LOCALE_PARAMETER, PRINCIPAL_PARAMETER
 
Fields inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
ERROR_PROPERTYSET_PREFIX, FUNCTION_STATUS_PROPERTYSET_KEY, UTF8_ENCODING, WORKFLOW_PROPERTYSET_PREFIX
 
Constructor Summary
UserProvider()
           
 
Method Summary
protected  void execute()
          Executes this function.
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
execute, getLocale, getPrincipal, getRequestParameter, initialize, setFunctionStatus
 
Methods inherited from class org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
argumentExists, getArgument, getArgument, getDatabase, getLogger, getParameter, getParameter, getParameter, getParameters, getPropertySet, getPropertySetDataString, getPropertySetString, getVariableFromMaps, parameterExists, propertySetContains, removeFromPropertySet, removeFromPropertySet, setParameter, setPropertySetDataString, setPropertySetString, storeContext, throwException, throwException, translate, translateVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_PARAMETER

public static final java.lang.String USER_PARAMETER
See Also:
Constant Field Values

FIRST_NAME_ATTRIBUTE

public static final java.lang.String FIRST_NAME_ATTRIBUTE
See Also:
Constant Field Values

LAST_NAME_ATTRIBUTE

public static final java.lang.String LAST_NAME_ATTRIBUTE
See Also:
Constant Field Values

USER_NAME_ATTRIBUTE

public static final java.lang.String USER_NAME_ATTRIBUTE
See Also:
Constant Field Values

PASSWORD_ATTRIBUTE

public static final java.lang.String PASSWORD_ATTRIBUTE
See Also:
Constant Field Values

EMAIL_ATTRIBUTE

public static final java.lang.String EMAIL_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

UserProvider

public UserProvider()
Method Detail

execute

protected void execute()
                throws com.opensymphony.workflow.WorkflowException
Description copied from class: InfoglueFunction
Executes this function.

Specified by:
execute in class InfoglueFunction
Throws:
com.opensymphony.workflow.WorkflowException - if an error occurs during the execution.


Copyright © 2005 InfoGlue.org All Rights Reserved.