|
Jive API (5.0.0.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiveContentObject
A base object that most content objects in Jive SBS implement.
| Nested Class Summary | |
|---|---|
static class |
JiveContentObject.Field
|
static class |
JiveContentObject.Status
|
| Method Summary | |
|---|---|
Document |
getBody()
Return a summary of the jive object content. |
long |
getContainerID()
Returns the system ID of the parent object. |
int |
getContainerType()
Returns the type of the parent object. |
Date |
getCreationDate()
Gets the creation date of the jive object |
com.jivesoftware.community.objecttype.JiveObjectType |
getJiveObjectType()
Gets the object type object linking this object to the various subsystems. |
Date |
getModificationDate()
Gets the modification date of the jive object |
String |
getPlainBody()
Returns the body of the jive object content with no markup applied. |
JiveContentObject.Status |
getStatus()
Returns the visibility of the content object. |
String |
getUnfilteredSubject()
Returns the subject, bypassing any active filters. |
| Methods inherited from interface com.jivesoftware.community.UserAuthoredObject |
|---|
getAuthorIDs, getAuthors, getUser, getUserID |
| Methods inherited from interface com.jivesoftware.community.objecttype.SubjectAware |
|---|
getPlainSubject, getSubject |
| Methods inherited from interface com.jivesoftware.community.JiveObject |
|---|
getID, getObjectType |
| Method Detail |
|---|
Document getBody()
String getPlainBody()
Date getCreationDate()
getCreationDate in interface com.jivesoftware.community.DatedObjectDate getModificationDate()
getModificationDate in interface com.jivesoftware.community.DatedObjectString getUnfilteredSubject()
Unfiltered content is necessary for a few reasons. One is when saving Jive content to another persistence mechanism such as an XML format.
JiveContentObject.Status getStatus()
long getContainerID()
getContainerID in interface com.jivesoftware.community.ContainerAwareint getContainerType()
getContainerType in interface com.jivesoftware.community.ContainerAwarecom.jivesoftware.community.objecttype.JiveObjectType getJiveObjectType()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||