|
||||||||||
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.WcmMultiPanelModule
com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule
com.filenet.wcm.apps.server.ui.WcmWizardModule
com.filenet.wcm.apps.server.ui.wizard.WcmCheckinWizard
Wizard for checking in a document. This wizard adds 3 or 4 pages to complete the check-in task. When run from the document info page, it requires only 3 pages since the first page is used to select the document that the user wants to check in. The other pages allow editing the properties and security, and selecting the edited content to check in.
Nested Class Summary |
Nested classes inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
WcmWizardModule.WcmWizardPanel |
Field Summary |
Fields inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
bannerModule, footerLinksBarModule, footerModule, leftCSSClass, stepNode, stepTreeModule, summaryModule, titleBarModule |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
sequenceInit |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
currentModule, currentPanel, currentPanelNumber, panelList |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmCheckinWizard()
Constructor creates the pages. |
Method Summary | |
protected boolean |
canDeclare(boolean canDeclare,
java.lang.String docClass,
com.filenet.wcm.apps.server.presentation.util.ActionConfiguration ac,
AccessRoles accessRoles)
|
void |
cleanup()
Clean it up |
void |
completeWizard(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
configureSummary()
Writes the actual contents of the status bar. |
protected java.lang.String |
getAnchor(java.lang.String eventName,
java.lang.String sFormName,
int nId)
returns the javascript version of the submitForm tag |
WcmFileSelectWizardPage |
getFileSelectWizardPage()
Get accessor returns WcmFileSelectWizardPage |
WcmPropertiesWizardPage |
getPropertiesWizardPage()
Get accessor returns WcmPropertiesWizardPage |
WcmSecurityWizardPage |
getSecurityWizardPage()
Get accessor returns WcmSecurityWizardPage |
void |
initialize()
This method queries for the Authoring and Navigation data providers, then adds each page to the wizard. |
void |
onCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called in response to a cancel wizard request. |
void |
onComplete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onExit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the onExit event. |
void |
onFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called in response to a finish wizard request. |
void |
onLocalCopyDeleted(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the onStartPage event and initilizes the WcmClassWizardPage accordingly if the classid was already specified. |
protected void |
setIsFinished()
Goes through the pages and sets the isFinished member of WcmPage |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
addPanel, addPanelSelectionAnchor, addSummaryItem, addSummaryItem, getAnchor, getFooter, getPageBanner, getSummaryModule, getTabBar, getTextLinksBar, isBackEnabled, isFinishEnabled, isNextEnabled, isPanelEnabled, okayToProceed, onSelectPanel, render, setCancelLinkText, setCurrentPanelSelection, setFinishLinkText, setMultiPanelModuleTitle, setNextLinkText, setPreviousLinkText |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
cancelAll, onNext, onPrevious, selectPanel, selectPanel |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
addPanel, addPanel, addPanel, getCurrentModule, getCurrentPanel, getFormName, getModule, getMultiPanelModuleTitle, getMultiPanelModuleTitleString, getPanel, selectPanel, setMultiPanelModuleTitle, setMultiPanelModuleTitle |
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, 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 WcmCheckinWizard() throws java.lang.Exception
java.lang.Exception
- if there whre rerrors constructing modulesMethod Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class WcmWizardModule
java.lang.Exception
- if there were errorspublic 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 WcmWizardModule
request
- The Java™Server Pages (JSP) request object HttpServletRequestresponse
- The JSP response object HttpServletResponse
java.lang.Exception
- If there are problems retrieving data.protected void configureSummary() throws java.lang.Exception
WcmWizardModule
configureSummary
in class WcmWizardModule
java.lang.Exception
public void onCancel(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 were errorspublic void onFinish(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 were errorspublic void onExit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- HttpServletRequest object.response
- HttpServletResponse object.
java.lang.Exception
- All Exceptions.protected boolean canDeclare(boolean canDeclare, java.lang.String docClass, com.filenet.wcm.apps.server.presentation.util.ActionConfiguration ac, AccessRoles accessRoles)
public void onComplete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void onLocalCopyDeleted(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public void completeWizard(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
public WcmPropertiesWizardPage getPropertiesWizardPage()
public WcmSecurityWizardPage getSecurityWizardPage()
public WcmFileSelectWizardPage getFileSelectWizardPage()
public void cleanup() throws java.lang.Exception
java.lang.Exception
protected void setIsFinished() throws java.lang.Exception
WcmWizardModule
setIsFinished
in class WcmWizardModule
java.lang.Exception
protected java.lang.String getAnchor(java.lang.String eventName, java.lang.String sFormName, int nId) throws java.lang.Exception
getAnchor
in class WcmWizardModule
eventName
- The eventName this Anchor should call.sFormName
- The form that should be submitted by this Anchor.nId
- The Page number that this event refers to.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |