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, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.riadalabs.jira.plugins.insight.services.events.InsightEvent
getEventCategory
-
Method Details
-
getRunAsUser
- Specified by:
getRunAsUserin interfacecom.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent- Overrides:
getRunAsUserin classInsightObjectEvent
-
getRunAsUserKey
- Specified by:
getRunAsUserKeyin interfacecom.riadalabs.jira.plugins.insight.services.events.InsightAsyncEvent
-