Class InsightObjectAsyncEvent
java.lang.Object
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectEvent
com.riadalabs.jira.plugins.insight.services.events.objects.InsightObjectAsyncEvent
- All Implemented Interfaces:
com.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
,com.riadalabs.jira.plugins.insight.services.events.InsightEvent
- Direct Known Subclasses:
InsightObjectAttachmentEvent
,InsightObjectCommentEvent
,InsightObjectCreatedEvent
,InsightObjectDeletedEvent
,InsightObjectMovedEvent
,InsightObjectUpdatedEvent
@PublicApi
public abstract class InsightObjectAsyncEvent
extends InsightObjectEvent
implements com.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
Asynchronous Event to be published by a publisher service. (for example by the
InsightEventPublisherService
)- Since:
- 4.0
- Author:
- Fredrik Karbing
-
Method Summary
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
-
Method Details
-
getRunAsUser
- Specified by:
getRunAsUser
in interfacecom.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
- Overrides:
getRunAsUser
in classInsightObjectEvent
-
getRunAsUserKey
- Specified by:
getRunAsUserKey
in interfacecom.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
-