Uses of Interface
com.atlassian.confluence.api.service.content.ContentService.SingleContentFetcher
-
Packages that use ContentService.SingleContentFetcher Package Description com.atlassian.confluence.api.service.content com.atlassian.confluence.impl.service.finder.content -
-
Uses of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of ContentService.SingleContentFetcher in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interfaceContentService.ContentFetcherA 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 interfaceContentService.ContentFinderA finder for locating contentstatic interfaceContentService.ParameterContentFinderA content finder allowing various parameters to be set to restrict the fetched content.Methods in com.atlassian.confluence.api.service.content that return ContentService.SingleContentFetcher Modifier and Type Method Description ContentService.SingleContentFetcherContentService.ContentFinder. withId(ContentId contentId)Restrict the fetched content to that with the given ContentIdContentService.SingleContentFetcherContentService.ContentFinder. withIdAndVersion(ContentId contentId, int version)Restrict the fetched content to that matching the given versionContentService.SingleContentFetcherContentService.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.SingleContentFetcher Modifier and Type Class Description classNoopContentFinderMethods in com.atlassian.confluence.impl.service.finder.content that return ContentService.SingleContentFetcher Modifier and Type Method Description ContentService.SingleContentFetcherNoopContentFinder. withId(ContentId contentId)ContentService.SingleContentFetcherNoopContentFinder. withIdAndVersion(ContentId contentId, int version)ContentService.SingleContentFetcherNoopContentFinder. withLocator(ContentLocator locator)
-