public interface CommentDaoInternal extends CommentDao, ObjectDaoInternal<Comment>
Modifier and Type | Method and Description |
---|---|
default PageResponse<Comment> |
getFilteredChildren(Comment comment,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the children of a comment
|
default PageResponse<Comment> |
getFilteredContainerComments(long containerId,
LimitedRequest pageRequest,
Depth depth,
Predicate<? super Comment>... predicates)
Get the comments belonging to a container
|
countAllCommentVersions, countComments, countComments, countUnresolvedComments, getById, getChildren, getContainerComments, getContainerComments, getContainerComments, getRecentlyUpdatedComments
findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, getPersistentClass, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
default PageResponse<Comment> getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)
comment
- the parent commentpageRequest
- the pagination infodepth
- the search depthpredicates
- the predicates used to filter the childrenPageResponse
object that encapsulates the children commentsdefault PageResponse<Comment> getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)
containerId
- the container's idpageRequest
- the pagination infodepth
- the search depthpredicates
- the predicates used to filter the childrenPageResponse
object that encapsulates the commentsCopyright © 2003–2023 Atlassian. All rights reserved.