org.infoglue.cms.applications.workflowtool.function
Class UserProvider
java.lang.Object
org.infoglue.cms.applications.workflowtool.util.InfoglueWorkflowBase
org.infoglue.cms.applications.workflowtool.function.InfoglueFunction
org.infoglue.cms.applications.workflowtool.function.UserProvider
- All Implemented Interfaces:
- com.opensymphony.workflow.FunctionProvider
public class UserProvider
- extends InfoglueFunction
|
Method Summary |
protected void |
execute()
Executes this function. |
| 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 |
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
UserProvider
public UserProvider()
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.