Class LikeContext
- java.lang.Object
-
- com.atlassian.confluence.plugins.like.notifications.batch.LikeContext
-
public class LikeContext extends Object
-
-
Constructor Summary
Constructors Constructor Description LikeContext(ContentType contentType, long contentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getContentId()
ContentType
getContentType()
Set<com.atlassian.sal.api.user.UserKey>
getUserKeys()
-
-
-
Constructor Detail
-
LikeContext
public LikeContext(ContentType contentType, long contentId)
-
-
Method Detail
-
getUserKeys
public Set<com.atlassian.sal.api.user.UserKey> getUserKeys()
-
getContentType
public ContentType getContentType()
-
getContentId
public long getContentId()
-
-