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 TypeClassDescriptionclassclassclass -
Uses of ManyFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.contentModifier and TypeInterfaceDescriptionstatic interfaceA finder for locating attachments.static interfacestatic interfacestatic interfacestatic interfaceFinder interface that allows to fetchMany(PageRequest) operationstatic interfaceFinder interface that allows to fetchOne() to find A versioned content.static interfacestatic interfaceA 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 interfacestatic interface -
Uses of ManyFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of ManyFetcher in com.atlassian.confluence.api.service.peopleModifier and TypeInterfaceDescriptionstatic interfaceA finder for locating groupsstatic interfaceA finder for locating persons.static interfaceA 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 TypeClassDescriptionclassclassclass -
Uses of ManyFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement ManyFetcherModifier and TypeClassDescriptionclassWraps 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 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