|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagSet | |
|---|---|
| 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. |
| Uses of TagSet in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return TagSet | |
|---|---|
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. |
TagSet |
TagSetManager.getTagSet(long tagSetID)
Returns the TagSet with the supplied id. |
| Methods in com.jivesoftware.community that return types with arguments of type TagSet | |
|---|---|
java.util.Collection<TagSet> |
SearchQueryCriteria.getFilteredTagSets()
Returns a collection of TagSets that query results are restricted to. |
JiveIterator<TagSet> |
Community.getTagSets()
Returns all TagSets which are defined for this Community. |
JiveIterator<TagSet> |
TagSetManager.getTagSets(Community community)
Returns all TagSets which are defined for the specified Community. |
| Methods in com.jivesoftware.community with parameters of type TagSet | |
|---|---|
void |
TagSetManager.deleteTagSet(TagSet tagSet)
Deletes the specified TagSet. |
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 TagSet | |
|---|---|
void |
SearchQueryCriteria.setFilterOnTagSets(java.util.Collection<TagSet> tagSets)
Restricts the query results to content objects containing any one of the specified TagSets. |
| Uses of TagSet in com.jivesoftware.community.event |
|---|
| Methods in com.jivesoftware.community.event that return TagSet | |
|---|---|
TagSet |
TagSetEvent.getTagSet()
Returns the tag set that the event corresponds to. |
| Constructors in com.jivesoftware.community.event with parameters of type TagSet | |
|---|---|
TagSetEvent(int eventType,
TagSet tagSet,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
Creates a new tag set event. |
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||