com.filenet.wcm.toolkit.server.base
Interface WcmDpModuleInterface
- All Superinterfaces:
- WcmModuleInterface
- All Known Implementing Classes:
- WcmDpModule
- public interface WcmDpModuleInterface
- extends WcmModuleInterface
WcmDpModuleInterface extends WcmModuleInterface and adds Data Provider specific
methods.
All Data Providers should implement the following:
- A public static String named TYPE that returns the full qualified class name of your class
- Additional methods for data access
Within the Toolkit framework, it is up to the developer to use the setModuleProperty/getModuleProperty
methods to persist state values (parameters to your methods).
Method Summary |
java.lang.String |
type()
type() returns a type name for the implemented Data Provider. |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, initialize, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
type
public 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. Typically, this
is the qualified class name of the object.
- Returns:
- The type name as a String.
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.