Uses of Interface
com.atlassian.confluence.api.service.finder.ManyFetcher
Packages that use ManyFetcher
Package
Description
-
Uses of ManyFetcher in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ManyFetcher -
Uses of ManyFetcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement ManyFetcherModifier and TypeClassDescriptionclass
class
class
-
Uses of ManyFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.contentModifier and TypeInterfaceDescriptionstatic interface
A finder for locating attachments.static interface
static interface
static interface
static interface
Finder interface that allows to fetchMany(PageRequest) operationstatic interface
Finder interface that allows to fetchOne() to find A versioned content.static interface
static interface
A finder for locating spaces. -
Uses of ManyFetcher in com.atlassian.confluence.api.service.content.template
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.content.templateModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Uses of ManyFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.peopleModifier and TypeInterfaceDescriptionstatic interface
A finder for locating groupsstatic interface
A finder for locating persons.static interface
A searcher for finding people based on a search term. -
Uses of ManyFetcher in com.atlassian.confluence.impl.service.finder
Classes in com.atlassian.confluence.impl.service.finder that implement ManyFetcher -
Uses of ManyFetcher in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement ManyFetcher -
Uses of ManyFetcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement ManyFetcherModifier and TypeClassDescriptionclass
class
class
-
Uses of ManyFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ManyFetcherModifier 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 ManyFetcherModifierConstructorDescriptionTransactionWrappingFinder
(SingleFetcher<T> singleFetcherDelegate, ManyFetcher<T> manyFetcherDelegate, TransactionalHostContextAccessor hostContextAccessor) -
Uses of ManyFetcher in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Classes in com.atlassian.confluence.plugins.contentproperty.spaceproperty that implement ManyFetcher