com.filenet.wcm.toolkit.server.base

Class WcmDpModule

  1. java.lang.Object
  2. extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
  3. extended bycom.filenet.wcm.toolkit.server.base.WcmModule
  4. extended bycom.filenet.wcm.toolkit.server.base.WcmDpModule
All implemented interfaces:
WcmDpModuleInterface, WcmModuleInterface
Direct known subclasses:
CompoundDocumentDataProvider, HistoryDataProvider, WcmAuthoringDataProvider, WcmEProcessDataProvider, WcmNavigationDataProvider, WcmSearchDataProvider, WebContentDataProvider

  1. public class WcmDpModule
  2. extends WcmModule
  3. implements WcmDpModuleInterface
Base implementation of WcmDpModuleInterface.

Field Summary

Modifier and Type Field and Description
  1. protected
  2. CacheManager
cache
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER

Constructor Summary

Constructor and Description
WcmDpModule()

Method Summary

Modifier and Type Method and Description
  1. 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

  1. protected CacheManager cache

Constructor Detail

WcmDpModule

  1. public WcmDpModule()

Method Detail

type

  1. 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.