Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.forum
Interface ContentTag

All Superinterfaces:
JiveObject

public interface ContentTag
extends JiveObject

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

SORT_TAGNAME

static final int SORT_TAGNAME
Sort field: sort by tag name.

See Also:
Constant Field Values

SORT_TAGCOUNT

static final int SORT_TAGCOUNT
Sort field: sort by tag count.

See Also:
Constant Field Values
Method Detail

getUnfilteredName

java.lang.String getUnfilteredName()
The unfiltered name of the tag

Returns:
the unfiltered tag name

getName

java.lang.String getName()
The name of the tag

Returns:
the tag name

getCreationDate

java.util.Date getCreationDate()
Returns the date that this tag was created.

Returns:
the date this tag was created.

setCreationDate

void setCreationDate(java.util.Date creationDate)
                     throws UnauthorizedException
Sets the creation date of this tag. In most cases, the creation date will default to when the tag was entered into the system. However, the creation date needs to be set manually when importing data.

Parameters:
creationDate - the date this tag was created.
Throws:
UnauthorizedException - if no permission to add tags.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.