|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentRetrieval.ContentType | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.socialgroup | |
| Uses of ContentRetrieval.ContentType in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return ContentRetrieval.ContentType | |
|---|---|
ContentRetrieval.ContentType[] |
JiveContainer.getAvailableContentTypes()
Gets an array of ContentRetrieval.ContentTypes that are available for use by this container type |
ContentRetrieval.ContentType[] |
JiveContainer.getContentTypes()
Gets an array of ContentRetrieval.ContentTypes that are enabled for this container. |
static ContentRetrieval.ContentType[] |
ContentRetrieval.ContentType.getContentTypesFromValue(long value)
|
static ContentRetrieval.ContentType |
ContentRetrieval.ContentType.valueOf(long id)
|
static ContentRetrieval.ContentType |
ContentRetrieval.ContentType.valueOf(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> |
CommunityManager.getCombinedContent(JiveContainer container,
ContentRetrieval.ContentType... contentTypes)
Returns an Iterable for all threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(JiveContainer container,
ResultFilter filter,
ContentRetrieval.ContentType... contentTypes)
Returns an Iterable for all threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied
ResultFilter. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
ContentRetrieval.ContentType... contentTypes)
Returns an Iterable for all threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
JiveIterator<JiveContentObject> |
CommunityManager.getCombinedContent(TagSet tagSet,
ResultFilter filter,
ContentRetrieval.ContentType... contentTypes)
Returns an Iterable for all threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and according the the supplied
ResultFilter. |
int |
CommunityManager.getCombinedContentCount(JiveContainer container,
ContentRetrieval.ContentType... contentTypes)
Returns the combined number of threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
int |
CommunityManager.getCombinedContentCount(JiveContainer container,
ResultFilter filter,
ContentRetrieval.ContentType... contentTypes)
Returns the combined number of threads, documents, and blog posts in the container, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter. |
int |
CommunityManager.getCombinedContentCount(TagSet tagSet,
ContentRetrieval.ContentType... contentTypes)
Returns the combined number of threads, documents, and blog posts in the tag, depending on which ContentRetrieval.ContentTypes are supplied as an argument. |
int |
CommunityManager.getCombinedContentCount(TagSet tagSet,
ResultFilter filter,
ContentRetrieval.ContentType... contentTypes)
Returns the combined number of threads, documents, and blog posts in the tag set, depending on which ContentRetrieval.ContentTypes are supplied as an argument, and restricted by the ResultFilter. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer,
ContentRetrieval.ContentType[] contentTypes)
Returns the recent content matching the provided content types for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(JiveContainer jiveContainer,
ContentRetrieval.ContentType[] contentTypes,
com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified container. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user,
ContentRetrieval.ContentType[] contentTypes)
Returns the recent content matching the provided content types for the specified user. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecentContent(User user,
ContentRetrieval.ContentType[] contentTypes,
com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified user. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer,
ContentRetrieval.ContentType[] contentTypes)
Returns the recent content matching the provided content types for the specified container and all subcontainers. |
JiveIterator<JiveContentObject> |
RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer,
ContentRetrieval.ContentType[] contentTypes,
com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
Returns the recent content matching the provided content types and predicate for the specified container and all subcontainers. |
static long |
ContentRetrieval.ContentType.getValueFromContentTypes(ContentRetrieval.ContentType[] types)
|
static boolean |
ContentRetrieval.ContentType.isContentTypeEnabled(long value,
ContentRetrieval.ContentType type)
|
void |
JiveContainer.setContentTypes(ContentRetrieval.ContentType... types)
Sets an array of ContentRetrieval.ContentTypes that are enabled for this container; |
| Uses of ContentRetrieval.ContentType in com.jivesoftware.community.socialgroup |
|---|
| Methods in com.jivesoftware.community.socialgroup with parameters of type ContentRetrieval.ContentType | |
|---|---|
SocialGroup |
SocialGroupManager.create(String name,
SocialGroup.Type type,
String description,
User user,
ContentRetrieval.ContentType... types)
Creates a new Social Group |
SocialGroup |
SocialGroupManager.create(String name,
String displayName,
SocialGroup.Type type,
String description,
User user,
ContentRetrieval.ContentType... types)
Creates a new Social Group |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||