|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentQuery | |
---|---|
com.atlassian.confluence.content | |
com.atlassian.confluence.content.persistence | |
com.atlassian.confluence.content.persistence.hibernate |
Uses of ContentQuery in com.atlassian.confluence.content |
---|
Methods in com.atlassian.confluence.content with parameters of type ContentQuery | ||
---|---|---|
|
CustomContentManager.findByQuery(ContentQuery<T> query,
int offset,
int maxResults)
Get the results of a query for PluginContentEntityObjects |
|
|
DefaultCustomContentManager.findByQuery(ContentQuery<T> query,
int offset,
int maxResults)
|
|
|
CustomContentManager.findFirstObjectByQuery(ContentQuery<T> query)
Find the first result of a query for PluginContentEntityObjects. |
|
|
DefaultCustomContentManager.findFirstObjectByQuery(ContentQuery<T> query)
|
Uses of ContentQuery in com.atlassian.confluence.content.persistence |
---|
Methods in com.atlassian.confluence.content.persistence with parameters of type ContentQuery | ||
---|---|---|
|
CustomContentDao.findByQuery(ContentQuery<T> query,
int offset,
int maxResults)
|
Uses of ContentQuery in com.atlassian.confluence.content.persistence.hibernate |
---|
Methods in com.atlassian.confluence.content.persistence.hibernate with parameters of type ContentQuery | ||
---|---|---|
|
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery,
int offset,
int maxResults)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |