|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an event a user can subscribe to.
An ISubscriptionConditionEvent is attached to an ISubscriptionCondition.
Attributes of an ISubscriptionConditionEvent are:
- system ID associated with this event
- RID of the resource that is associated with this event
An ISubscriptionConditionEvent is similar
to an IRepositoryEvent. The only difference is that there are
fewer types of ISubscriptionConditionEvents than for
IResourceEvents.
Copyright (c) SAP AG
ISubscription,
ISubscriptionCondition,
RID,
IResourceEvent| Method Summary | |
java.lang.String |
getID()
Gets a system ID for the event. |
RID |
getRID()
Gets RID of the resource that is associated with the event. |
URI |
getURI()
Deprecated. As of EP 5.0 SP2, replaced by getRID() |
boolean |
isCollection()
Indicates whether the resource that is associated with the event is a collection. |
| Methods inherited from interface com.sapportals.wcm.repository.manager.IResourceEvent |
getResource |
| Methods inherited from interface com.sapportals.wcm.util.events.IEvent |
getDescription, getDescription, getParameter, getType, isLike |
| Method Detail |
public java.lang.String getID()
String with the system ID for this event (passed
to the notification as a language-independent 'description')public boolean isCollection()
public URI getURI()
getRID()
getRIDs() instead.URI of the associated resourcepublic RID getRID()
RID of the associated resource
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||