|
||||||||||
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.toolkit.server.ui.WcmLayoutModule
com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule
com.filenet.wcm.apps.server.ui.select.GranteeSelect
com.filenet.wcm.apps.server.ui.operation.WcmStepReassignOperation
Displays a list of workflow participants and allows the user to select from the list a new participant to assign the step to.
Field Summary |
Fields inherited from class com.filenet.wcm.apps.server.ui.select.GranteeSelect |
CONTAINS, controller, domainName, ENDS_WITH, granteeType, GROUP_MODE, maxResults, MULTI_SELECTION_MODE, PARAM_EXCLUDE_AUTHENTICATED_USERS, PARAM_EXCLUDE_CREATOR_OWNER, PARAM_INIT_GROUPS_WITH_AUTHENTICATED_USERS, PARAM_SEARCH_MODE, PARAM_SELECT_URL, PARAM_SELECTION_MODE, PARAM_TITLE, PARAM_TITLE_TYPE, pathView, patternNotSpecified, realmXML, returnURL, searchModule, searchPattern, searchResult, searchType, searchURL, selectModule, selectURL, SINGLE_SELECTION_MODE, STARTS_WITH, textLinksBarModule, TITLE_TYPE_PRIMARY, TITLE_TYPE_SECONDARY, USER_GROUP_MODE, USER_MODE, wsStatus, wsWarning |
Fields inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
bannerModule, contextMenu, footerLinksBarModule, footerModule, leftCSSClass, MAIN_MODE, multiSelectMenu, OPERATION_MODE, renderLeftBar, showFooterLinksBar, tabBarModule, treeModule |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
jspMode, layout |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmStepReassignOperation()
Constructor |
Method Summary | |
protected void |
addCommandButton()
Adds the Continue button to exit the page. |
protected void |
addExitButton()
Adds the Exit button to exit the page. |
protected void |
addSelectModule()
Adds a select ui module. |
void |
cleanup()
Handles the controller cleanup call. |
protected java.lang.String |
getDomainName()
Returns the default domain name. |
java.lang.String |
getFormName()
Returns the form name. |
protected org.w3c.dom.Document |
getRealmList()
Returns the realm XML. |
void |
initialize()
Initializes the class data. |
void |
onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e)
Handle Banner Close event |
void |
onReassign(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event handler for the on Continue action |
void |
onSearch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the search event. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Event handler for controllers onStartPage event. |
Methods inherited from class com.filenet.wcm.apps.server.ui.select.GranteeSelect |
addSearchModule, getDefaultType, getDomainId, getGrantees, getMaxResult, getSearchMode, getSelectionMode, onAccept, onCancel, onClose, onContinue, onExit, onSubmit, renderLayout, setExcludeAuthenticatedUsers, setExcludeCreatorOwner, setHideDomainName, setOperationTitle, setOperationTitle, setPath, setSearchMode, setSelectionMode |
Methods inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
addModule, addModule, addPrimaryPageAnchors, createLayout, getAnchorTree, getBannerBar, getFooter, getFooterLinksBar, getOperationTitle, getPageTabId, getPrimaryPageAnchors, getTabBar, isAdminLinkAvailable, registerAddedModules, resetPrimaryPageAnchors, setAddContextMenu, setMode, setOperationTitle, setOperationTitle, setRemoveTreeModule, setShowFooterLinksBar, setTabBarSelection |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
getLayout, render, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmJSPModule |
getCurrentModule |
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 |
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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail |
public WcmStepReassignOperation() throws java.lang.Exception
java.lang.Exception
Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class GranteeSelect
java.lang.Exception
- If there are problems.public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
in class GranteeSelect
request
- HttpServletRequestresponse
- HttpServletResponse
java.lang.Exception
public void onReassign(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
- If there are problems retrieving data.protected void addSelectModule() throws java.lang.Exception
GranteeSelect
addSelectModule
in class GranteeSelect
java.lang.Exception
- All Exceptionspublic void onSearch(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onSearch
in class GranteeSelect
request
- The JSP request object HttpServletRequestresponse
- The JSP response object HttpServletResponse
java.lang.Exception
public void onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e) throws java.lang.Exception
e
- GlobalEvent
java.lang.Exception
public void cleanup() throws java.lang.Exception
cleanup
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
cleanup
in class GranteeSelect
java.lang.Exception
protected void addExitButton() throws java.lang.Exception
GranteeSelect
addExitButton
in class GranteeSelect
java.lang.Exception
- All exceptionsprotected void addCommandButton() throws java.lang.Exception
GranteeSelect
addCommandButton
in class GranteeSelect
java.lang.Exception
- All exceptionsprotected org.w3c.dom.Document getRealmList() throws java.lang.Exception
getRealmList
in class GranteeSelect
java.lang.Exception
- All errors.protected java.lang.String getDomainName() throws java.lang.Exception
getDomainName
in class GranteeSelect
java.lang.Exception
public java.lang.String getFormName()
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
getFormName
in class GranteeSelect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |