|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Community.getDocumentCount(DocumentResultFilter resultFilter)
Returns the number of documents in the community {and possibly all subcommunities} based on the specified ResultFilter. |
int |
ContentRetrieval.getDocumentCount(DocumentResultFilter filter)
Returns the number of documents in the community based on the specified ResultFilter. |
JiveIterator<Document> |
Community.getDocuments(DocumentResultFilter resultFilter)
Returns an Iterable for all the documents in the community {and possibly all subcommunities} that match the criteria specified by the ResultFilter. |
JiveIterator<Document> |
ContentRetrieval.getDocuments(DocumentResultFilter filter)
Returns an Iterable for all the documents in the community that match the criteria specified by the ResultFilter. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||