com.filenet.wcm.apps.server.ui.tree
Class ClientSideCompoundDocumentTree
- java.lang.Object
com.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.apps.server.ui.tree.ClientSideTree
com.filenet.wcm.apps.server.ui.tree.ClientSideCompoundDocumentTree
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Direct known subclasses:
- public class ClientSideCompoundDocumentTree
- extends ClientSideTree
Nested Class Summary
| Modifier and Type | Class and Description |
|---|---|
|
ClientSideCompoundDocumentTree.ComponentRelationshipItem
|
| Nested classes/interfaces inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree |
|---|
ClientSideTree.Item |
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
ds
|
| Fields inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree |
|---|
COLLATOR, controller, pageRange, pageSize |
| Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
|---|
locale, NAME_DELIMITER |
Constructor Summary
| Constructor and Description |
|---|
ClientSideCompoundDocumentTree()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
createRelationshipItem(com.filenet.api.core.ComponentRelationship cr)
|
|
|
createRootItem()
|
|
getChildren(ClientSideTree.Item parent)
|
|
initialize()
|
|
onExpand(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
|
|
setDocumentData(java.lang.String objectStoreName,java.lang.String documentId)
|
|
writeItemAttributes(java.io.Writer w,ClientSideTree.Item item)
|
|
writePaging(ClientSideTree.Item item,java.io.Writer w)
|
| Methods inherited from class com.filenet.wcm.apps.server.ui.tree.ClientSideTree |
|---|
clearRoot, getRoot, getRootAttributes, onChangePage, onCollapse, render, writeChildrenHTML, writeItem, writeItemLink, writeItemLinkBase, writeItemOnClickEvent |
| 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 |
|---|
onStartPage, 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.WcmUiModuleInterface |
|---|
onStartPage |
| 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
ds
- protected com.filenet.wcm.toolkit.server.util.WcmDataStore ds
Constructor Detail
ClientSideCompoundDocumentTree
- public ClientSideCompoundDocumentTree( )
Method Detail
setDocumentData
- public void setDocumentData(java.lang.String objectStoreName,
- java.lang.String documentId)
createRootItem
- protected ClientSideTree.Item createRootItem( )
- throws java.lang.Exception
Specified by:
createRootItem in class ClientSideTree
Throws:
java.lang.Exceptioninitialize
- public void initialize()
- throws java.lang.Exception
Called by WcmController when the module is registered, and has access to the data store.
Do "constructor" types of things here.
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class ClientSideTree
Throws:
java.lang.ExceptiongetChildren
- protected org.apache.commons.collections.map.ListOrderedMap getChildren( ClientSideTree.Item parent)
- throws java.lang.Exception
Specified by:
getChildren in class ClientSideTree
Throws:
java.lang.ExceptiononExpand
- public void onExpand(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws java.lang.Exception
Overrides:
onExpand in class ClientSideTree
Throws:
java.lang.ExceptioncreateRelationshipItem
- protected ClientSideCompoundDocumentTree.ComponentRelationshipItem createRelationshipItem( com.filenet.api.core.ComponentRelationship cr)
writeItemAttributes
- protected void writeItemAttributes( java.io.Writer w,
- ClientSideTree.Item item)
- throws java.io.IOException
Overrides:
writeItemAttributes in class ClientSideTree
Throws:
java.io.IOExceptionwritePaging
- protected void writePaging(ClientSideTree.Item item,
- java.io.Writer w)
- throws java.io.IOException
Overrides:
writePaging in class ClientSideTree
Throws:
java.io.IOException
com.filenet.wcm.toolkit.server.base.WcmModule