Interface IContentSystemEvent
- All Superinterfaces:
IEvent
,ISystemEvent
,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static class
static class
Nested classes/interfaces inherited from interface com.webmethods.portal.event.ISystemEvent
ISystemEvent.QueueListeners
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
content service was addedstatic final int
content service was set as defaultstatic final int
content service was removedstatic final int
content service was updated -
Method Summary
Modifier and TypeMethodDescriptionint
Get the action that generated this eventGet the name of the content service this message refers to.Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
Methods inherited from interface com.webmethods.portal.event.ISystemEvent
getUserID
-
Field Details
-
ACTION_CONTENT_ADDED
static final int ACTION_CONTENT_ADDEDcontent service was added- See Also:
-
ACTION_CONTENT_REMOVED
static final int ACTION_CONTENT_REMOVEDcontent service was removed- See Also:
-
ACTION_CONTENT_UPDATED
static final int ACTION_CONTENT_UPDATEDcontent service was updated- See Also:
-
ACTION_CONTENT_DEFAULT
static final int ACTION_CONTENT_DEFAULTcontent service was set as default- See Also:
-
-
Method Details
-
getServiceName
String getServiceName()Get the name of the content service this message refers to.- Returns:
-
getAction
int getAction()Get the action that generated this event- Returns:
-