Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.JiveContentObject

Packages that use JiveContentObject
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.action Clearspace WebWork actions. 
com.jivesoftware.community.renderer The renderer package provides a way for converting text in one format into another, typically from markup to html and vice versa. 
 

Uses of JiveContentObject in com.jivesoftware.base.plugin
 

Fields in com.jivesoftware.base.plugin declared as JiveContentObject
protected  JiveContentObject MacroContext.contentObject
           
 

Methods in com.jivesoftware.base.plugin that return JiveContentObject
 JiveContentObject MacroContext.getContentObject()
          Returns the object this macro is being used inside of.
 

Constructors in com.jivesoftware.base.plugin with parameters of type JiveContentObject
MacroContext(JiveContext jiveContext, com.jivesoftware.base.plugin.PluginMetaData pluginMetaData, JiveContentObject contentObject, User user)
           
 

Uses of JiveContentObject in com.jivesoftware.community
 

Subinterfaces of JiveContentObject in com.jivesoftware.community
 interface Announcement
          Alerts users to important information.
 interface BlogPost
          A container for blog post data and for a hierarchy of blog comments.
 interface Comment
          A comment provides a way for users to annotate or give feedback on a JiveContentObject.
 interface Document
          A Document object encapsulates a document in Clearspace.
 interface ForumMessage
          A ForumMessage encapsulates message data.
 interface ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 interface Poll
          A poll can be attached to any object in the system or can exist at the global level.
 interface PrivateMessage
          Private messages are used for user to user communication.
 interface Trackback
          A container for jive trackback data.
 interface VersionableContentObject
          An interface for objects which implement a versionID.
 

Methods in com.jivesoftware.community that return JiveContentObject
 JiveContentObject Image.getJiveContentObject()
          Returns the parent JiveContentObject of the image.
 JiveContentObject Trackback.getJiveContentObject()
          Returns the JiveContentObject this trackback belongs to.
 

Methods in com.jivesoftware.community that return types with arguments of type JiveContentObject
 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.
 JiveIterator<JiveContentObject> LinkManager.getLinkingObjects(JiveObject targetContentObject)
          Returns a list of unique JiveContentObjects which link to the supplied target JiveContentObject.
 JiveIterator<JiveContentObject> RecentContentManager.getRecentContent(Collection<User> users)
          Returns all the recent content for a set of users.
 JiveIterator<JiveContentObject> RecentContentManager.getRecentContent(JiveContainer jiveContainer)
          Returns all the recent content for the specified container.
 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(JiveContainer jiveContainer, com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
          Returns all the recent content that pass the provided predicate for the specified container.
 JiveIterator<JiveContentObject> RecentContentManager.getRecentContent(User user)
          Returns all the recent content for the specified user.
 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.getRecentContent(User user, com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
          Returns all the recent content that pass the provided predicate for the specified user.
 JiveIterator<JiveContentObject> RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer)
          Returns all the recent content for the specified container and all subcontainers.
 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.
 JiveIterator<JiveContentObject> RecentContentManager.getRecursiveRecentContent(JiveContainer jiveContainer, com.google.common.base.Predicate<com.jivesoftware.community.RecentContentBean> predicate)
          Returns all the recent content that pass the provided predicate for the specified container and all subcontainers.
 

Uses of JiveContentObject in com.jivesoftware.community.action
 

Methods in com.jivesoftware.community.action with parameters of type JiveContentObject
 String JiveActionSupport.convertToWikiSyntax(JiveContentObject object)
           
 String JiveActionSupport.renderSubjectToHtml(JiveContentObject object)
           
 String JiveActionSupport.renderSubjectToText(JiveContentObject object)
           
 String JiveActionSupport.renderToHtml(JiveContentObject object)
           
 String JiveActionSupport.renderToHtml(JiveContentObject object, int size)
           
 String JiveActionSupport.renderToText(JiveContentObject object)
           
 String JiveActionSupport.toHTMLEditorString(JiveContentObject object, Document d)
           
 String JiveActionSupport.toRTEString(JiveContentObject object, Document d)
           
 

Uses of JiveContentObject in com.jivesoftware.community.renderer
 

Methods in com.jivesoftware.community.renderer with parameters of type JiveContentObject
 String Renderer.renderField(JiveContentObject.Field fieldIdentifier, JiveContentObject content, RenderContext context)
          Performs rendering of a field in a piece of content, such as the subject or body.
 String RenderManager.renderField(JiveContentObject source, RenderStrategy strategy, JiveContentObject.Field field)
          Applies filters to the specified string.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.