|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.service.statemanagement.cm.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 | |
java.lang.String |
getDescription()
Get the Description attribute of the StatemanagementEvent object. |
java.lang.String |
getDescription(java.util.Locale locale)
Get the Description attribute of the StatemanagementEvent object. |
java.lang.String |
getName()
Deprecated. as of NW04. Please use getType() or getDescription() |
java.lang.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 topublic IResource getResource()
getResource in interface IResourceEventpublic java.lang.String getName()
public java.lang.String getDescription()
getDescription in interface IEventpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface IEventlocale - the locale to use for the language dependent descriptionpublic int getType()
getType in interface IEventpublic java.lang.Object getParameter()
getParameter in interface IEventpublic boolean isSemanticEvent()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||