Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Package
com.jivesoftware.forum

Packages that use com.jivesoftware.forum
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.abuse   
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.rss Jive Forums WebWork RSS actions. 
com.jivesoftware.forum.action.util Utility classes for action authors or skin developers. 
com.jivesoftware.forum.ban.interceptor   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.forum.everywhere.action   
com.jivesoftware.forum.expert   
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.interceptor Filters and rejects content being added to the system. 
com.jivesoftware.forum.moderation   
com.jivesoftware.forum.moderation.action   
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.renderer   
com.jivesoftware.forum.renderer.filter   
com.jivesoftware.forum.renderer.impl   
com.jivesoftware.forum.stats Jive Forums reporting engine. 
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.forum.virusscan   
com.jivesoftware.forum.watches   
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
com.jivesoftware.profiles.action   
com.jivesoftware.util.sf   
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum
Announcement
          Alerts users to important information.
AnnouncementManager
          Manages announcements, including viewing, creating, and deleting them.
AnnouncementNotFoundException
          Thrown if a nonexistant Announcement was attempting to be loaded.
ArchiveManager
          Manages the archive feature of Jive Forums.
Attachment
          An object that encapsulates a message attachment.
AttachmentException
           
AttachmentManager
          Manages attachment settings.
AttachmentNotFoundException
          Thrown if a attempting to load an Attachment fails.
Avatar
          An object that represents a user's avatar.
AvatarException
          Thrown if there are problems with creation of Avatars
AvatarManager
          Manages the avatar feature.
AvatarNotFoundException
          Thrown when trying to acquire an avatar that does not exist
ContentRetrieval
          Interface for accessing threads, messages, documents, and blog posts - all the fundamental content elements in the system.
ContentTag
          Container for tags associated with a blog.
Draft
           
DraftManager
          Manages the draft features of Jive Forums.
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumCategoryNotFoundException
           
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumLocaleManager
          A Forums instance of LocaleManager.
ForumMessage
          A ForumMessage encapsulates message data.
ForumMessageIterator
          An iterator for ForumMessages that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumMessageNotFoundException
          Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
ForumThreadIterator
          An iterator for ForumThreads that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumThreadNotFoundException
          Thrown if a nonexistant ForumThread was attempting to be loaded.
InterceptorManager
          Manages interceptors.
JiveContentObject
           
MessageInterceptor
          A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
NameAlreadyExistsException
           
PrivateMessage
          Private messages are used for user to user communication.
PrivateMessageFolder
          Holds private messages.
PrivateMessageFolderNotFoundException
           
PrivateMessageManager
          Manages the private message feature.
PrivateMessageNotFoundException
          Thrown when a private message could not be loaded.
PrivateMessageRejectedException
          Thrown when a private is prevented from being posted.
Query
          Encapsulates a search for content in a forum.
QueryLogger
          This manager provides methods to retrieve query objects previously used for searching either the whole system or just in particular forums.
QueryManager
          This manager provides methods to create query objects to be used for searching either the whole system or just in particular forums.
QueryResult
          Encapsulates a search result resulting from a search using the Query class.
Rating
          A container object for Ratings.
RatingManager
          Provides optional rating of forum messages.
ReadTracker
          Provides optional tracking of the messages and threads that each user has read.
ResultFilter
          Filters and sorts lists of threads and messages.
RewardException
          Thrown when an error occurs during a failed operation in the RewardManager.
RewardManager
          Manages the reward points that users can trade back and forth when answerings questions.
SearchManager
          Manages the search feature of Jive Forums by defining properties of the search indexer.
StatusLevel
          Represents a status Level in the system.
StatusLevelAlreadyExistsException
          Thrown when attempting to create a status level that already exists in the system
StatusLevelCalculator
          Defines methods need to calculate status levels and leaders.
StatusLevelException
          The StatusLevelException is thrown by the StatusLevel class.
StatusLevelManager
          Manages status level feature.
StatusLevelNotFoundException
          Thrown by StatusLevelManager when attempting to acquire or perform an operation on a status level that does not exist.
