|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.toolkit.server.ui.WcmJSPModule
com.filenet.wcm.apps.server.ui.WcmWorkflowModule
UI module use to present the Workflow creation form. Allows the user the ability to configure the workflow.
Field Summary | |
static java.lang.String |
MODE_DESIGN
|
static java.lang.String |
MODE_LAUNCH
|
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmWorkflowModule()
|
Method Summary | |
java.lang.String |
getDisplayMode()
Returns the display mode |
java.lang.String |
getFormName()
Returns the form name used by WcmWorkflowModule. |
void |
initialize()
Initialize this UI module. |
void |
onAddNew(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event handler that adds a new step to the workflow |
void |
onContinue(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Save the changes |
void |
onSelectAttachment(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Used by links to redirect to secondary workflow attachment configuration page. |
void |
onSelectField(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Used by links to redirect to secondary workflow data field configuration page. |
void |
onSelectStep(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Used by links to redirect to secondary workflow step configuration page. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event handler for controllers onStartPage event. |
void |
onUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event handler that updates the list of steps. |
void |
setDisplayMode(java.lang.String mode)
Sets the display mode |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmJSPModule |
getCurrentModule, render |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule |
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule |
subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
public static final java.lang.String MODE_DESIGN
public static final java.lang.String MODE_LAUNCH
Constructor Detail |
public WcmWorkflowModule()
Method Detail |
public void initialize() throws java.lang.Exception
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequestresponse
- HttpServletResponse
java.lang.Exception
public void onSelectField(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- The jsp request object HttpServletRequestresponse
- The jsp response object HttpServletResponse
java.lang.Exception
public void onSelectAttachment(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- The jsp request object HttpServletRequestresponse
- The jsp response object HttpServletResponse
java.lang.Exception
public void onSelectStep(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- The jsp request object HttpServletRequestresponse
- The jsp response object HttpServletResponse
java.lang.Exception
public void onAddNew(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
java.lang.Exception
- If there are problems retrieving data.public void onUpdate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
java.lang.Exception
- If there are problems retrieving data.public void onContinue(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest is the JSP request object.response
- HttpServletResponse is the JSP response object.
java.lang.Exception
- If there are problems retrieving data.public java.lang.String getFormName()
public java.lang.String getDisplayMode()
public void setDisplayMode(java.lang.String mode) throws java.lang.Exception
mode
- display mode
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |