Modifier and Type | Class and Description |
---|---|
class |
SpaceServiceImpl.SpaceFinderImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFinder<T> |
Modifier and Type | Class and Description |
---|---|
class |
GroupServiceImpl.GroupFinderImpl |
class |
PersonServiceImpl.PersonFinderImpl |
Modifier and Type | Interface and Description |
---|---|
static interface |
AttachmentService.AttachmentFinder
A finder for locating attachments.
|
static interface |
ContentMacroService.MacroInstanceFinder
A finder for locating instances of macros on content
|
static 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 content
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
SingleFetcher<Content> |
AttachmentService.AttachmentFinder.withId(ContentId attachmentId)
Restrict the attachment returned by the fetch methods to those with the
given attachmentId
|
SingleFetcher<Version> |
ContentVersionService.VersionFinder.withIdAndVersion(ContentId contentId,
int versionNumber)
When Version is set, search will find the particular version and return a single version.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ContentTemplateService.ParameterTemplateFinder |
static interface |
ContentTemplateService.TemplateFinder |
Modifier and Type | Method and Description |
---|---|
SingleFetcher<ContentTemplate> |
ContentTemplateService.TemplateFinder.withId(ContentTemplateId contentTemplateId) |
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupService.GroupFinder
A finder for locating groups
|
static interface |
PersonService.PersonFinder
A finder for locating persons.
|
static interface |
PersonService.SinglePersonFetcher
only here so that the remote person service can proxy it.
|
Modifier and Type | Method and Description |
---|---|
SingleFetcher<Group> |
GroupService.GroupFinder.withName(String groupName)
Restrict the fetched group to matching the given groupName
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionWrappingFinder<T>
Wraps all the
SingleFetcher and
ManyFetcher methods in a
transaction template, so that we ensure all results are returned in (at least) the same read only
transaction. |
Constructor and Description |
---|
TransactionWrappingFinder(SingleFetcher<T> singleFetcherDelegate,
ManyFetcher<T> manyFetcherDelegate,
TransactionalHostContextAccessor hostContextAccessor) |
Modifier and Type | Class and Description |
---|---|
class |
SpacePropertyFinderImpl
Finder for
ContentProperty objects. |
Copyright © 2003–2017 Atlassian. All rights reserved.