Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.JiveManager

Packages that use JiveManager
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.plugin Plugin API for extending the core API with custom functionality. 
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.lifecycle Provides application lifecycle management for Clearspace. 
com.jivesoftware.community.mail Provides tools to send and receive email messages. 
com.jivesoftware.community.renderer The renderer package provides a way for converting text in one format into another, typically from markup to html and vice versa. 
com.jivesoftware.community.search.opensearch   
com.jivesoftware.community.widget   
com.jivesoftware.community.xmpp XMPP integration classes to integrate XMPP with Clearspace. 
 

Uses of JiveManager in com.jivesoftware.base
 

Subinterfaces of JiveManager in com.jivesoftware.base
 interface GroupManager
          Manages groups.
 interface IntrospectiveGroupManager
          Interface that marks which GroupManager features a particular GroupManager implementation supports.
 interface IntrospectiveUserManager
          This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation.
 interface UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Uses of JiveManager in com.jivesoftware.base.plugin
 

Classes in com.jivesoftware.base.plugin that implement JiveManager
 class PluginManager
          Loads and manages plugins.
 

Uses of JiveManager in com.jivesoftware.community
 

Subinterfaces of JiveManager in com.jivesoftware.community
 interface AbuseManager
          Manages all aspects of reporting abuse and managing abuse reports.
 interface AnnouncementManager
          Manages announcements, including viewing, creating, and deleting them.
 interface ArchiveManager
          Manages the archive feature of Jive.
 interface AttachmentManager
          Manages attachment settings.
 interface AvatarManager
          Manages the avatar feature.
 interface BanManager
          Manages the banning of User Accounts and IP Addresses.
 interface BinaryBodyManager
          Manages binary body settings.
 interface BlogManager
          Manages blogs, including viewing, creating, and deleting them.
 interface CommentManager
          Handles comments for a JiveObject.
 interface CommunityManager
          This manager provides methods to load communities by ID and to retrieve the root community.
 interface DocumentFieldManager
          Manages the creation and deletion of document fields in Clearspace.
 interface DocumentFieldTypeManager
          Manages the creation and deletion of Document Field Types for Clearspace.
 interface DocumentManager
          This manager provides methods to load documents and to retrieve popular documents.
 interface DocumentTypeManager
          Handles the creation, deletion, and access of DocumentTypes.
 interface DraftManager
          Manages the draft features of Clearspace.
 interface EmailManager
          Provides ability to send email messages.
 interface ForumManager
          This manager provides methods to load forum threads, user messages and to retrieve popular forum threads.
 interface ImageManager
          Manages image settings.
 interface InterceptorManager
          Manages interceptors.
 interface LinkManager
          Manages links between objects in the system.
 interface LocaleManager
          Manages Locale settings for various objects.
 interface ModerationManager
          Manages the moderation feature within Clearspace
 interface PermissionsManager
          Manages permissions for users and groups on a particular resource.
 interface PollManager
          Provides a manager to create, retrieve and delete polls.
 interface PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
 interface PrivateMessageManager
          Manages the private message feature.
 interface ProfileFieldManager
          Defines methods used to create, access, update, and remove profile fields data.
 interface ProfileManager
          Manages user profile data.
 interface ProfileSearchManager
          Manages the search feature of Jive Expert User Search by defining properties of the search indexer.
 interface QuestionManager
          Manages questions.
 interface RatingManager
          Provides optional rating of JiveContentObjects.
 interface ReadTracker
          A way to track the read status of forum threads and messages.
 interface RegistrationManager
          Manages validation settings and validating new user accounts.
 interface SearchManager
          Manages the search feature of Clearspace by defining properties of the search indexer.
 interface SearchQueryManager
          This manager provides methods to create query objects to be used for searching either the whole system or just in particular areas such as communities.
 interface StatusLevelManager
          Manages status level feature.
 interface StorageManager
          Manages the storage of binary objects and determines whether binary object data is stored on the file system or in the database.
 interface TagManager
          Provides a manager to create, retrieve and delete tags.
 interface TagSetManager
          Manages the creation, deletion and lookup of TagSets.
 interface WatchManager
          Manages watches on communities, forums, and threads.
 

Classes in com.jivesoftware.community that implement JiveManager
 class TagManagerFactory
          A factory that returns a concrete instance of a TagManager
 class TrackbackManagerFactory
          A factory that returns a concrete instance of a TrackbackManager
 

Methods in com.jivesoftware.community with type parameters of type JiveManager
<U extends JiveManager>
U
JiveContext.getJiveManager(java.lang.Class<?> manager)
          Returns an instance of a manager if one exists for the specified class.
 

Uses of JiveManager in com.jivesoftware.community.lifecycle
 

Methods in com.jivesoftware.community.lifecycle with type parameters of type JiveManager
<U extends JiveManager>
U
JiveApplication.ManagerHandler.getJiveManager(java.lang.Class clazz)
          Returns an instance of a JiveManager when given the class it is mapped too.
 

Methods in com.jivesoftware.community.lifecycle with parameters of type JiveManager
 void JiveApplication.ManagerHandler.registerManager(java.lang.Class<?> clazz, JiveManager manager)
           
 

Uses of JiveManager in com.jivesoftware.community.mail
 

Subinterfaces of JiveManager in com.jivesoftware.community.mail
 interface EmailTokenManager
          Manages email tokens.
 

Uses of JiveManager in com.jivesoftware.community.renderer
 

Subinterfaces of JiveManager in com.jivesoftware.community.renderer
 interface RenderManager
          A manager to manage filters to be used for render operations.
 

Uses of JiveManager in com.jivesoftware.community.search.opensearch
 

Subinterfaces of JiveManager in com.jivesoftware.community.search.opensearch
 interface SearchEngineManager
          The SearchEngineManager is in charge of registering and managing the persistence of SearchEngines.
 

Uses of JiveManager in com.jivesoftware.community.widget
 

Subinterfaces of JiveManager in com.jivesoftware.community.widget
 interface WidgetManager
          Centralized management of widgets in the Jive system including creating, retrieving, and deleting Widget objects.
 

Uses of JiveManager in com.jivesoftware.community.xmpp
 

Classes in com.jivesoftware.community.xmpp that implement JiveManager
 class IMManager
          Manages connection to the Openfire RTC server.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.