Class InsightObjectDeletedEvent
java.lang.Object
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectEvent
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectAsyncEvent
com.riadalabs.jira.plugins.insight.services.events.objects.event.InsightObjectDeletedEvent
- All Implemented Interfaces:
com.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
,com.riadalabs.jira.plugins.insight.services.events.InsightEvent
Note: Currently extends the InsightObjectAsyncEvent but is NOT annotated Asynchronous! This should be corrected in
the future, and made Asynchronous again.
- Since:
- 3.1
- Author:
- Fredrik Karbing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectAsyncEvent
getRunAsUser, getRunAsUserKey
Methods inherited from class com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectEvent
getEventCategory, getEventType, getObjectBean, getTracing, isArchivedEvent, isAttachmentAddedEvent, isAttachmentDeletedEvent, isCreatedEvent, isDeletedEvent, isRestoredEvent, isUpdatedEvent, setRunAsUser, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.riadalabs.jira.plugins.insight.services.events.InsightEvent
getEventCategory
-
Constructor Details
-
InsightObjectDeletedEvent
-