@ParametersAreNonnullByDefault public interface CommentManagerInternal extends CommentManager
CommentManager interface; see the package-info.java for rationale.ITERATE_ALL| Modifier and Type | Method and Description | 
|---|---|
@NonNull PageResponse<Comment> | 
getChildren(Comment comment,
           LimitedRequest pageRequest,
           Depth depth,
           com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated. 
 
since 7.0.1. Use  
getFilteredChildren(Comment, LimitedRequest, Depth, Predicate[]) | 
@NonNull PageResponse<Comment> | 
getContainerComments(long containerId,
                    LimitedRequest pageRequest,
                    Depth depth,
                    com.google.common.base.Predicate<? super Comment>... predicates)
Deprecated. 
 
 | 
default @NonNull PageResponse<Comment> | 
getFilteredChildren(Comment comment,
                   LimitedRequest pageRequest,
                   Depth depth,
                   Predicate<? super Comment>... predicates)
Returns the children of a comment, limited to the pagination requested. 
 | 
default @NonNull PageResponse<Comment> | 
getFilteredContainerComments(long containerId,
                            LimitedRequest pageRequest,
                            Depth depth,
                            Predicate<? super Comment>... predicates)
Returns the children comments of a ContentEntityObject, limited to the pagination requested. 
 | 
addCommentToObject, addCommentToObject, addCommentToPage, countAllCommentVersions, countComments, countComments, countUnresolvedComments, getComment, getPageComments, getPageComments, getPageLevelComments, getRecentlyUpdatedComments, removeCommentFromObject, removeCommentFromPage, updateCommentContentgetById, getContributionStatusByUser, getNextVersion, getOtherVersion, getPageAndBlogPostsVersionsLastEditedByUser, getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts, getPreviousVersion, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getVersionHistorySummaries, getVersionsLastEditedByUser, refreshContentEntity, removeContentEntity, removeHistoricalVersion, revertContentEntityBackToVersion, saveContentEntity, saveContentEntity, saveNewVersion, saveNewVersion@Deprecated @NonNull PageResponse<Comment> getChildren(Comment comment, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
getFilteredChildren(Comment, LimitedRequest, Depth, Predicate[])comment - the comment to find children forpageRequest - the pagination requesteddepth - the depth to return children topredicates - optional predicates used to filter the commentsdefault @NonNull PageResponse<Comment> getFilteredChildren(Comment comment, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)
comment - the comment to find children forpageRequest - the pagination requesteddepth - the depth to return children topredicates - optional predicates used to filter the comments@Deprecated @NonNull PageResponse<Comment> getContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, com.google.common.base.Predicate<? super Comment>... predicates)
getFilteredContainerComments(long, LimitedRequest, Depth, Predicate[])containerId - the id of the container to find children forpageRequest - the pagination requesteddepth - the depth to return children topredicates - optional predicates used to filter the commentsdefault @NonNull PageResponse<Comment> getFilteredContainerComments(long containerId, LimitedRequest pageRequest, Depth depth, Predicate<? super Comment>... predicates)
containerId - the id of the container to find children forpageRequest - the pagination requesteddepth - the depth to return children topredicates - optional predicates used to filter the commentsCopyright © 2003–2022 Atlassian. All rights reserved.