Package com.webmethods.portal.event
Interface IPortal2ThingsEvent
- All Superinterfaces:
IEvent
,INotifiableEvent
,IPortalEvent
,Serializable
- All Known Subinterfaces:
IAddEvent
,IAddReferenceEvent
,ICopyEvent
,ICopyReferenceEvent
,ICreateEvent
,IDeleteEvent
,IMoveEvent
,IMoveReferenceEvent
,IPortal3ThingsEvent
,IRemoveEvent
,IRemoveReferenceEvent
,ITransferEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
Nested classes/interfaces inherited from interface com.webmethods.portal.event.IPortalEvent
IPortalEvent.ISynchronousListener, IPortalEvent.QueueListeners, IPortalEvent.SynchronousListeners
-
Field Summary
Fields inherited from interface com.webmethods.portal.event.IPortalEvent
OPERATION_ADD, OPERATION_ALL, OPERATION_CREATE, OPERATION_DEFAULT, OPERATION_DELETE, OPERATION_GROUP_PORTAL, OPERATION_GROUP_WORKFLOW, OPERATION_MOVE, OPERATION_NO_OP, OPERATION_NONE, OPERATION_READ, OPERATION_REMOVE, OPERATION_UPDATE, STATUS_ANY, STATUS_DENIED, STATUS_ERROR, STATUS_SUCCESS
-
Method Summary
Modifier and TypeMethodDescriptionGets the containee thing id associated with the event.Gets the container thing id associated with the event.Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
Methods inherited from interface com.webmethods.portal.event.IPortalEvent
getOperation, getOperation, getOperationName, getOperationName, getOperationTemplateName, getOperationTemplateName, getRelationId, getRelationIsFrom, getStatus, getStatus, getStatusName, getStatusName, getThingId, getUserId, isDeliverable
-
Method Details
-
getContainerID
IThingID getContainerID()Gets the container thing id associated with the event.- Returns:
com.webmethods.service.meta2.thing#IThingID
of the container associated with the event
-
getContaineeID
IThingID getContaineeID()Gets the containee thing id associated with the event.- Returns:
com.webmethods.service.meta2.thing#IThingID
of the containee associated with the event
-