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 classSpaceServiceImpl.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 classAbstractFinder<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 classGroupServiceImpl.GroupFinderImplclassPersonServiceImpl.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 interfaceAttachmentService.AttachmentFinderA finder for locating attachments.static interfaceContentMacroService.MacroInstanceFinderA finder for locating instances of macros on contentstatic interfaceContentPropertyService.ContentPropertyFetcherstatic interfaceContentPropertyService.ContentPropertyFinderstatic interfaceContentPropertyService.ParameterContentPropertyFinderstatic interfaceContentPropertyService.SingleContentPropertyFetcherstatic interfaceContentService.ContentFetcherA 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 interfaceContentService.ContentFinderA finder for locating contentstatic interfaceContentService.ParameterContentFinderA content finder allowing various parameters to be set to restrict the fetched content.static interfaceContentService.SingleContentFetcherstatic interfaceContentVersionService.VersionFinderFinder interface that allows to fetchOne() to find A versioned content.static interfaceSpacePropertyService.SpacePropertyFinderstatic interfaceSpaceService.SingleSpaceFetcherstatic interfaceSpaceService.SpaceFinderA 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 interfaceContentTemplateService.ParameterTemplateFinderstatic interfaceContentTemplateService.TemplateFinderMethods 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 interfaceGroupService.GroupFinderA finder for locating groupsstatic interfacePersonService.PersonFinderA finder for locating persons.static interfacePersonService.SinglePersonFetcheronly 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 classNoopFetcher<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 classNoopContentFinderclassNoopSpaceFinder -
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 classNoopGroupFinderclassNoopPersonFinderclassNoopPersonSearcherMethods 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 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 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 classSpacePropertyFinderImplFinder forContentPropertyobjects.
-