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 classSpaceServiceImpl.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 classGroupServiceImpl.GroupFinderImplclassPersonServiceImpl.PersonFinderImplclassPersonServiceImpl.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 interfaceAuditService.AuditRecordFinderDeprecated.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 interfaceAttachmentService.AttachmentFinderA finder for locating attachments.static interfaceContentPropertyService.ContentPropertyFetcherstatic interfaceContentPropertyService.ContentPropertyFinderstatic interfaceContentPropertyService.ParameterContentPropertyFinderstatic interfaceContentVersionService.ParameterVersionFinderFinder interface that allows to fetchMany(PageRequest) operationstatic interfaceContentVersionService.VersionFinderFinder interface that allows to fetchOne() to find A versioned content.static interfaceSpacePropertyService.SpacePropertyFinderstatic interfaceSpaceService.SpaceFinderA 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 interfaceContentTemplateService.ParameterTemplateFinderstatic interfaceContentTemplateService.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 interfaceGroupService.GroupFinderA finder for locating groupsstatic interfacePersonService.PersonFinderA finder for locating persons.static interfacePersonService.PersonSearcherA 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 classNoopFetcher<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 classNoopContentFinderclassNoopSpaceFinder -
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 classNoopGroupFinderclassNoopPersonFinderclassNoopPersonSearcher -
Uses of ManyFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ManyFetcher Modifier and Type Class Description classTransactionWrappingFinder<T>Wraps all theSingleFetcherandManyFetchermethods 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 classSpacePropertyFinderImplFinder forContentPropertyobjects.
-