Jive API (3.0.13) Core Javadocs

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

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

Uses of ContainableType in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return ContainableType
 ContainableType TaggableTypeInfoProvider.getContainableType()
          Returns the containable type of this type.
 

Methods in com.jivesoftware.community that return types with arguments of type ContainableType
 Collection<ContainableType> JiveContainer.getAvailableContentTypes()
          Gets an array of ContainableTypes that are available for use by this container type
 Collection<ContainableType> JiveContainer.getContentTypes()
          Gets an array of ContainableTypes that are enabled for this container.
 

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

Method parameters in com.jivesoftware.community with type arguments of type ContainableType
 void JiveContainer.setContentTypes(Collection<ContainableType> types)
          Sets an array of ContainableTypes that are enabled for this container;
 

Uses of ContainableType in com.jivesoftware.community.media
 

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

Uses of ContainableType in com.jivesoftware.community.objecttype
 

Methods in com.jivesoftware.community.objecttype that return ContainableType
 ContainableType ContentObjectTypeInfoProvider.getContainableType()
          Returns the containable type of this type.
 

Uses of ContainableType in com.jivesoftware.community.socialgroup
 

Methods in com.jivesoftware.community.socialgroup with parameters of type ContainableType
 SocialGroup SocialGroupManager.create(String name, SocialGroup.Type type, String description, User user, ContainableType... types)
          Creates a new Social Group
 SocialGroup SocialGroupManager.create(String name, String displayName, SocialGroup.Type type, String description, User user, ContainableType... types)
          Creates a new Social Group
 


Jive Product Page

Copyright © 1999-2007 Jive Software.