Class CommentFetcher
java.lang.Object
com.atlassian.confluence.api.impl.service.content.finder.CommentFetcher
- All Implemented Interfaces:
ContentFetcher
Retrieve comments based on the pagination restrictions specified in the request
LimitedRequest
, utilizing a content finder AbstractContentFinder
- Since:
- 9.2.5
-
Constructor Summary
ConstructorsConstructorDescriptionCommentFetcher
(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, CommentManagerInternal commentManager, SpaceManager spaceManager) -
Method Summary
-
Constructor Details
-
CommentFetcher
public CommentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, CommentManagerInternal commentManager, SpaceManager spaceManager)
-
-
Method Details
-
fetch
- Specified by:
fetch
in interfaceContentFetcher
- Throws:
BadRequestException
-