|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventMapper
An event mapper maps events to other events. This mapping takes place inside the event broker for receivers that have registered an event mapper.
Copyright (c) SAP AG 2001-2002
| Method Summary | |
|---|---|
String |
getDescription()
Get the mapper's displayable name. |
String |
getDescription(Locale locale)
Get the mapper's displayable name for a specific locale. |
IEventList |
getEvents(IEventBroker broker)
Get a list of available mapped events for a given broker. |
String |
getID()
Get the mapper's unique system id. |
IEvent |
map(IEvent event)
Map an IEvent to another IEvent . |
| Method Detail |
|---|
String getID()
String with the mapper's system id.String getDescription()
String with the mapper's displayable name.String getDescription(Locale locale)
locale - a Locale defining the language to get the name
for.
String with the mapper's displayable name in the
given locale.IEvent map(IEvent event)
IEvent to another IEvent .
event - the IEvent to map.
IEvent corresponding to the given event or
null , if the event is to be ignored (not mapped).IEventList getEvents(IEventBroker broker)
broker - the IEventBroker to get the supported events
for.
IEventList with all available mapped events.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||