com.filenet.wcm.toolkit.server.base
Class WcmDpModule

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.WcmDpModule
All Implemented Interfaces:
WcmDpModuleInterface, WcmModuleInterface
Direct Known Subclasses:
CompoundDocumentDataProvider, HistoryDataProvider, WcmAuthoringDataProvider, WcmEProcessDataProvider, WcmNavigationDataProvider, WcmSearchDataProvider

public class WcmDpModule
extends WcmModule
implements WcmDpModuleInterface

Base implementation of WcmDpModuleInterface.


Field Summary
protected  CacheManager cache
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
WcmDpModule()
           
 
Method Summary
 java.lang.String type()
          type() returns a type name for the implemented Data Provider.
 
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, initialize, 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, initialize, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Field Detail

cache

protected CacheManager cache
Constructor Detail

WcmDpModule

public WcmDpModule()
Method Detail

type

public final java.lang.String type()
type() returns a type name for the implemented Data Provider. Each Data Provider class must have a type name that is unique among implementations.

This implementation returns this.getClass().getName().

Specified by:
type in interface WcmDpModuleInterface
Returns:
The type name as a String.


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