com.filenet.wcm.apps.server.ui.info.processors
Class TaskParameterModule

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.toolkit.server.ui.WcmXSLModule
                      extended bycom.filenet.wcm.apps.server.ui.info.processors.TaskParameterModule
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class TaskParameterModule
extends com.filenet.wcm.toolkit.server.ui.WcmXSLModule


Field Summary
static java.lang.String DT_PREFIX
          Defines the prefix for eProcess date/time fields in the html form
static java.lang.String EP_PREFIX
          Defines the prefix for eProcess data fields in the html form
static java.lang.String EP_STEP_COMMENT
          Defines the name of the step comment field
static java.lang.String EP_STEP_RESPONSES
          Defines the name of the step responses field
static java.lang.String EP_WORKFLOW_SUBJECT
          Defines the name of the subject field
 
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule
transformUtil
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
TaskParameterModule(int processorType, java.lang.String formName)
          Constructor
 
Method Summary
 void initialize()
          Initializes the class data.
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Adds the appropriate command button to the toolbar.
 void render(java.io.Writer w)
          Renders the class data.
 
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule
convertToNodeList, getXML, getXSLParameter, renderXSL, setXML, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter
 
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, getFormName, 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

EP_PREFIX

public static final java.lang.String EP_PREFIX
Defines the prefix for eProcess data fields in the html form

See Also:
Constant Field Values

DT_PREFIX

public static final java.lang.String DT_PREFIX
Defines the prefix for eProcess date/time fields in the html form

See Also:
Constant Field Values

EP_STEP_COMMENT

public static final java.lang.String EP_STEP_COMMENT
Defines the name of the step comment field

See Also:
Constant Field Values

EP_WORKFLOW_SUBJECT

public static final java.lang.String EP_WORKFLOW_SUBJECT
Defines the name of the subject field

See Also:
Constant Field Values

EP_STEP_RESPONSES

public static final java.lang.String EP_STEP_RESPONSES
Defines the name of the step responses field

See Also:
Constant Field Values
Constructor Detail

TaskParameterModule

public TaskParameterModule(int processorType,
                           java.lang.String formName)
                    throws java.lang.Exception
Constructor

Parameters:
processorType - Operation type (step processor or launch step processor)
formName - String holding the html form name
Throws:
java.lang.Exception
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initializes the class data.

Throws:
java.lang.Exception - If there are problems.

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Adds the appropriate command button to the toolbar.

Parameters:
request - The Java™Server Pages (JSP) request object HttpServletRequest
response - The JSP response object HttpServletResponse
Throws:
java.lang.Exception - If there are problems retrieving data.

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Renders the class data.

Parameters:
w - Writer for writing to the response object.
Throws:
java.lang.Exception - If there are problems.


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.