Uses of Interface
com.atlassian.confluence.api.service.finder.ManyFetcher
-
-
Uses of ManyFetcher in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement ManyFetcher Modifier and Type Class Description class
SpaceServiceImpl.SpaceFinderImpl
-
Uses of ManyFetcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement ManyFetcher Modifier and Type Class Description class
GroupServiceImpl.GroupFinderImpl
class
PersonServiceImpl.PersonFinderImpl
class
PersonServiceImpl.PersonSearcherImpl
-
Uses of ManyFetcher in com.atlassian.confluence.api.service.audit
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.audit Modifier and Type Interface Description static interface
AuditService.AuditRecordFinder
Deprecated.since 7.5.0. -
Uses of ManyFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interface
AttachmentService.AttachmentFinder
A finder for locating attachments.static interface
ContentPropertyService.ContentPropertyFetcher
static interface
ContentPropertyService.ContentPropertyFinder
static interface
ContentPropertyService.ParameterContentPropertyFinder
static interface
ContentVersionService.ParameterVersionFinder
Finder interface that allows to fetchMany(PageRequest) operationstatic interface
ContentVersionService.VersionFinder
Finder interface that allows to fetchOne() to find A versioned content.static interface
SpacePropertyService.SpacePropertyFinder
static interface
SpaceService.SpaceFinder
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.template Modifier and Type Interface Description static interface
ContentTemplateService.ParameterTemplateFinder
static interface
ContentTemplateService.TemplateFinder
-
Uses of ManyFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.people Modifier and Type Interface Description static interface
GroupService.GroupFinder
A finder for locating groupsstatic interface
PersonService.PersonFinder
A finder for locating persons.static interface
PersonService.PersonSearcher
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 Modifier and Type Class Description class
NoopFetcher<T>
A Fetcher that always returns nothing -
Uses of ManyFetcher in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement ManyFetcher Modifier and Type Class Description class
NoopContentFinder
class
NoopSpaceFinder
-
Uses of ManyFetcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement ManyFetcher Modifier and Type Class Description class
NoopGroupFinder
class
NoopPersonFinder
class
NoopPersonSearcher
-
Uses of ManyFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ManyFetcher Modifier and Type Class Description class
TransactionWrappingFinder<T>
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 ManyFetcher Constructor Description TransactionWrappingFinder(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 Modifier and Type Class Description class
SpacePropertyFinderImpl
Finder forContentProperty
objects.
-