Jive API (3.0.13) Core Javadocs

com.jivesoftware.community
Interface ContentTag

All Superinterfaces:
JiveObject

public interface ContentTag
extends JiveObject

Container for tags associated with a taggable object.


Field Summary
static int SORT_TAGCOUNT
          Sort field: sort by tag count.
static int SORT_TAGNAME
          Sort field: sort by tag name.
 
Method Summary
 Date getCreationDate()
          Returns the date that this tag was created.
 String getName()
          The name of the tag
 String getUnfilteredName()
          The unfiltered name of the tag
 
Methods inherited from interface com.jivesoftware.community.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

String getUnfilteredName()
The unfiltered name of the tag

Returns:
the unfiltered tag name

getName

String getName()
The name of the tag

Returns:
the tag name

getCreationDate

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

Returns:
the date this tag was created.

Jive Product Page

Copyright © 1999-2007 Jive Software.