Jive API (3.0.13) Core Javadocs

Uses of Interface
com.jivesoftware.community.objecttype.FilteredContentEnabledType

Packages that use FilteredContentEnabledType
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
com.jivesoftware.community.media   
com.jivesoftware.community.objecttype   
 

Uses of FilteredContentEnabledType in com.jivesoftware.community
 

Methods in com.jivesoftware.community with parameters of type FilteredContentEnabledType
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(JiveContainer container, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(JiveContainer container, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied ResultFilter.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument.
 JiveIterator<JiveContentObject> CommunityManager.getCombinedContent(TagSet tagSet, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns an Iterable for all content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument, and according the the supplied ResultFilter.
 int CommunityManager.getCombinedContentCount(JiveContainer container, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument.
 int CommunityManager.getCombinedContentCount(JiveContainer container, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the container, depending on which FilteredContentEnabledTypes are supplied as an argument, and restricted by the ResultFilter.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the tag, depending on which FilteredContentEnabledTypes are supplied as an argument.
 int CommunityManager.getCombinedContentCount(TagSet tagSet, ResultFilter filter, FilteredContentEnabledType... contentTypes)
          Returns the combined number of content objects in the tag set, depending on which FilteredContentEnabledTypes are supplied as an argument, and restricted by the ResultFilter.
 

Uses of FilteredContentEnabledType in com.jivesoftware.community.media
 

Classes in com.jivesoftware.community.media that implement FilteredContentEnabledType
 class MediaObjectType
          Base object type for multimedia providing default implementations for content type framework behavior.
 

Uses of FilteredContentEnabledType in com.jivesoftware.community.objecttype
 

Subinterfaces of FilteredContentEnabledType in com.jivesoftware.community.objecttype
 interface RecentContentEnabledType
          An interface indicating that jive objects of this type are tracked for recent content.
 interface TaggableType
          A marker interface which allows object types to be used by the tagging subsystem.
 


Jive Product Page

Copyright © 1999-2007 Jive Software.