Uses of Class
com.atlassian.confluence.like.LikeEntity
-
Packages that use LikeEntity Package Description com.atlassian.confluence.like com.atlassian.confluence.plugins.edgeindex -
-
Uses of LikeEntity in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return LikeEntity Modifier and Type Method Description LikeEntityHibernateLikeEntityDao. addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)@NonNull LikeEntityLikeEntityDao. addLike(ContentEntityObject contentEntity, com.atlassian.user.User user)Add a like on the content entity for the given user.Methods in com.atlassian.confluence.like that return types with arguments of type LikeEntity Modifier and Type Method Description List<LikeEntity>HibernateLikeEntityDao. getLikeEntities(Collection<? extends ContentEntityObject> contentEntities)@NonNull List<LikeEntity>LikeEntityDao. getLikeEntities(Collection<? extends ContentEntityObject> contentEntities)Constructors in com.atlassian.confluence.like with parameters of type LikeEntity Constructor Description Like(LikeEntity likeEntity) -
Uses of LikeEntity in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type LikeEntity Modifier and Type Method Description List<com.atlassian.fugue.Pair<ContentEntityObject,LikeEntity>>DefaultEdgeContentQueries. getLikesSince(Date startDate)List<com.atlassian.fugue.Pair<ContentEntityObject,LikeEntity>>EdgeContentQueries. getLikesSince(Date startDate)Get all likes associated to each content since a date in the past
-