Modifier and Type | Method and Description |
---|---|
<T> @NonNull PageResponse<T> |
DefaultCustomContentManager.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
<T> @NonNull PageResponse<T> |
CustomContentManager.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
<T> @NonNull Iterator<T> |
DefaultCustomContentManager.findByQuery(ContentQuery<T> query,
int offset,
int maxResults) |
<T> @NonNull Iterator<T> |
CustomContentManager.findByQuery(ContentQuery<T> query,
int offset,
int maxResults)
Get the results of a query for CustomContentEntityObjects
|
default <T> @NonNull PageResponse<T> |
CustomContentManager.findByQueryAndFilter(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
Predicate<T> predicate)
Get the results of a query for CustomContentEntityObjects
|
<T> T |
DefaultCustomContentManager.findFirstObjectByQuery(ContentQuery<T> query) |
<T> T |
CustomContentManager.findFirstObjectByQuery(ContentQuery<T> query)
Find the first result of a query for CustomContentEntityObjects.
|
Modifier and Type | Method and Description |
---|---|
<T> PageResponse<T> |
CustomContentDao.findByQuery(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
<T> Iterator<T> |
CustomContentDao.findByQuery(ContentQuery<T> query,
int offset,
int maxResults) |
default <T> PageResponse<T> |
CustomContentDao.findByQueryAndFilter(ContentQuery<T> query,
boolean cacheable,
LimitedRequest request,
Predicate<T> predicate) |
Modifier and Type | Method and Description |
---|---|
<T> PageResponse<T> |
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery,
boolean cacheable,
LimitedRequest limitedRequest,
com.google.common.base.Predicate<T> predicate)
Deprecated.
|
<T> Iterator<T> |
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery,
int offset,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
static ContentQuery<CustomContentEntityObject> |
JsonPropertyQueryFactory.findAllByContentId(long contentId) |
static ContentQuery<CustomContentEntityObject> |
JsonPropertyQueryFactory.findAllByContentIdsAndKeys(List<Long> contentIds,
List<String> keys) |
static ContentQuery<CustomContentEntityObject> |
JsonPropertyQueryFactory.findAllBySpaceKey(String spaceKey) |
static ContentQuery<CustomContentEntityObject> |
JsonPropertyQueryFactory.findByContentIdAndKey(long contentId,
String key) |
static ContentQuery<CustomContentEntityObject> |
JsonPropertyQueryFactory.findBySpaceKeyAndKey(String spaceKey,
String key) |
Modifier and Type | Method and Description |
---|---|
static ContentQuery<String> |
FuncTestQueryFactory.findAllCustomContentPluginKey() |
Copyright © 2003–2019 Atlassian. All rights reserved.