TagDelegator
           
Taggable
           
TagManager
           
TagObjectNotFoundException
          Thrown if the specified tag object was not found.
TagResultFilter
           
TreeWalker
          Allows hierarchical navigation of a Thread.
Watch
          A watch is a way for a user to track updates to an object.
WatchManager
          Manages watches on categories, forums, and threads.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.abuse
ForumMessage
          A ForumMessage encapsulates message data.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.action
Announcement
          Alerts users to important information.
AnnouncementManager
          Manages announcements, including viewing, creating, and deleting them.
Attachment
          An object that encapsulates a message attachment.
AttachmentManager
          Manages attachment settings.
Avatar
          An object that represents a user's avatar.
AvatarManager
          Manages the avatar feature.
AvatarNotFoundException
          Thrown when trying to acquire an avatar that does not exist
ContentTag
          Container for tags associated with a blog.
Draft
           
DraftImpl
          Data transfer object, ferries data between DWR and the database layer.
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumCategoryNotFoundException
           
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
PrivateMessage
          Private messages are used for user to user communication.
PrivateMessageFolder
          Holds private messages.
QueryResult
          Encapsulates a search result resulting from a search using the Query class.
ResultFilter
          Filters and sorts lists of threads and messages.
RewardManager
          Manages the reward points that users can trade back and forth when answerings questions.
TagDelegator
           
WatchManager
          Manages watches on categories, forums, and threads.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.action.rss
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.action.util
ForumMessage
          A ForumMessage encapsulates message data.
PrivateMessageFolder
          Holds private messages.
ResultFilter
          Filters and sorts lists of threads and messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.ban.interceptor
ForumMessage
          A ForumMessage encapsulates message data.
MessageInterceptor
          A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.database
Announcement
          Alerts users to important information.
AnnouncementManager
          Manages announcements, including viewing, creating, and deleting them.
AnnouncementNotFoundException
          Thrown if a nonexistant Announcement was attempting to be loaded.
ArchiveManager
          Manages the archive feature of Jive Forums.
Attachment
          An object that encapsulates a message attachment.
AttachmentException
           
AttachmentManager
          Manages attachment settings.
AttachmentNotFoundException
          Thrown if a attempting to load an Attachment fails.
Avatar
          An object that represents a user's avatar.
AvatarException
          Thrown if there are problems with creation of Avatars
AvatarManager
          Manages the avatar feature.
AvatarNotFoundException
          Thrown when trying to acquire an avatar that does not exist
ContentRetrieval
          Interface for accessing threads, messages, documents, and blog posts - all the fundamental content elements in the system.
ContentTag
          Container for tags associated with a blog.
Draft
           
DraftManager
          Manages the draft features of Jive Forums.
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumCategoryNotFoundException
           
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumMessageIterator
          An iterator for ForumMessages that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumMessageNotFoundException
          Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
ForumThreadIterator
          An iterator for ForumThreads that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumThreadNotFoundException
          Thrown if a nonexistant ForumThread was attempting to be loaded.
InterceptorManager
          Manages interceptors.
JiveContentObject
           
MessageInterceptor
          A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
NameAlreadyExistsException
           
PrivateMessage
          Private messages are used for user to user communication.
PrivateMessageFolder
          Holds private messages.
PrivateMessageFolderNotFoundException
           
PrivateMessageManager
          Manages the private message feature.
PrivateMessageNotFoundException
          Thrown when a private message could not be loaded.
PrivateMessageRejectedException
          Thrown when a private is prevented from being posted.
Query
          Encapsulates a search for content in a forum.
QueryLogger
          This manager provides methods to retrieve query objects previously used for searching either the whole system or just in particular forums.
QueryManager
          This manager provides methods to create query objects to be used for searching either the whole system or just in particular forums.
QueryResult
          Encapsulates a search result resulting from a search using the Query class.
Rating
          A container object for Ratings.
RatingManager
          Provides optional rating of forum messages.
ReadTracker
          Provides optional tracking of the messages and threads that each user has read.
