Modifier and Type | Class and Description |
---|---|
class |
SpaceServiceImpl.SpaceFinderImpl |
Modifier and Type | Class and Description |
---|---|
class |
GroupServiceImpl.GroupFinderImpl |
class |
PersonServiceImpl.PersonFinderImpl |
class |
PersonServiceImpl.PersonSearcherImpl |
Modifier and Type | Interface and Description |
---|---|
static interface |
AuditService.AuditRecordFinder
Finder for audit records.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AttachmentService.AttachmentFinder
A finder for locating attachments.
|
static interface |
ContentPropertyService.ContentPropertyFetcher |
static interface |
ContentPropertyService.ContentPropertyFinder |
static interface |
ContentPropertyService.ParameterContentPropertyFinder |
static interface |
ContentVersionService.ParameterVersionFinder
Finder interface that allows to fetchMany(PageRequest) operation
|
static interface |
ContentVersionService.VersionFinder
Finder interface that allows to fetchOne() to find A versioned content.
|
static interface |
SpacePropertyService.SpacePropertyFinder |
static interface |
SpaceService.SpaceFinder
A finder for locating spaces.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ContentTemplateService.ParameterTemplateFinder |
static interface |
ContentTemplateService.TemplateFinder |
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.PersonSearcher
A searcher for finding people based on a search term.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopFetcher<T>
A Fetcher that always returns nothing
|
Modifier and Type | Class and Description |
---|---|
class |
NoopContentFinder |
class |
NoopSpaceFinder |
Modifier and Type | Class and Description |
---|---|
class |
NoopGroupFinder |
class |
NoopPersonFinder |
class |
NoopPersonSearcher |
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–2019 Atlassian. All rights reserved.