Uses of Interface
com.atlassian.confluence.api.service.finder.SingleFetcher
Packages that use SingleFetcher
Package
Description
-
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement SingleFetcher -
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement SingleFetcherModifier and TypeClassDescriptionclass
class
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 status -
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement SingleFetcherModifier and TypeClassDescriptionclass
class
-
Uses of SingleFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of SingleFetcher in com.atlassian.confluence.api.service.contentModifier and TypeInterfaceDescriptionstatic interface
A finder for locating attachments.static interface
A finder for locating instances of macros on contentstatic interface
static interface
static interface
static interface
static 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.static interface
static interface
Finder interface that allows to fetchOne() to find A versioned content.static interface
static interface
static interface
A finder for locating spaces.Methods in com.atlassian.confluence.api.service.content that return SingleFetcherModifier and TypeMethodDescriptionRestrict the attachment returned by the fetch methods to those with the given attachmentIdContentVersionService.VersionFinder.withIdAndVersion
(ContentId contentId, int versionNumber) When Version is set, search will find the particular version and return a single version. -
Uses of SingleFetcher in com.atlassian.confluence.api.service.content.template
Subinterfaces of SingleFetcher in com.atlassian.confluence.api.service.content.templateModifier and TypeInterfaceDescriptionstatic interface
static interface
Methods in com.atlassian.confluence.api.service.content.template that return SingleFetcherModifier and TypeMethodDescriptionContentTemplateService.TemplateFinder.withId
(ContentTemplateId contentTemplateId) -
Uses of SingleFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of SingleFetcher in com.atlassian.confluence.api.service.peopleModifier and TypeInterfaceDescriptionstatic interface
A finder for locating groupsstatic interface
A finder for locating persons.static interface
only here so that the remote person service can proxy it.Methods in com.atlassian.confluence.api.service.people that return SingleFetcherModifier and TypeMethodDescriptionRestrict the fetched group to matching the given groupName -
Uses of SingleFetcher in com.atlassian.confluence.impl.service.finder
Classes in com.atlassian.confluence.impl.service.finder that implement SingleFetcher -
Uses of SingleFetcher in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement SingleFetcher -
Uses of SingleFetcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement SingleFetcherModifier and TypeClassDescriptionclass
class
class
Methods in com.atlassian.confluence.impl.service.finder.people that return SingleFetcherModifier and TypeMethodDescription -
Uses of SingleFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement SingleFetcherModifier and TypeClassDescriptionclass
Wraps all theSingleFetcher
andManyFetcher
methods in a transaction template, so that we ensure all results are returned in (at least) the same read only transaction.Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type SingleFetcherModifierConstructorDescriptionTransactionWrappingFinder
(SingleFetcher<T> singleFetcherDelegate, ManyFetcher<T> manyFetcherDelegate, TransactionalHostContextAccessor hostContextAccessor) -
Uses of SingleFetcher in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Classes in com.atlassian.confluence.plugins.contentproperty.spaceproperty that implement SingleFetcher