org.infoglue.cms.applications.workflowtool.actions.examples
Class CreateUser

java.lang.Object
  |
  +--org.infoglue.cms.applications.workflowtool.actions.examples.CreateUser
All Implemented Interfaces:
CustomWorkflowAction

public class CreateUser
extends java.lang.Object
implements CustomWorkflowAction


Constructor Summary
CreateUser()
           
 
Method Summary
 void invokeAction(java.lang.String callerUserName, javax.servlet.http.HttpServletRequest request, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateUser

public CreateUser()
Method Detail

invokeAction

public void invokeAction(java.lang.String callerUserName,
                         javax.servlet.http.HttpServletRequest request,
                         java.util.Map args,
                         com.opensymphony.module.propertyset.PropertySet ps)
                  throws com.opensymphony.workflow.WorkflowException
Specified by:
invokeAction in interface CustomWorkflowAction
com.opensymphony.workflow.WorkflowException