|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiveContentObject
A base container object that most content objects in Clearspace implement.
| Field Summary | |
|---|---|
static java.lang.String |
BODY_FIELD
Constant used to indicate a body field. |
static java.lang.String |
SUBJECT_FIELD
Constant used to indicate a subject field. |
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Return a summary of the jive object content. |
java.util.Date |
getCreationDate()
Gets the creation date of the jive object |
java.util.Map<com.jivesoftware.community.search.IndexField,java.lang.String> |
getIndexContent()
|
java.util.Date |
getModificationDate()
Gets the modification date of the jive object |
java.lang.String |
getPlainBody()
Returns the body of the jive object content with no markup applied. |
java.lang.String |
getPlainSubject()
Returns the title of the jive object content with no markup applied |
java.lang.String |
getSubject()
Return the title of the jive object content |
java.lang.String |
getUnfilteredBody()
Returns the body, bypassing any active filters. |
java.lang.String |
getUnfilteredSubject()
Returns the subject, bypassing any active filters. |
User |
getUser()
Returns the user who authored of the jive object. |
| Methods inherited from interface com.jivesoftware.community.JiveObject |
|---|
getID, getObjectType |
| Field Detail |
|---|
static final java.lang.String BODY_FIELD
static final java.lang.String SUBJECT_FIELD
| Method Detail |
|---|
java.lang.String getSubject()
java.lang.String getPlainSubject()
java.lang.String getBody()
java.lang.String getPlainBody()
User getUser()
java.util.Date getCreationDate()
java.util.Date getModificationDate()
java.lang.String getUnfilteredSubject()
Unfiltered content is necessary for a few reasons. One is when saving Jive content to another persistence mechanism such as an XML format.
java.lang.String getUnfilteredBody()
Unfiltered content is necessary for a few reasons. One is when saving Jive content to another persistence mechanism such as an XML format.
java.util.Map<com.jivesoftware.community.search.IndexField,java.lang.String> getIndexContent()
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||