|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentTag | |
---|---|
com.jivesoftware.forum | Core interfaces and classes for Jive Forums. |
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.database | DB implementation of core Jive Forums interfaces. |
com.jivesoftware.forum.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
Uses of ContentTag in com.jivesoftware.forum |
---|
Methods in com.jivesoftware.forum that return ContentTag | |
---|---|
ContentTag |
TagDelegator.createTag(java.lang.String tagname)
Creates a tag in the database. |
ContentTag |
TagManager.createTag(java.lang.String tagname)
Creates a tag in the database. |
ContentTag |
TagDelegator.getTag(long tagID)
Returns a tag given a tag ID. |
ContentTag |
TagManager.getTag(long tagID)
Returns a tag given a tag ID. |
ContentTag |
TagDelegator.getTag(java.lang.String tagname)
Returns a tag by tag name. |
ContentTag |
TagManager.getTag(java.lang.String tagname)
Returns a tag by tag name. |
Methods in com.jivesoftware.forum with parameters of type ContentTag | |
---|---|
void |
ResultFilter.addTag(ContentTag tag)
Adds a ContentTag to the list of tags to filter on. |
void |
TagDelegator.addTag(ContentTag tag)
Associates a tag with this object |
void |
TagManager.addTag(ContentTag tag,
JiveContentObject contentObject)
Associates a tag with this object |
void |
TagDelegator.removeTag(ContentTag tag)
Disassociates this object with the given tag. |
void |
TagManager.removeTag(ContentTag tag,
JiveContentObject contentObject)
Disassociates this object with the given tag. |
Uses of ContentTag in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return ContentTag | |
---|---|
protected ContentTag |
PostAction.getTag(java.lang.String tagname)
|
protected ContentTag |
EditTagsAction.getTag(java.lang.String tagname,
TagDelegator delegator)
|
Uses of ContentTag in com.jivesoftware.forum.database |
---|
Classes in com.jivesoftware.forum.database that implement ContentTag | |
---|---|
class |
DbContentTag
Database implementation of the Tag interface. |
Methods in com.jivesoftware.forum.database that return ContentTag | |
---|---|
ContentTag |
DbTagManager.createTag(java.lang.String tagname)
|
ContentTag |
DbTagManager.getTag(long tagID)
|
ContentTag |
DbTagManager.getTag(java.lang.String tagname)
|
Methods in com.jivesoftware.forum.database with parameters of type ContentTag | |
---|---|
void |
DbTagManager.addTag(ContentTag tag,
JiveContentObject contentObject)
|
void |
DbTagManager.removeTag(ContentTag tag,
JiveContentObject contentObject)
|
Uses of ContentTag in com.jivesoftware.forum.event |
---|
Methods in com.jivesoftware.forum.event that return ContentTag | |
---|---|
ContentTag |
TagEvent.getTag()
Returns the tag that the event corresponds to. |
Constructors in com.jivesoftware.forum.event with parameters of type ContentTag | |
---|---|
TagEvent(int eventType,
ContentTag tag,
java.util.Map params,
long parentObjectID,
int parentObjectType)
Creates a new tag event. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |