Uses of Class
com.atlassian.confluence.content.ContentQuery

Packages that use ContentQuery
com.atlassian.confluence.content   
com.atlassian.confluence.content.persistence   
com.atlassian.confluence.content.persistence.hibernate   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.test.rpc   
 

Uses of ContentQuery in com.atlassian.confluence.content
 

Methods in com.atlassian.confluence.content with parameters of type ContentQuery
<T> PageResponse<T>
DefaultCustomContentManager.findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)
           
<T> PageResponse<T>
CustomContentManager.findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)
          Get the results of a query for CustomContentEntityObjects
<T> Iterator<T>
DefaultCustomContentManager.findByQuery(ContentQuery<T> query, int offset, int maxResults)
           
<T> Iterator<T>
CustomContentManager.findByQuery(ContentQuery<T> query, int offset, int maxResults)
          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.
 

Uses of ContentQuery in com.atlassian.confluence.content.persistence
 

Methods in com.atlassian.confluence.content.persistence with parameters of type ContentQuery
<T> PageResponse<T>
CustomContentDao.findByQuery(ContentQuery<T> query, boolean cacheable, LimitedRequest request, com.google.common.base.Predicate<T> predicate)
           
<T> Iterator<T>
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
<T> PageResponse<T>
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery, boolean cacheable, LimitedRequest limitedRequest, com.google.common.base.Predicate<T> predicate)
           
<T> Iterator<T>
PluginContentHibernateDao.findByQuery(ContentQuery<T> contentQuery, int offset, int maxResults)
           
 

Uses of ContentQuery in com.atlassian.confluence.mail.archive.content
 

Methods in com.atlassian.confluence.mail.archive.content that return ContentQuery
static ContentQuery<CustomContentEntityObject> MailQueryFactory.findInSpaceByMessageId(long spaceId, String messageId)
           
static ContentQuery<CustomContentEntityObject> MailQueryFactory.findNextInSpaceById(long spaceId, long contentId)
           
static ContentQuery<CustomContentEntityObject> MailQueryFactory.findPreviousInSpaceById(long spaceId, long contentId)
           
 

Uses of ContentQuery in com.atlassian.confluence.plugins.contentproperty
 

Methods in com.atlassian.confluence.plugins.contentproperty that return ContentQuery
static ContentQuery<CustomContentEntityObject> ContentPropertyQueryFactory.findAllByContentId(long contentId)
           
static ContentQuery<CustomContentEntityObject> ContentPropertyQueryFactory.findByContentIdAndKey(long contentId, String key)
           
 

Uses of ContentQuery in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc that return ContentQuery
static ContentQuery<String> FuncTestQueryFactory.findAllCustomContentPluginKey()
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.