Class AsyncLikeEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.like.AsyncLikeEvent
- All Implemented Interfaces:
UserDriven
,Serializable
- Direct Known Subclasses:
AsyncLikeCreatedEvent
,AsyncLikeRemovedEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
com.atlassian.user.User
Return the user that generated the event if known.Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AsyncLikeEvent
-
-
Method Details
-
getContentId
public long getContentId() -
getOriginatingUser
public com.atlassian.user.User getOriginatingUser()Description copied from interface:UserDriven
Return the user that generated the event if known.- Specified by:
getOriginatingUser
in interfaceUserDriven
- Returns:
- User that drove an event. Null indicates either that the event was driven by the anonymous user or the system itself.
-