Uses of Class
com.atlassian.confluence.like.Like
-
Packages that use Like Package Description com.atlassian.confluence.like com.atlassian.confluence.plugins.like -
-
Uses of Like in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return Like Modifier and Type Method Description Like
DefaultLikeManager. addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
Like
LikeManager. addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)
Add a like for the provided user.Methods in com.atlassian.confluence.like that return types with arguments of type Like Modifier and Type Method Description List<Like>
DefaultLikeManager. getLikes(ContentEntityObject contentEntity)
Map<Long,List<Like>>
DefaultLikeManager. getLikes(Collection<? extends ContentEntityObject> contentEntities)
List<Like>
LikeManager. getLikes(ContentEntityObject contentEntity)
Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)Map<Long,List<Like>>
LikeManager. getLikes(Collection<? extends ContentEntityObject> contentEntities)
Gets all the likes for the specified content entities (likes are ordered such that recent likes come first). -
Uses of Like in com.atlassian.confluence.plugins.like
Methods in com.atlassian.confluence.plugins.like that return types with arguments of type Like Modifier and Type Method Description List<Like>
LikesSorter. sort(Collection<Like> likes, Set<String> followees)
Returns a sorted list of likes.Method parameters in com.atlassian.confluence.plugins.like with type arguments of type Like Modifier and Type Method Description List<Like>
LikesSorter. sort(Collection<Like> likes, Set<String> followees)
Returns a sorted list of likes.
-