com.atlassian.confluence.event.events.like
Interface LikeEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractLikeEvent, BlogPostLikeEvent, CommentLikeEvent, ContentUnlikeEvent, PageLikeEvent

public interface LikeEvent
extends Serializable

A like event.


Method Summary
 ContentEntityObject getContent()
           
 Date getDate()
           
 com.atlassian.user.User getUser()
           
 

Method Detail

getUser

com.atlassian.user.User getUser()
Returns:
the user who initiated the like event (or the user who "performed" the "like")

getContent

ContentEntityObject getContent()
Returns:
the content that has been "liked"

getDate

Date getDate()
Returns:
the date of the event


Copyright © 2003-2012 Atlassian. All Rights Reserved.