|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| 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 |
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. |
| Methods in com.jivesoftware.community that return JiveContentObject | |
|---|---|
JiveContentObject |
Attachment.getJiveContentObject()
Returns the parent JiveContentObject of the attachment. |
JiveContentObject |
Image.getJiveContentObject()
Returns the parent JiveContentObject of the image. |
JiveContentObject |
SearchQueryResult.getJiveContentObject()
This method returns a JiveContentObject this query result pertains to. |
JiveContentObject |
Trackback.getJiveContentObject()
Returns the JiveContentObject this trackback belongs to. |
JiveContentObject |
CommunityManager.getJiveContentObject(int objectType,
long objectID)
Returns the JiveContentObject with the supplied objectType and objectID or null if the
specified objectType is not a valid JiveContentObject. |
| Methods in com.jivesoftware.community that return types with arguments of type JiveContentObject | |
|---|---|
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. |
JiveIterator<JiveContentObject> |
LinkManager.getLinkingObjects(JiveObject targetContentObject)
Returns a list of unique JiveContentObjects which link to the supplied target JiveContentObject. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||