ResultFilter
          Filters and sorts lists of threads and messages.
RewardException
          Thrown when an error occurs during a failed operation in the RewardManager.
RewardManager
          Manages the reward points that users can trade back and forth when answerings questions.
SearchManager
          Manages the search feature of Jive Forums by defining properties of the search indexer.
StatusLevel
          Represents a status Level in the system.
StatusLevelAlreadyExistsException
          Thrown when attempting to create a status level that already exists in the system
StatusLevelCalculator
          Defines methods need to calculate status levels and leaders.
StatusLevelException
          The StatusLevelException is thrown by the StatusLevel class.
StatusLevelManager
          Manages status level feature.
StatusLevelNotFoundException
          Thrown by StatusLevelManager when attempting to acquire or perform an operation on a status level that does not exist.
TagDelegator
           
Taggable
           
TagManager
           
TagObjectNotFoundException
          Thrown if the specified tag object was not found.
TagResultFilter
           
TreeWalker
          Allows hierarchical navigation of a Thread.
Watch
          A watch is a way for a user to track updates to an object.
WatchManager
          Manages watches on categories, forums, and threads.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.event
Announcement
          Alerts users to important information.
ContentTag
          Container for tags associated with a blog.
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumMessage
          A ForumMessage encapsulates message data.
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
PrivateMessage
          Private messages are used for user to user communication.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.everywhere.action
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.expert
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.gateway
Attachment
          An object that encapsulates a message attachment.
AttachmentException
           
Forum
          A container for a list of threads.
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
ResultFilter
          Filters and sorts lists of threads and messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.interceptor
ForumMessage
          A ForumMessage encapsulates message data.
MessageInterceptor
          A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.moderation
Forum
          A container for a list of threads.
ForumMessage
          A ForumMessage encapsulates message data.
ForumMessageIterator
          An iterator for ForumMessages that allows backwards and forwards iteration, as well as setting an index into the Iteration.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
ResultFilter
          Filters and sorts lists of threads and messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.moderation.action
ForumFactory
          A ForumFactory provides access to and management of Forums.
ResultFilter
          Filters and sorts lists of threads and messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.nntp.spi
Forum
          A container for a list of threads.
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.proxy
Announcement
          Alerts users to important information.
AnnouncementManager
          Manages announcements, including viewing, creating, and deleting them.
AnnouncementNotFoundException
          Thrown if a nonexistant Announcement was attempting to be loaded.
ArchiveManager
          Manages the archive feature of Jive Forums.
Attachment
          An object that encapsulates a message attachment.
AttachmentException
           
AttachmentManager
          Manages attachment settings.
AttachmentNotFoundException
          Thrown if a attempting to load an Attachment fails.
Avatar
          An object that represents a user's avatar.
AvatarException
          Thrown if there are problems with creation of Avatars
AvatarManager
          Manages the avatar feature.
AvatarNotFoundException
          Thrown when trying to acquire an avatar that does not exist
ContentRetrieval
          Interface for accessing threads, messages, documents, and blog posts - all the fundamental content elements in the system.
Draft
           
DraftManager
          Manages the draft features of Jive Forums.
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumCategoryNotFoundException
           
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumMessageIterator
          An iterator for ForumMessages that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumMessageNotFoundException
          Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
ForumThreadIterator
          An iterator for ForumThreads that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumThreadNotFoundException
          Thrown if a nonexistant ForumThread was attempting to be loaded.
InterceptorManager
          Manages interceptors.
JiveContentObject
           
MessageInterceptor
          A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
NameAlreadyExistsException
           
PrivateMessage
          Private messages are used for user to user communication.
PrivateMessageFolder
          Holds private messages.
PrivateMessageFolderNotFoundException
           
PrivateMessageManager
          Manages the private message feature.
PrivateMessageNotFoundException
          Thrown when a private message could not be loaded.
PrivateMessageRejectedException
          Thrown when a private is prevented from being posted.
Query
          Encapsulates a search for content in a forum.
