|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.repository.service.statemanagement.cm.StatemanagementEvent
public class StatemanagementEvent
The implementation of the IStatemanagementEvent which is send to inform about state changes.
| Field Summary | |
|---|---|
static StatemanagementEvent |
ARCHIVE_TEMPLATE
|
static StatemanagementEvent |
BACK_IN_PROGRESS_TEMPLATE
|
static StatemanagementEvent |
PRE_ARCHIVE_TEMPLATE
|
static StatemanagementEvent |
PRE_BACK_IN_PROGRESS_TEMPLATE
|
static StatemanagementEvent |
PRE_PUBLISH_TEMPLATE
The event templates |
static StatemanagementEvent |
PUBLISH_TEMPLATE
|
| Fields inherited from interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementEvent |
|---|
ALL, ARCHIVE, BACK_IN_PROGRESS, PRE_ARCHIVE, PRE_BACK_IN_PROGRESS, PRE_PUBLISH, PUBLISH |
| Constructor Summary | |
|---|---|
StatemanagementEvent(int aType,
IResource aResource)
Construct object of class StatemanagementEvent. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the Description attribute of the StatemanagementEvent object. |
String |
getDescription(Locale locale)
Get the Description attribute of the StatemanagementEvent object. |
String |
getName()
Deprecated. as of NW04. Please use getType() or getDescription() |
Object |
getParameter()
Get the Parameter attribute of the StatemanagementEvent object. |
IResource |
getResource()
Get the Resource attribute of the StatemanagementEvent object. |
int |
getType()
Get the Type attribute of the StatemanagementEvent object. |
boolean |
isLike(IEvent template)
Compares the event to a template event like isInstanceOf() |
boolean |
isSemanticEvent()
Get the SemanticEvent attribute of the StatemanagementEvent object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StatemanagementEvent PRE_PUBLISH_TEMPLATE
public static final StatemanagementEvent PRE_ARCHIVE_TEMPLATE
public static final StatemanagementEvent PRE_BACK_IN_PROGRESS_TEMPLATE
public static final StatemanagementEvent PUBLISH_TEMPLATE
public static final StatemanagementEvent ARCHIVE_TEMPLATE
public static final StatemanagementEvent BACK_IN_PROGRESS_TEMPLATE
| Constructor Detail |
|---|
public StatemanagementEvent(int aType,
IResource aResource)
aType - The type of the event as defined int IStatemanagementEvent aResource - The resource to send the event for| Method Detail |
|---|
public boolean isLike(IEvent template)
isLike in interface IEventtemplate - the template event to compare this event to
public IResource getResource()
getResource in interface IResourceEventpublic String getName()
public String getDescription()
getDescription in interface IEventpublic String getDescription(Locale locale)
getDescription in interface IEventlocale - the locale to use for the language dependent description
public int getType()
getType in interface IEventpublic Object getParameter()
getParameter in interface IEventpublic boolean isSemanticEvent()
| 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.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||