Uses of Class
com.atlassian.confluence.like.Like
Packages that use Like
Package
Description
-
Uses of Like in com.atlassian.confluence.impl.like
Methods in com.atlassian.confluence.impl.like that return LikeModifier and TypeMethodDescriptionDefaultLikeManager.addLike(ContentEntityObject contentEntity, ConfluenceUser user) Methods in com.atlassian.confluence.impl.like that return types with arguments of type LikeModifier and TypeMethodDescriptionDefaultLikeManager.getLikes(ContentEntityObject contentEntity) DefaultLikeManager.getLikes(Collection<? extends ContentEntityObject> contentEntities) -
Uses of Like in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return LikeModifier and TypeMethodDescriptionLikeManager.addLike(ContentEntityObject contentEntity, ConfluenceUser user) Add a like for the provided user.Methods in com.atlassian.confluence.like that return types with arguments of type LikeModifier and TypeMethodDescriptionLikeManager.getLikes(ContentEntityObject contentEntity) Gets all the likes for the specified content entity (likes are ordered such that recent likes come first)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 LikeModifier and TypeMethodDescriptionLikesSorter.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