|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentRetrieval.ContentType | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of ContentRetrieval.ContentType in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community declared as ContentRetrieval.ContentType | |
|---|---|
static ContentRetrieval.ContentType[] |
ContentRetrieval.ALL_TYPES
An array of all ContentRetrieval.ContentTypes |
| Methods in com.jivesoftware.community that return ContentRetrieval.ContentType | |
|---|---|
ContentRetrieval.ContentType[] |
Community.getContentTypes()
Gets an array of ContentRetrieval.ContentTypes that are enabled for this community. |
static ContentRetrieval.ContentType |
ContentRetrieval.ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentRetrieval.ContentType[] |
ContentRetrieval.ContentType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.jivesoftware.community with parameters of type ContentRetrieval.ContentType | |
|---|---|
JiveIterator<JiveContentObject> |
ContentRetrieval.getCombinedContent(ContentRetrieval.ContentType... types)
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
ContentRetrieval.getCombinedContent(ResultFilter filter,
ContentRetrieval.ContentType... types)
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied ResultFilter. |
int |
ContentRetrieval.getCombinedContentCount(ContentRetrieval.ContentType... types)
Returns the combined number of threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
int |
ContentRetrieval.getCombinedContentCount(ResultFilter filter,
ContentRetrieval.ContentType... types)
Returns the combined number of threads, documents, and blog posts in the community, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter. |
java.util.Map<java.lang.String,java.lang.Integer> |
Community.getTags(TagResultFilter resultFilter,
ContentRetrieval.ContentType... types)
Returns all tags for a given community in a Map where the key is the
name of tag and the value is the number of times the tag has been used in this community
filtered by the TagResultFilter. |
void |
Community.setContentTypes(ContentRetrieval.ContentType... types)
Sets an array of ContentRetrieval.ContentTypes that are enabled for this community; |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||