|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.manager.ResourceEvent
com.sapportals.wcm.repository.manager.VariantResourceEvent
public class VariantResourceEvent
Implementation of a variant resource event.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sapportals.wcm.repository.variants.IVariantResourceEvent |
|---|
IVariantResourceEvent.EVENT_SUB_TYPE |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
VariantResourceEvent(IResource resource,
int type,
String correlationId,
Object param,
int subType,
IResource physicalResource)
|
|
| Method Summary | |
|---|---|
IResource |
getPhysicalResource()
Returns the phsysical resource attached to this event or null. |
int |
getPhysicalResourceEventSubType()
Returns the event sub-type indicating the operation performed on the physical resource if the event type is |
| Methods inherited from class com.sapportals.wcm.repository.manager.ResourceEvent |
|---|
getClientId, getCorrelationId, getDescription, getDescription, getParameter, getReceiverProperty, getResource, getResourceContext, getType, getUniqueId, isLike, setReceiverProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public VariantResourceEvent(IResource resource,
int type,
String correlationId,
Object param,
int subType,
IResource physicalResource)
resource - type - correlationId - param - subType - One of the sub-type values defined in IVariantResourceEvent.EVENT_SUB_TYPE.physicalResource - The physical resource which was modified as indicated by the sub-type.ResourceEvent.ResourceEvent(IResource, int, String, Object)| Method Detail |
|---|
public IResource getPhysicalResource()
IVariantResourceEventnull. Note: This is not always the same physical resource
associated with the logical resource of this event.ResourceEvent.CREATE_CHILD: The first physical resources
created together with a logical resource.ResourceEvent.SET:
The created, updated or deleted physical resource - see also IVariantResourceEvent.getPhysicalResourceEventSubType().ResourceEvent.PROPERTY_SET,
ResourceEvent.PROPERTY_DELETE:
The physical resource whose properties have been updated.
ResourceEvent.DELETE: null (all physical resources are
deleted when the logical resource is deleted).
getPhysicalResource in interface IVariantResourceEventpublic int getPhysicalResourceEventSubType()
IVariantResourceEventResourceEvent.SET.
- Specified by:
getPhysicalResourceEventSubType in interface IVariantResourceEvent
- Returns:
| 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.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||