Uses of Class
com.atlassian.confluence.like.LikeEntity
Packages that use LikeEntity
-
Uses of LikeEntity in com.atlassian.confluence.like
Methods in com.atlassian.confluence.like that return LikeEntityModifier and TypeMethodDescriptionHibernateLikeEntityDao.addLike
(ContentEntityObject contentEntity, com.atlassian.user.User user) @NonNull LikeEntity
LikeEntityDao.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 LikeEntityModifier and TypeMethodDescriptionHibernateLikeEntityDao.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 -
Uses of LikeEntity in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type LikeEntityModifier and TypeMethodDescriptionList<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