Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.SingleContentFetcher
Packages that use ContentService.SingleContentFetcher
Package
Description
-
Uses of ContentService.SingleContentFetcher in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement ContentService.SingleContentFetcherModifier and TypeClassDescriptionclass
class
This finder will fetch one or many contents based on different criteria, for example by their IDs or content types (PAGE, BLOG_POST, COMMENT, etc.) or by their content statusMethods in com.atlassian.confluence.api.impl.service.content.finder that return ContentService.SingleContentFetcherModifier and TypeMethodDescriptionAbstractContentFinder.withIdAndVersion
(ContentId contentId, int version) ContentFinderImpl.withLocator
(ContentLocator locator) -
Uses of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.contentModifier and TypeInterfaceDescriptionstatic interface
A content fetcher that also allows fetching many, this exists as a separate interface to allow the type system to only offer fetchMany methods when appropriate.static interface
A finder for locating contentstatic interface
A content finder allowing various parameters to be set to restrict the fetched content.Methods in com.atlassian.confluence.api.service.content that return ContentService.SingleContentFetcherModifier and TypeMethodDescriptionRestrict the fetched content to that with the given ContentIdContentService.ContentFinder.withIdAndVersion
(ContentId contentId, int version) Restrict the fetched content to that matching the given versionContentService.ContentFinder.withLocator
(ContentLocator locator) Restrict the fetched content to that matching the given ContentLocator, a ContentLocator identifies a single piece of content. -
Uses of ContentService.SingleContentFetcher in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement ContentService.SingleContentFetcherMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.SingleContentFetcherModifier and TypeMethodDescriptionNoopContentFinder.withIdAndVersion
(ContentId contentId, int version) NoopContentFinder.withLocator
(ContentLocator locator)