| Package | Description |
|---|---|
| com.atlassian.confluence.like | |
| com.atlassian.confluence.plugins.edgeindex |
| Modifier and Type | Method and Description |
|---|---|
LikeEntity |
HibernateLikeEntityDao.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<LikeEntity> |
HibernateLikeEntityDao.getLikeEntities(Collection<? extends ContentEntityObject> contentEntities) |
| Constructor and Description |
|---|
Like(LikeEntity likeEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.fugue.Pair<ContentEntityObject,LikeEntity>> |
EdgeContentQueries.getLikesSince(Date startDate)
Get all likes associated to each content since a date in the past
|
List<com.atlassian.fugue.Pair<ContentEntityObject,LikeEntity>> |
DefaultEdgeContentQueries.getLikesSince(Date startDate) |
Copyright © 2003–2022 Atlassian. All rights reserved.