QueryLogger
          This manager provides methods to retrieve query objects previously used for searching either the whole system or just in particular forums.
QueryManager
          This manager provides methods to create query objects to be used for searching either the whole system or just in particular forums.
QueryResult
          Encapsulates a search result resulting from a search using the Query class.
Rating
          A container object for Ratings.
RatingManager
          Provides optional rating of forum messages.
ReadTracker
          Provides optional tracking of the messages and threads that each user has read.
ResultFilter
          Filters and sorts lists of threads and messages.
RewardException
          Thrown when an error occurs during a failed operation in the RewardManager.
RewardManager
          Manages the reward points that users can trade back and forth when answerings questions.
SearchManager
          Manages the search feature of Jive Forums by defining properties of the search indexer.
StatusLevel
          Represents a status Level in the system.
StatusLevelAlreadyExistsException
          Thrown when attempting to create a status level that already exists in the system
StatusLevelException
          The StatusLevelException is thrown by the StatusLevel class.
StatusLevelManager
          Manages status level feature.
StatusLevelNotFoundException
          Thrown by StatusLevelManager when attempting to acquire or perform an operation on a status level that does not exist.
TagDelegator
           
Taggable
           
TagManager
           
TagResultFilter
           
TreeWalker
          Allows hierarchical navigation of a Thread.
Watch
          A watch is a way for a user to track updates to an object.
WatchManager
          Manages watches on categories, forums, and threads.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.renderer
ForumFactory
          A ForumFactory provides access to and management of Forums.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.renderer.filter
ForumMessage
          A ForumMessage encapsulates message data.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.renderer.impl
ForumFactory
          A ForumFactory provides access to and management of Forums.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.stats
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.util
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
PrivateMessageFolder
          Holds private messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.virusscan
ForumMessage
          A ForumMessage encapsulates message data.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.watches
WatchManager
          Manages watches on categories, forums, and threads.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.webservices
AnnouncementNotFoundException
          Thrown if a nonexistant Announcement was attempting to be loaded.
AttachmentException
           
ForumCategoryNotFoundException
           
ForumMessageNotFoundException
          Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumNotFoundException
           
ForumThreadNotFoundException
          Thrown if a nonexistant ForumThread was attempting to be loaded.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
NameAlreadyExistsException
           
PrivateMessageFolderNotFoundException
           
PrivateMessageNotFoundException
          Thrown when a private message could not be loaded.
PrivateMessageRejectedException
          Thrown when a private is prevented from being posted.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.forum.webservices.server
Announcement
          Alerts users to important information.
AnnouncementNotFoundException
          Thrown if a nonexistant Announcement was attempting to be loaded.
AttachmentException
           
Forum
          A container for a list of threads.
ForumCategory
          A container for forums and a hierarchy of other forum categories.
ForumCategoryNotFoundException
           
ForumFactory
          A ForumFactory provides access to and management of Forums.
ForumMessage
          A ForumMessage encapsulates message data.
ForumMessageNotFoundException
          Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumNotFoundException
           
ForumThread
          A ForumThread is a container for a hierarchy of ForumMessages.
ForumThreadNotFoundException
          Thrown if a nonexistant ForumThread was attempting to be loaded.
MessageRejectedException
          Thrown by a MessageInterceptor when a message is prevented from being posted.
NameAlreadyExistsException
           
PrivateMessage
          Private messages are used for user to user communication.
PrivateMessageFolder
          Holds private messages.
PrivateMessageFolderNotFoundException
           
PrivateMessageNotFoundException
          Thrown when a private message could not be loaded.
PrivateMessageRejectedException
          Thrown when a private is prevented from being posted.
ResultFilter
          Filters and sorts lists of threads and messages.
Watch
          A watch is a way for a user to track updates to an object.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.profiles.action
ForumFactory
          A ForumFactory provides access to and management of Forums.
ResultFilter
          Filters and sorts lists of threads and messages.
 

Classes in com.jivesoftware.forum used by com.jivesoftware.util.sf
Forum
          A container for a list of threads.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.