|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentTag | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| com.jivesoftware.community.event | Provides mechanisms to be notified of actions in the system such as new messages being created. |
| com.jivesoftware.community.util | Clearspace utility classes. |
| Uses of ContentTag in com.jivesoftware.community |
|---|
| Fields in com.jivesoftware.community with type parameters of type ContentTag | |
|---|---|
static com.jivesoftware.community.cache.Cache<java.lang.Long,ContentTag> |
TagManagerFactory.tagCache
A cache for tag objects. |
| Methods in com.jivesoftware.community that return ContentTag | |
|---|---|
ContentTag |
TagManager.createTag(java.lang.String tagname)
Creates a tag in the database. |
ContentTag |
TagManager.getTag(long tagID)
Returns a tag given a tag ID. |
ContentTag |
TagSet.getTag(long tagID)
Gets the tag specified by the tagID in this TagSet |
ContentTag |
TagManager.getTag(java.lang.String tagname)
Returns a tag by tag name. |
| Methods in com.jivesoftware.community that return types with arguments of type ContentTag | |
|---|---|
java.util.Collection<ContentTag> |
ResultFilter.getTags()
Returns the the ContentTags to filter on. |
JiveIterator<ContentTag> |
TagSet.getTags()
Returns an Iterable of ContentTags which define the view this TagSet represents. |
JiveIterator<ContentTag> |
TagManager.getTags(JiveObject contentObject)
Return an Iterable for all the tags associated with this manager. |
| Methods in com.jivesoftware.community with parameters of type ContentTag | |
|---|---|
void |
ResultFilter.addTag(ContentTag tag)
Adds a ContentTag to the list of tags to filter on. |
void |
TagSet.addTag(ContentTag tag)
Adds the supplied ContentTag to this TagSet. |
void |
TagManager.addTag(ContentTag tag,
JiveObject contentObject)
Associates a tag with this object |
boolean |
TagSet.contains(ContentTag tag)
Returns true if this TagSet contains the specified ContentTag. |
void |
TagSet.removeTag(ContentTag tag)
Removes the supplied ContentTag from this TagSet if it is a member. |
void |
TagManager.removeTag(ContentTag tag,
JiveObject contentObject)
Disassociates this object with the given tag. |
boolean |
TagSetManager.tagBelongsToOtherSet(ContentTag tag,
TagSet tagSet)
Returns true if the supplied ContentTag is associated with a TagSet other than
the supplied TagSet in the Community in which the supplied TagSet belongs. |
| Method parameters in com.jivesoftware.community with type arguments of type ContentTag | |
|---|---|
TagSet |
TagSetManager.createTagSet(java.lang.String name,
java.lang.String description,
java.lang.Iterable<ContentTag> tags,
Community community)
Creates a new TagSet with the supplied name, description, and tags. |
void |
ResultFilter.setTags(java.util.Collection<ContentTag> tags)
Sets the ContentTags to filter on. |
void |
TagSet.setTags(java.util.Collection<ContentTag> tags)
Sets all the tags associated with this TagSet. |
| Uses of ContentTag in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return ContentTag | |
|---|---|
ContentTag |
TagEvent.getTag()
Returns the tag that the event corresponds to. |
| Constructors in com.jivesoftware.community.event with parameters of type ContentTag | |
|---|---|
TagEvent(int eventType,
ContentTag tag,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
long parentObjectID,
int parentObjectType)
Creates a new tag event. |
|
| Uses of ContentTag in com.jivesoftware.community.util |
|---|
| Methods in com.jivesoftware.community.util with parameters of type ContentTag | |
|---|---|
static java.lang.String |
BlogUtils.getTagFeedURL(Blog blog,
ContentTag tag)
Returns a string containing the path to the tag feed which is a combination of the base URL, the blog display name, the word 'feed-tags' and the given tag or tags. |
static java.lang.String |
BlogUtils.getTagFeedURL(ContentTag tag)
Returns a string containing the path to the tag feed for the system and a given tag. |
static java.lang.String |
BlogUtils.getTagPermalink(Blog blog,
ContentTag tag)
Returns a tag permalink for a blog which is a combination of the base URL, the blog display name, the word 'tags' and the given tag.. |
| Method parameters in com.jivesoftware.community.util with type arguments of type ContentTag | |
|---|---|
static java.lang.String |
BlogUtils.getTagFeedURL(Blog blog,
java.util.List<ContentTag> tags)
Returns a string containing the path to the tag feed which is a combination of the base URL, the blog display name, the word 'feed-tags' and the given tag or tags. |
static java.lang.String |
BlogUtils.getTagFeedURL(java.util.List<ContentTag> tags)
Returns a string containing the path to the tag feed for the system and a given list of tags. |
static java.lang.String |
BlogUtils.getTagPermalink(Blog blog,
java.util.List<ContentTag> tags)
Returns a tag permalink for a blog which is a combination of the base URL, the blog display name, the word 'tags' and a list of tags. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||