| Modifier and Type | Class and Description |
|---|---|
class |
SqlSpaceFinder.SqlSpaceFinderImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeServiceImpl.ThemeFinderImpl |
| Modifier and Type | Method and Description |
|---|---|
ManyFetcher<Theme> |
ThemeServiceImpl.ThemeFinderImpl.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupServiceImpl.GroupFinderImpl |
class |
PersonServiceImpl.PersonFinderImpl |
| 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 |
ThemeService.ThemeFinder
A finder for locating
Theme objects with desired characteristics. |
| Modifier and Type | Method and Description |
|---|---|
ManyFetcher<Theme> |
ThemeService.ThemeFinder.withThemeKey(ThemeKey themeKey,
ThemeKey... moreThemeKeys)
Restrict the fetched
Themes to be the ones with the keys specified. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GroupService.GroupFinder
A finder for locating groups
|
static interface |
PersonService.PersonFinder
A finder for locating persons.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RelationService.RelationFinder<S extends Relatable,T extends Relatable>
Finder which fetches relation instances, this is useful for getting data that is associated with a relation.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoteRelationService.RelatableFinder<R extends Relatable>
Finder, which is used to perform basic relation operations, such as fetching source or target entities of
particular relation, get total number of related entities etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationServiceImpl.RemoteRelatableFinderImpl<S extends Relatable,T extends Relatable> |
Copyright © 2003–2017 Atlassian. All rights reserved.