com.filenet.wcm.toolkit.server.dp
Class HistoryDataProvider

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
              extended bycom.filenet.wcm.toolkit.server.dp.HistoryDataProvider
All Implemented Interfaces:
WcmDpModuleInterface, WcmModuleInterface

public class HistoryDataProvider
extends WcmDpModule

HistoryDataProvider


Field Summary
static java.lang.String EMPTY_XML
          Empty XML String
static org.w3c.dom.Document EMPTY_XML_DOCUMENT
          Empty XML Document
static java.lang.String TYPE
          Full class name
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmDpModule
cache
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
HistoryDataProvider()
           
 
Method Summary
 org.w3c.dom.Document getEvents(org.w3c.dom.Document Request)
           
 java.lang.String[] getModifiedProperties(java.lang.String objectStoreName, java.lang.String eventId)
           
 org.w3c.dom.Document getRegisteredEventsXML(java.lang.String objectStoreName, int objectType, java.lang.String objectId)
           
 org.w3c.dom.Document getSourcePropertiesXML(java.lang.String objectStoreName, java.lang.String eventId, java.lang.String[] properties)
           
 void initialize()
          Called by WcmController when the module is registered, and has access to the data store.
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpModule
type
 
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.WcmModuleInterface
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Field Detail

TYPE

public static final java.lang.String TYPE
Full class name

See Also:
Constant Field Values

EMPTY_XML

public static final java.lang.String EMPTY_XML
Empty XML String

See Also:
Constant Field Values

EMPTY_XML_DOCUMENT

public static org.w3c.dom.Document EMPTY_XML_DOCUMENT
Empty XML Document

Constructor Detail

HistoryDataProvider

public HistoryDataProvider()
Method Detail

getRegisteredEventsXML

public org.w3c.dom.Document getRegisteredEventsXML(java.lang.String objectStoreName,
                                                   int objectType,
                                                   java.lang.String objectId)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

initialize

public void initialize()
                throws java.lang.Exception
Description copied from interface: WcmModuleInterface
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 WcmModuleInterface
Overrides:
initialize in class WcmModule
Throws:
java.lang.Exception

getModifiedProperties

public java.lang.String[] getModifiedProperties(java.lang.String objectStoreName,
                                                java.lang.String eventId)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getSourcePropertiesXML

public org.w3c.dom.Document getSourcePropertiesXML(java.lang.String objectStoreName,
                                                   java.lang.String eventId,
                                                   java.lang.String[] properties)
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getEvents

public org.w3c.dom.Document getEvents(org.w3c.dom.Document Request)
                               throws java.lang.Exception
Throws:
java.lang.Exception


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