Uses of Interface
com.atlassian.confluence.api.service.finder.SingleFetcher
-
-
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement SingleFetcher Modifier and Type Class Description class
SpaceServiceImpl.SpaceFinderImpl
-
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement SingleFetcher Modifier and Type Class Description class
AbstractFinder<T>
-
Uses of SingleFetcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement SingleFetcher Modifier and Type Class Description class
GroupServiceImpl.GroupFinderImpl
class
PersonServiceImpl.PersonFinderImpl
-
Uses of SingleFetcher in com.atlassian.confluence.api.service.content
Subinterfaces of SingleFetcher in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interface
AttachmentService.AttachmentFinder
A finder for locating attachments.static interface
ContentMacroService.MacroInstanceFinder
A finder for locating instances of macros on contentstatic interface
ContentPropertyService.ContentPropertyFetcher
static interface
ContentPropertyService.ContentPropertyFinder
static interface
ContentPropertyService.ParameterContentPropertyFinder
static interface
ContentPropertyService.SingleContentPropertyFetcher
static interface
ContentService.ContentFetcher
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
ContentService.ContentFinder
A finder for locating contentstatic interface
ContentService.ParameterContentFinder
A content finder allowing various parameters to be set to restrict the fetched content.static interface
ContentService.SingleContentFetcher
static interface
ContentVersionService.VersionFinder
Finder interface that allows to fetchOne() to find A versioned content.static interface
SpacePropertyService.SpacePropertyFinder
static interface
SpaceService.SingleSpaceFetcher
static interface
SpaceService.SpaceFinder
A finder for locating spaces.Methods in com.atlassian.confluence.api.service.content that return SingleFetcher Modifier and Type Method Description SingleFetcher<Content>
AttachmentService.AttachmentFinder. withId(ContentId attachmentId)
Restrict the attachment returned by the fetch methods to those with the given attachmentIdSingleFetcher<Version>
ContentVersionService.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.template Modifier and Type Interface Description static interface
ContentTemplateService.ParameterTemplateFinder
static interface
ContentTemplateService.TemplateFinder
Methods in com.atlassian.confluence.api.service.content.template that return SingleFetcher Modifier and Type Method Description SingleFetcher<ContentTemplate>
ContentTemplateService.TemplateFinder. withId(ContentTemplateId contentTemplateId)
-
Uses of SingleFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of SingleFetcher 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.SinglePersonFetcher
only here so that the remote person service can proxy it.Methods in com.atlassian.confluence.api.service.people that return SingleFetcher Modifier and Type Method Description SingleFetcher<Group>
GroupService.GroupFinder. withName(String groupName)
Restrict 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 Modifier and Type Class Description class
NoopFetcher<T>
A Fetcher that always returns nothing -
Uses of SingleFetcher in com.atlassian.confluence.impl.service.finder.content
Classes in com.atlassian.confluence.impl.service.finder.content that implement SingleFetcher Modifier and Type Class Description class
NoopContentFinder
class
NoopSpaceFinder
-
Uses of SingleFetcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement SingleFetcher Modifier and Type Class Description class
NoopGroupFinder
class
NoopPersonFinder
class
NoopPersonSearcher
Methods in com.atlassian.confluence.impl.service.finder.people that return SingleFetcher Modifier and Type Method Description SingleFetcher<Group>
NoopGroupFinder. withName(String groupName)
-
Uses of SingleFetcher in com.atlassian.confluence.plugins.contentproperty
Classes in com.atlassian.confluence.plugins.contentproperty that implement SingleFetcher 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 SingleFetcher Constructor Description TransactionWrappingFinder(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 Modifier and Type Class Description class
SpacePropertyFinderImpl
Finder forContentProperty
objects.
-