SAP NetWeaver '04

com.sapportals.wcm.repository.manager
Class AbstractResourceEventMapper

[contained in: com.sap.netweaver.bc.rf.par - bc.rf.framework_api.jar]
java.lang.Object
  |
  +--com.sapportals.wcm.util.events.AbstractEventMapper
        |
        +--com.sapportals.wcm.repository.manager.AbstractResourceEventMapper
All Implemented Interfaces:
IEventMapper, IResourceEventMapper

public abstract class AbstractResourceEventMapper
extends AbstractEventMapper
implements IResourceEventMapper

A base class to derive resource event mapper implementations.

Copyright 2004 SAP AG


Fields inherited from class com.sapportals.wcm.util.events.AbstractEventMapper
CONFIG_NAME_TAG, m_ID, m_Properties
 
Constructor Summary
protected AbstractResourceEventMapper(java.lang.String id, java.util.Properties properties)
          Create a mapper with a specific id from the given properties.
 
Method Summary
 IEventList getEvents(IResourceEventBroker broker, IResource resource)
          Get a list of available mapped resource events for a given broker.
 IEvent map(IEvent event)
          Map an IEvent to another IEvent .
Note : It's a good idea, to pass the original (unmapped) event as the mapped event's parameter.
abstract  IResourceEvent map(IResourceEvent event)
          Map an IResourceEvent to another IResourceEvent .
 
Methods inherited from class com.sapportals.wcm.util.events.AbstractEventMapper
getDescription, getDescription, getEvents, getID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sapportals.wcm.util.events.IEventMapper
getDescription, getDescription, getEvents, getID
 

Constructor Detail

AbstractResourceEventMapper

protected AbstractResourceEventMapper(java.lang.String id,
                                      java.util.Properties properties)
                               throws WcmException
Create a mapper with a specific id from the given properties.
Parameters:
id - TBD: Description of the incoming method parameter
properties - TBD: Description of the incoming method parameter
Throws:
WcmException - Exception raised in failure situation
Method Detail

map

public IEvent map(IEvent event)
Description copied from interface: IEventMapper
Map an IEvent to another IEvent .
Note : It's a good idea, to pass the original (unmapped) event as the mapped event's parameter.
Specified by:
map in interface IEventMapper
Overrides:
map in class AbstractEventMapper
Following copied from interface: com.sapportals.wcm.util.events.IEventMapper
Parameters:
event - the IEvent to map.
Returns:
the mapped IEvent corresponding to the given event or null , if the event is to be ignored (not mapped).

map

public abstract IResourceEvent map(IResourceEvent event)
Description copied from interface: IResourceEventMapper
Map an IResourceEvent to another IResourceEvent .
Note : It's a good idea, to pass the original (unmapped) event as the mapped event's parameter.
Specified by:
map in interface IResourceEventMapper
Following copied from interface: com.sapportals.wcm.repository.manager.IResourceEventMapper
Parameters:
event - the IResourceEvent to map.
Returns:
the mapped IResourceEvent corresponding to the given resource event or null , if the event is to be ignored (not mapped).

getEvents

public IEventList getEvents(IResourceEventBroker broker,
                            IResource resource)
Description copied from interface: IResourceEventMapper
Get a list of available mapped resource events for a given broker.
Specified by:
getEvents in interface IResourceEventMapper
Following copied from interface: com.sapportals.wcm.repository.manager.IResourceEventMapper
Parameters:
broker - the IResourceEventBroker to get the supported resource events for.
resource - the IResource with the template to get the events for.
Returns:
the IResource EventList with all available mapped resource events.

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.