|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiveContentObject
| Field Summary | |
|---|---|
static RenderStrategy |
PLAIN_STRATEGY
|
| 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.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.base.JiveObject |
|---|
getID, getObjectType |
| Field Detail |
|---|
static final RenderStrategy PLAIN_STRATEGY
| 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.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||