Interface IRuleChangedEvent
- All Superinterfaces:
IEvent
,ISystemEvent
,Serializable
Raised when a rules's properties are modified.
-
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
-
Method Summary
Modifier and TypeMethodDescriptionGet the container for the rule that has changedMethods 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
-
Method Details
-
getRuleContainer
IThingID getRuleContainer()Get the container for the rule that has changed- Returns:
- the URI of the rule container that has changed.
-