Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.TagManager.Taggable

Packages that use TagManager.Taggable
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of TagManager.Taggable in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return TagManager.Taggable
static TagManager.Taggable[] TagManager.Taggable.getContentTypesFromValue(long value)
           
static TagManager.Taggable TagManager.Taggable.getTaggableType(JiveObject object)
           
 TagManager.Taggable[] JiveContainer.getTaggableTypes()
          Gets an array of TagManager.Taggables that are enabled for this container.
static TagManager.Taggable TagManager.Taggable.valueOf(Long value)
           
static TagManager.Taggable TagManager.Taggable.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TagManager.Taggable[] TagManager.Taggable.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.jivesoftware.community with parameters of type TagManager.Taggable
 JiveIterator<JiveObject> TagManager.getTaggableContent(JiveContainer container, ResultFilter resultFilter, TagManager.Taggable... taggableTypes)
          Returns an iterator of taggable jive objects for the specific container.
 int TagManager.getTaggableContentCount(JiveContainer container, ResultFilter resultFilter, TagManager.Taggable... taggableTypes)
          Returns a cout of taggable jive objects for the specific container.
 Map<String,Integer> TagManager.getTagMap(JiveContainer container, TagResultFilter resultFilter, TagManager.Taggable... types)
          Returns all tags for a given container in a Map where the key is the name of tag and the value is the number of times the tag has been used in this container filtered by the TagResultFilter.
static long TagManager.Taggable.getValueFromTaggables(TagManager.Taggable[] types)
           
static boolean TagManager.Taggable.isTaggableEnabled(long value, TagManager.Taggable type)
           
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.