Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.DocumentResultFilter

Packages that use DocumentResultFilter
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of DocumentResultFilter in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentResultFilter
static DocumentResultFilter DocumentResultFilter.createAllStatesFilter()
           
static DocumentResultFilter DocumentResultFilter.createDefaultFilter()
          Creates a default document ResultFilter: no filtering with results sorted on the document's creation date in descending order.
 

Methods in com.jivesoftware.community with parameters of type DocumentResultFilter
 int DocumentManager.getDocumentCount(JiveContainer container, DocumentResultFilter resultFilter)
          Returns the number of documents in the container {and possibly all child containers (if the container is a community)} based on the specified ResultFilter.
 int DocumentManager.getDocumentCount(TagSet tagSet, DocumentResultFilter filter)
          Returns the number of documents in the tag set based on the specified ResultFilter.
 JiveIterator<Document> DocumentManager.getDocuments(JiveContainer container, DocumentResultFilter resultFilter)
          Returns an Iterable for all the documents in the container {and possibly all child containers (if the container is a community)} that match the criteria specified by the ResultFilter.
 JiveIterator<Document> DocumentManager.getDocuments(TagSet tagSet, DocumentResultFilter resultFilter)
          Returns an Iterable for all the documents in the tag set that match the criteria specified by the ResultFilter.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.