Package com.webmethods.portal.event
Interface IPortal3ThingsEvent
- All Superinterfaces:
IEvent
,INotifiableEvent
,IPortal2ThingsEvent
,IPortalEvent
,Serializable
- All Known Subinterfaces:
ICopyEvent
,ICopyReferenceEvent
,IMoveEvent
,IMoveReferenceEvent
,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 thing id of the destination container associated with this event.Gets the thing id of the source container associated with this 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.IPortal2ThingsEvent
getContaineeID, getContainerID
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
-
getSrcContainerID
IThingID getSrcContainerID()Gets the thing id of the source container associated with this event.- Returns:
IThingID
of the source container
-
getDstContainerID
IThingID getDstContainerID()Gets the thing id of the destination container associated with this event. This method returns the same thingsIPortal2ThingsEvent.getContainerID()
andIPortalEvent.getThingId()
.- Returns:
IThingID
of the destination container
-