|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentTag
Container for tags associated with a blog.
Field Summary | |
---|---|
static int |
SORT_TAGCOUNT
Sort field: sort by tag count. |
static int |
SORT_TAGNAME
Sort field: sort by tag name. |
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Returns the date that this tag was created. |
java.lang.String |
getName()
The name of the tag |
java.lang.String |
getUnfilteredName()
The unfiltered name of the tag |
void |
setCreationDate(java.util.Date creationDate)
Sets the creation date of this tag. |
Methods inherited from interface com.jivesoftware.base.JiveObject |
---|
getID, getObjectType |
Field Detail |
---|
static final int SORT_TAGNAME
static final int SORT_TAGCOUNT
Method Detail |
---|
java.lang.String getUnfilteredName()
java.lang.String getName()
java.util.Date getCreationDate()
void setCreationDate(java.util.Date creationDate) throws UnauthorizedException
creationDate
- the date this tag was created.
UnauthorizedException
- if no permission to add tags.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |