Jive Forums API (5.5.8) Developer Javadocs
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abbreviate(String, int) - Static method in class com.jivesoftware.util.StringUtils
Abbreviates a string to a specified length using StringUtils.chop(String, int) and then adds an ellipsis if the input is greater than the maxWidth.
AbsoluteDateRange - Class in com.jivesoftware.util
Represents a date range between two fixed instances in time.
AbsoluteDateRange(Date, Date) - Constructor for class com.jivesoftware.util.AbsoluteDateRange
Creates a representation of an absolute date range based on startDate and endDate.
AbstractBanManager - Class in com.jivesoftware.base.ban
An abstract instance to manage the banning of User Accounts and IP Addresses.
AbstractBanManager() - Constructor for class com.jivesoftware.base.ban.AbstractBanManager
 
AbstractClassicRegexTokenRenderFilter - Class in com.jivesoftware.forum.renderer.impl
 
AbstractClassicRegexTokenRenderFilter() - Constructor for class com.jivesoftware.forum.renderer.impl.AbstractClassicRegexTokenRenderFilter
 
AbstractConnectionManager - Class in com.jivesoftware.forum.net.spi
A basic connection manager implementation.
AbstractConnectionManager() - Constructor for class com.jivesoftware.forum.net.spi.AbstractConnectionManager
Constructs a manager with default values.
AbstractDatabaseUpgradeTask - Class in com.jivesoftware.forum.upgrade.tasks
An upgrade task that can be used to execute a sql script.
AbstractDatabaseUpgradeTask() - Constructor for class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
 
AbstractForumReport - Class in com.jivesoftware.forum.stats
An abstract base class of Report which offers a default implementation of the interface.
AbstractForumReport() - Constructor for class com.jivesoftware.forum.stats.AbstractForumReport
 
AbstractJiveClassicRenderFilter - Class in com.jivesoftware.forum.renderer.impl
 
AbstractJiveClassicRenderFilter() - Constructor for class com.jivesoftware.forum.renderer.impl.AbstractJiveClassicRenderFilter
 
AbstractLicenseAction - Class in com.jivesoftware.base.action
 
AbstractLicenseAction() - Constructor for class com.jivesoftware.base.action.AbstractLicenseAction
 
AbstractPollableRunnable - Class in com.jivesoftware.util
An abstract implementation of the PollableRunnable interface.
AbstractPollableRunnable() - Constructor for class com.jivesoftware.util.AbstractPollableRunnable
 
AbstractRegexFilter - Class in com.jivesoftware.forum.renderer.filter.regex
 
AbstractRegexFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
AbstractRegexTokenRenderFilter - Class in com.jivesoftware.forum.renderer.filter
 
AbstractRegexTokenRenderFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
AbstractRenderFilter - Class in com.jivesoftware.forum.renderer
An abstract implementation of the RenderFilter interface this class provides subclasses with built in support for documentation and splits apart the execute method into seperate methods depending on the render target specified in the render context.
AbstractRenderFilter() - Constructor for class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
AbstractReport - Class in com.jivesoftware.base.stats
An abstract base class of Report which offers a default implementation of the interface.
AbstractReport() - Constructor for class com.jivesoftware.base.stats.AbstractReport
 
AbstractReportManager - Class in com.jivesoftware.base.stats
A base class implementation of the report manager interface.
AbstractReportManager() - Constructor for class com.jivesoftware.base.stats.AbstractReportManager
 
AbstractReportRunner - Class in com.jivesoftware.base.stats
 
AbstractReportRunner() - Constructor for class com.jivesoftware.base.stats.AbstractReportRunner
 
AbstractReportRunner(AuthToken) - Constructor for class com.jivesoftware.base.stats.AbstractReportRunner
 
AbstractThemeManager - Class in com.jivesoftware.base.theme
 
AbstractThemeManager() - Constructor for class com.jivesoftware.base.theme.AbstractThemeManager
 
AbstractThemeManager.ThemePutTask - Class in com.jivesoftware.base.theme
 
AbstractThemeManager.ThemePutTask(ThemeMap, String) - Constructor for class com.jivesoftware.base.theme.AbstractThemeManager.ThemePutTask
 
AbstractThemeManager.ThemeRemoveTask - Class in com.jivesoftware.base.theme
 
AbstractThemeManager.ThemeRemoveTask(ThemeMap) - Constructor for class com.jivesoftware.base.theme.AbstractThemeManager.ThemeRemoveTask
 
ABUSE - Static variable in class com.jivesoftware.base.JiveConstants
 
ABUSE_TYPES - Static variable in class com.jivesoftware.forum.abuse.AbuseType
An array containing all possible types of abuse
AbuseAction - Class in com.jivesoftware.forum.abuse.action
 
AbuseAction() - Constructor for class com.jivesoftware.forum.abuse.action.AbuseAction
 
AbuseDAO - Interface in com.jivesoftware.forum.abuse
Defines methods used to create, access, update, and remove abuse report objects.
AbuseDAOImpl - Class in com.jivesoftware.forum.abuse
Defines methods used to create, access, update, and remove abuse report objects.
AbuseManager - Interface in com.jivesoftware.forum.abuse
Manages all aspects of reporting abuse and managing abuse reports.
AbuseManagerImpl - Class in com.jivesoftware.forum.abuse
 
AbuseReport - Class in com.jivesoftware.forum.abuse
 
AbuseReport() - Constructor for class com.jivesoftware.forum.abuse.AbuseReport
 
AbuseReport(long) - Constructor for class com.jivesoftware.forum.abuse.AbuseReport
 
AbuseType - Class in com.jivesoftware.forum.abuse
 
ACCEPT_ENCODING_HEADER - Static variable in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
acceptableParameterName(String) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
AcceptAllRule - Class in com.jivesoftware.forum.renderer.filter.rules
 
AcceptAllRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.AcceptAllRule
 
AcceptManager - Class in com.jivesoftware.forum.net
Manages the server sockets that accept incoming connections.
AcceptManager(ConnectionManager, String) - Constructor for class com.jivesoftware.forum.net.AcceptManager
Create the accept manager with the given connection manager to receive incoming connections.
AcceptPolicy - Interface in com.jivesoftware.forum.net
Defines the rules that determine whether a connection should be accepted or rejected based exclusively on the initial connection parameters.
AcceptPort - Class in com.jivesoftware.forum.net
Represents and manages a network accept port.
AcceptPort(ConnectionManager, String) - Constructor for class com.jivesoftware.forum.net.AcceptPort
Loads an existing accept port from the configuration property object that uses the given connection manager.
AcceptPort(ConnectionManager, String, InetAddress, int) - Constructor for class com.jivesoftware.forum.net.AcceptPort
Constructs an new accept port with the given bind address and port that uses the given connection manager and save the settings to the configuration property object.
ACCESS_PASSWORD_PROP - Static variable in class com.jivesoftware.forum.stats.ReportViewerServlet
 
Accountbox - Class in com.jivesoftware.forum.action
An action that encapsulates the required logic from the accountbox
Accountbox() - Constructor for class com.jivesoftware.forum.action.Accountbox
 
acquire() - Method in class com.jivesoftware.util.Semaphore
Wait until a permit is available, and take one
acquireAuthToken(WSUsernameTokenPrincipal) - Method in class com.jivesoftware.forum.webservices.server.xfire.PermissionHandler
 
acquireReadLock() - Method in class com.jivesoftware.util.ReadWriteLock
 
acquireWriteLock() - Method in class com.jivesoftware.util.ReadWriteLock
 
ACTION_NAME_KEY - Static variable in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
ActionUtils - Class in com.jivesoftware.base.action
Deprecated. With no replacement
ACTIVE_LATER - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
ACTIVE_LATER - Static variable in class com.jivesoftware.forum.action.PostAnnounceAction
 
ACTIVE_NOW - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
ACTIVE_NOW - Static variable in class com.jivesoftware.forum.action.PostAnnounceAction
 
activeAvatarCache - Static variable in class com.jivesoftware.forum.AvatarManagerFactory
 
add(Element, long) - Method in class com.jivesoftware.base.stats.Histogram
Add a new element to the histogram.
add(Element) - Method in class com.jivesoftware.base.stats.Histogram
Add a new element to the histogram in the specified bin.
add(EmailToken) - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
Adds on EmailToken to the set.
add(int, Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
add(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
add(boolean) - Method in class com.jivesoftware.util.BooleanList
Adds a new boolean value to the end of the list.
add(Object) - Method in class com.jivesoftware.util.CircularLinkedList
Add the given item so the following call to next() will return the item.
add(Object) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
add(long) - Method in class com.jivesoftware.util.LongList
Adds a long value to the end of the list.
add(int, long) - Method in class com.jivesoftware.util.LongList
Adds a long value to the list at the specified index.
add(LongList) - Method in class com.jivesoftware.util.LongList
Adds all elements of a LongList to this one.
add(Filter) - Method in class com.jivesoftware.util.search.MultiFilter
Adds a filter to the MuliFilter filter list.
add(char) - Method in class com.jivesoftware.util.search.PorterStemmer
Add a character to the word being stemmed.
addActionError(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
addActionMapping(String, String, Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Used to map a namespace and action to a plugin.
addActionMessage(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
addActiveAvatarToCache(Avatar, User) - Static method in class com.jivesoftware.forum.AvatarManagerFactory
Adds an avatar to the active avatar caches for a specific user
addAdministrator(User) - Method in class com.jivesoftware.base.database.DbGroup
 
addAdministrator(User) - Method in interface com.jivesoftware.base.Group
Grants administrator privileges of the group to a user.
addAdministrator(User) - Method in class com.jivesoftware.base.GroupAdapter
 
addAdministrator(User) - Method in class com.jivesoftware.base.GroupProxy
 
addAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
addAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
addAdministrator(User) - Method in class com.jivesoftware.base.MockGroup
 
addAdministratorToGroup(long, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Make the user with the specified userID an administrator of the group with the specified groupID.
addAdministratorToGroup(long, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
addAliases(List) - Static method in class com.jivesoftware.util.search.SynonymFilter
Add a list of aliases.
addAll(int, Collection) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
addAll(Collection) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
addAll(Collection) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
addAllowedType(String) - Method in interface com.jivesoftware.forum.AttachmentManager
Adds a content type to the list of explicitly allowed types.
addAllowedType(String) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
addAllowedType(String) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
addAllowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Adds a content type to the list of explicitly allowed types.
addAllowedType(String) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
addAnnouncement(Announcement) - Method in interface com.jivesoftware.forum.AnnouncementManager
Adds an an announcement to the database.
addAnnouncement(Announcement) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
addAnnouncement(Announcement) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
addAnonymousUserPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addAnonymousUserPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addAnonymousUserPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Add a permission of the specified PermissionType for anonymous users.
addAnonymousUserPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
addAnonymousUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to anonymous users.
addAnonymousUserPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addAnonymousVote(int, String) - Method in class com.jivesoftware.base.database.DbPoll
 
addAnonymousVote(int, String, Date) - Method in class com.jivesoftware.base.database.DbPoll
 
addAnonymousVote(int, String) - Method in interface com.jivesoftware.base.Poll
Add a guest vote for an option in the poll.
addAnonymousVote(int, String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
addArgument(String) - Method in class com.jivesoftware.base.tags.I18nTag
Add an i18n parameter for the key to be used to parameterize the i18n string.
addAttachments(ForumMessage) - Method in class com.jivesoftware.forum.action.AttachAction
 
addAttachments(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
Adds attachments to a message
addAttachments(ForumMessage, Part) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Adds attachments from a JavaMail Part object to a forum message object.
addAttachmentToMessage(String, DataSource, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Adds an attachment to the message with the specified ID.
addAttachmentToMessage(String, DataSource, long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
addBankPoints(User, int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
addBankPoints(int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
addBankPoints(User, int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
addBankPoints(int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
addBankPoints(User, int) - Method in interface com.jivesoftware.forum.RewardManager
Allows administrators to add or substract an arbitrary number of reward points from a user's point bank.
addBankPoints(int) - Method in interface com.jivesoftware.forum.RewardManager
Allows administrators to add or substract an arbitrary number of reward points from all user's point banks.
addBlockedUser(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Adds a user to the blocked user list.
addBoolean(boolean) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Adds a boolean parameter to the prepared statement.
addCategoryCount(ForumCategory) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Increments the view count of the given category by 1 or does nothing if view counts are not enabled.
addCategoryPermissionToAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to anonymous users.
addCategoryPermissionToAnonymousUser(long, boolean, long) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addCategoryPermissionToAnonymousUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addCategoryPermissionToGroup(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to the group with the specified id.
addCategoryPermissionToGroup(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addCategoryPermissionToRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to registered users.
addCategoryPermissionToRegisteredUser(long, boolean, long) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addCategoryPermissionToRegisteredUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addCategoryPermissionToUser(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to the user with the specified id.
addCategoryPermissionToUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addCell(Cell) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
addChatPresence(ChatPresence) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
addChatSession(String, ChatSession) - Method in class com.jivesoftware.webchat.user.UserSession
Adds a new ChatSession associated with a 1-to-1 converstation.
addChild(ForumMessage, ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
Adds a child message to an existing parent.
addChild(JavaMailImporter.InsertCacheItem) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
addChild(ListItem, ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Adds a child list item to the tree.
addChild(long, long) - Method in class com.jivesoftware.util.LongTree
Adds a child to the tree.
addClusteringListener(CacheFactory.ClusteringListener) - Static method in class com.jivesoftware.util.CacheFactory
 
addConfiguration(Reader) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Adds an additional *-email-templates.xml configuration file to this class.
addConnection(Connection) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Add a connection to the manager.
addConnection(Connection) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
addConnection(Connection) - Method in class com.jivesoftware.forum.nntp.spi.NNTPConnectionManager
 
addCronTask(CronTask) - Method in class com.jivesoftware.util.CronTaskManager
Method which is used to add cron tasks to the manager without cluster propogation.
addCustomWord(String) - Static method in class com.jivesoftware.util.SpellChecker
Adds a word to the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
addCustomWord(String, String) - Static method in class com.jivesoftware.util.SpellChecker
Adds a word to the custom dictionary for the specified language.
addCustomWord(String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Adds a word to the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
addCustomWord(String, String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Adds a word to the custom dictionary for the specified language.
addDateHeader(String, long) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
addDirectory(File) - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Adds a directory to the class loader.
addDisallowedType(String) - Method in interface com.jivesoftware.forum.AttachmentManager
Adds a content type to the list of explicitly disallowed types.
addDisallowedType(String) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
addDisallowedType(String) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
addDisallowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Adds a content type to the list of explicitly disallowed types.
addDisallowedType(String) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
addDistributionList(String) - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Add a ditribution list using standard RFC977 group distribution format (matches any dot prefix of a group name).
addError(String, String) - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
addExcludedObjectID(long) - Method in class com.jivesoftware.base.stats.AbstractReportManager
Adds an objectID to the exclude list
addExcludedObjectID(long) - Method in interface com.jivesoftware.base.stats.ReportManager
Adds a objectID to the exclude list.
addFieldError(String, String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
addFilterList(String) - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Add a new filter list using standard RFC977 group filter format (wildcards indicated with stars).
addFilterRenderTypes(String, List) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
addFilterRenderTypes(String, List) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
addFilterRenderTypes(String, List) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Adds a set of render types for the given filter.
addFirst(LinkedListNode) - Method in class com.jivesoftware.util.LinkedList
Adds a node to the beginning of the list.
addFirst(Object) - Method in class com.jivesoftware.util.LinkedList
Adds an object to the beginning of the list by automatically creating a a new node and adding it to the beginning of the list.
addForumCount(Forum) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Increments the view count of the given forum by 1 or does nothing if view counts are not enabled.
addForumPermissionToAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified forum to anonymous users.
addForumPermissionToAnonymousUser(long, boolean, long) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addForumPermissionToAnonymousUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addForumPermissionToGroup(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified forum to the group with the specified id.
addForumPermissionToGroup(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addForumPermissionToRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum from registered users.
addForumPermissionToRegisteredUser(long, boolean, long) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addForumPermissionToRegisteredUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addForumPermissionToUser(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified forum to the user with the specified id.
addForumPermissionToUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addGroupChatSession(String, GroupChatSession) - Method in class com.jivesoftware.webchat.user.UserSession
Adds a new GroupChatSession identified by the room name.
addGroupPermission(Group, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addGroupPermission(int, long, Group, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addGroupPermission(Group, PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Grants a group a particular permission.
addGroupPermission(Group, PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
addHeader(String, String) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
addHelpfulAnswer(ForumMessage) - Method in class com.jivesoftware.forum.database.DbQuestion
 
addHelpfulAnswer(ForumMessage) - Method in class com.jivesoftware.forum.proxy.QuestionProxy
 
addHelpfulAnswer(ForumMessage) - Method in interface com.jivesoftware.forum.Question
Marks the specified message as a helpful answer to this question.
addHistogram(Histogram) - Method in class com.jivesoftware.base.stats.AbstractReport
 
addIndex(ValueExtractor, boolean, Comparator) - Method in class com.jivesoftware.util.ClusteredCache
 
AddIndexesTask - Class in com.jivesoftware.forum.upgrade.tasks
Creates a few index that increase performance
AddIndexesTask() - Constructor for class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
addInt(int) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Adds an integer parameter to the prepared statement.
addInterceptor(int, MessageInterceptor) - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
addInterceptor(int, MessageInterceptor) - Method in interface com.jivesoftware.forum.InterceptorManager
Inserts a new interceptor at specified index in the list of currently configured interceptors.
addInterceptor(int, MessageInterceptor) - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
addInterceptorClass(String) - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
addInterceptorClass(String) - Method in interface com.jivesoftware.forum.InterceptorManager
Installs a new class into the list of available interceptors for the system.
addInterceptorClass(String) - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
addIntHeader(String, int) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
addIterator(Iterator) - Method in class com.jivesoftware.util.MultiIterator
Adds an iterator to the list of iterators.
ADDITIVE - Static variable in class com.jivesoftware.base.PermissionType
The additive permission type indicates that the permission should be 'added' to the permissions retrieved from a parent object(s).
addLast(Object) - Method in class com.jivesoftware.util.LinkedList
Adds an object to the end of the list by automatically creating a a new node and adding it to the end of the list.
addLine(Line) - Method in class com.jivesoftware.webchat.history.Transcript
 
addListener(Runnable) - Method in class com.jivesoftware.base.database.JDBCTransaction
 
addListener(Runnable) - Method in interface com.jivesoftware.base.database.Transaction
Add a runnable to be run when the transaction is committed.
addListener(GroupListener) - Method in class com.jivesoftware.base.event.GroupEventDispatcher
 
addListener(JivePropertyListener) - Method in class com.jivesoftware.base.event.JivePropertyEventDispatcher
Registers a listener with this event dispatcher
addListener(LogListener) - Method in class com.jivesoftware.base.event.LogEventDispatcher
 
addListener(PollListener) - Method in class com.jivesoftware.base.event.PollEventDispatcher
Adds an event listener to the dispatcher.
addListener(UserListener) - Method in class com.jivesoftware.base.event.UserEventDispatcher
 
addListener(GroupListener) - Static method in class com.jivesoftware.base.GroupManagerFactory
Method used internally by Jive.
addListener(UserListener) - Static method in class com.jivesoftware.base.UserManagerFactory
Method used internally by Jive.
addListener(AnnouncementListener) - Method in class com.jivesoftware.forum.event.AnnouncementEventDispatcher
 
addListener(CategoryListener) - Method in class com.jivesoftware.forum.event.CategoryEventDispatcher
 
addListener(ForumListener) - Method in class com.jivesoftware.forum.event.ForumEventDispatcher
 
addListener(MessageListener) - Method in class com.jivesoftware.forum.event.MessageEventDispatcher
 
addListener(PermissionListener) - Method in class com.jivesoftware.forum.event.PermissionEventDispatcher
 
addListener(PrivateMessageListener) - Method in class com.jivesoftware.forum.event.PrivateMessageEventDispatcher
 
addListener(QuestionListener) - Method in class com.jivesoftware.forum.event.QuestionEventDispatcher
 
addListener(SearchIndexListener) - Method in class com.jivesoftware.forum.event.SearchIndexEventDispatcher
 
addListener(TagListener) - Method in class com.jivesoftware.forum.event.TagEventDispatcher
 
addListener(ThreadListener) - Method in class com.jivesoftware.forum.event.ThreadEventDispatcher
 
addListener(ProfileListener) - Method in class com.jivesoftware.profiles.ProfileEventDispatcher
 
addListener(ProfileSearchIndexListener) - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEventDispatcher
 
addLong(long) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Adds a long parameter to the prepared statement.
addMapListener(MapListener) - Method in class com.jivesoftware.util.DefaultCache
Add a map listener.
addMapListener(MapListener, Object, boolean) - Method in class com.jivesoftware.util.DefaultCache
 
addMapListener(MapListener, Filter, boolean) - Method in class com.jivesoftware.util.DefaultCache
 
addMember(User) - Method in class com.jivesoftware.base.database.DbGroup
 
addMember(User) - Method in interface com.jivesoftware.base.Group
Adds a member to the group.
addMember(User) - Method in class com.jivesoftware.base.GroupAdapter
 
addMember(User) - Method in class com.jivesoftware.base.GroupProxy
 
addMember(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
addMember(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
addMember(User) - Method in class com.jivesoftware.base.MockGroup
 
addMemberListener(MemberListener) - Method in class com.jivesoftware.util.ClusteredCache
 
addMemberToGroup(long, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Add the user with the specified userID to the group with the specified groupID.
addMemberToGroup(long, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
addMessage(ForumMessage, ForumMessage) - Method in class com.jivesoftware.forum.database.DbForumThread
 
addMessage(ForumMessage, ForumMessage) - Method in interface com.jivesoftware.forum.ForumThread
Adds a new message to this thread.
addMessage(ForumMessage, ForumMessage) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
addMessage(ChatMessage) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
addMessage(String, String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
addMessageToIndex(DbSearchManager.MessageBean, IndexWriter) - Method in class com.jivesoftware.forum.database.DbSearchManager
Indexes an individual message.
addMessageToQueue(ForumMessage) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Adds message to the virus scan queue.
addModel(String, InputStream) - Static method in class com.jivesoftware.base.admin.AdminConsole
Adds XML stream to the tabs/sidebar model.
addModel(String, Element) - Static method in class com.jivesoftware.base.admin.AdminConsole
Adds an <adminconsole> Element to the tabs/sidebar model.
addOption(String) - Method in class com.jivesoftware.base.database.DbPoll
 
addOption(String) - Method in interface com.jivesoftware.base.Poll
Add a new option to the poll.
addOption(String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
addParameter(String, Object) - Method in class com.jivesoftware.base.tags.Paginator
 
addPermissionToGroup(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to the group with the specified id.
addPermissionToGroup(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addPermissionToUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to the user with the specified id.
addPermissionToUser(long, boolean, long) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addPermissionToUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addPluginListener(PluginListener) - Method in class com.jivesoftware.base.plugin.PluginManager
Registers a plugin listener.
addPrivateMessage(Message) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Adds a private message to be polled.
addProperty(String, String) - Method in class com.jivesoftware.forum.QuestionFilter
Adds a property to the list of properties that will be filtered on.
addProperty(String, String) - Method in class com.jivesoftware.forum.ResultFilter
Adds a property to the list of properties that will be filtered on.
addQuery(int, String, long) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Add a query to the query statistics
addRating(User, ForumMessage, Rating) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
addRating(User, ForumThread, Rating) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
addRating(User, ForumMessage, Rating) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
addRating(User, ForumThread, Rating) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
addRating(User, ForumMessage, Rating) - Method in interface com.jivesoftware.forum.RatingManager
Add a rating to the forum message.
addRating(User, ForumThread, Rating) - Method in interface com.jivesoftware.forum.RatingManager
Add a rating to the forum thread.
addReadStat(ReadStat) - Method in class com.jivesoftware.base.stats.ReadStatsManager
Adds a new read stat.
addReadStatSession(ReadStatSession) - Method in class com.jivesoftware.base.stats.ReadStatsManager
Adds a new read stat session.
addRecipient(EmailMessage.EmailAddress) - Method in class com.jivesoftware.base.EmailMessage
Adds a recipient (to address) for this email message
addRecipient(String, String) - Method in class com.jivesoftware.base.EmailMessage
Adds a recipient (to address) for this email message
addRegex(String, String) - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
addRegex(String, String, boolean) - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
addRegex(JdkPattern, String) - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
addRegex(String, String) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
addRegex(String, String, boolean, boolean) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
addRegex(String, String, boolean) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
addRegex(JdkPattern, String) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
addRegisteredUserPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addRegisteredUserPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addRegisteredUserPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Add a permission of the specified PermissionType for registered users.
addRegisteredUserPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
addRegisteredUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to registered users.
addRegisteredUserPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addRenderFilter(String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
addRenderFilter(String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
addRenderFilter(String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Installs a new class into the list of render filters for the system.
addReport(Report) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
addReport(Report) - Method in interface com.jivesoftware.base.stats.ReportManager
Installs a report.
addReportClass(String) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
addReportClass(String) - Method in interface com.jivesoftware.base.stats.ReportManager
Installs a new report, given the fully qualified classname of the report.
addReportInfoQueries(Map) - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
addReportInfoQueries(Map) - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
addResolutionState(Question.State) - Method in class com.jivesoftware.forum.QuestionFilter
Adds a resolution state to the set of states that will be included in filtered results.
addResolutionState(Question.State) - Method in class com.jivesoftware.forum.ResultFilter
Adds a resolution state to the set of states that will be included in filtered results.
addressArrayToString(Address[]) - Static method in class com.jivesoftware.forum.mail.MessageUtils
Returns the first address in the supplied array as a String.
AddressBookAction - Class in com.jivesoftware.forum.action
An action to handle logic of viewing a user's address book.
AddressBookAction() - Constructor for class com.jivesoftware.forum.action.AddressBookAction
 
AddressBookAddAction - Class in com.jivesoftware.forum.action
An action to handle adding users to the address book.
AddressBookAddAction() - Constructor for class com.jivesoftware.forum.action.AddressBookAddAction
 
AddressBookRemoveAction - Class in com.jivesoftware.forum.action
 
AddressBookRemoveAction() - Constructor for class com.jivesoftware.forum.action.AddressBookRemoveAction
 
AddressBookService - Interface in com.jivesoftware.forum.webservices
Provides ability to interace with the Private Message addressbook.
AddressBookServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
AddressBookServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
 
AddressBookViewAction - Class in com.jivesoftware.forum.action
An action to handle logic of viewing a user's address book.
AddressBookViewAction() - Constructor for class com.jivesoftware.forum.action.AddressBookViewAction
 
addressToString(Address) - Static method in class com.jivesoftware.forum.mail.MessageUtils
Converts an Address to a String.
addRoomName(String, String) - Method in class com.jivesoftware.webchat.ChatManager
 
addRow(Object[]) - Method in class com.jivesoftware.base.stats.model.DataTable
Adds (appends) a row in the table.
addRow(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
addRow(Row) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
addSample(Connection) - Method in interface com.jivesoftware.forum.net.ConnectionMonitor
Adds a connection sample to the monitor as soon as the connection is accepted.
addSample(long, long, long) - Method in interface com.jivesoftware.forum.net.Monitor
Add the number of samples that occured between the given start and end times.
addSample(long) - Method in interface com.jivesoftware.forum.net.Monitor
Add the number of samples that occured between the last sample date, and the current time.
addSample(long) - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
addSample(long, long, long) - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
Carries out the actual sample addition.
addSample(Connection) - Method in class com.jivesoftware.forum.net.spi.TransientConnectionMonitor
Logs the actual sample to the underlying monitor.
addSample(String[], NNTPResponse, long, long) - Method in interface com.jivesoftware.forum.nntp.CommandMonitor
Adds a command and response as a sample.
addSample(String[], NNTPResponse, long, long) - Method in class com.jivesoftware.forum.nntp.spi.CommandMonitorImpl
Sample the given NNTP command and pass the sample rate to the underlying BasicTransientMonitor.
addSeries(Report) - Method in class com.jivesoftware.base.stats.AbstractReport
 
addSpecial(char) - Method in class com.jivesoftware.forum.renderer.macro.Preserved
Encode special character c by replacing with it's hex character entity code.
addSpecial(String, String) - Method in class com.jivesoftware.forum.renderer.macro.Preserved
Add a replacement for the special character c which may be a string
addString(String) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Adds a String parameter to the prepared statement.
addTag(ContentTag, JiveContentObject) - Method in class com.jivesoftware.forum.database.DbTagManager
 
addTag(ContentTag) - Method in class com.jivesoftware.forum.ResultFilter
Adds a ContentTag to the list of tags to filter on.
addTag(ContentTag) - Method in class com.jivesoftware.forum.TagDelegator
Associates a tag with this object
addTag(ContentTag, JiveContentObject) - Method in interface com.jivesoftware.forum.TagManager
Associates a tag with this object
addTask(Runnable) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Adds a task to the task queue.
addTask(int, Runnable) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Adds a task to the task queue.
addTask(Runnable) - Static method in class com.jivesoftware.util.TaskEngine
Adds a task to the task queue.
addTask(int, Runnable) - Static method in class com.jivesoftware.util.TaskEngine
Adds a task to the task queue.
addTemplateClass(String) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
addTemplateClass(String) - Method in interface com.jivesoftware.base.stats.ReportManager
Installs a new template class, given the fully qualified classname of the template.
addText(String) - Method in class com.jivesoftware.forum.renderer.RenderedTextStore
Add a text snippet to the store receiving a token in return.
addTextExtractor(String) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
addTextExtractor(String) - Method in interface com.jivesoftware.forum.SearchManager
Installs a new class into the list of available text extractors for the system.
addThemeMap(String, ThemeMap) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
addThemeMap(String, ThemeMap) - Method in interface com.jivesoftware.base.theme.ThemeManager
Adds a theme mapping to the system.
addThemeMap(String, ThemeMap) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
addThread(ForumThread) - Method in class com.jivesoftware.forum.database.DbForum
 
addThread(ForumThread) - Method in interface com.jivesoftware.forum.Forum
Adds a new thread to the forum.
addThread(ForumThread) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
addThreadCount(ForumThread) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Increments the view count of the given thread by 1 or does nothing if view counts are not enabled.
addTime(long) - Method in class com.jivesoftware.util.profile.Profiler.ProfileStat
 
addToAttachDirSize(long) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
Adds to the size of the attachment directory.
addToCache() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
addToIndex(ForumMessage) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
addToIndex(ForumMessage, boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
addToIndex(ForumMessage) - Method in interface com.jivesoftware.forum.SearchManager
Adds an individual message to the index.
addToIndex(User) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Adds an individual user to the index.
addToIndex(User) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
addToIndex(User, boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
addUpdatedUser(ChatPresence) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
addURL(URL) - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Adds a URL to the class loader.
addURLMapping(String, URLMapping) - Static method in class com.jivesoftware.base.action.util.JiveActionMapper
 
addUser(User) - Method in class com.jivesoftware.base.database.DbRoster
 
addUser(User) - Method in interface com.jivesoftware.base.Roster
Add a user to the roster.
addUser(User) - Method in class com.jivesoftware.base.RosterProxy
 
addUser(long, String) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Adds a specified username to users addressbook.
addUser(long, String) - Method in class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
Adds the specified username to the users addressbook.
addUserPermission(User, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addUserPermission(int, long, User, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
addUserPermission(User, PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Add a permission of the specified PermissionType for the specified user.
addUserPermission(User, PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
addUsers(long, long[]) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Adds a list of users to the Private Message addressbook of the specified user.
addUsers(long, long[]) - Method in class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
Adds a list of users to an addressbook.
addUserSession(String, UserSession) - Method in class com.jivesoftware.webchat.ChatManager
 
addUserToIndex(long, IndexWriter) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
Indexes an individual user.
addUserVote(int, User) - Method in class com.jivesoftware.base.database.DbPoll
 
addUserVote(int, User, Date) - Method in class com.jivesoftware.base.database.DbPoll
 
addUserVote(int, User) - Method in interface com.jivesoftware.base.Poll
Add a user vote for an option in the poll.
addUserVote(int, User) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
addUUencodedAttachments(ForumMessage, BufferedReader) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Search for uuencoded attachments from a reader and attach them to a message.
ADMIN_PAGE - Static variable in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
ADMIN_PERM_GROUP - Static variable in class com.jivesoftware.forum.util.AdminUtils
Indicates the admin permission mode - ie, perms for moderators, admins, etc.
ADMIN_SESSION_AUTHORIZATION - Static variable in class com.jivesoftware.base.admin.AdminConsole
 
AdminAuthInterceptor - Class in com.jivesoftware.base.action.interceptor
Auth Interceptor for admin stuff.
AdminAuthInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
 
AdminCacheInfo - Class in com.jivesoftware.forum.util
A utility class for the Jive Forums admin console to handle Cache administration.
AdminCacheInfo.CacheWrapper - Class in com.jivesoftware.forum.util
A simple class which wraps a standard Jive cache object.
AdminCacheInfo.CacheWrapper(Cache, int, int, int) - Constructor for class com.jivesoftware.forum.util.AdminCacheInfo.CacheWrapper
Sizes are in K for convenience.
AdminConsole - Class in com.jivesoftware.base.admin
A model for admin tab and sidebar info.
AdminInterceptor - Class in com.jivesoftware.forum.action
 
AdminInterceptor() - Constructor for class com.jivesoftware.forum.action.AdminInterceptor
 
AdminLocaleInterceptor - Class in com.jivesoftware.forum.action
An interceptor for locales in the Admin console.
AdminLocaleInterceptor() - Constructor for class com.jivesoftware.forum.action.AdminLocaleInterceptor
 
AdminPageBean - Class in com.jivesoftware.base.admin
A simple data holding bean used to describe admin console page attributes.
AdminPageBean() - Constructor for class com.jivesoftware.base.admin.AdminPageBean
 
AdminPageBean.Breadcrumb - Class in com.jivesoftware.base.admin
A simple model of a breadcrumb.
AdminPageBean.Breadcrumb(String, String) - Constructor for class com.jivesoftware.base.admin.AdminPageBean.Breadcrumb
Creates a crumb given a name an URL.
AdminSecurityInterceptor - Class in com.jivesoftware.forum.action
This class used to force Permissions.SYSTEM_ADMIN access to any wrapped action.
AdminSecurityInterceptor() - Constructor for class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
AdminSetupAction - Class in com.jivesoftware.forum.action.setup
 
AdminSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.AdminSetupAction
 
AdminUtils - Class in com.jivesoftware.forum.util
A class to hold constants and static methods for the admin console.
AdvancedUserManager - Interface in com.jivesoftware.base
An advanced user manager which currently has a single method to retrieve a user from a given email address.
AFTER - Static variable in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Constant to indicate the interceptor logic should be invoked after passing control down the interceptor chain.
after(ActionInvocation, String) - Method in class com.jivesoftware.forum.action.ReadStatsInterceptor
Records a read stat for a given object.
after(ActionInvocation, String) - Method in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Records the given object in the user history.
after(ActionInvocation, String) - Method in class com.jivesoftware.forum.action.UserLocaleInterceptor
 
after(ActionInvocation, String) - Method in class com.jivesoftware.forum.action.ViewCountInterceptor
Records a view count for a given object.
afterBody() - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
afterDate - Variable in class com.jivesoftware.forum.database.DbQuery
 
ageList - Variable in class com.jivesoftware.forum.webservices.Cache
Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
ageList - Variable in class com.jivesoftware.util.DefaultCache
Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
ageList - Variable in class com.jivesoftware.util.LRUCache
Linked list to maintain time that cache objects were initially added to the cache, most recently added to oldest added.
ageListNode - Variable in class com.jivesoftware.util.CacheObject
A reference to the node in the age order list.
AGENT_HEADER_NAMES - Static variable in class com.jivesoftware.forum.gateway.GatewayUtil
List of likely headers which can contain user agent info
aggregate(Collection, InvocableMap.EntryAggregator) - Method in class com.jivesoftware.util.ClusteredCache
 
aggregate(Filter, InvocableMap.EntryAggregator) - Method in class com.jivesoftware.util.ClusteredCache
 
AIM - Static variable in class com.jivesoftware.forum.im.IMService
Represents the AOL IM Service, and can create urls which provide presence information for its users.
ALL - Static variable in class com.jivesoftware.forum.action.QuestionFilterForumAction
 
ALL - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter will match all articles.
ALL - Static variable in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Access type that specifies that any user including anonymous users can connect to web services.
ALL - Static variable in class com.jivesoftware.util.RelativeDateRange
 
ALL_ARTICLE_FILTER - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
A simple constant filter for current article filtering.
ALL_LDAP_MODE - Static variable in class com.jivesoftware.base.ldap.LdapManager
The mode for storing all user data in LDAP, including Jive-specific data.
ALL_MESSAGES_MODERATED - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant to indicate that moderation of new threads and new messages is on.
ALL_TYPES - Static variable in interface com.jivesoftware.forum.ContentRetrieval
An array of all ContentTypes
ALLOW_ACCESS_PROP - Static variable in class com.jivesoftware.forum.stats.ReportViewerServlet
 
ALLOW_ALL_ADMINS_PROP - Static variable in class com.jivesoftware.forum.stats.ReportViewerServlet
 
ALLOW_ANONYMOUS_VOTE_MODIFICATION - Static variable in interface com.jivesoftware.base.Poll
Mode to allow guests to change their vote after casting the vote.
ALLOW_USER_VOTE_MODIFICATION - Static variable in interface com.jivesoftware.base.Poll
Mode to allow users to change their vote after casting the vote.
allowedTypes() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns an Iterator for the list of explicitly allowed types.
allowedTypes() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
allowedTypes() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
allowedTypes() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns a String[] for the list of explicitly allowed types.
allowedTypes() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
AlphaNumericTokenizer - Class in com.jivesoftware.util.search
 
AlphaNumericTokenizer(Reader) - Constructor for class com.jivesoftware.util.search.AlphaNumericTokenizer
 
AlreadyExistsException - Exception in com.jivesoftware.util
Flags an exception when something to be created or added already exists.
AlreadyExistsException() - Constructor for exception com.jivesoftware.util.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception com.jivesoftware.util.AlreadyExistsException
 
Among - Class in com.jivesoftware.util.search
 
Among(String, int, int, String, SnowballProgram) - Constructor for class com.jivesoftware.util.search.Among
 
ANCHOR_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
AnchorReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
This rule converts html anchor links to wiki link syntax.
AnchorReplaceRule(RenderContext) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.AnchorReplaceRule
 
AND - Static variable in class com.jivesoftware.util.search.MultiFilter.FilterType
 
AND_MODE - Static variable in class com.jivesoftware.forum.ResultFilter
'AND' mode.
AndPolicy - Class in com.jivesoftware.forum.net.policies
Performs a basic logical AND evaluation on child policies (both must evaluate to true in order for this policy to evaluate true).
AndPolicy(AcceptPolicy, AcceptPolicy) - Constructor for class com.jivesoftware.forum.net.policies.AndPolicy
Create an AND policy with the given two child policies.
AnnounceAction - Class in com.jivesoftware.forum.action
An action to load an announcement.
AnnounceAction() - Constructor for class com.jivesoftware.forum.action.AnnounceAction
 
AnnounceDeleteAction - Class in com.jivesoftware.forum.action
An action to handle deleting of announcements.
AnnounceDeleteAction() - Constructor for class com.jivesoftware.forum.action.AnnounceDeleteAction
 
AnnounceEditAction - Class in com.jivesoftware.forum.action
 
AnnounceEditAction() - Constructor for class com.jivesoftware.forum.action.AnnounceEditAction
 
AnnounceExpireAction - Class in com.jivesoftware.forum.action
A simple action to handle expiration of announcements.
AnnounceExpireAction() - Constructor for class com.jivesoftware.forum.action.AnnounceExpireAction
 
ANNOUNCEMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
Announcement - Interface in com.jivesoftware.forum
Alerts users to important information.
Announcement - Class in com.jivesoftware.forum.webservices
Announcments are used to alert users to important information.
Announcement() - Constructor for class com.jivesoftware.forum.webservices.Announcement
 
ANNOUNCEMENT_ADMIN - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create, delete, and schedule announcements.
ANNOUNCEMENT_CREATED - Static variable in class com.jivesoftware.forum.event.AnnouncementEvent
Announcement was added to the system.
ANNOUNCEMENT_DELETED - Static variable in class com.jivesoftware.forum.event.AnnouncementEvent
Announcement was deleted.
ANNOUNCEMENT_MODIFIED - Static variable in class com.jivesoftware.forum.event.AnnouncementEvent
The announcement was modified.
announcementCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for announcement data.
announcementCreated(AnnouncementEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
announcementCreated(AnnouncementEvent) - Method in interface com.jivesoftware.forum.event.AnnouncementListener
Fired when an announcement has been added to the system.
announcementDeleted(AnnouncementEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
announcementDeleted(AnnouncementEvent) - Method in interface com.jivesoftware.forum.event.AnnouncementListener
Fired when an announcement is about to be deleted from the system.
AnnouncementEvent - Class in com.jivesoftware.forum.event
An event for Announcement objects.
AnnouncementEvent(int, Announcement, Map) - Constructor for class com.jivesoftware.forum.event.AnnouncementEvent
Creates a new announcement event.
AnnouncementEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for announcement events.
AnnouncementIteratorProxy - Class in com.jivesoftware.forum.proxy
Proxy class for Iterators of Announcement objects.
AnnouncementIteratorProxy(Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AnnouncementIteratorProxy
 
AnnouncementListener - Interface in com.jivesoftware.forum.event
Listener for announcement events.
AnnouncementManager - Interface in com.jivesoftware.forum
Manages announcements, including viewing, creating, and deleting them.
AnnouncementManagerProxy - Class in com.jivesoftware.forum.proxy
Proxy class for AnnouncementManager objects.
AnnouncementManagerProxy(AnnouncementManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
Creates a new AnnouncementManager to protect the supplied manager with the specified permissions.
announcementModified(AnnouncementEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
announcementModified(AnnouncementEvent) - Method in interface com.jivesoftware.forum.event.AnnouncementListener
Fired when portions of an announcement have been modified.
AnnouncementNotFoundException - Exception in com.jivesoftware.forum
Thrown if a nonexistant Announcement was attempting to be loaded.
AnnouncementNotFoundException() - Constructor for exception com.jivesoftware.forum.AnnouncementNotFoundException
 
AnnouncementNotFoundException(String) - Constructor for exception com.jivesoftware.forum.AnnouncementNotFoundException
 
AnnouncementProxy - Class in com.jivesoftware.forum.proxy
Proxy class for Announcement objects.
AnnouncementProxy(Announcement, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AnnouncementProxy
Creates a new AnnouncementManager to protect the supplied manager with the specified permissions.
announcementPut(long, DbAnnouncement) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
announcementPut(String, long[]) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
announcementRemove(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
announcementRemove(String) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
AnnouncementService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate announcements.
AnnouncementServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
AnnouncementServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
ANONYMOUS - Static variable in class com.jivesoftware.base.JiveConstants
 
ANONYMOUS_VOTE_ADDED - Static variable in class com.jivesoftware.base.event.PollEvent
An anonymous vote was added to the poll.
ANONYMOUS_VOTE_MODIFIED - Static variable in class com.jivesoftware.base.event.PollEvent
An anonymous vote was modified.
ANONYMOUS_VOTE_REMOVED - Static variable in class com.jivesoftware.base.event.PollEvent
An anonymous vote was removed.
anonymousUserHasPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
anonymousUserHasPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
anonymousUserHasPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns true if the anonymous users have a particular permission.
anonymousUserHasPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
anonymousUserHasPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the anonymous users have a particular permission globally.
anonymousUserHasPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
anonymousUserHasPermissionOnCategory(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the anonymous users have a particular permission on the category with the specified ID.
anonymousUserHasPermissionOnCategory(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
anonymousUserHasPermissionOnForum(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the anonymous users have a particular permission on the forum with the specified ID.
anonymousUserHasPermissionOnForum(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
anonymousVoteAdded(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when an anonymous vote is added to a poll.
anonymousVoteAdded(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
anonymousVoteAdded(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
anonymousVoteModified(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when an anonymous poll vote is modified.
anonymousVoteModified(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
anonymousVoteModified(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
anonymousVoteRemoved(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when an anonymous poll vote is removed.
anonymousVoteRemoved(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
anonymousVoteRemoved(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
AnswerCountStatusLevelCalculator - Class in com.jivesoftware.forum.database
Provides a status level calculator implementations that is backed by question answers (helpful and correct).
AnswerCountStatusLevelCalculator() - Constructor for class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
AnswerCountStatusLevelCalculator.UserPointCacheKey - Class in com.jivesoftware.forum.database
Key that is used in the answerCountPointCache that should have a point value attached to it.
AnswerCountStatusLevelCalculator.UserPointCacheKey() - Constructor for class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator.UserPointCacheKey
 
AnswerCountStatusLevelCalculator.UserPointCacheKey(long, int, long) - Constructor for class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator.UserPointCacheKey
 
ANSWERED - Static variable in class com.jivesoftware.forum.action.QuestionAction
Questions can be marked as answered - this indicates the user feels replies have adequately answered their question.
ANSWERED_QUESTIONS - Static variable in class com.jivesoftware.forum.action.QuestionFilterForumAction
 
apache - Static variable in class com.jivesoftware.base.plugin.PluginManager.License
The plugin is distributed using the Apache license.
APP_SERVER_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
append(String) - Method in class com.jivesoftware.base.util.textmining.WordTextBuffer
 
append(String) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append the given text to the response.
appendBulkText(String) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append a large quantity of text to the response buffer.
appendError(String) - Static method in class com.jivesoftware.webchat.test.LoadTestStarter
 
appendLine(String) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append the given text followed by an NNTP line end CR-LF pair.
appendParameter(String) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append a space (' ') followed by the given text to the response.
appendText(String) - Static method in class com.jivesoftware.webchat.test.LoadTestStarter
 
appendXParameter(String) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append a tab ('\t') followed by the given text to the response.
application - Variable in class com.jivesoftware.webchat.actions.WebBean
 
ApplicationInitializedFilter - Class in com.jivesoftware.base.util
Filter which will not allow any pages to be loaded if the LifeCycleListeners did not come up properly.
ApplicationInitializedFilter() - Constructor for class com.jivesoftware.base.util.ApplicationInitializedFilter
 
applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.theme.ThemeFilter
 
applyFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
applyFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
applyFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
applyFilter(String, RenderContext, boolean) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
applyFilter(String) - Static method in class com.jivesoftware.webchat.filter.EmoticonFilter
 
applyFilter(String) - Static method in class com.jivesoftware.webchat.filter.TextStyleFilter
 
applyFilter(String) - Static method in class com.jivesoftware.webchat.filter.URLFilter
 
applyFilters(String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Applies all text filters to the given text.
applyFreemarkerTemplate(Map, String, Locale) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Assumes that the template is a freemarker template and applies a freemarker transformation to it.
applyFreemarkerTemplateSrc(Map, String) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Assumes that the template is a freemarker template and applies a freemarker transformation to it.
applyIndex(Map, Set) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
Responds to indexes on QueryCacheKey.getIDKey().
approve(AuthToken, ForumMessage) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Approve a moderated message
approve(AuthToken, ForumMessage) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
ARCHIVED_PROP - Static variable in class com.jivesoftware.forum.database.DbArchiveManager
 
ArchiveManager - Interface in com.jivesoftware.forum
Manages the archive feature of Jive Forums.
ArchiveManagerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for the ArchiveManager class.
ArchiveManagerProxy(ArchiveManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
ARCHIVING_DISABLED_PROP - Static variable in class com.jivesoftware.forum.database.DbArchiveManager
 
areBooleansDifferent(Boolean, Boolean) - Static method in class com.jivesoftware.webchat.util.ModelUtil
This is a utility method that compares two Booleans when one or both of the objects might be null The result of this method is determined as follows: If b1 and b2 are both TRUE or neither b1 nor b2 is TRUE, return false.
areBooleansEqual(Boolean, Boolean) - Static method in class com.jivesoftware.webchat.util.ModelUtil
This is a utility method that compares two Booleans when one or both of the objects might be null The result of this method is determined as follows: If b1 and b2 are both TRUE or neither b1 nor b2 is TRUE, return true.
areDifferent(Object, Object) - Static method in class com.jivesoftware.webchat.util.ModelUtil
This is a utility method that compares two objects when one or both of the objects might be null.
areEqual(Object, Object) - Static method in class com.jivesoftware.webchat.util.ModelUtil
This is a utility method that compares two objects when one or both of the objects might be null The result of this method is determined as follows: If o1 and o2 are the same object according to the == operator, return true.
ArgTag - Class in com.jivesoftware.base.tags
A simple Argument tag to be used with the i18n tag
ArgTag() - Constructor for class com.jivesoftware.base.tags.ArgTag
Constructor
arguments - Variable in class com.jivesoftware.base.tags.I18nTag
 
Article - Interface in com.jivesoftware.forum.nntp
Represents an article on the system.
ArticleCommand - Class in com.jivesoftware.forum.nntp
Obtains an article command from it's string parts and selects the correct article based on the command.
ArticleFilter - Class in com.jivesoftware.forum.nntp
Filters article lists according to those that match the range, message id, or patterns passed to the filter.
ArticleFilter(String) - Constructor for class com.jivesoftware.forum.nntp.ArticleFilter
Create an article filter for the given article range.
ArticleHeaderFilter - Class in com.jivesoftware.forum.nntp
Filters article lists according normal range filtering plus header wildmat pattern matching.
ArticleHeaderFilter(String, String, Wildmat) - Constructor for class com.jivesoftware.forum.nntp.ArticleHeaderFilter
Create an article header filter with the given header name and wildmat pattern.
ArticleIterator - Class in com.jivesoftware.forum.nntp.spi
Iterator over a range of articles (messages) in a forum by forumIndex.
ArticleIterator(int, int, long) - Constructor for class com.jivesoftware.forum.nntp.spi.ArticleIterator
Creates a new article iterator for all messages between the starting and ending forumIndex values.
ArticleNotFoundException - Exception in com.jivesoftware.forum.nntp
Thrown when an article is not found.
ArticleNotFoundException() - Constructor for exception com.jivesoftware.forum.nntp.ArticleNotFoundException
Constructs a new exception with null as its detail message.
ArticleNotFoundException(String) - Constructor for exception com.jivesoftware.forum.nntp.ArticleNotFoundException
Constructs a new exception with the specified detail message.
ArticleNotFoundException(Throwable) - Constructor for exception com.jivesoftware.forum.nntp.ArticleNotFoundException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ArticleNotFoundException(String, Throwable) - Constructor for exception com.jivesoftware.forum.nntp.ArticleNotFoundException
Constructs a new exception with the specified detail message and cause.
ArticleNotSelectedException - Exception in com.jivesoftware.forum.nntp
Thrown when an operation fails because no article has been selected.
ArticleNotSelectedException() - Constructor for exception com.jivesoftware.forum.nntp.ArticleNotSelectedException
Create a new exception.
ArticlePointer - Interface in com.jivesoftware.forum.nntp
Maintains a pointer to the current article.
ArticlePointerImpl - Class in com.jivesoftware.forum.nntp.spi
Simple article pointer that uses a ForumSession to access the message store.
ArticlePointerImpl(ForumSession) - Constructor for class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
Create an article pointer using the given adapter.
ArticleResponder - Class in com.jivesoftware.forum.nntp
Creates a response to a stanard article request.
ArticleResponder(Connection) - Constructor for class com.jivesoftware.forum.nntp.ArticleResponder
Creates a new article response (cannot be instantiated directly).
ASCENDING - Static variable in class com.jivesoftware.base.ban.BanFilter
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in interface com.jivesoftware.forum.Query
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in class com.jivesoftware.forum.QuestionFilter
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in class com.jivesoftware.forum.ResultFilter
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in class com.jivesoftware.forum.webservices.Query
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in class com.jivesoftware.forum.webservices.ResultFilter
Ascending sort (ie 3, 4, 5...).
ASSIGN - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
ASSIGN_SUCCESS - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
assign_to(StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
ASSUMED_ANSWERED - Static variable in class com.jivesoftware.forum.action.QuestionAction
Questions can be marked as assumed answered - this is for moderators to use when they feel a question has been answered but have no direct confirmation of this from the topic author.
assumed_resolved - Static variable in class com.jivesoftware.forum.Question.State
The question is answered, but the question creator has not indicated that the question is resolved.
ATTACH - Static variable in class com.jivesoftware.forum.action.OldPostAction
 
ATTACH - Static variable in class com.jivesoftware.forum.action.PostAction
 
AttachAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for posting message attachments as well as deleting them.
AttachAction() - Constructor for class com.jivesoftware.forum.action.AttachAction
 
ATTACHMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
Attachment - Interface in com.jivesoftware.forum
An object that encapsulates a message attachment.
ATTACHMENT_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
ATTACHMENT_RENAME_INPUT - Static variable in class com.jivesoftware.forum.action.AttachAction
 
ATTACHMENT_RENAME_SUCCESS - Static variable in class com.jivesoftware.forum.action.AttachAction
 
attachmentCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for attachment objects.
AttachmentData - Class in com.jivesoftware.forum.mail
Holds the relevant data for one email message attachment.
AttachmentData(String, String, InputStream) - Constructor for class com.jivesoftware.forum.mail.AttachmentData
 
AttachmentDataSource - Class in com.jivesoftware.forum.gateway
Provides a datasource wrapper for an Attachment object.
AttachmentDataSource(Attachment) - Constructor for class com.jivesoftware.forum.gateway.AttachmentDataSource
Constructor
AttachmentException - Exception in com.jivesoftware.forum
 
AttachmentException(String) - Constructor for exception com.jivesoftware.forum.AttachmentException
 
AttachmentException(int, String) - Constructor for exception com.jivesoftware.forum.AttachmentException
 
AttachmentException(int, Throwable, String) - Constructor for exception com.jivesoftware.forum.AttachmentException
 
AttachmentManager - Interface in com.jivesoftware.forum
Manages attachment settings.
AttachmentManagerProxy - Class in com.jivesoftware.forum.proxy
 
AttachmentManagerProxy(AttachmentManager, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
AttachmentManagerService - Interface in com.jivesoftware.forum.webservices
A web service to manage attachment settings.
AttachmentManagerServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
AttachmentManagerServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
AttachmentNotFoundException - Exception in com.jivesoftware.forum
Thrown if a attempting to load an Attachment fails.
AttachmentNotFoundException() - Constructor for exception com.jivesoftware.forum.AttachmentNotFoundException
 
AttachmentNotFoundException(String) - Constructor for exception com.jivesoftware.forum.AttachmentNotFoundException
 
AttachmentProxy - Class in com.jivesoftware.forum.proxy
 
AttachmentProxy(Attachment, ForumMessageProxy, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AttachmentProxy
Creates a new AttachmentProxy to protect the supplied attachment with the specified permissions
AttachmentUpgradeTask - Class in com.jivesoftware.forum.util
A task to upgrade JF 3.x file system attachments to JF 4.x attachments which can be stored in the database.
AttachmentUpgradeTask(ForumFactory) - Constructor for class com.jivesoftware.forum.util.AttachmentUpgradeTask
Creates a new task - to run it, submit it to the task engine or call doRun() directly.
AttachmentUtils - Class in com.jivesoftware.base.util
A set of static utilities for working with attachments and KB images.
AttachmentUtils() - Constructor for class com.jivesoftware.base.util.AttachmentUtils
 
attempt(long) - Method in class com.jivesoftware.util.Semaphore
Wait at most msecs millisconds for a permit.
attributeAdded(HttpSessionBindingEvent) - Method in class com.jivesoftware.webchat.ChatSessionListener
 
attributeRemoved(HttpSessionBindingEvent) - Method in class com.jivesoftware.webchat.ChatSessionListener
 
attributeReplaced(HttpSessionBindingEvent) - Method in class com.jivesoftware.webchat.ChatSessionListener
 
authenticate(String, String) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Authenticates the user with the given password, updating the forum factory if the authentication was successful.
AuthFactory - Class in com.jivesoftware.base
An abstract class that defines a framework for providing authentication services in Jive.
AuthFactory() - Constructor for class com.jivesoftware.base.AuthFactory
 
AuthInterceptor - Class in com.jivesoftware.base.action.interceptor
Handles setup of the AuthToken and provides actions the ability to acquire the AuthToken and User object via the AuthTokenAware and UserAware interfaces.
AuthInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.AuthInterceptor
 
Author - Class in com.jivesoftware.base.tags
A JSP tag to print out the appropriate string for an author (guest vs name vs username).
Author(OgnlValueStack) - Constructor for class com.jivesoftware.base.tags.Author
 
author - Variable in class com.jivesoftware.base.tags.JiveModels
 
AuthorModel - Class in com.jivesoftware.base.tags
 
AuthorModel(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.AuthorModel
 
AuthorTag - Class in com.jivesoftware.base.tags
A JSP tag to print out the appropriate string for an author (guest vs name vs username).
AuthorTag() - Constructor for class com.jivesoftware.base.tags.AuthorTag
 
AuthServlet - Class in com.jivesoftware.webchat.servlets
 
AuthServlet() - Constructor for class com.jivesoftware.webchat.servlets.AuthServlet
 
AuthToken - Interface in com.jivesoftware.base
Proves that a user has successfully logged in.
authToken - Variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
authToken - Variable in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
authToken - Variable in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
authToken - Variable in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
AuthTokenAware - Interface in com.jivesoftware.base.action
Enables an action to acquire the current user's auth token.
autoLogin - Variable in class com.jivesoftware.base.action.LoginAction
 
availableRatings - Variable in class com.jivesoftware.forum.database.DbRatingManager
 
AVATAR - Static variable in class com.jivesoftware.base.JiveConstants
 
Avatar - Interface in com.jivesoftware.forum
An object that represents a user's avatar.
AVATAR - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create and delete avatars
AVATAR_ENABLE_PROPERTY - Static variable in class com.jivesoftware.forum.AvatarManagerFactory
 
avatarCache - Static variable in class com.jivesoftware.forum.AvatarManagerFactory
 
AvatarDisplayAction - Class in com.jivesoftware.forum.action
 
AvatarDisplayAction() - Constructor for class com.jivesoftware.forum.action.AvatarDisplayAction
 
AvatarException - Exception in com.jivesoftware.forum
Thrown if there are problems with creation of Avatars
AvatarException() - Constructor for exception com.jivesoftware.forum.AvatarException
 
AvatarException(String) - Constructor for exception com.jivesoftware.forum.AvatarException
 
AvatarException(String, Throwable) - Constructor for exception com.jivesoftware.forum.AvatarException
 
AvatarException(Throwable) - Constructor for exception com.jivesoftware.forum.AvatarException
 
AvatarException(AttachmentException) - Constructor for exception com.jivesoftware.forum.AvatarException
 
AvatarImageUtils - Class in com.jivesoftware.forum.util
Utilties for image manipulation and caching
AvatarIterator - Class in com.jivesoftware.forum.database
An class that defines the logic to iterate through an array of long unique ID's of avatars.
AvatarIterator(long[]) - Constructor for class com.jivesoftware.forum.database.AvatarIterator
 
AvatarIteratorProxy - Class in com.jivesoftware.forum.proxy
 
AvatarIteratorProxy(Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AvatarIteratorProxy
 
AvatarManager - Interface in com.jivesoftware.forum
Manages the avatar feature.
AvatarManagerFactory - Class in com.jivesoftware.forum
Used to create Managers for Avatar feature.
AvatarManagerProxy - Class in com.jivesoftware.forum.proxy
 
AvatarManagerProxy(AvatarManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
AvatarModerationAction - Class in com.jivesoftware.forum.moderation.action
An admin action to moderate user avatars.
AvatarModerationAction() - Constructor for class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
AvatarNotFoundException - Exception in com.jivesoftware.forum
Thrown when trying to acquire an avatar that does not exist
AvatarNotFoundException() - Constructor for exception com.jivesoftware.forum.AvatarNotFoundException
 
AvatarNotFoundException(String) - Constructor for exception com.jivesoftware.forum.AvatarNotFoundException
 
AvatarProxy - Class in com.jivesoftware.forum.proxy
 
AvatarProxy(Avatar, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.AvatarProxy
 
AvatarSetActiveAction - Class in com.jivesoftware.forum.action
Used to set a user's active avatar.
AvatarSetActiveAction() - Constructor for class com.jivesoftware.forum.action.AvatarSetActiveAction
 
AvatarSettingsAction - Class in com.jivesoftware.forum.action
 
AvatarSettingsAction() - Constructor for class com.jivesoftware.forum.action.AvatarSettingsAction
 
AvatarUploadAction - Class in com.jivesoftware.forum.action
 
AvatarUploadAction() - Constructor for class com.jivesoftware.forum.action.AvatarUploadAction
 
AvatarUserDeleteAction - Class in com.jivesoftware.forum.action
 
AvatarUserDeleteAction() - Constructor for class com.jivesoftware.forum.action.AvatarUserDeleteAction
 
AvatarUserUploadAction - Class in com.jivesoftware.forum.action
This action allows a user to upload an image in order to create an avatar.
AvatarUserUploadAction() - Constructor for class com.jivesoftware.forum.action.AvatarUserUploadAction
 

B

BAD_CONTENT_TYPE - Static variable in exception com.jivesoftware.forum.AttachmentException
 
Ban - Class in com.jivesoftware.base.ban
Represents a ban object
Ban(long, int) - Constructor for class com.jivesoftware.base.ban.Ban
 
Ban(User, User, int, Date, String) - Constructor for class com.jivesoftware.base.ban.Ban
 
Ban(String, User, int, Date, String) - Constructor for class com.jivesoftware.base.ban.Ban
 
BAN - Static variable in class com.jivesoftware.base.JiveConstants
 
BAN_LEVELS - Static variable in class com.jivesoftware.base.ban.BanLevel
An array containing all possible types of ban levels
BAN_LOGIN - Static variable in class com.jivesoftware.base.ban.BanLevel
Users will not be allowed to login to the system
BAN_POST - Static variable in class com.jivesoftware.base.ban.BanLevel
Users will not be able to post messages or private messages to the system
banDAO - Variable in class com.jivesoftware.base.ban.AbstractBanManager
 
BanDAO - Interface in com.jivesoftware.base.ban
Defines methods used to create, access, update, and remove ban data objects.
BanDAOFactory - Class in com.jivesoftware.base.ban
A factory that returns a concrete instance of BanDAO.
BanDAOImpl - Class in com.jivesoftware.base.ban
Defines methods used to create, access, update, and remove banned objects.
BandwidthMonitor - Interface in com.jivesoftware.forum.net
Monitors the bandwidth usage of a Connection.
BanException - Exception in com.jivesoftware.base.ban
Thrown when a user performs an action that they have been banned from performing.
BanException() - Constructor for exception com.jivesoftware.base.ban.BanException
 
BanException(String) - Constructor for exception com.jivesoftware.base.ban.BanException
 
BanException(Throwable) - Constructor for exception com.jivesoftware.base.ban.BanException
 
BanException(Ban) - Constructor for exception com.jivesoftware.base.ban.BanException
 
BanFilter - Class in com.jivesoftware.base.ban
Filters and sorts lists of ban objects.
BanFilter() - Constructor for class com.jivesoftware.base.ban.BanFilter
 
BanLevel - Class in com.jivesoftware.base.ban
A typesafe-enum class containing key/value pairs representing BanLevel objects.
BanManager - Interface in com.jivesoftware.base.ban
Manages the banning of User Accounts and IP Addresses.
BanManagerFactory - Class in com.jivesoftware.forum.ban
A factory that returns a concrete instance of BanManager.
BanManagerImpl - Class in com.jivesoftware.forum.ban
A concrete instance of the BanManager interface providing additional forum functionality to the base ban manager model.
BanManagerProxy - Class in com.jivesoftware.forum.ban
 
BanManagerProxy(BanManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.ban.BanManagerProxy
 
BanMessageInterceptor - Class in com.jivesoftware.forum.ban.interceptor
An Interceptor to handle Banned Users and IP Addresses
BanMessageInterceptor() - Constructor for class com.jivesoftware.forum.ban.interceptor.BanMessageInterceptor
 
BanMessageInterceptor(int, long) - Constructor for class com.jivesoftware.forum.ban.interceptor.BanMessageInterceptor
 
BANNED_PAGE - Static variable in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
banUser(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
BAR - Static variable in class com.jivesoftware.base.stats.Chart
 
BAR - Static variable in class com.jivesoftware.base.stats.ChartWriter
 
Base64 - Class in com.jivesoftware.forum.nntp.spi
Encodes and decodes to and from Base64 notation.
Base64 - Class in com.jivesoftware.webchat.util
 
Base64.InputStream - Class in com.jivesoftware.forum.nntp.spi
A Base64 InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.jivesoftware.forum.nntp.spi.Base64.InputStream
Constructs a Base64 inputStream}in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.jivesoftware.forum.nntp.spi.Base64.InputStream
Constructs a Base64 InputStream in either ENCODE or DECODE mode.
Base64.InputStream - Class in com.jivesoftware.webchat.util
A Base64#InputStream will read data from another

InputStream, given in the constructor,

and encode/decode to/from Base64 notation on the fly.

Base64.InputStream(InputStream) - Constructor for class com.jivesoftware.webchat.util.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.jivesoftware.webchat.util.Base64.InputStream
Constructs a Base64#InputStream in

either ENCODE or DECODE mode.

Base64.OutputStream - Class in com.jivesoftware.forum.nntp.spi
A Base64OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Constructs a Base64 OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Constructs a Base64 utputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.jivesoftware.webchat.util
A Base64#OutputStream will write data to another

OutputStream, given in the constructor,

and encode/decode to/from Base64 notation on the fly.

Base64.OutputStream(OutputStream) - Constructor for class com.jivesoftware.webchat.util.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jivesoftware.webchat.util.Base64.OutputStream
Constructs a Base64#OutputStream in

either ENCODE or DECODE mode.

BaseGateway - Class in com.jivesoftware.forum.gateway
 
BaseGateway() - Constructor for class com.jivesoftware.forum.gateway.BaseGateway
 
BasicAcceptPolicy - Class in com.jivesoftware.forum.net.policies
The simplest possible accept policy that either accepts or rejects all connections.
BasicAcceptPolicy(boolean) - Constructor for class com.jivesoftware.forum.net.policies.BasicAcceptPolicy
Create a basic accept policy that either accepts or denies all incoming connections.
BasicResultFilter - Class in com.jivesoftware.forum.net
A convenience result filter designed to restrict list results for display in UI.
BasicResultFilter() - Constructor for class com.jivesoftware.forum.net.BasicResultFilter
Empty constructor creating a default filter with start index 0, and number of results unlimited.
BasicResultFilter(int, int) - Constructor for class com.jivesoftware.forum.net.BasicResultFilter
Constructor that sets the start index 0, and number of results.
BasicTransientMonitor - Class in com.jivesoftware.forum.net.spi
Implements a transient (in-memory) generic monitor.
BasicTransientMonitor() - Constructor for class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
BATCH_EMAIL_WATCH - Static variable in interface com.jivesoftware.forum.Watch
Batch email watch type.
BATCH_EMAIL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Batch email watch type.
batchDeleteWithoutSubqueries(Connection, String, long[]) - Static method in class com.jivesoftware.base.database.ConnectionManager
Batch deletes a set of objects for the case when sub-selects are not supported (MySQL versions earlier than 4.1).
BatchWatchEmailer - Interface in com.jivesoftware.forum.watches
 
BatchWatchEmailerImpl - Class in com.jivesoftware.forum.watches
A task that sends out a batch email watch for a specific user.
BatchWatchEmailerImpl() - Constructor for class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
BatchWatchEmailerImpl(long, long, long) - Constructor for class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
BatchWatchResult - Class in com.jivesoftware.forum.watches
BatchWatchResult holds a count of watch results for a given batch watch, as well as a list of watched messages.
BatchWatchResult(int, int, List) - Constructor for class com.jivesoftware.forum.watches.BatchWatchResult
 
BatchWatchResult(int, List) - Constructor for class com.jivesoftware.forum.watches.BatchWatchResult
 
bean - Variable in class com.jivesoftware.base.admin.SidebarTag
 
BeanUtils - Class in com.jivesoftware.util
A utility class that provides methods that are useful for dealing with Java Beans.
BEFORE - Static variable in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Constant to indicate the interceptor logic should be invoked before passing control down the interceptor chain.
before(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.TrimmedParametersInterceptor
 
before(ActionInvocation) - Method in class com.jivesoftware.forum.action.ReadStatsInterceptor
Does nothing in this implementation.
before(ActionInvocation) - Method in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Does nothing in this implementation.
before(ActionInvocation) - Method in class com.jivesoftware.forum.action.UserLocaleInterceptor
 
before(ActionInvocation) - Method in class com.jivesoftware.forum.action.ViewCountInterceptor
Does nothing in this implementation.
beforeDate - Variable in class com.jivesoftware.forum.database.DbQuery
 
begin(String) - Static method in class com.jivesoftware.util.profile.Profiler
 
beginOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
beginOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.MatchResult
 
Bin - Class in com.jivesoftware.base.stats
A Bin represents a collection of Elements in a Histogram.
Bin() - Constructor for class com.jivesoftware.base.stats.Bin
 
BinFormat - Class in com.jivesoftware.base.stats
 
BinFormat(ElementFormat, String, String, String, String) - Constructor for class com.jivesoftware.base.stats.BinFormat
 
BinFormat(ElementFormat, String, String) - Constructor for class com.jivesoftware.base.stats.BinFormat
 
BinFormat(ElementFormat, String) - Constructor for class com.jivesoftware.base.stats.BinFormat
 
BinFormat(String, String) - Constructor for class com.jivesoftware.base.stats.BinFormat
 
BinFormat(String) - Constructor for class com.jivesoftware.base.stats.BinFormat
 
BinSequence - Interface in com.jivesoftware.base.stats
The BinSequence object serves a two-fold purpose.
bits(IndexReader) - Method in class com.jivesoftware.util.search.CachedFilter
 
bits(IndexReader) - Method in class com.jivesoftware.util.search.FieldFilter
 
bits(IndexReader) - Method in class com.jivesoftware.util.search.MultiFilter
 
BLOCK_SIZE - Static variable in class com.jivesoftware.base.database.DbPollManager
Number of pollID's per cache block.
BLOCK_SIZE - Static variable in class com.jivesoftware.forum.database.DbStatusLevelManager
How many entries are selected from the database by default
BLOCK_SIZE - Static variable in class com.jivesoftware.forum.database.QueryCache
Number of forumID's per cache block.
BlockingReadConnectionThread - Class in com.jivesoftware.forum.net.spi
A thread to manage reads of all idle connections.
BlockingReadConnectionThread(Connection) - Constructor for class com.jivesoftware.forum.net.spi.BlockingReadConnectionThread
 
BlockQuoteReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
Very simple rule for replacing all occurrences of blockquote with bq. escaping newlines at the same time
BlockQuoteReplaceRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.BlockQuoteReplaceRule
 
BODY - Static variable in class com.jivesoftware.forum.renderer.RenderType
Type representing a message body.
BOLD_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BOLD_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BOLD_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BOLD_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BOLD_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BOOLEAN - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a boolean type.
BooleanList - Class in com.jivesoftware.util
A simplified List for boolean values.
BooleanList() - Constructor for class com.jivesoftware.util.BooleanList
Creates a new list of boolean values with a default capacity of 50.
BooleanList(int) - Constructor for class com.jivesoftware.util.BooleanList
Creates a new list of boolean values with a specified initial capacity.
BQ_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BQ_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BQ_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BQ_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
BQ_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
bra - Variable in class com.jivesoftware.util.search.SnowballProgram
 
BranchAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for branching parts of a thread into a new thread.
BranchAction() - Constructor for class com.jivesoftware.forum.action.BranchAction
 
BRAZILIAN_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The brazlian analyzer provides for stemming of words to allow for flexibility in searching when most content is in Brazilian.
BrazilianStemmer - Class in com.jivesoftware.util.search
A stemmer for brazilian words.
BrazilianStemmer() - Constructor for class com.jivesoftware.util.search.BrazilianStemmer
 
BrazilianStemmingAnalyzer - Class in com.jivesoftware.util.search
Analyzer for brazilian language.
BrazilianStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
Builds an analyzer.
BrazilianStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
Builds an analyzer with the given stop words.
Breadcrumbs - Class in com.jivesoftware.forum.action
An action that encapsulates the logic used to display breadcrumbs
Breadcrumbs() - Constructor for class com.jivesoftware.forum.action.Breadcrumbs
 
BreakRule - Class in com.jivesoftware.forum.renderer.filter.rules
A filter which converts
tags to newlines or \\ if the break tag has a clear="all' attribute.
BreakRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
buildAction() - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Creates and returns an instance of EmailAction using the properties which have been set before calling this method.
BulkModerateAction - Class in com.jivesoftware.forum.moderation.action
An action to handle forum message moderation.
BulkModerateAction() - Constructor for class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
BulkRemovalFilter - Class in com.jivesoftware.forum.database.querycache
Filter which selects a set of entries whose QueryCacheKey.getIDKey() method returned the same idkey as that stored in this filter instance.
BulkRemovalFilter() - Constructor for class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
No args constructor for serialization
BulkRemovalFilter(String) - Constructor for class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
BulkRemovalFilter(int) - Constructor for class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
BULLET - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Type representing a bulleted list
ByteFormat - Class in com.jivesoftware.util
A formatter for formatting byte sizes.
ByteFormat() - Constructor for class com.jivesoftware.util.ByteFormat
 
bytesRead(int) - Method in interface com.jivesoftware.base.action.multipart.OutputStreamListener
Called when bytes are read from the output stream.
bytesRead(int) - Method in class com.jivesoftware.base.action.multipart.UploadListener
 
BytesSentFilter - Class in com.jivesoftware.base.stats
A filter to measure the total bytes transferred over the lifetime of the user's session.
BytesSentFilter() - Constructor for class com.jivesoftware.base.stats.BytesSentFilter
 
BytesSentFilter.MonitoredPrintWriter - Class in com.jivesoftware.base.stats
An extension of PrintWriter that counts bytes.
BytesSentFilter.MonitoredPrintWriter(PrintWriter) - Constructor for class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
Creates a new monitored writer by wrapping the given writer.
BytesSentFilter.MonitoredResponse - Class in com.jivesoftware.base.stats
A wrapper class to a HttpServletResponse which monitors the amount of bytes transferred.
BytesSentFilter.MonitoredResponse(HttpServletResponse) - Constructor for class com.jivesoftware.base.stats.BytesSentFilter.MonitoredResponse
Creates a new wrapped response object.
BytesSentFilter.MonitoredServletOutputStream - Class in com.jivesoftware.base.stats
A simple extension of the ServletOutputStream class which counts outgoing bytes.
BytesSentFilter.MonitoredServletOutputStream(ServletOutputStream) - Constructor for class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
Creates a new MonitoredServletOutputStream by wrapping the given ServletOutputStream.
bytesTask - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
BytesURLConnection - Class in com.jivesoftware.util.classloader
 
BytesURLConnection(URL, byte[]) - Constructor for class com.jivesoftware.util.classloader.BytesURLConnection
 
BytesURLStreamHandler - Class in com.jivesoftware.util.classloader
 
BytesURLStreamHandler(byte[]) - Constructor for class com.jivesoftware.util.classloader.BytesURLStreamHandler
 

C

Cache - Class in com.jivesoftware.forum.webservices
A specialized Map that is size-limited (using an LRU algorithm) and has an optional expiration time for cache items.
Cache(int, long) - Constructor for class com.jivesoftware.forum.webservices.Cache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
Cache - Interface in com.jivesoftware.util
General purpose cache.
CACHE_MODE_COOKIE - Static variable in class com.jivesoftware.forum.util.AdminCacheInfo
Name of the cookie used to store the cache mode (simple or advanced).
Cacheable - Class in com.jivesoftware.forum.webservices.attributes
Used to mark whether a method should be cached on the client side.
Cacheable() - Constructor for class com.jivesoftware.forum.webservices.attributes.Cacheable
 
Cacheable - Interface in com.jivesoftware.util
Interface that defines the necessary behavior for objects added to a Cache.
CacheableService - Interface in com.jivesoftware.forum.webservices
If services are acquired by ServiceLocator you can cast a service to this interface to enable/modify caching settings.
CachedFilter - Class in com.jivesoftware.util.search
CachedFilter is an extension of Lucene's Filter class which caches the bitset result of the filter.
CachedFilter(Filter) - Constructor for class com.jivesoftware.util.search.CachedFilter
 
CachedPreparedStatement - Class in com.jivesoftware.base.database
Allows PreparedStatement information to be cached.
CachedPreparedStatement() - Constructor for class com.jivesoftware.base.database.CachedPreparedStatement
Constructs a new CachedPreparedStatement.
CachedPreparedStatement(String) - Constructor for class com.jivesoftware.base.database.CachedPreparedStatement
Constructs a new CachedPreparedStatement
CacheFactory - Class in com.jivesoftware.util
Creates Cache objects.
CacheFactory.ClusteringListener - Interface in com.jivesoftware.util
Listener interface for any object which needs to be notified when clustering starts or stops
cacheHits - Variable in class com.jivesoftware.forum.webservices.Cache
Maintain the number of cache hits and misses.
cacheHits - Variable in class com.jivesoftware.util.DefaultCache
Maintain the number of cache hits and misses.
cacheHits - Variable in class com.jivesoftware.util.LRUCache
Maintain the number of cache hits and misses.
cacheManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
The cache manager is the global entry point for all the various object caches in Jive.
cacheMisses - Variable in class com.jivesoftware.forum.webservices.Cache
Maintain the number of cache hits and misses.
cacheMisses - Variable in class com.jivesoftware.util.DefaultCache
Maintain the number of cache hits and misses.
cacheMisses - Variable in class com.jivesoftware.util.LRUCache
Maintain the number of cache hits and misses.
CacheObject - Class in com.jivesoftware.util
Wrapper for all objects put into cache.
CacheObject(Object, int) - Constructor for class com.jivesoftware.util.CacheObject
Creates a new cache object wrapper.
cacheSize - Variable in class com.jivesoftware.util.DefaultCache
Maintains the current size of the cache in bytes.
CacheSizes - Class in com.jivesoftware.util
Utility class for determining the sizes in bytes of commonly used objects.
CacheTag - Class in com.jivesoftware.base.tags
A simple tag that caches all content between the <cache> tags.
CacheTag() - Constructor for class com.jivesoftware.base.tags.CacheTag
 
CacheWrapper - Class in com.jivesoftware.util
Acts as a proxy for a Cache implementation.
CacheWrapper(Cache) - Constructor for class com.jivesoftware.util.CacheWrapper
 
calculateEffectiveness(Map, Set) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
calculateMeanRating() - Method in class com.jivesoftware.forum.database.RatingCacheObject
 
calculateSize(Object) - Method in class com.jivesoftware.util.DefaultCache
Returns the size of an object in bytes.
calculateStartDate() - Method in class com.jivesoftware.forum.stats.AbstractForumReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
calculateStartDate() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
calculateUnits(Object) - Method in class com.jivesoftware.util.CoherenceCache.Entry
 
CANCEL - Static variable in class com.jivesoftware.base.action.JiveActionSupport
An action return type that indicates the user wants to cancel the current process.
cancel - Variable in class com.jivesoftware.base.action.LoginAction
 
CANCEL - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
cancel() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
cancel() - Method in class com.jivesoftware.util.AbstractPollableRunnable
Not implemented in this implementation.
cancel() - Method in interface com.jivesoftware.util.PollableRunnable
A method to cancel execution of the task.
CancellableRunnable - Class in com.jivesoftware.util
Cancellable task.
CancellableRunnable() - Constructor for class com.jivesoftware.util.CancellableRunnable
 
cancelledNotification(String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
cancelURL - Variable in class com.jivesoftware.base.action.LoginAction
 
canCreate(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Tests whether the application can create the resource at the specified URL.
canCreatePoll() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns true if the page user has permission to post a poll in the given object type/ID, false otherwise.
canEditPoll() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns true if the page user has permission to post a poll in the given object type/ID, and the poll was created by the page user.
canMarkAsQuestion(ForumThread, User) - Static method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
canonicalize(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Returns a canonical form of the URL, if one is available.
canProcessMessage(Message) - Method in class com.jivesoftware.forum.mail.spi.DefaultIntegrationProvider
 
canProcessMessage(Message) - Method in class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
Returns true if the supplied Message is one which the system can do something useful with.
canRead(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Tests whether the application can read the resource at the specified URL.
canShowPresence(User) - Method in class com.jivesoftware.forum.im.IMService
Returns true if the supplied User has entered user id information for the IM Service this instance represents and if forums is configured to publish presence for the IM service this instance represents.
canUnmarkAsQuestion(QuestionManager, ForumThread, User) - Static method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
canWrite(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Tests whether the application can modify the resource at the specified URL.
CAT_PERM_MODE - Static variable in class com.jivesoftware.forum.util.AdminUtils
Indicates the category permission mode.
categoriesWithGroupRead(ForumFactory, Group) - Static method in class com.jivesoftware.forum.util.AdminUtils
Returns an Iterator of categories this group has read access to.
CATEGORY - Static variable in class com.jivesoftware.forum.action.ReadStatsInterceptor
Indicates a category view.
category - Variable in class com.jivesoftware.forum.action.TagCloudAction
 
CATEGORY - Static variable in class com.jivesoftware.forum.action.ViewCountInterceptor
Indicates a category view.
CATEGORY - Static variable in class com.jivesoftware.forum.theme.ForumThemeType
Type representing a Category map.
CATEGORY_ADDED - Static variable in class com.jivesoftware.forum.event.CategoryEvent
Category was added.
CATEGORY_DELETING - Static variable in class com.jivesoftware.forum.event.CategoryEvent
Category is about to be deleted.
CATEGORY_MODIFIED - Static variable in class com.jivesoftware.forum.event.CategoryEvent
The category was moved to another category.
CATEGORY_MOVED - Static variable in class com.jivesoftware.forum.event.CategoryEvent
The category was moved to another category.
CATEGORY_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
categoryAdded(CategoryEvent) - Method in interface com.jivesoftware.forum.event.CategoryListener
Fired when a category has been added to the system.
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.event.CategoryListenerAdapter
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the CategoryListener interface.
categoryAdded(CategoryEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
categoryCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for Category objects.
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
categoryDeleted(CategoryEvent) - Method in interface com.jivesoftware.forum.event.CategoryListener
Fired when a category is about to be deleted from the system.
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.event.CategoryListenerAdapter
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the CategoryListener interface.
categoryDeleted(CategoryEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
CategoryEvent - Class in com.jivesoftware.forum.event
An event for ForumCategory objects.
CategoryEvent(int, ForumCategory, Map) - Constructor for class com.jivesoftware.forum.event.CategoryEvent
Creates a new forum event.
CategoryEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for category events.
categoryID - Variable in class com.jivesoftware.forum.action.TagCloudAction
 
CategoryListener - Interface in com.jivesoftware.forum.event
Listener for category events.
CategoryListenerAdapter - Class in com.jivesoftware.forum.event
Adapter class for the CategoryListener interface.
CategoryListenerAdapter() - Constructor for class com.jivesoftware.forum.event.CategoryListenerAdapter
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
categoryModified(CategoryEvent) - Method in interface com.jivesoftware.forum.event.CategoryListener
Fired when a category has been modified.
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the CategoryListener interface.
categoryModified(CategoryEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
categoryMoved(CategoryEvent) - Method in interface com.jivesoftware.forum.event.CategoryListener
Fired when a category has been moved from one category to another.
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.event.CategoryListenerAdapter
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the CategoryListener interface.
categoryMoved(CategoryEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
Cell - Class in com.jivesoftware.forum.renderer.filter.wiki.table
 
Cell(String) - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
Cell(String, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
CELL_CLOSE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
CELL_OPEN - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
changeAnonymousVote(int, int, String) - Method in class com.jivesoftware.base.database.DbPoll
 
changeAnonymousVote(int, int, String) - Method in interface com.jivesoftware.base.Poll
Change a guest vote.
changeAnonymousVote(int, int, String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
ChangePasswordAction - Class in com.jivesoftware.forum.action
An action for changing the current user's password.
ChangePasswordAction() - Constructor for class com.jivesoftware.forum.action.ChangePasswordAction
 
changeUserVote(int, int, User) - Method in class com.jivesoftware.base.database.DbPoll
 
changeUserVote(int, int, User) - Method in interface com.jivesoftware.base.Poll
Change a user vote.
changeUserVote(int, int, User) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
Chart - Class in com.jivesoftware.base.stats
A class to abstract a chart.
Chart(String) - Constructor for class com.jivesoftware.base.stats.Chart
 
ChartWriter - Class in com.jivesoftware.base.stats
Generates chart images given a report and report context.
ChatInfo - Class in com.jivesoftware.webchat.chat.group
 
ChatInfo() - Constructor for class com.jivesoftware.webchat.chat.group.ChatInfo
 
ChatManager - Class in com.jivesoftware.webchat
 
ChatMessage - Class in com.jivesoftware.webchat.chat.group
$RCSfile$ $Revision: 22125 $ $Date: 2005-09-26 17:12:26 -0700 (Mon, 26 Sep 2005) $

Copyright (C) 1999-2005 Jive Software.

ChatMessage() - Constructor for class com.jivesoftware.webchat.chat.group.ChatMessage
 
ChatMessage(String, String) - Constructor for class com.jivesoftware.webchat.chat.group.ChatMessage
 
ChatPerson - Class in com.jivesoftware.webchat.chat.group
 
ChatPerson() - Constructor for class com.jivesoftware.webchat.chat.group.ChatPerson
 
ChatPoller - Class in com.jivesoftware.webchat.chat
 
ChatPoller() - Constructor for class com.jivesoftware.webchat.chat.ChatPoller
 
ChatPresence - Class in com.jivesoftware.webchat.chat.group
 
ChatPresence() - Constructor for class com.jivesoftware.webchat.chat.group.ChatPresence
 
ChatSession - Class in com.jivesoftware.webchat.chat
 
ChatSession() - Constructor for class com.jivesoftware.webchat.chat.ChatSession
 
ChatSessionListener - Class in com.jivesoftware.webchat
 
ChatSessionListener() - Constructor for class com.jivesoftware.webchat.ChatSessionListener
 
ChatSettings - Class in com.jivesoftware.webchat
 
ChatSettings() - Constructor for class com.jivesoftware.webchat.ChatSettings
 
ChatSettingsManager - Class in com.jivesoftware.webchat
 
checkAuthentication(String, String) - Method in class com.jivesoftware.base.ldap.LdapManager
Returns true if the user is able to successfully authenticate against the LDAP server.
checkAuthorization(AuthToken, HttpServletRequest) - Method in class com.jivesoftware.base.AuthFactory
Checks if the specified AuthToken is authorized.
checkCacheHeaders(long, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.util.JiveServlet
 
checkForInvalidSession() - Method in class com.jivesoftware.webchat.user.UserSession
 
checkForMessages(String, int, String, String, boolean) - Method in interface com.jivesoftware.forum.mail.CheckMailStrategy
Returns an EmailBatch representing new messages.
checkForMessages(String, int, String, String, boolean) - Method in class com.jivesoftware.forum.mail.IMAPMailStrategy
Returns a list of InboundMessage objects representing new messages.
checkForMessages(String, int, String, String, boolean) - Method in class com.jivesoftware.forum.mail.POP3MailStrategy
Returns a list of InboundMessage objects representing new messages.
checkForNewMessages() - Method in class com.jivesoftware.webchat.test.LoadTestClient
 
checkGroup(Group) - Method in class com.jivesoftware.forum.database.DbStatusLevel
Checks to see if any other group is taken by a status level.
checkIfBanned(AuthToken, HttpServletRequest) - Static method in class com.jivesoftware.base.AuthFactory
This will check to see if user is banned.
CheckMailStrategy - Interface in com.jivesoftware.forum.mail
Strategy interface use by EmailMonitor to check an email account.
checkWords(String[]) - Static method in class com.jivesoftware.forum.action.InlineSpellAction
 
chooseLowWaterMark(int, double) - Method in class com.jivesoftware.util.LongHashMap
Returns new low water mark threshold based on current capacity and minLoadFactor.
chooseMeanCapacity(int, double, double) - Method in class com.jivesoftware.util.LongHashMap
Chooses a new prime table capacity neither favoring shrinking nor growing, that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chooseShrinkCapacity(int, double, double) - Method in class com.jivesoftware.util.LongHashMap
Chooses a new prime table capacity optimized for shrinking that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chop(String, int) - Static method in class com.jivesoftware.util.StringUtils
Unintelligently chops a string at a given length.
chopAtWord(String, int, int) - Static method in class com.jivesoftware.util.StringUtils
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
chopAtWord(String, int) - Static method in class com.jivesoftware.util.StringUtils
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
chopAtWord(String, int, int) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
chopAtWord(String, int) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Intelligently chops a String at a word boundary (whitespace) that occurs at the specified index in the argument or before.
chopAtWordsAround(String, String[], int) - Static method in class com.jivesoftware.util.StringUtils
Returns a substring of the given string which represents the words around the given word.
chopAtWordsAround(String, String[], int) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Returns a substring of the given string which represents the words around the given word.
cipher - Static variable in class com.jivesoftware.base.AuthFactory
 
CircularLinkedList - Class in com.jivesoftware.util
Simple circular LinkedList allowing the marking of a position, reset of position, and pass count.
CircularLinkedList() - Constructor for class com.jivesoftware.util.CircularLinkedList
Creates a new linked list.
CircularLinkedList(Object) - Constructor for class com.jivesoftware.util.CircularLinkedList
Creates a new linked list.
CJK_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The CJK analyzer is a good choice for Chinese, Japanese and Korean.
CJKAnalyzer - Class in com.jivesoftware.util.search
An analyzer for Chinese, Japanese and Korean.
CJKAnalyzer() - Constructor for class com.jivesoftware.util.search.CJKAnalyzer
Builds an analyzer.
CJKAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.CJKAnalyzer
Builds an analyzer with the given stop words.
CJKAnalyzer.CJKTokenizer - Class in com.jivesoftware.util.search
CJKTokenizer was modified from StopTokenizer which does a decent job for most European languages and it performs other token method for double-byte Characters: the token will return at each two charactors with overlap match.
CJKAnalyzer.CJKTokenizer(Reader) - Constructor for class com.jivesoftware.util.search.CJKAnalyzer.CJKTokenizer
Construct a token stream processing the given input.
ClassUtils - Class in com.jivesoftware.util
A utility class to assist with loading classes or resources by name.
cleanLicense(String) - Method in class com.jivesoftware.base.action.AbstractLicenseAction
 
cleanseHTMLForImport(String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
Prepares a full HTML document to be imported as a forum message.
cleanSession() - Method in class com.jivesoftware.forum.action.OldPostAction
 
cleanSession() - Method in class com.jivesoftware.forum.action.PostAction
Cleans the session of all relevant data
cleanseText(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
cleanUp(ServletRequest) - Static method in class com.jivesoftware.base.util.webwork.JiveActionContextCleanUp
 
cleanup() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Called after all imports are done just prior to the folder and the store being closed.
cleanup() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter.NNTPImporter
Overridden so that we save the latest article number for the next run and create a task to reattempt to import any messages which failed to be imported in this run.
cleanup() - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Cleans up thread locals
clear() - Static method in class com.jivesoftware.forum.database.DbForumFactory
Resets the singleton instance, effectively resetting the entire application.
clear() - Method in class com.jivesoftware.forum.database.QueryCache
 
clear() - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Resets all property values to their defaults, so an instance can be reused to create different actions.
clear() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
clear() - Method in class com.jivesoftware.forum.webservices.Cache
 
clear() - Method in class com.jivesoftware.util.CacheWrapper
 
clear() - Method in class com.jivesoftware.util.CircularLinkedList
Erases all elements in the list and re-initializes it.
clear() - Method in class com.jivesoftware.util.ClusteredCache
 
clear() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
clear() - Method in class com.jivesoftware.util.DbJiveProperties
 
clear() - Method in class com.jivesoftware.util.DefaultCache
 
clear() - Method in class com.jivesoftware.util.LinkedList
Erases all elements in the list and re-initializes it.
clear() - Method in class com.jivesoftware.util.LongHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class com.jivesoftware.util.LongList
Removes all of the elements from the list.
clear() - Method in class com.jivesoftware.util.LRUCache
 
clear() - Method in class com.jivesoftware.util.XMLJiveProperties
 
clearAllClusterCaches() - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
 
clearAllCounts(int) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Resets the count to zero for all objects of this type.
clearAvatarFromCache(Avatar) - Static method in class com.jivesoftware.forum.AvatarManagerFactory
Clears an avatar from all the caches
clearCache() - Method in class com.jivesoftware.forum.database.DbForum
Clears caches related to the object.
clearCache() - Method in class com.jivesoftware.forum.database.DbForumCategory
Clears caches related to the object.
clearCache() - Method in class com.jivesoftware.forum.database.DbForumThread
Clears caches related to the object.
ClearCache - Class in com.jivesoftware.forum.webservices.attributes
Used to tell a method that it should clear the cach on the client side.
ClearCache() - Constructor for class com.jivesoftware.forum.webservices.attributes.ClearCache
 
clearCache() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Calling this method will clear the content from the services cache.
ClearCacheRunnable - Class in com.jivesoftware.forum.util
 
ClearCacheRunnable() - Constructor for class com.jivesoftware.forum.util.ClearCacheRunnable
 
clearCaches() - Static method in class com.jivesoftware.util.CacheFactory
 
clearCacheStats() - Static method in class com.jivesoftware.util.CoherenceInfo
Clears the cache stats.
clearCount(ForumCategory) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Resets the read count for the given category to 0 or does nothing if view counts are not enabled.
clearCount(Forum) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Resets the read count for the given forum to 0 or does nothing if view counts are not enabled.
clearCount(ForumThread) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Resets the read count for the given thread to 0 or does nothing if view counts are not enabled.
clearLeaderCache() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
Clears the entire leader query cache.
clearReadStats(Date) - Method in class com.jivesoftware.base.stats.ReadStatsManager
Clears read stats entries from the database for every date prior to the one specified.
clearRegex() - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
clearRegex() - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
clearResolutionStates() - Method in class com.jivesoftware.forum.QuestionFilter
Removes all resolution states from the set of states that will be included in filtered results.
clearResolutionStates() - Method in class com.jivesoftware.forum.ResultFilter
Removes all resolution states from the set of states that will be included in filtered results.
clearSessionUserInfo(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.AuthFactory
Concrete subclasses may wish to override this method to destroy session info as appropriate.
Click - Class in com.jivesoftware.forum.action
An action which logs a search clickthrough and then forwards the user to the message.
Click() - Constructor for class com.jivesoftware.forum.action.Click
 
clone() - Method in class com.jivesoftware.base.stats.bin.ClosedInterval
Enable cloning
clone() - Method in class com.jivesoftware.base.stats.bin.HalfOpenInterval
Enable cloning
clone() - Method in class com.jivesoftware.base.stats.bin.Interval
 
clone() - Method in class com.jivesoftware.base.stats.Histogram
 
clone() - Method in class com.jivesoftware.forum.QuestionFilter
Clones a ResultFilter
clone() - Method in class com.jivesoftware.forum.ResultFilter
Clones a ResultFilter
clone() - Method in class com.jivesoftware.util.classloader.DirectoryClassLoader
 
clone() - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
clone() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
close() - Method in class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
close(Statement) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a prepared statement.
close() - Method in class com.jivesoftware.base.database.ConnectionWrapper
Instead of closing the underlying connection, we simply release it back into the pool.
close(Connection) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(ResultSet) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(PreparedStatement) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(Statement) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(ResultSet, PreparedStatement, Connection) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(ResultSet, Statement, Connection) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(PreparedStatement, Connection) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close(Statement, Connection) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
 
close() - Method in class com.jivesoftware.base.database.ProfiledConnection
 
close() - Method in class com.jivesoftware.base.log.EventHandler
 
close() - Method in class com.jivesoftware.base.log.RotatingFileHandler
Shutdown target.
close() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
 
close() - Method in class com.jivesoftware.base.stats.output.CSVWriter
 
close() - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
close() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
close() - Method in class com.jivesoftware.forum.mail.EmailBatch
Closes the underlying folder and store, causing changes to message flags to be applied on the server.
close() - Method in class com.jivesoftware.forum.net.AcceptPort
Closes the port by closing the accept thread (if needed).
close() - Method in interface com.jivesoftware.forum.net.Connection
Close the connection removing any registrations with session managers.
close() - Method in class com.jivesoftware.forum.net.spi.BlockingReadConnectionThread
Close the thread.
close() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
Close this connection and remove registration with connection manager (if any).
close() - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Closes the response buffer and prevents any further appends to occur.
close() - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
close(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
close() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Explicitly close the Group Chat.
close() - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
closeAndRemoveGroupChatSession(String) - Method in class com.jivesoftware.webchat.user.UserSession
Closed and remove the GroupChatSession
closeChat(String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
closeConnection(Statement, Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a statement and database connection (returning the connection to the connection pool).
closeConnection(PreparedStatement, Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a prepared statement and database connection (returning the connection to the connection pool).
closeConnection(ResultSet, Statement, Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a result set, prepared statement and database connection (returning the connection to the connection pool).
closeConnection(Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a database connection (returning the connection to the connection pool).
closeConnection() - Method in class com.jivesoftware.webchat.user.UserSession
 
ClosedInterval - Class in com.jivesoftware.base.stats.bin
Creates an Interval that contains both of its endpoints.
ClosedInterval(Element, Element) - Constructor for class com.jivesoftware.base.stats.bin.ClosedInterval
 
closeResultSet(ResultSet) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a result set.
closeSearcherReader() - Static method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
Closes the readers used by the searcher to indicate that a change to the index was made.
closeStatement(Statement) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a prepared statement.
closeTemplateSource(Object) - Method in class com.jivesoftware.base.action.PluginTemplateLoader
 
closeTemplateSource(Object) - Method in class com.jivesoftware.base.theme.ThemeTemplateLoader
 
closeTransactionConnection(Statement, Connection, boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a prepared statement and transactional connection.
closeTransactionConnection(PreparedStatement, Connection, boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a prepated statement and transactional connection.
closeTransactionConnection(ResultSet, PreparedStatement, Connection, boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
 
closeTransactionConnection(Connection, boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
Closes a transactional connection.
closeTransactionConnection(PreparedStatement, Connection, boolean) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
Closes a prepated statement and transactional connection.
closeTransactionConnection(Connection, boolean) - Static method in class com.jivesoftware.base.database.dao.DAOUtil
Closes a transactional connection.
closeXMPPConnection() - Static method in class com.jivesoftware.forum.im.IMService
Closes the XMPPConnection held by forums to publish server status (configured chat rooms, current occupancy, etc.)
CLUSTER_PROPERTY_NAME - Static variable in class com.jivesoftware.util.CacheFactory
 
ClusteredCache - Class in com.jivesoftware.util
Clustered implementation of the Cache interface using Tangosol's Coherence product.
ClusteredCache(String) - Constructor for class com.jivesoftware.util.ClusteredCache
Create a new cache.
ClusteredCache(String, NamedCache) - Constructor for class com.jivesoftware.util.ClusteredCache
Create a new cache using the supplied named cache as the actual cache implementation
ClusteredCache.CacheCollectionWrapper - Class in com.jivesoftware.util
 
ClusteredCache.CacheCollectionWrapper(Collection) - Constructor for class com.jivesoftware.util.ClusteredCache.CacheCollectionWrapper
 
ClusteredCache.CacheIterator - Class in com.jivesoftware.util
 
ClusteredCache.CacheIterator(Iterator) - Constructor for class com.jivesoftware.util.ClusteredCache.CacheIterator
 
ClusteredCache.CacheSetWrapper - Class in com.jivesoftware.util
 
ClusteredCache.CacheSetWrapper(Set) - Constructor for class com.jivesoftware.util.ClusteredCache.CacheSetWrapper
 
ClusteredPutGetRemoveStrategy - Class in com.jivesoftware.forum.database.querycache
Implements put get and remove operations for QueryCache when clustering is enabled.
ClusteredPutGetRemoveStrategy(ClusteredCache) - Constructor for class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
clusteringStarted() - Method in interface com.jivesoftware.util.CacheFactory.ClusteringListener
 
clusteringStopped() - Method in interface com.jivesoftware.util.CacheFactory.ClusteringListener
 
clusterPut(String, String) - Method in class com.jivesoftware.util.DbJiveProperties
 
clusterReInitialize() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
This method is called by a cluster task to reset private variables with values from the database
clusterRemove(String) - Method in class com.jivesoftware.util.DbJiveProperties
 
CodeMacro - Class in com.jivesoftware.forum.renderer.macro
Macro that pretty prints java, sql and xml code fragments.
CodeMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.CodeMacro
 
CodeMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the CodeMacro.
CodeMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.CodeMacroBeanInfo
 
CoherenceCache - Class in com.jivesoftware.util
Implementation of the Cache interface that uses the Coherence LocalCache class.
CoherenceCache() - Constructor for class com.jivesoftware.util.CoherenceCache
Default constructor for coherence to create instances.
CoherenceCache(int) - Constructor for class com.jivesoftware.util.CoherenceCache
 
CoherenceCache(int, int) - Constructor for class com.jivesoftware.util.CoherenceCache
 
CoherenceCache(int, int, CacheLoader) - Constructor for class com.jivesoftware.util.CoherenceCache
 
CoherenceCache(String, int, long) - Constructor for class com.jivesoftware.util.CoherenceCache
 
CoherenceCache.Entry - Class in com.jivesoftware.util
A holder for a cached value.
CoherenceCache.Entry() - Constructor for class com.jivesoftware.util.CoherenceCache.Entry
 
CoherenceInfo - Class in com.jivesoftware.util
A utility class which helps to gather Coherence stats and information.
CoherenceInfo() - Constructor for class com.jivesoftware.util.CoherenceInfo
 
CoherenceInfo.NodeInfo - Class in com.jivesoftware.util
Encapsulates statistics and information about a cluster node.
collectAppServerInfo(ServletContext) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects the application server data.
collectDatabaseInfo() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects all of the database/datasource information into the system info Map.
collectInformation(ForumFactory, ServletContext, ServletRequest) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects the set of system information into the systemInfo Map.
CollectionUtils - Class in com.jivesoftware.util
Utilities to be used with java collection objects.
CollectionUtils.ListItemTransformer - Interface in com.jivesoftware.util
Collection modifying functor.
collectJavaPropertiesInfo() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects the Java properties information and places it in the system info Map.
collectJiveConfig(ForumFactory) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects all of the properties from jive_startup into the system info Map.
collectJiveInfo(ForumFactory) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collect the information for general Jive info and place it in the system info Map.
collectLicenseInfo() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collects the license information for this installation and places it in the system info Map.
collectSystemInfo(ServletRequest) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Collect system information.
com.jivesoftware.base - package com.jivesoftware.base
Base APIs and classes for Jive Software products.
com.jivesoftware.base.action - package com.jivesoftware.base.action
Base WebWork actions for Jive Software products.
com.jivesoftware.base.action.interceptor - package com.jivesoftware.base.action.interceptor
XWork interceptors for Jive Software products.
com.jivesoftware.base.action.multipart - package com.jivesoftware.base.action.multipart
 
com.jivesoftware.base.action.rss - package com.jivesoftware.base.action.rss
Base RSS helper actions.
com.jivesoftware.base.action.util - package com.jivesoftware.base.action.util
Base action utility classes for skin or action developers.
com.jivesoftware.base.admin - package com.jivesoftware.base.admin
Utility classes for the admin console.
com.jivesoftware.base.ban - package com.jivesoftware.base.ban
 
com.jivesoftware.base.database - package com.jivesoftware.base.database
DB implementation of base interfaces and APIs.
com.jivesoftware.base.database.dao - package com.jivesoftware.base.database.dao
 
com.jivesoftware.base.database.sequence - package com.jivesoftware.base.database.sequence
 
com.jivesoftware.base.event - package com.jivesoftware.base.event
Base events common to all Jive Software products.
com.jivesoftware.base.ext - package com.jivesoftware.base.ext
Extension implementations of the core APIs.
com.jivesoftware.base.ldap - package com.jivesoftware.base.ldap
LDAP user and auth implementations.
com.jivesoftware.base.log - package com.jivesoftware.base.log
 
com.jivesoftware.base.plugin - package com.jivesoftware.base.plugin
 
com.jivesoftware.base.profile - package com.jivesoftware.base.profile
 
com.jivesoftware.base.proxy - package com.jivesoftware.base.proxy
 
com.jivesoftware.base.registration - package com.jivesoftware.base.registration
 
com.jivesoftware.base.search - package com.jivesoftware.base.search
 
com.jivesoftware.base.search.task - package com.jivesoftware.base.search.task
 
com.jivesoftware.base.stats - package com.jivesoftware.base.stats
Core reporting engine classes and interfaces.
com.jivesoftware.base.stats.bin - package com.jivesoftware.base.stats.bin
Implementations of the stats Bin interface.
com.jivesoftware.base.stats.element - package com.jivesoftware.base.stats.element
Implementations of the stats Element interface.
com.jivesoftware.base.stats.model - package com.jivesoftware.base.stats.model
Model classes for the report engine.
com.jivesoftware.base.stats.output - package com.jivesoftware.base.stats.output
Output classes for the reporting engine.
com.jivesoftware.base.stats.util - package com.jivesoftware.base.stats.util
Utility classes for the Jive Platform reporting engine.
com.jivesoftware.base.tags - package com.jivesoftware.base.tags
Common JSP tags for skins.
com.jivesoftware.base.theme - package com.jivesoftware.base.theme
 
com.jivesoftware.base.util - package com.jivesoftware.base.util
Core utility classes.
com.jivesoftware.base.util.compression - package com.jivesoftware.base.util.compression
 
com.jivesoftware.base.util.textmining - package com.jivesoftware.base.util.textmining
 
com.jivesoftware.base.util.textmining.chp - package com.jivesoftware.base.util.textmining.chp
 
com.jivesoftware.base.util.textmining.sprm - package com.jivesoftware.base.util.textmining.sprm
 
com.jivesoftware.base.util.webwork - package com.jivesoftware.base.util.webwork
 
com.jivesoftware.forum - package com.jivesoftware.forum
Core interfaces and classes for Jive Forums.
com.jivesoftware.forum.abuse - package com.jivesoftware.forum.abuse
 
com.jivesoftware.forum.abuse.action - package com.jivesoftware.forum.abuse.action
 
com.jivesoftware.forum.action - package com.jivesoftware.forum.action
Jive Forums WebWork actions.
com.jivesoftware.forum.action.rss - package com.jivesoftware.forum.action.rss
Jive Forums WebWork RSS actions.
com.jivesoftware.forum.action.setup - package com.jivesoftware.forum.action.setup
Jive Forums WebWork setup actions.
com.jivesoftware.forum.action.util - package com.jivesoftware.forum.action.util
Utility classes for action authors or skin developers.
com.jivesoftware.forum.ban - package com.jivesoftware.forum.ban
 
com.jivesoftware.forum.ban.interceptor - package com.jivesoftware.forum.ban.interceptor
 
com.jivesoftware.forum.database - package com.jivesoftware.forum.database
DB implementation of core Jive Forums interfaces.
com.jivesoftware.forum.database.querycache - package com.jivesoftware.forum.database.querycache
 
com.jivesoftware.forum.event - package com.jivesoftware.forum.event
Provides mechanisms to be notified of actions in the system such as new messages being created.
com.jivesoftware.forum.everywhere - package com.jivesoftware.forum.everywhere
 
com.jivesoftware.forum.everywhere.action - package com.jivesoftware.forum.everywhere.action
 
com.jivesoftware.forum.expert - package com.jivesoftware.forum.expert
 
com.jivesoftware.forum.gateway - package com.jivesoftware.forum.gateway
Synchronizes Jive Forums data with external data sources such as NNTP servers.
com.jivesoftware.forum.im - package com.jivesoftware.forum.im
 
com.jivesoftware.forum.interceptor - package com.jivesoftware.forum.interceptor
Filters and rejects content being added to the system.
com.jivesoftware.forum.mail - package com.jivesoftware.forum.mail
 
com.jivesoftware.forum.mail.spi - package com.jivesoftware.forum.mail.spi
 
com.jivesoftware.forum.mail.token - package com.jivesoftware.forum.mail.token
 
com.jivesoftware.forum.moderation - package com.jivesoftware.forum.moderation
 
com.jivesoftware.forum.moderation.action - package com.jivesoftware.forum.moderation.action
 
com.jivesoftware.forum.net - package com.jivesoftware.forum.net
A server network i/o front end package.
com.jivesoftware.forum.net.policies - package com.jivesoftware.forum.net.policies
Implementations of the AcceptPolicy interface.
com.jivesoftware.forum.net.spi - package com.jivesoftware.forum.net.spi
Implementations of the net interfaces.
com.jivesoftware.forum.nntp - package com.jivesoftware.forum.nntp
Jive Forums internal NNTP server.
com.jivesoftware.forum.nntp.spi - package com.jivesoftware.forum.nntp.spi
Implementation of core NNTP interfaces.
com.jivesoftware.forum.proxy - package com.jivesoftware.forum.proxy
Protection proxies for Jive Forums objects.
com.jivesoftware.forum.renderer - package com.jivesoftware.forum.renderer
 
com.jivesoftware.forum.renderer.filter - package com.jivesoftware.forum.renderer.filter
 
com.jivesoftware.forum.renderer.filter.regex - package com.jivesoftware.forum.renderer.filter.regex
 
com.jivesoftware.forum.renderer.filter.regex.jdk - package com.jivesoftware.forum.renderer.filter.regex.jdk
 
com.jivesoftware.forum.renderer.filter.rules - package com.jivesoftware.forum.renderer.filter.rules
 
com.jivesoftware.forum.renderer.filter.wiki - package com.jivesoftware.forum.renderer.filter.wiki
 
com.jivesoftware.forum.renderer.filter.wiki.link - package com.jivesoftware.forum.renderer.filter.wiki.link
 
com.jivesoftware.forum.renderer.filter.wiki.list - package com.jivesoftware.forum.renderer.filter.wiki.list
 
com.jivesoftware.forum.renderer.filter.wiki.table - package com.jivesoftware.forum.renderer.filter.wiki.table
 
com.jivesoftware.forum.renderer.impl - package com.jivesoftware.forum.renderer.impl
 
com.jivesoftware.forum.renderer.macro - package com.jivesoftware.forum.renderer.macro
 
com.jivesoftware.forum.renderer.macro.code - package com.jivesoftware.forum.renderer.macro.code
 
com.jivesoftware.forum.renderer.macro.rule - package com.jivesoftware.forum.renderer.macro.rule
 
com.jivesoftware.forum.renderer.util - package com.jivesoftware.forum.renderer.util
 
com.jivesoftware.forum.stats - package com.jivesoftware.forum.stats
Jive Forums reporting engine.
com.jivesoftware.forum.stats.report - package com.jivesoftware.forum.stats.report
Forum specific report classes.
com.jivesoftware.forum.tags - package com.jivesoftware.forum.tags
Jive Forums specific tags.
com.jivesoftware.forum.theme - package com.jivesoftware.forum.theme
 
com.jivesoftware.forum.upgrade - package com.jivesoftware.forum.upgrade
 
com.jivesoftware.forum.upgrade.tasks - package com.jivesoftware.forum.upgrade.tasks
 
com.jivesoftware.forum.util - package com.jivesoftware.forum.util
Jive Forums utility classes.
com.jivesoftware.forum.virusscan - package com.jivesoftware.forum.virusscan
 
com.jivesoftware.forum.watches - package com.jivesoftware.forum.watches
 
com.jivesoftware.forum.webservices - package com.jivesoftware.forum.webservices
 
com.jivesoftware.forum.webservices.action - package com.jivesoftware.forum.webservices.action
 
com.jivesoftware.forum.webservices.attributes - package com.jivesoftware.forum.webservices.attributes
 
com.jivesoftware.forum.webservices.server - package com.jivesoftware.forum.webservices.server
 
com.jivesoftware.forum.webservices.server.xfire - package com.jivesoftware.forum.webservices.server.xfire
 
com.jivesoftware.profiles - package com.jivesoftware.profiles
 
com.jivesoftware.profiles.action - package com.jivesoftware.profiles.action
 
com.jivesoftware.profiles.action.admin - package com.jivesoftware.profiles.action.admin
 
com.jivesoftware.profiles.formatter - package com.jivesoftware.profiles.formatter
 
com.jivesoftware.profiles.interceptor - package com.jivesoftware.profiles.interceptor
 
com.jivesoftware.profiles.search - package com.jivesoftware.profiles.search
 
com.jivesoftware.profiles.validator - package com.jivesoftware.profiles.validator
 
com.jivesoftware.util - package com.jivesoftware.util
Common utility classes for all Jive Software code.
com.jivesoftware.util.classloader - package com.jivesoftware.util.classloader
 
com.jivesoftware.util.profile - package com.jivesoftware.util.profile
 
com.jivesoftware.util.search - package com.jivesoftware.util.search
Utility classes for the search engine.
com.jivesoftware.util.sf - package com.jivesoftware.util.sf
 
com.jivesoftware.util.ssl - package com.jivesoftware.util.ssl
Utility classes for SSL connections.
com.jivesoftware.webchat - package com.jivesoftware.webchat
 
com.jivesoftware.webchat.actions - package com.jivesoftware.webchat.actions
 
com.jivesoftware.webchat.chat - package com.jivesoftware.webchat.chat
 
com.jivesoftware.webchat.chat.group - package com.jivesoftware.webchat.chat.group
 
com.jivesoftware.webchat.filter - package com.jivesoftware.webchat.filter
 
com.jivesoftware.webchat.history - package com.jivesoftware.webchat.history
 
com.jivesoftware.webchat.providers - package com.jivesoftware.webchat.providers
 
com.jivesoftware.webchat.rooms - package com.jivesoftware.webchat.rooms
 
com.jivesoftware.webchat.servlets - package com.jivesoftware.webchat.servlets
 
com.jivesoftware.webchat.test - package com.jivesoftware.webchat.test
 
com.jivesoftware.webchat.user - package com.jivesoftware.webchat.user
 
com.jivesoftware.webchat.util - package com.jivesoftware.webchat.util
 
com.jivesoftware.webchat.utils - package com.jivesoftware.webchat.utils
 
CommandMonitor - Interface in com.jivesoftware.forum.nntp
Monitors NNTP command-response pairs.
CommandMonitorImpl - Class in com.jivesoftware.forum.nntp.spi
Monitors samples using an underlying transient that tracks command-response pairs as a generic sample.
CommandMonitorImpl() - Constructor for class com.jivesoftware.forum.nntp.spi.CommandMonitorImpl
 
commercial - Static variable in class com.jivesoftware.base.plugin.PluginManager.License
The plugin is distributed using a commercial license.
COMMERCIAL - Static variable in class com.jivesoftware.webchat.License.LicenseType
Type representing a commercial license.
commit() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
commit() - Method in interface com.jivesoftware.base.database.Transaction
Commits the current transaction, this will also close the underlying connection.
CommunityEverywhereAction - Class in com.jivesoftware.forum.everywhere.action
An action that will redirect the user to the appropriate thread based on the parameters specified.
CommunityEverywhereAction() - Constructor for class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
CommunityEverywhereManager - Class in com.jivesoftware.forum.everywhere
Manages all aspects of the CommunityEverywhere feature.
CommunityEverywhereServlet - Class in com.jivesoftware.forum.everywhere
A Servlet that will process the incoming request and generate javascript that will create the requested HTML content directly on the client's page.
CommunityEverywhereServlet() - Constructor for class com.jivesoftware.forum.everywhere.CommunityEverywhereServlet
 
CommunityEverywhereSettings - Class in com.jivesoftware.forum.everywhere.action
Manages Community Everywhere settings.
CommunityEverywhereSettings() - Constructor for class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
compare(Object, Object) - Method in class com.jivesoftware.base.stats.element.CyclicElement
Compare two CyclicElements.
compare(Object, Object) - Method in class com.jivesoftware.base.stats.NaturalComparator
 
compare(Object, Object) - Method in class com.jivesoftware.base.stats.ReverseComparator
 
compareTo(Object) - Method in class com.jivesoftware.base.stats.Bin
Compares this Bin to the given object (assumed to be another Bin).
compareTo(Object) - Method in class com.jivesoftware.base.stats.bin.Interval
Compare the Interval to another Bin (will throw a ClassCastException if o is not a Bin).
compareTo(Object) - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Compare this bin to the given object (assumed to be another bin).
compareTo(Object) - Method in class com.jivesoftware.base.stats.element.DateElement
Compare DateElement to another DateElement using the embedded Date's compareTo method
compareTo(Object) - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Compare an InifiniteElement to another Element.
compareTo(Object) - Method in class com.jivesoftware.base.stats.element.LongElement
Compares the value of the given object to the value stored in this object.
compareTo(Object) - Method in class com.jivesoftware.base.stats.element.StringElement
Compare this StringElement to another object
compareTo(Object) - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
compareTo(Object) - Method in class com.jivesoftware.forum.Question.State
 
compile(String) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkCompiler
 
composingNotification(String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
Since only the agent app broadcasts this type of notification, we don't need to worry about who specifically this notification is from
composingNotificationsWereReceived() - Method in class com.jivesoftware.webchat.chat.ChatSession
Returns whether composing notifications were received; regardless, the flag describing this condition is set to false after this query.
COMPRESS_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
COMPRESSED_KEY - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
A request attribute is set under this key with a non-null value if this filter has applied compression to the response.
CompressingHttpServletResponse - Class in com.jivesoftware.base.util.compression
Implementation of HttpServletResponse which will optionally compress data written to the response.
CompressingHttpServletResponse(HttpServletResponse, CompressingStreamFactory, String, JiveCompressionFilterContext) - Constructor for class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
CompressingStreamFactory - Class in com.jivesoftware.base.util.compression
Implementations of this abstract class can add compression of a particular type to a given OutputStream.
CompressingStreamFactory() - Constructor for class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
computeIdleTime(Presence) - Static method in class com.jivesoftware.forum.action.OnlineAction
Returns the idle time of a user in milliseconds.
computeOnlineTime(Presence) - Static method in class com.jivesoftware.forum.action.OnlineAction
Returns the online time of a user in milliseconds.
concat(String[]) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
concat(String[], String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns a single string that is the concatenation of all the strings in the specified string array.
ConcurrentHashSet - Class in com.jivesoftware.util
Wraps the standard HashSet with concurrent ReadWriteLock protections and iterator over copy of contents.
ConcurrentHashSet() - Constructor for class com.jivesoftware.util.ConcurrentHashSet
 
ConditionalInterceptor - Class in com.jivesoftware.base.action.interceptor
An interceptor which will conditionally execute its logic based on rules around what method of the action is being called.
ConditionalInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
 
connect() - Method in class com.jivesoftware.util.classloader.BytesURLConnection
 
Connection - Interface in com.jivesoftware.forum.net
Generic representation of a network connection.
CONNECTION_FAILED - Static variable in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
ConnectionCloseListener - Interface in com.jivesoftware.forum.net
Implement and register with a connection to receive notification of the connection closing.
ConnectionManager - Class in com.jivesoftware.base.database
Central manager of database connections.
ConnectionManager - Interface in com.jivesoftware.forum.net
Manages and maintains server connections.
ConnectionManager.DatabaseType - Class in com.jivesoftware.base.database
A class that identifies the type of the database that Jive is connected to.
ConnectionMonitor - Interface in com.jivesoftware.forum.net
ConnectionMonitors record the activity of Connections for administration and use in determining runtime behavior.
ConnectionPool - Class in com.jivesoftware.base.database
Database connection pool implementation.
ConnectionPool(String, String, String, String, int, int, double) - Constructor for class com.jivesoftware.base.database.ConnectionPool
 
ConnectionProvider - Interface in com.jivesoftware.base.database
Abstract class that defines the connection provider framework.
ConnectionWrapper - Class in com.jivesoftware.base.database
An implementation of the Connection interface that wraps an underlying Connection object.
ConnectionWrapper(Connection, ConnectionPool) - Constructor for class com.jivesoftware.base.database.ConnectionWrapper
 
contains(Bin) - Method in class com.jivesoftware.base.stats.Bin
Returns true if this Bin contains the given Bin.
contains(Element) - Method in class com.jivesoftware.base.stats.Bin
See if this Bin contains the given Element.
contains(Bin) - Method in class com.jivesoftware.base.stats.bin.Interval
Determine whether the Interval contains the given Bin.
contains(Element) - Method in class com.jivesoftware.base.stats.bin.Interval
Determine whether the Interval contains the given Element.
contains(Bin) - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
See if this bin contains the given bin.
contains(Element) - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
See if this bin contains the given element.
contains() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
contains(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
contains(Object) - Method in class com.jivesoftware.util.CircularLinkedList
Returns true if the given object is contained in this list.
contains(Object) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
contains(long) - Method in class com.jivesoftware.util.LongList
Returns true if the list contains the specified value.
CONTAINS_MATCH - Static variable in class com.jivesoftware.forum.ResultFilter
Contains match.
containsAll(Collection) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
containsAll(Collection) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
containsBegin() - Method in class com.jivesoftware.base.stats.Bin
See if this Bin contains the beginning point.
containsBegin() - Method in class com.jivesoftware.base.stats.bin.Interval
Test to see if the Interval contains its first element (used to enable us to create open intervals, closed intervals, and half-open intervals).
containsBegin() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
A SingleElementBin behaves like a ClosedInterval with begin = end.
containsEnd() - Method in class com.jivesoftware.base.stats.Bin
See if this Bin contains the end point.
containsEnd() - Method in class com.jivesoftware.base.stats.bin.Interval
Test to see if the Interval contains its last element (used to enable us to create open intervals, closed intervals, and half-open intervals).
containsEnd() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
A SingleElementBin behaves like a ClosedInterval with begin = end.
containsKey(Object) - Method in class com.jivesoftware.forum.database.QueryCache
 
containsKey(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
containsKey(Object) - Method in class com.jivesoftware.util.CacheWrapper
 
containsKey(Object) - Method in class com.jivesoftware.util.ClusteredCache
 
containsKey(Object) - Method in class com.jivesoftware.util.DbJiveProperties
 
containsKey(Object) - Method in class com.jivesoftware.util.DefaultCache
 
containsKey(long) - Method in class com.jivesoftware.util.LongHashMap
Returns true if the receiver contains the specified key.
containsKey(Object) - Method in class com.jivesoftware.util.LRUCache
 
containsKey(Object) - Method in class com.jivesoftware.util.XMLJiveProperties
 
containsMessage(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
containsUser(String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
Returns true if the specified user is found in an LDAP search.
containsUser(String, String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
Returns true if the specified user is found in an LDAP search.
containsValue(Object) - Method in class com.jivesoftware.forum.database.QueryCache
 
containsValue(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
containsValue(Object) - Method in class com.jivesoftware.util.CacheWrapper
 
containsValue(Object) - Method in class com.jivesoftware.util.ClusteredCache
 
containsValue(Object) - Method in class com.jivesoftware.util.DbJiveProperties
 
containsValue(Object) - Method in class com.jivesoftware.util.DefaultCache
 
containsValue(Object) - Method in class com.jivesoftware.util.LongHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class com.jivesoftware.util.LRUCache
 
containsValue(Object) - Method in class com.jivesoftware.util.XMLJiveProperties
 
content - Variable in class com.jivesoftware.util.classloader.BytesURLConnection
 
CONTENT_ENCODING_HEADER - Static variable in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
CONTENT_PERM_GROUP - Static variable in class com.jivesoftware.forum.util.AdminUtils
Indicates the content permission mode - ie, perms for forums, categories, etc.
CONTENT_TYPES_PROP - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
contentIsHtml(Object) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
ContentRetrieval - Interface in com.jivesoftware.forum
Interface for accessing threads, messages, documents, and blog posts - all the fundamental content elements in the system.
ContentService - Interface in com.jivesoftware.forum.webservices
Provides a way to get handles on content objects.
ContentServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ContentServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
ContentTag - Interface in com.jivesoftware.forum
Container for tags associated with a blog.
ContentTypeResponseWrapper - Class in com.jivesoftware.util
The class wraps the Response object to ensure that the character set for the response is always set.
ContentTypeResponseWrapper(HttpServletResponse, String) - Constructor for class com.jivesoftware.util.ContentTypeResponseWrapper
Constructs a new ContentTypeResponseWrapper.
contextDestroyed(ServletContextEvent) - Method in class com.jivesoftware.base.PresenceListener
 
contextDestroyed(ServletContextEvent) - Method in class com.jivesoftware.base.util.LifeCycleListener
 
contextDestroyed(ServletContextEvent) - Method in class com.jivesoftware.forum.util.ForumsLifeCycleListener
 
contextInitialized(ServletContextEvent) - Method in class com.jivesoftware.base.PresenceListener
 
contextInitialized(ServletContextEvent) - Method in class com.jivesoftware.base.util.LifeCycleListener
Does nothing.
contextInitialized(ServletContextEvent) - Method in class com.jivesoftware.forum.util.ForumsLifeCycleListener
Does nothing.
CONTROL_PANEL_PAGE - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute key used to indicate the current control panel page
ControlPanelFlags - Interface in com.jivesoftware.forum.action.util
Interface containing flags used by the control panel ui.
convert(Image, int) - Static method in class com.jivesoftware.forum.util.GraphicUtils
 
convert(Forum) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a Forum object to a webservice Forum object.
convert(ForumCategory) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a ForumCategory object to a webservice ForumCategory object.
convert(ForumThread) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a ForumThread object to a webservice ForumThread object.
convert(ForumMessage) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a ForumMessage object to a webservice ForumMessage object.
convert(User) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a User to a webservices User.
convert(Group) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a Group to a webservices Group object.
convert(Watch) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a Watch to a webservices Watch object.
convert(ResultFilter) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a webservice ResultFilter object to a ResultFilter.
convert(PrivateMessage) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
 
convert(PrivateMessageFolder) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
 
convert(Announcement) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
 
convert(Locale) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a webservices locale object to java locale object
convert(Locale) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a java locale to a locale we can use for webservices
convertDateString(String, String, String) - Static method in class com.jivesoftware.base.action.util.DateUtils
Helper method to convert a date string from one pattern to another
convertFromWiki(String, HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
convertHtmlToMarkup(String) - Static method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
convertMarkupToHtml(ForumMessage, String) - Static method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
convertMarkupToNntp(ForumMessage, String) - Static method in class com.jivesoftware.forum.renderer.filter.ImageFilter
Parses a message body and returns both the NNTP-compatible body as well as a mapping between the CID values and the Attachment it is associated with.
convertNntpToMarkup(Map, String) - Static method in class com.jivesoftware.forum.renderer.filter.ImageFilter
Converts a new NNTP message to the proper markup to be stored in the DB.
convertToNNTP(String, ForumCategory) - Static method in class com.jivesoftware.forum.database.DbForum
Returns the NNTP name of a forum.
convertToPreviewFromWiki(String, HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
convertToPreviewFromXhtml(String, HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
convertToWiki(String, HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
convertValue(Map, Object, Member, String, Object, Class) - Method in class com.jivesoftware.base.action.util.NumberConverter
 
COOKIE_AUTOLOGIN - Static variable in class com.jivesoftware.base.AuthFactory
Name of the cookie used to store user info for auto-login purposes.
CookieUtils - Class in com.jivesoftware.util
A set of methods for manipulating cookies.
CookieUtils() - Constructor for class com.jivesoftware.util.CookieUtils
 
copy(URL, File) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
Copies the contents at src to dst.
copy_from(SnowballProgram) - Method in class com.jivesoftware.util.search.SnowballProgram
 
copyGlobalFilters() - Method in class com.jivesoftware.forum.proxy.ForumRenderManagerProxy
 
copyGlobalFilters() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
copyGlobalFilters() - Method in interface com.jivesoftware.forum.renderer.ForumRenderManager
Copy all global filters to the current context.
copyGlobalFilters() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
copyGlobalFilters() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Copy all global filters to the current context.
CORRECT - Static variable in class com.jivesoftware.forum.action.RateMessageAction
 
CORRECT_ANSWER_SET - Static variable in class com.jivesoftware.forum.event.QuestionEvent
A correct answer was added to the question.
CORRECT_POINTS_PROPERTY - Static variable in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
correctAnswerAdded(QuestionEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
correctAnswerAdded(QuestionEvent) - Method in interface com.jivesoftware.forum.event.QuestionListener
Fired when a correct answer has been added to the question.
correctMessageDates(List) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Corrects the dates on the provided list of messages.
count - Variable in class com.jivesoftware.base.database.ProfiledConnectionEntry
Number of times the query has been executed.
countMessageSearchResults(Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
countMessageSearchResults(Query) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
countMessageSearchResultsByCategoryID(long, Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query by category.
countMessageSearchResultsByCategoryID(long, Query) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
countQuickMessageSearchResults(String) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
countQuickMessageSearchResults(String) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
countQuickMessageSearchResultsByCategoryID(long, String) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
countQuickMessageSearchResultsByCategoryID(long, String) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
CountryLookup - Class in com.jivesoftware.base.util
Utility class to lookup country information based on an IP address.
CountryLookup() - Constructor for class com.jivesoftware.base.util.CountryLookup
 
create(Gateway) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Allows you to add a new gateway to the system
create(Gateway) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Allows you to add a new gateway to the system
create(Gateway) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
create(GatewaySettings) - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
CREATE_MESSAGE - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create a new message.
CREATE_MESSAGE_ATTACHMENT - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create attachments.
CREATE_POLL - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create polls.
CREATE_PRIVATE_MESSAGE_ATTACHMENT - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create attachments in a private message.
CREATE_THREAD - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create a new thread.
createAbuseOnlyFilter() - Static method in class com.jivesoftware.forum.moderation.ModerationFilter
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order.
createAbuseReport(AbuseReport) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
Creates an abuse report entry in the database
createAbuseReport(AbuseReport) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
createAcceptPort(InetAddress, int) - Method in class com.jivesoftware.forum.net.AcceptManager
Creates a new accept port that will be bound to the given port address.
createAccount - Variable in class com.jivesoftware.base.action.LoginAction
 
createAnnouncement(User) - Method in interface com.jivesoftware.forum.AnnouncementManager
Creates a new system announcement.
createAnnouncement(User, ForumCategory) - Method in interface com.jivesoftware.forum.AnnouncementManager
Creates a new category announcement.
createAnnouncement(User, Forum) - Method in interface com.jivesoftware.forum.AnnouncementManager
Creates a new forum announcement.
createAnnouncement(User) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
createAnnouncement(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
createAnnouncement(User, Forum) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
createAnnouncement(User) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
createAnnouncement(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
createAnnouncement(User, Forum) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
createAnonymousAuthToken() - Method in class com.jivesoftware.base.AuthFactory
Creates anonymous AuthToken tokens.
createAnonymousAuthToken() - Method in class com.jivesoftware.base.database.DbAuthFactory
Creates anonymous AuthToken tokens.
createAnonymousAuthToken() - Method in class com.jivesoftware.base.ldap.LdapAuthFactory
 
createAttachment(String, String, InputStream) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
createAttachment(String, String, InputStream) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
createAttachment(String, String, InputStream) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
createAttachment(String, String, InputStream) - Method in interface com.jivesoftware.forum.ForumMessage
Creates a new attachment for this message.
createAttachment(String, String, InputStream) - Method in interface com.jivesoftware.forum.PrivateMessage
Creates a new attachment for this private message.
createAttachment(String, String, InputStream) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
createAttachment(String, String, InputStream) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
createAuthToken(String, String) - Method in class com.jivesoftware.base.AuthFactory
Creates AuthToken tokens for users.
createAuthToken(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.AuthFactory
Creates AuthToken tokens based on information from servlet request and response objects.
createAuthToken(String, String) - Method in class com.jivesoftware.base.database.DbAuthFactory
Creates AuthToken tokens for users.
createAuthToken(String, String) - Method in class com.jivesoftware.base.ldap.LdapAuthFactory
 
CreateAutoSave - Class in com.jivesoftware.forum.upgrade.tasks
Creates the necessary tables for the autosave feature
CreateAutoSave() - Constructor for class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
createAvatar(User, String, String, InputStream) - Method in interface com.jivesoftware.forum.AvatarManager
Creates a new avatar for a user allowing the user to specify an inputstream for the image.
createAvatar(User, String, String, InputStream) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
createAvatar(User, String, String, InputStream) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
createBan(Ban) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
createBan(Ban) - Method in interface com.jivesoftware.base.ban.BanDAO
Creates a ticket entry in the database
createBan(Ban) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
createBan(Ban) - Method in interface com.jivesoftware.base.ban.BanManager
Creates a ban entry in the database
createBan(Ban) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
createBytesTask() - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
createBytesTask() - Method in class com.jivesoftware.forum.stats.ForumsReadStatsManager
 
createCache(String, int, long) - Static method in class com.jivesoftware.util.CacheFactory
Returns the named cache, creating it as necessary, using the supplied name, size, and lifetime.
createCache(String) - Static method in class com.jivesoftware.util.CacheFactory
Returns the named cache, creating it as necessary.
createCategory(String, String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
createCategory(String, String) - Method in interface com.jivesoftware.forum.ForumCategory
Creates a new ForumCategory as a sub-category of this category using the name and description.
createCategory(String, String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
createCategory(String, String) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Creates a new ForumCategory as a sub-category of the root category using the name and description.
createCategory(String, String) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
createCategoryWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
createCategoryWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a category for the specified user.
CreateCommunityEverywhere - Class in com.jivesoftware.forum.upgrade.tasks
Creates the necessary tables for the community everywhere feature
CreateCommunityEverywhere() - Constructor for class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
createConfiguration(ServletContext) - Method in class com.jivesoftware.base.action.util.JiveFreemarkerManager
Create the instance of the FreeMarker Configuration object.
createConnection(Socket, boolean, boolean) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Creates a connection in the manager by wrapping the given socket in an appropriate connection implementation.
createConnection(Socket, boolean, boolean) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
createCronTask(Runnable, CronTimer) - Method in class com.jivesoftware.util.CronTaskManager
Create a new CronTask.
createDefaultBanFilter() - Static method in class com.jivesoftware.base.ban.BanFilter
Creates a default BanFilter: no filtering with results sorted by expiration date in descending order.
createDefaultContentFilter() - Static method in class com.jivesoftware.forum.ResultFilter
Creates a default ResultFilter: no filtering with results sorted on the modification date.
createDefaultFilter() - Static method in class com.jivesoftware.forum.TagResultFilter
Creates a default TagResultFilter: all tags sorted in descending order with no minimum number of JiveContentObjects.
createDefaultForumFilter() - Static method in class com.jivesoftware.forum.ResultFilter
Creates a default forum ResultFilter: no filtering with results sorted on the category index value.
createDefaultForumFilter() - Static method in class com.jivesoftware.forum.webservices.ResultFilter
Creates a default forum ResultFilter: no filtering with results sorted on the category index value.
createDefaultMessageFilter() - Static method in class com.jivesoftware.forum.ResultFilter
Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order.
createDefaultMessageFilter() - Static method in class com.jivesoftware.forum.webservices.ResultFilter
Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order.
createDefaultModerationFilter() - Static method in class com.jivesoftware.forum.moderation.ModerationFilter
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order.
createDefaultThreadFilter() - Static method in class com.jivesoftware.forum.ResultFilter
Creates a default thread ResultFilter: no filtering with results sorted on the thread modification date.
createDefaultThreadFilter() - Static method in class com.jivesoftware.forum.webservices.ResultFilter
Creates a default thread ResultFilter: no filtering with results sorted on the thread modification date.
createDefaultUserMessagesFilter() - Static method in class com.jivesoftware.forum.ResultFilter
Creates a default user messages ResultFilter: no filtering with results sorted on the message creation date descending (newest messages appear first).
createDefaultUserMessagesFilter() - Static method in class com.jivesoftware.forum.webservices.ResultFilter
Creates a default user messages ResultFilter: no filtering with results sorted on the message creation date descending (newest messages appear first).
createDraft(Draft) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
createDraft(Draft) - Method in interface com.jivesoftware.forum.DraftManager
Creates a new draft.
createDraft(Draft) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
createFolder(User, String) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
createFolder(User, String) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Creates a new folder.
createFolder(User, String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
createFolder(long, String) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Creates a new folder.
createFolder(long, String) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Create a named folder for the specified user.
createForum(String, String) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
createForum(String, String, ForumCategory) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
createForum(String, String) - Method in class com.jivesoftware.forum.ForumFactory
Creates a new forum.
createForum(String, String, ForumCategory) - Method in class com.jivesoftware.forum.ForumFactory
Creates a new forum in the specified category.
createForum(String, String) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
createForum(String, String, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
createForum(String, String) - Method in interface com.jivesoftware.forum.webservices.ForumService
Creates a new forum under the root category.
createForum(String, String) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
createForumAnnouncement(long, long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new category or forum announcement.
createForumAnnouncement(long, long, String, String, Date, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createForumCategoryAnnouncement(long, long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new category announcement.
createForumCategoryAnnouncement(long, long, String, String, Date, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createForumUnderCategory(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Creates a new forum under the specified category.
createForumUnderCategory(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
createForumWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
createForumWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a forum for the user with the specified ID.
createGatewayInstance(Forum, String) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Used to create and return an instance of a gateway based off the gateway settings, this gateway won't be installed as a new persistent gateway.
createGatewayInstance(Forum, String) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Used to create and return an instance of a gateway based off the gateway settings, this gateway won't be installed as a new persistent gateway.
createGatewayInstance(Forum, String) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
createGroup(String) - Method in class com.jivesoftware.base.database.DbGroupManager
 
createGroup(long, String) - Method in class com.jivesoftware.base.database.DbGroupManager
 
createGroup(String) - Method in interface com.jivesoftware.base.GroupManager
Factory method for creating a new Group.
createGroup(String) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
createGroup(String) - Method in class com.jivesoftware.base.GroupManagerProxy
 
createGroup(String) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
createGroup(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
createGroup(String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
createGroup(String, String) - Method in interface com.jivesoftware.forum.webservices.GroupService
Creates a new group.
createGroup(String, String) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
createIDKey(int, long) - Static method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Creates a new id key representing the supplied object type and id.
createItem(String, String, boolean, String) - Method in class com.jivesoftware.base.action.multipart.MonitoredDiskFileItemFactory
Creates a new MonitoredDiskFileItem.
createMessage() - Method in class com.jivesoftware.forum.action.OldPostAction
Convenience method for creating a new message.
createMessage() - Method in class com.jivesoftware.forum.action.PostAction
Convenience method for creating a new message.
createMessage() - Method in class com.jivesoftware.forum.database.DbForum
 
createMessage(User) - Method in class com.jivesoftware.forum.database.DbForum
 
createMessage(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
createMessage() - Method in interface com.jivesoftware.forum.Forum
Factory method to create a message with an anonymous author.
createMessage(User) - Method in interface com.jivesoftware.forum.Forum
Factory method to create a message as the specified user.
createMessage(User) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Creates a new private message.
createMessage() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
createMessage(User) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
createMessage(User) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
createMessage(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Creates a new message on the given thread.
createMessage(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Creates a new private message.
createMessage(String, String, long, long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
createMessage(long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Creates a new private message.
createMessage() - Method in class com.jivesoftware.util.SmtpProxy
Create a new MimeMessage.
createMessages(ForumSession, MimeTools.Headers, MimeTools.Headers, String) - Static method in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
Posts the given article with mainHeaders and body to the forum.
createModerationOnlyFilter() - Static method in class com.jivesoftware.forum.moderation.ModerationFilter
Creates a default Moderation Filter: shows all messages marked for moderation with results sorted by creation date in ascending order.
createNonExpiringForumAnnouncement(long, long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring forum announcement.
createNonExpiringForumAnnouncement(long, long, String, String, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createNonExpiringForumCategoryAnnouncement(long, long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring category announcement.
createNonExpiringForumCategoryAnnouncement(long, long, String, String, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createNonExpiringSystemAnnouncement(long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring system announcement.
createNonExpiringSystemAnnouncement(long, String, String, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createPersistenceTask() - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
createPersistenceTask() - Method in class com.jivesoftware.forum.stats.ForumsReadStatsManager
 
createPoll(int, long, User, String) - Method in class com.jivesoftware.base.database.DbPollManager
 
createPoll(int, long, User, String) - Method in interface com.jivesoftware.base.PollManager
Create a new Poll.
createPoll(int, long, User, String) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
CreatePostReplyViaEmail - Class in com.jivesoftware.forum.upgrade.tasks
Upgrade task which adds the jiveEmailToken database table needed by the email reply posting feature.
CreatePostReplyViaEmail() - Constructor for class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
createPresence(User, String, String) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
createPresence(User, String, String) - Method in interface com.jivesoftware.base.PresenceManager
Create a presence for a user.
createPresence(User, String, String) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
CreateProfile - Class in com.jivesoftware.profiles.action
Action to create the user profile when the user object is created.
CreateProfile() - Constructor for class com.jivesoftware.profiles.action.CreateProfile
 
createProfileField(ProfileField) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Creates a new profile field.
createProfileField(ProfileField) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
createProxy(Object) - Method in interface com.jivesoftware.base.proxy.GenericProxyFactory
 
createProxy(Object, AuthToken, Permissions) - Method in interface com.jivesoftware.base.ProxyFactory
Creates a new proxy for obj using the specified authToken and permissions, or returns null if the user doesn't have permission to read the object.
createQuery() - Method in class com.jivesoftware.forum.database.DbForum
 
createQuery() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
createQuery(Forum[]) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
createQuery() - Method in class com.jivesoftware.forum.database.DbQueryManager
 
createQuery(Forum[]) - Method in class com.jivesoftware.forum.database.DbQueryManager
 
createQuery() - Method in interface com.jivesoftware.forum.Forum
Creates a query object to search the forum.
createQuery() - Method in class com.jivesoftware.forum.ForumFactory
Creates a query object to search through all forums.
createQuery(Forum[]) - Method in class com.jivesoftware.forum.ForumFactory
Creates a query object to search through the specified list of forums.
createQuery() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
createQuery(Forum[]) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
createQuery() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
createQuery() - Method in class com.jivesoftware.forum.proxy.QueryManagerProxy
 
createQuery(Forum[]) - Method in class com.jivesoftware.forum.proxy.QueryManagerProxy
 
createQuery() - Method in interface com.jivesoftware.forum.QueryManager
Creates a query object to search through all forums.
createQuery(Forum[]) - Method in interface com.jivesoftware.forum.QueryManager
Creates a query object to search through the specified array of forums.
createQuestion(ForumThread) - Method in class com.jivesoftware.forum.database.DbQuestionManager
 
createQuestion(ForumThread) - Method in class com.jivesoftware.forum.proxy.QuestionManagerProxy
 
createQuestion(ForumThread) - Method in interface com.jivesoftware.forum.QuestionManager
Creates a new question.
createRating(int, String) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
createRating(int, String) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
createRating(int, String) - Method in interface com.jivesoftware.forum.RatingManager
Create a new rating with the specified attributes.
createReplyMessage(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Creates a new message that is a direct response to a given message.
createReplyMessage(String, String, long, long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
createRestrictedForumUnderCategory(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Bundles calls associated with creation of a new forum that sets the user as the moderator and sets negative permission for anonymous and registered users.
createRestrictedForumUnderCategory(String, String, long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
createRestrictedSubCategory(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Bundles calls associated with creation of a new sub category that sets the user as the category admin and sets negative permission for anonymous and registered users.
createRestrictedSubCategory(String, String, long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
createRow(String) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
createScrollablePreparedStatement(Connection, String) - Static method in class com.jivesoftware.base.database.ConnectionManager
Creates a scrollable PreparedStatement if the JDBC driver supports it, or a normal PreparedStatement otherwise.
createScrollableStatement(Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Creates a scrollable Statement if the JDBC driver supports it, or a normal Statement otherwise.
createSequence(String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
createServiceProxy(String, Class) - Method in class com.jivesoftware.forum.webservices.ServiceLocator
 
createSession(Connection) - Method in class com.jivesoftware.forum.nntp.SessionManager
Creates a session for the given connection.
createSession(String) - Static method in class com.jivesoftware.util.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, String) - Static method in class com.jivesoftware.util.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, List) - Static method in class com.jivesoftware.util.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, String, List) - Static method in class com.jivesoftware.util.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, File) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Creates a new SpellSession to spell check a text block.
createSession(String, String, List) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Creates a new SpellSession to spell check a text block.
createSessionUserInfo(String, String, boolean, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.AuthFactory
Concrete subclasses may wish to override this method to create session info as appropriate.
createSocket(Socket, String, int, boolean) - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
createSocket(String, int) - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
createStatement() - Method in class com.jivesoftware.base.database.ProfiledConnection
 
createStatement(int, int) - Method in class com.jivesoftware.base.database.ProfiledConnection
 
createStatusLevel(String, String, int, int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
createStatusLevel(String, String, Group) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
createStatusLevel(String, String, int, int) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
createStatusLevel(String, String, Group) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
createStatusLevel(String, String, int, int) - Method in interface com.jivesoftware.forum.StatusLevelManager
Creates a new points based StatusLevel.
createStatusLevel(String, String, Group) - Method in interface com.jivesoftware.forum.StatusLevelManager
Creates a new group based StatusLevel Level
createStrategy(int) - Static method in class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
createSubCategory(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Creates a new ForumCategory as a sub-category off of the specified category.
createSubCategory(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
createSystemAnnouncement(long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new system announcement.
createSystemAnnouncement(long, String, String, Date, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
createTable(String) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
createTag(String) - Method in class com.jivesoftware.forum.database.DbTagManager
 
createTag(String) - Method in class com.jivesoftware.forum.TagDelegator
Creates a tag in the database.
createTag(String) - Method in interface com.jivesoftware.forum.TagManager
Creates a tag in the database.
CreateTags - Class in com.jivesoftware.forum.upgrade.tasks
 
CreateTags() - Constructor for class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
createThread(ForumMessage) - Method in class com.jivesoftware.forum.database.DbForum
 
createThread(ForumMessage) - Method in interface com.jivesoftware.forum.Forum
Factory method to create a new thread.
CreateThread - Class in com.jivesoftware.forum.mail
Creates a thread in a specific forum using information found in an email message.
CreateThread(String, String, long, Iterator, AuthToken) - Constructor for class com.jivesoftware.forum.mail.CreateThread
Sole constructor.
createThread(ForumMessage) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
createThread(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Creates a new thread.
createThread(String, String, long, long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
createThreadLink(String, long) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
createThreadWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
createThreadWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a thread for the specified user.
createUser(String, String, String) - Method in class com.jivesoftware.base.database.DbUserManager
 
createUser(String, String, String, String, boolean, boolean, Map) - Method in class com.jivesoftware.base.database.DbUserManager
 
createUser(long, String, String, String, String, boolean, boolean, Map) - Method in class com.jivesoftware.base.database.DbUserManager
This method is only designed to be used for mass importing users via the xml export/import utility.
createUser(String, String, String) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
createUser(String, String, String, String, boolean, boolean, Map) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
createUser(String, String, String) - Method in interface com.jivesoftware.base.UserManager
Factory method for creating a new User with all required values: a password, email address, and unique username.
createUser(String, String, String, String, boolean, boolean, Map) - Method in interface com.jivesoftware.base.UserManager
Factory method for creating a new User with all required AND optional values.
createUser(String, String, String) - Method in class com.jivesoftware.base.UserManagerAdapter
 
createUser(String, String, String, String, boolean, boolean, Map) - Method in class com.jivesoftware.base.UserManagerAdapter
 
createUser(String, String, String) - Method in class com.jivesoftware.base.UserManagerProxy
 
createUser(String, String, String, String, boolean, boolean, Map) - Method in class com.jivesoftware.base.UserManagerProxy
 
createUser(String, String, String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Create a new user.
createUser(String, String, String) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
createUserSession(String, XMPPConnection) - Method in class com.jivesoftware.webchat.ChatManager
 
createUserWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
createUserWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a user for the specified user.
CreateVersionTable - Class in com.jivesoftware.forum.upgrade.tasks
Creates the jiveVersion table if it does not exist.
CreateVersionTable() - Constructor for class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
createVisitorID(HttpServletRequest) - Static method in class com.jivesoftware.base.stats.WebContext
Creates a new visitor ID based on information in the HttpServletRequest.
createWatch(User, User) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
createWatch(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
createWatch(User, Forum) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
createWatch(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
createWatch(User, User) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
createWatch(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
createWatch(User, Forum) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
createWatch(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
createWatch(User, User) - Method in interface com.jivesoftware.forum.WatchManager
Create a watch on a user for the specified user.
createWatch(User, ForumThread) - Method in interface com.jivesoftware.forum.WatchManager
Create a watch on a thread for the specified user.
createWatch(User, Forum) - Method in interface com.jivesoftware.forum.WatchManager
Create a watch on a forum for the specified user.
createWatch(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Create a watch on a category for the specified user.
createWorkgroupLicense() - Static method in class com.jivesoftware.webchat.License
 
createXFire() - Method in class com.jivesoftware.forum.webservices.server.xfire.CustomXFireServlet
 
createXFire() - Method in class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
 
createXStreamInstance() - Static method in class com.jivesoftware.util.XMLUtils
Factory method to create an XStream method.
CREATION_DATE - Static variable in class com.jivesoftware.base.ban.BanFilter
An integer value that represents the modification date filed.
CREATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
creation_date - Static variable in class com.jivesoftware.forum.QuestionFilter.SortField
 
creationDate - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The date the user was created.
CronClusterUpdateTask - Class in com.jivesoftware.util
Coherence cluster task that propogates cron task adds/updates/deletes across cluster members.
CronClusterUpdateTask() - Constructor for class com.jivesoftware.util.CronClusterUpdateTask
 
CRONTASK - Static variable in class com.jivesoftware.base.JiveConstants
 
CronTask - Class in com.jivesoftware.util
A CronTask is a task which runs according to a schedule determined by a CronTimer.
CronTask(Runnable, CronTimer) - Constructor for class com.jivesoftware.util.CronTask
 
CronTask(long, Runnable, CronTimer) - Constructor for class com.jivesoftware.util.CronTask
 
CronTaskManager - Class in com.jivesoftware.util
Manages the creation and persistence of CronTasks.
CronTimer - Class in com.jivesoftware.util
A class that is used to fire at given moment in time, defined with Unix 'cron-like' definitions.
CronTimer(String) - Constructor for class com.jivesoftware.util.CronTimer
 
css - Variable in class com.jivesoftware.base.admin.SidebarTag
 
CSVWriter - Class in com.jivesoftware.base.stats.output
A writer which outputs DataTable data as CSV (comma-separated values) output.
CSVWriter(Writer) - Constructor for class com.jivesoftware.base.stats.output.CSVWriter
Creates a new CSV writer given a writer.
cullCache() - Method in class com.jivesoftware.forum.webservices.Cache
Removes the least recently used elements if the cache size is greater than or equal to the maximum allowed size until the cache is at least 10% empty.
cullCache() - Method in class com.jivesoftware.util.DefaultCache
Removes the least recently used elements if the cache size is greater than or equal to the maximum allowed size until the cache is at least 10% empty.
cullCache() - Method in class com.jivesoftware.util.LRUCache
Removes objects from cache if the cache is too full.
current - Variable in class com.jivesoftware.util.search.SnowballProgram
 
CURRENT_ARTICLE - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter matches the current article pointer article.
CURRENT_ARTICLE_FILTER - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
A simple constant filter for current article filtering.
currentcss - Variable in class com.jivesoftware.base.admin.SidebarTag
 
currentFile() - Method in interface com.jivesoftware.base.log.FileStrategy
Get the current logfile
currentFile() - Method in class com.jivesoftware.base.log.RevolvingFileStrategy
 
currID(String) - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
 
cursor - Variable in class com.jivesoftware.util.search.SnowballProgram
 
CUSTOM_HELP - Static variable in class com.jivesoftware.forum.action.HelpAction
 
CUSTOM_MODE - Static variable in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
CUSTOM_PRESET - Static variable in class com.jivesoftware.forum.util.AdminCacheInfo
Constant for custom size cache preset.
CustomUserSystemSetupAction - Class in com.jivesoftware.forum.action.setup
Setup the user system.
CustomUserSystemSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.CustomUserSystemSetupAction
 
CustomXFireServlet - Class in com.jivesoftware.forum.webservices.server.xfire
Use this servlet to customize web service authentication, as an alternative to the default UsernameToken authentication.
CustomXFireServlet() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.CustomXFireServlet
 
CyclicElement - Class in com.jivesoftware.base.stats.element
An Element for which values wrap around after being incremented a sufficient number of times.
CyclicElement(long, long, long) - Constructor for class com.jivesoftware.base.stats.element.CyclicElement
Creates new CyclicElement with a specified cycle size, lower bound and an initial starting point.
CyclicSequence - Class in com.jivesoftware.base.stats.bin
 
CyclicSequence(long) - Constructor for class com.jivesoftware.base.stats.bin.CyclicSequence
Create a BinSequence that will generate a sequence of regularly spaced intervals.
CZECH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The Czech analyzer provides a good choice for Czech
CzechAnalyzer - Class in com.jivesoftware.util.search
Analyzer for Czech language.
CzechAnalyzer() - Constructor for class com.jivesoftware.util.search.CzechAnalyzer
Builds an analyzer.
CzechAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.CzechAnalyzer
Builds an analyzer with the given stop words.

D

DANISH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The danish analyzer provides for stemming of words to allow for flexibility in searching when most content is in Danish.
DanishStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
DanishStemmer() - Constructor for class com.jivesoftware.util.search.DanishStemmer
 
DanishStemmingAnalyzer - Class in com.jivesoftware.util.search
An Danish analyzer for Lucene based upon the standard analyzer that supports stemming of danish words.
DanishStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.DanishStemmingAnalyzer
Builds an analyzer.
DanishStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.DanishStemmingAnalyzer
Builds an analyzer with the given stop words.
DAOException - Exception in com.jivesoftware.base.database.dao
Exception that should be thrown by DAO methods.
DAOException() - Constructor for exception com.jivesoftware.base.database.dao.DAOException
 
DAOException(String) - Constructor for exception com.jivesoftware.base.database.dao.DAOException
 
DAOException(String, Throwable) - Constructor for exception com.jivesoftware.base.database.dao.DAOException
 
DAOException(Throwable) - Constructor for exception com.jivesoftware.base.database.dao.DAOException
 
DAOUtil - Class in com.jivesoftware.base.database.dao
 
DASH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Type representing a dashed list
DATABASE_CONNECTION - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
DATABASE_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
DatabaseCacheManager - Class in com.jivesoftware.forum.database
Central cache management of all caches used by Jive Forums.
DatabaseCacheManager() - Constructor for class com.jivesoftware.forum.database.DatabaseCacheManager
Creates a new cache manager.
DatabaseException - Exception in com.jivesoftware.base.database
 
DatabaseException() - Constructor for exception com.jivesoftware.base.database.DatabaseException
 
DatabaseException(String) - Constructor for exception com.jivesoftware.base.database.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception com.jivesoftware.base.database.DatabaseException
 
DatabaseException(Throwable) - Constructor for exception com.jivesoftware.base.database.DatabaseException
 
DatabaseObjectIterator - Class in com.jivesoftware.forum.database
An class that defines the logic to iterate through an array of long unique ID's of Jive objects.
DatabaseObjectIterator(int, long[]) - Constructor for class com.jivesoftware.forum.database.DatabaseObjectIterator
Creates a new DatabaseObjectIterator.
DatabaseObjectLoader - Class in com.jivesoftware.forum.database
This class knows how to load a wide variety of jive objects outlined in the following list: JiveConstants.COMMUNITY JiveConstants.THREAD JiveConstants.MESSAGE JiveConstants.USER JiveConstants.GROUP JiveConstants.ATTACHMENT JiveConstants.IMAGE JiveConstants.DOCUMENT JiveConstants.BLOG JiveConstants.BLOGPOST JiveConstants.PRIVATE_MESSAGE JiveConstants.ANNOUNCEMENT JiveConstants.PENDING_APPROVAL JiveConstants.COMMENT JiveConstants.SEARCH_QUERY JiveConstants.TAG_SETDatabaseSequenceProvider - Class in com.jivesoftware.base.database.sequence
 
DatabaseSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
DataExportServlet - Class in com.jivesoftware.forum.util
A servlet to handle data export output to the browser.
DataExportServlet() - Constructor for class com.jivesoftware.forum.util.DataExportServlet
 
DATASOURCE_MODE - Static variable in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
DatasourceSetupAction - Class in com.jivesoftware.forum.action.setup
 
DatasourceSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
DataTable - Class in com.jivesoftware.base.stats.model
A model of a table which encapsulates columns, rows and a title.
DataTable(String) - Constructor for class com.jivesoftware.base.stats.model.DataTable
Builds a blank table with the give title.
DATE - Static variable in interface com.jivesoftware.forum.Query
Sort by date
DATE - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by date
DATE_FORMAT - Static variable in class com.jivesoftware.base.action.rss.RSSActionSupport
The date format used for dates - this is the RFC 822 date format.
DATE_FORMAT - Static variable in class com.jivesoftware.util.BeanUtils
The date format recognized for parsing/formattig dates.
DATE_FORMATTER - Static variable in class com.jivesoftware.webchat.ChatManager
The Date Formatter to use.
DATE_RANGES - Static variable in class com.jivesoftware.base.ban.DateRangeBean
An array of RelativeDateRange objects representing the possible future date values that can be used for a bans expiration date.
DATE_RANGES - Static variable in class com.jivesoftware.forum.action.SearchAction
 
DATE_RANGES - Static variable in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
DateBean - Class in com.jivesoftware.util
Simple bean that holds the value of the current time.
DateBean() - Constructor for class com.jivesoftware.util.DateBean
Initializes the internal date to the current time.
DateBean(Date) - Constructor for class com.jivesoftware.util.DateBean
Initializes the internal date to the passed in date.
DateElement - Class in com.jivesoftware.base.stats.element
An Element which is specialized for handling Dates.
DateElement(Date) - Constructor for class com.jivesoftware.base.stats.element.DateElement
Creates a new DateElement
DateElementFormat - Class in com.jivesoftware.base.stats.element
 
DateElementFormat(long) - Constructor for class com.jivesoftware.base.stats.element.DateElementFormat
Creates new DateBinFormat
DateElementFormat(String) - Constructor for class com.jivesoftware.base.stats.element.DateElementFormat
 
DateElementFormat() - Constructor for class com.jivesoftware.base.stats.element.DateElementFormat
 
DateFormatter - Class in com.jivesoftware.base.stats.util
 
DateFormatter() - Constructor for class com.jivesoftware.base.stats.util.DateFormatter
 
dateRange - Variable in class com.jivesoftware.base.stats.AbstractReport
 
DateRange - Interface in com.jivesoftware.util
A DateRange converts an abstract starting and ending time into specific instances in time.
DateRangeBean - Class in com.jivesoftware.base.ban
A helper bean containing date range options for the banning interface.
DateRangeBean() - Constructor for class com.jivesoftware.base.ban.DateRangeBean
 
DateRangeBean.RangeOption - Class in com.jivesoftware.base.ban
Represents a single date range option with a key and value.
DateRangeBean.RangeOption(RelativeDateRange, Date, User) - Constructor for class com.jivesoftware.base.ban.DateRangeBean.RangeOption
 
DateSequence - Class in com.jivesoftware.base.stats.bin
DateSequence is a version of RegularSequence that has been specialized for creating regular sequences of Dates.
DateSequence(Date, long) - Constructor for class com.jivesoftware.base.stats.bin.DateSequence
Creates new DateSequence (see the constructor for RegularSequence)
DATETIME - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a date/time type.
dateToMillis(Date) - Static method in class com.jivesoftware.util.StringUtils
Formats a Date as a String.
dateToMillis(Date) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Formats a Date as a String.
dateToText(HttpServletRequest, User, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns an English sentence which describes the Date parameter relative to the current time.
DateUtils - Class in com.jivesoftware.base.action.util
A formatter for dates - uses a fast internal date formatter.
DateUtils(HttpServletRequest, User) - Constructor for class com.jivesoftware.base.action.util.DateUtils
 
DateValidator - Class in com.jivesoftware.profiles.validator
A validator which validates dates.
DateValidator() - Constructor for class com.jivesoftware.profiles.validator.DateValidator
 
DateValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the date field validator.
DateValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.DateValidatorBeanInfo
 
DAY - Static variable in class com.jivesoftware.base.JiveConstants
One day (in milliseconds).
DayOfWeekElementFormat - Class in com.jivesoftware.base.stats.element
 
DayOfWeekElementFormat(String) - Constructor for class com.jivesoftware.base.stats.element.DayOfWeekElementFormat
Create a new DayOfWeekElementFormat object with a specified format string.
DayOfWeekElementFormat() - Constructor for class com.jivesoftware.base.stats.element.DayOfWeekElementFormat
Create a new DayOfWeekElementFormat object with the default format string.
DayOfWeekReport - Class in com.jivesoftware.forum.stats.report
Shows postings by day of the week.
DayOfWeekReport() - Constructor for class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
DayOfWeekReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean class for DayOfWeekReport.
DayOfWeekReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.DayOfWeekReportBeanInfo
 
DB2 - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
DbAnnouncement - Class in com.jivesoftware.forum.database
Database implementation of the Announcement interface.
DbAnnouncement(long) - Constructor for class com.jivesoftware.forum.database.DbAnnouncement
Loads an existing announcement based on announcement ID.
DbAnnouncement(int, long, long) - Constructor for class com.jivesoftware.forum.database.DbAnnouncement
 
DbAnnouncement() - Constructor for class com.jivesoftware.forum.database.DbAnnouncement
Constructor for internal use only.
DbAnnouncementManager - Class in com.jivesoftware.forum.database
Database implementation of the AnnouncementManager interface.
DbArchiveManager - Class in com.jivesoftware.forum.database
Database implementation of the ArchiveManager interface.
DbArchiveManager() - Constructor for class com.jivesoftware.forum.database.DbArchiveManager
 
DbArchiveManager.ArchiveTask - Class in com.jivesoftware.forum.database
A task to be run in the TaskEngine that executes an archiving run.
DbArchiveManager.ArchiveTask() - Constructor for class com.jivesoftware.forum.database.DbArchiveManager.ArchiveTask
 
DbAttachment - Class in com.jivesoftware.forum.database
Database implementation of the Attachment interface.
DbAttachment(long) - Constructor for class com.jivesoftware.forum.database.DbAttachment
Loads an existing Attachment object.
DbAttachment(long, Connection) - Constructor for class com.jivesoftware.forum.database.DbAttachment
Loads an existing Attachment object.
DbAttachment(int, long, String, String, InputStream) - Constructor for class com.jivesoftware.forum.database.DbAttachment
 
DbAttachment() - Constructor for class com.jivesoftware.forum.database.DbAttachment
Constructor for internal use only.
DbAttachmentManager - Class in com.jivesoftware.forum.database
Database implementation of the AttachmentManager interface.
DbAttachmentManager.AttachmentSettingsTask - Class in com.jivesoftware.forum.database
 
DbAttachmentManager.AttachmentSettingsTask(boolean) - Constructor for class com.jivesoftware.forum.database.DbAttachmentManager.AttachmentSettingsTask
 
DbAuthFactory - Class in com.jivesoftware.base.database
A subclass of AuthFactory for the default Jive implementation.
DbAuthFactory() - Constructor for class com.jivesoftware.base.database.DbAuthFactory
 
DbAuthToken - Class in com.jivesoftware.base.database
Database implementation of the AuthToken interface.
DbAuthToken(long) - Constructor for class com.jivesoftware.base.database.DbAuthToken
Constucts a new DbAuthToken with the specified userID.
DbAvatar - Class in com.jivesoftware.forum.database
 
DbAvatar(User, String, String, InputStream) - Constructor for class com.jivesoftware.forum.database.DbAvatar
 
DbAvatar(long) - Constructor for class com.jivesoftware.forum.database.DbAvatar
Acquires an existing DbAvatar object by its id
DbAvatar() - Constructor for class com.jivesoftware.forum.database.DbAvatar
Constructor for internal use only, needed for clustering.
DbAvatarManager - Class in com.jivesoftware.forum.database
 
DbAvatarManager() - Constructor for class com.jivesoftware.forum.database.DbAvatarManager
 
DbBlockIterator - Class in com.jivesoftware.forum.database
A class that defines the logic to iterate through an array of long unique ID's of Jive objects, and to load those objects in blocks rather than all at once or one at a time.
DbBlockIterator(long[], CachedPreparedStatement, int, int, int, int, long) - Constructor for class com.jivesoftware.forum.database.DbBlockIterator
Constructs a new DbBlockIterator.
DbBlockIterator(long[], CachedPreparedStatement, int, int, int, int, long, boolean) - Constructor for class com.jivesoftware.forum.database.DbBlockIterator
Constructs a new DbBlockIterator.
DbBlockIterator(EntityDescriptor[], CachedPreparedStatement, int, int, int, long) - Constructor for class com.jivesoftware.forum.database.DbBlockIterator
Constructs a new DbBlockIterator.
DbContentTag - Class in com.jivesoftware.forum.database
Database implementation of the Tag interface.
DbContentTag(long) - Constructor for class com.jivesoftware.forum.database.DbContentTag
Loads a DbTag from the database based on its id.
DbContentTag(String) - Constructor for class com.jivesoftware.forum.database.DbContentTag
Loads a DbTag from the database based on its id.
DbContentTag() - Constructor for class com.jivesoftware.forum.database.DbContentTag
 
DbDataExport - Class in com.jivesoftware.forum.database
Main data export class for Jive Forums data.
DbDataExport(ForumFactory) - Constructor for class com.jivesoftware.forum.database.DbDataExport
Creates a new export task.
DbDataImport - Class in com.jivesoftware.forum.database
Imports Jive data that is stored in the Jive XML format.
DbDataImport(ForumFactory, File) - Constructor for class com.jivesoftware.forum.database.DbDataImport
Initializes Jive Forum data importer.
DbDraft - Class in com.jivesoftware.forum.database
 
DbDraft(long) - Constructor for class com.jivesoftware.forum.database.DbDraft
 
DbDraftManager - Class in com.jivesoftware.forum.database
Database implementation of the DraftManager interface.
DbEmailTokenManager - Class in com.jivesoftware.forum.database
Implementation of EmailTokenManager which associates random numbers with user ids and stores them in the database.
DbForum - Class in com.jivesoftware.forum.database
Database implementation of the Forum interface.
DbForum(String, String, ForumCategory) - Constructor for class com.jivesoftware.forum.database.DbForum
Creates a new forum with the specified name and description.
DbForum(long) - Constructor for class com.jivesoftware.forum.database.DbForum
Loads a forum with the specified id.
DbForum(String) - Constructor for class com.jivesoftware.forum.database.DbForum
Loads a forum with the specified id.
DbForum() - Constructor for class com.jivesoftware.forum.database.DbForum
Constructor for internal use only.
DbForumCategory - Class in com.jivesoftware.forum.database
Database implementation of the ForumCategory interface.
DbForumCategory(long) - Constructor for class com.jivesoftware.forum.database.DbForumCategory
Loads an existing category.
DbForumCategory(long, Connection) - Constructor for class com.jivesoftware.forum.database.DbForumCategory
 
DbForumCategory(String, String, DbForumCategory) - Constructor for class com.jivesoftware.forum.database.DbForumCategory
Creates a new category.
DbForumCategory() - Constructor for class com.jivesoftware.forum.database.DbForumCategory
Constructor for internal use only.
DbForumFactory - Class in com.jivesoftware.forum.database
Database implementation of the ForumFactory interface.
DbForumMessage - Class in com.jivesoftware.forum.database
Database implementation of the ForumMessage interface.
DbForumMessage(User, Forum) - Constructor for class com.jivesoftware.forum.database.DbForumMessage
Creates a new DbForumMessage object.
DbForumMessage(long) - Constructor for class com.jivesoftware.forum.database.DbForumMessage
Loads the specified message by its message id.
DbForumMessage(long, int) - Constructor for class com.jivesoftware.forum.database.DbForumMessage
Loads the specified message by forumID and forum index.
DbForumMessage() - Constructor for class com.jivesoftware.forum.database.DbForumMessage
Constructor for internal use only.
DbForumThread - Class in com.jivesoftware.forum.database
Database implementation of the ForumThread interface.
DbForumThread(Forum, ForumMessage) - Constructor for class com.jivesoftware.forum.database.DbForumThread
Creates a new DbForumThread.
DbForumThread(long) - Constructor for class com.jivesoftware.forum.database.DbForumThread
Loads a DbForumThread from the database based on its id.
DbForumThread() - Constructor for class com.jivesoftware.forum.database.DbForumThread
Constructor for internal use only.
DbGroup - Class in com.jivesoftware.base.database
Database implementation of the Group interface.
DbGroup(String) - Constructor for class com.jivesoftware.base.database.DbGroup
Creates a new group.
DbGroup(long, String) - Constructor for class com.jivesoftware.base.database.DbGroup
Creates a new group.
DbGroup(long) - Constructor for class com.jivesoftware.base.database.DbGroup
Loads a group from the database based on its id.
DbGroup(String, Object) - Constructor for class com.jivesoftware.base.database.DbGroup
Loads a group from the database based on its name.
DbGroup() - Constructor for class com.jivesoftware.base.database.DbGroup
Constructor for internal use only.
DbGroupManager - Class in com.jivesoftware.base.database
Database implementation of the GroupManager interface.
DbGroupManager() - Constructor for class com.jivesoftware.base.database.DbGroupManager
 
DbInterceptorManager - Class in com.jivesoftware.forum.database
Implementation of the InterceptorManager interface.
DbInterceptorManager(int, long) - Constructor for class com.jivesoftware.forum.database.DbInterceptorManager
Creates a new interceptor manager.
DbJiveProperties - Class in com.jivesoftware.util
Retrieves and stores Jive properties.
DbPermissionsManager - Class in com.jivesoftware.base.database
Database implementation of the PermissionsManager interface.
DbPermissionsManager.PermissionsBundle - Class in com.jivesoftware.base.database
Stores the full set of permissions for a permissions context (an objectType and an objectID).
DbPermissionsManager.PermissionsBundle(long, long, long, long, long[], long[], long[], long[], long[], long[], long[], long[]) - Constructor for class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
Creates a new permissions bundle.
DbPermissionsManager.PermissionsBundle() - Constructor for class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
Constructor for internal use only.
DbPoll - Class in com.jivesoftware.base.database
Database implementation of the Poll Interface.
DbPoll(long) - Constructor for class com.jivesoftware.base.database.DbPoll
load an existing poll.
DbPoll(int, long, User, String) - Constructor for class com.jivesoftware.base.database.DbPoll
Create a new poll.
DbPollManager - Class in com.jivesoftware.base.database
Database implementation of the PollManager interface.
DbPresence - Class in com.jivesoftware.base.database
Database implementation of the Presence interface.
DbPresence(User, String, String) - Constructor for class com.jivesoftware.base.database.DbPresence
 
DbPresenceManager - Class in com.jivesoftware.base.database
Database implementation of the PresenceManager interface.
DbPrivateMessage - Class in com.jivesoftware.forum.database
Database implementation of the PrivateMessage interface.
DbPrivateMessage(User) - Constructor for class com.jivesoftware.forum.database.DbPrivateMessage
Creates a new private message.
DbPrivateMessage(DbPrivateMessage) - Constructor for class com.jivesoftware.forum.database.DbPrivateMessage
Creates a new private message by copying all the data from another private message.
DbPrivateMessage(long) - Constructor for class com.jivesoftware.forum.database.DbPrivateMessage
Loads an existing private message based on its ID.
DbPrivateMessage() - Constructor for class com.jivesoftware.forum.database.DbPrivateMessage
Constructor for internal use only.
DbPrivateMessageFolder - Class in com.jivesoftware.forum.database
Database implementation of the PrivateMessageFolder interface.
DbPrivateMessageFolder(int, long) - Constructor for class com.jivesoftware.forum.database.DbPrivateMessageFolder
Loads an existing private message folder.
DbPrivateMessageFolder(long, String) - Constructor for class com.jivesoftware.forum.database.DbPrivateMessageFolder
Creates a new folder.
DbPrivateMessageFolder() - Constructor for class com.jivesoftware.forum.database.DbPrivateMessageFolder
Constructor for internal use only.
DbPrivateMessageManager - Class in com.jivesoftware.forum.database
Database implementation of PrivateMessageManager.
DbPrivateMessageManager() - Constructor for class com.jivesoftware.forum.database.DbPrivateMessageManager
Creates a new DbPrivateMessageManager instance.
DbQuery - Class in com.jivesoftware.forum.database
Database implementation of the Query interface using Lucene.
DbQuery(Forum[]) - Constructor for class com.jivesoftware.forum.database.DbQuery
 
DbQuery(long) - Constructor for class com.jivesoftware.forum.database.DbQuery
Load an existing query.
DbQueryLogger - Class in com.jivesoftware.forum.database
Implementation of QueryLogger.
DbQueryManager - Class in com.jivesoftware.forum.database
 
DbQuestion - Class in com.jivesoftware.forum.database
Implementation of the Question interface.
DbQuestion(ForumThread) - Constructor for class com.jivesoftware.forum.database.DbQuestion
Constructs a new Question.
DbQuestion(long) - Constructor for class com.jivesoftware.forum.database.DbQuestion
Loads an existing question.
DbQuestionManager - Class in com.jivesoftware.forum.database
Implementation of the QuestionManager interface.
DbQuestionManager() - Constructor for class com.jivesoftware.forum.database.DbQuestionManager
 
DbRating - Class in com.jivesoftware.forum.database
 
DbRating(int, String) - Constructor for class com.jivesoftware.forum.database.DbRating
 
DbRating.UpdateAvailableRatingsClusterTask - Class in com.jivesoftware.forum.database
Coherence cluster task that updates the available ratings across the cluster.
DbRating.UpdateAvailableRatingsClusterTask() - Constructor for class com.jivesoftware.forum.database.DbRating.UpdateAvailableRatingsClusterTask
 
DbRatingManager - Class in com.jivesoftware.forum.database
 
DbReadTracker - Class in com.jivesoftware.forum.database
Database implementation of the ReadTracker interface.
DbReadTracker.ReadTrackerKey - Class in com.jivesoftware.forum.database
 
DbReadTracker.ReadTrackerKey(long, long) - Constructor for class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
DbReadTracker.ReadTrackerKey() - Constructor for class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
DbReadTracker.UserReadTracker - Class in com.jivesoftware.forum.database
Tracks the read status of threads and messages for a user.
DbReadTracker.UserReadTracker(long) - Constructor for class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
Creates a new read track for the specified user.
DbReadTracker.UserReadTracker() - Constructor for class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
Constructor for internal use only.
DbRewardManager - Class in com.jivesoftware.forum.database
Database implementation of the RewardManager interface.
DbRewardManager() - Constructor for class com.jivesoftware.forum.database.DbRewardManager
 
DbRoster - Class in com.jivesoftware.base.database
 
DbRoster(User) - Constructor for class com.jivesoftware.base.database.DbRoster
 
DbSearchManager - Class in com.jivesoftware.forum.database
Database implementation of SearchManager using the Lucene search package.
DbStatusLevel - Class in com.jivesoftware.forum.database
Database implementation of status level.
DbStatusLevel() - Constructor for class com.jivesoftware.forum.database.DbStatusLevel
 
DbStatusLevel(String, String, int, int) - Constructor for class com.jivesoftware.forum.database.DbStatusLevel
Creates a point based new status level.
DbStatusLevel(String, String, Group) - Constructor for class com.jivesoftware.forum.database.DbStatusLevel
Creates a new group based status level
DbStatusLevel(long) - Constructor for class com.jivesoftware.forum.database.DbStatusLevel
 
DbStatusLevel(String) - Constructor for class com.jivesoftware.forum.database.DbStatusLevel
 
DbStatusLevelManager - Class in com.jivesoftware.forum.database
StatusLevelManager implementation.
DbStatusLevelManager() - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager
 
DbStatusLevelManager.LeaderQueryCache - Class in com.jivesoftware.forum.database
 
DbStatusLevelManager.LeaderQueryCache(String, int, long) - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
DbStatusLevelManager.LeaderQueryCache.Entry - Class in com.jivesoftware.forum.database
 
DbStatusLevelManager.LeaderQueryCache.Entry() - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.Entry
 
DbStatusLevelManager.LeaderQueryCache.ValueWrapper - Class in com.jivesoftware.forum.database
Wraps an items going into the Short-term query cache and includes the ID of the cluster member that put the value into cache.
DbStatusLevelManager.LeaderQueryCache.ValueWrapper(Object) - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
 
DbStatusLevelManager.LeaderQueryCache.ValueWrapper() - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
Constructor for internal use only.
DbStatusLevelManager.LeaderQueryCacheKey - Class in com.jivesoftware.forum.database
Class to be used as a key for the LeaderQueryCache
DbStatusLevelManager.LeaderQueryCacheKey() - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
DbStatusLevelManager.LeaderQueryCacheKey(int, long, int, int) - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
DbStatusLevelManager.LeaderQueryCacheUpdateTask - Class in com.jivesoftware.forum.database
 
DbStatusLevelManager.LeaderQueryCacheUpdateTask(DbStatusLevelManager.LeaderQueryCache.Entry) - Constructor for class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheUpdateTask
This thread has to take the map entry because it needs to place the update flag to false after it puts the value in the cache.
DbTagManager - Class in com.jivesoftware.forum.database
Database backed implementation of TagManager.
DbTreeWalker - Class in com.jivesoftware.forum.database
Database implementation of the TreeWalker interface.
DbTreeWalker(DbForumThread) - Constructor for class com.jivesoftware.forum.database.DbTreeWalker
Creates a new TreeWalker instance.
DbTreeWalker() - Constructor for class com.jivesoftware.forum.database.DbTreeWalker
Constructor for internal use only.
DbUser - Class in com.jivesoftware.base.database
Database implementation of the User interface.
DbUser(String, String, String) - Constructor for class com.jivesoftware.base.database.DbUser
Create a new DbUser with all required fields.
DbUser(String, String, String, String, boolean, boolean, Map) - Constructor for class com.jivesoftware.base.database.DbUser
Create a new DbUser with all required AND optional fields.
DbUser(long, String, String, String, String, boolean, boolean, Map) - Constructor for class com.jivesoftware.base.database.DbUser
Create a new DbUser with all required AND optional fields.
DbUser(long) - Constructor for class com.jivesoftware.base.database.DbUser
Load a DbUser object specified by userID.
DbUser(String) - Constructor for class com.jivesoftware.base.database.DbUser
Load a DbUser object specified by username.
DbUser() - Constructor for class com.jivesoftware.base.database.DbUser
Constructor for internal user only.
DbUserManager - Class in com.jivesoftware.base.database
Database implementation of the UserManager interface.
DbUserManager() - Constructor for class com.jivesoftware.base.database.DbUserManager
 
DbWatch - Class in com.jivesoftware.forum.database
Database implementation of the Watch interface.
DbWatch(long, int, long, int, boolean) - Constructor for class com.jivesoftware.forum.database.DbWatch
 
DbWatch() - Constructor for class com.jivesoftware.forum.database.DbWatch
Constructor for internal use only.
DbWatchManager - Class in com.jivesoftware.forum.database
Database implementation of the WatchManager interface.
DbWatchManager() - Constructor for class com.jivesoftware.forum.database.DbWatchManager
Creates a new DbWatchManager.
debug(String) - Static method in class com.jivesoftware.base.Log
 
debug(Throwable) - Static method in class com.jivesoftware.base.Log
 
debug(String, Throwable) - Static method in class com.jivesoftware.base.Log
 
DEBUG_EVENT - Static variable in class com.jivesoftware.base.event.LogEvent
Event type for whenever a debug log event occurs.
DebugEventListener - Class in com.jivesoftware.forum.event
Logs all events in the system to the debug log.
DebugEventListener() - Constructor for class com.jivesoftware.forum.event.DebugEventListener
 
DECIMAL - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a decimal type.
DECIMAL_PRECISION - Static variable in class com.jivesoftware.profiles.search.LexicographicalUtils
the precision in which to convert decimal values
DecimalFormatter - Class in com.jivesoftware.base.stats.util
 
DecimalFormatter() - Constructor for class com.jivesoftware.base.stats.util.DecimalFormatter
 
DecimalValidator - Class in com.jivesoftware.profiles.validator
A validator which validates decimals.
DecimalValidator() - Constructor for class com.jivesoftware.profiles.validator.DecimalValidator
 
DecimalValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the regex field validator.
DecimalValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.DecimalValidatorBeanInfo
 
DECODE - Static variable in class com.jivesoftware.forum.nntp.spi.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(Class, String) - Static method in class com.jivesoftware.util.BeanUtils
Decodes a String into an object of the specified type.
DECODE - Static variable in class com.jivesoftware.webchat.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class com.jivesoftware.webchat.util.Base64
Very low-level access to decoding ASCII characters in

the form of a byte array.

decode(String) - Static method in class com.jivesoftware.webchat.util.Base64
Decodes data from Base64 notation, automatically

detecting gzip-compressed data and decompressing it.

decodeAlphaNumeric(String) - Static method in class com.jivesoftware.util.StringUtils
Decodes the alphanumeric string.
decodeBase64(String) - Static method in class com.jivesoftware.util.StringUtils
Decodes a base64 String.
decodeBase64(byte[]) - Static method in class com.jivesoftware.util.StringUtils
Decodes a BASE64 encoded byte array.
decodeBase64(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Decodes a base64 String.
decodeBase64(byte[]) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Decodes a base64 aray of bytes.
decodeHex(String) - Static method in class com.jivesoftware.util.StringUtils
Turns a hex encoded string into a byte array.
decodeHex(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Turns a hex encoded string into a byte array.
decodeToObject(String) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String) - Static method in class com.jivesoftware.webchat.util.Base64
Attempts to decode Base64 data and deserialize a Java

Object within.

decorator - Variable in class com.jivesoftware.base.theme.ThemeDecorator
 
decrementServicesExecutions() - Static method in class com.jivesoftware.base.search.RemoteServicesManager
Decrements the number of current services been executed in this cluster service member.
decryptAuthInfo(String) - Static method in class com.jivesoftware.base.AuthFactory
Utility method that decrypts a String built by the encryptAuthInfo method containing a username and password.
decryptString(String) - Method in class com.jivesoftware.util.EncryptionUtil
Decrypt the string using the cipher that this class was initialized with.
DEFAULT - Static variable in class com.jivesoftware.base.action.ObjectRedirectAction
Return code for the default redirect action.
DEFAULT - Static variable in exception com.jivesoftware.forum.AvatarException
 
DEFAULT_ABUSE_THRESHOLD - Static variable in interface com.jivesoftware.forum.abuse.AbuseManager
 
DEFAULT_ATTACHMENT_DL_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_ATTACHMENT_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_CAPACITY - Static variable in class com.jivesoftware.util.LongHashMap
 
DEFAULT_CHARACTER_SET - Static variable in class com.jivesoftware.forum.gateway.GatewayUtil
 
DEFAULT_CORRECT_POINTS - Static variable in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
DEFAULT_DATE_FORMAT - Static variable in class com.jivesoftware.forum.action.rss.RSSAnnouncements
The default date format of MM/dd/yyyy -- for use in parameters.
DEFAULT_DATE_PATTERN - Static variable in class com.jivesoftware.base.action.util.DateUtils
 
DEFAULT_DATE_RANGE - Static variable in class com.jivesoftware.forum.action.SearchAction
 
DEFAULT_DATE_RANGE - Static variable in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
DEFAULT_ENCODING - Static variable in class com.jivesoftware.forum.database.DbDataExport
Default encoding used for the XML file.
DEFAULT_FILE_DATE_FORMAT - Static variable in class com.jivesoftware.forum.database.DbDataExport
Default format of the output file name.
DEFAULT_FILTER - Static variable in class com.jivesoftware.forum.database.DbQuestionManager
 
DEFAULT_FILTER_CLASSES - Static variable in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
DEFAULT_FILTER_RENDER_TYPES - Static variable in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
DEFAULT_FORUM_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_HEIGHT - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
DEFAULT_HELPFUL_POINTS - Static variable in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
DEFAULT_HISTORY_NUMBER - Static variable in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Jive Property Default value for number of objects to store
DEFAULT_INTERVAL - Static variable in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
DEFAULT_MAX_LOAD_FACTOR - Static variable in class com.jivesoftware.util.LongHashMap
 
DEFAULT_MESSAGE_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_MIN_LOAD_FACTOR - Static variable in class com.jivesoftware.util.LongHashMap
 
DEFAULT_MIN_PASSWORD_LENGTH - Static variable in class com.jivesoftware.profiles.action.CreateProfile
The minimum number of characters required in a password - 6 characters by default.
DEFAULT_NUM_ITEMS - Static variable in class com.jivesoftware.base.action.rss.RSSActionSupport
The default number of items to return.
DEFAULT_NUM_RESULTS - Static variable in class com.jivesoftware.forum.action.SearchAction
 
DEFAULT_PROFILE_USERID_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_PROFILE_USERNAME_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_QUOTE_MODE - Static variable in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
DEFAULT_RESOLVED_RANGE - Static variable in class com.jivesoftware.forum.action.MyQuestionsAction
 
DEFAULT_THREAD_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
DEFAULT_THREAD_MODE - Static variable in class com.jivesoftware.forum.action.ForumThreadAction
Default thread mode (flat).
DEFAULT_TIMER_ATTRIBUTE - Static variable in class com.jivesoftware.util.TimerFilter
The default attribute name of the timer object in the request.
DEFAULT_UNRESOLVED_RANGE - Static variable in class com.jivesoftware.forum.action.MyQuestionsAction
 
DEFAULT_WIDTH - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
DefaultBinSequence - Class in com.jivesoftware.base.stats.bin
DefaultBinSequence provides a getBin() function that wraps all incoming Elements in a SingleElementBin.
DefaultBinSequence() - Constructor for class com.jivesoftware.base.stats.bin.DefaultBinSequence
Creates new DefaultBinSequence
DefaultCache - Class in com.jivesoftware.util
Default, non-distributed implementation of the Cache interface.
DefaultCache(String, int, long) - Constructor for class com.jivesoftware.util.DefaultCache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
DefaultConnectionProvider - Class in com.jivesoftware.base.database
Default Jive connection provider, which uses an internal connection pool.
DefaultConnectionProvider() - Constructor for class com.jivesoftware.base.database.DefaultConnectionProvider
Creates a new DefaultConnectionProvider.
DefaultConnectionProviderBeanInfo - Class in com.jivesoftware.base.database
BeanInfo class for the DefaultConnectionProvider class.
DefaultConnectionProviderBeanInfo() - Constructor for class com.jivesoftware.base.database.DefaultConnectionProviderBeanInfo
 
DefaultElementFormat - Class in com.jivesoftware.base.stats.element
The generic ElementFormat object: uses the given element's toString() method to format an Element.
DefaultElementFormat() - Constructor for class com.jivesoftware.base.stats.element.DefaultElementFormat
 
DefaultGatewayManager - Class in com.jivesoftware.forum.gateway
Manages gateways for a forum, which synchronize the forum with external data sources such as an NNTP newsgroup or email account.
DefaultGatewayManager(ForumFactory) - Constructor for class com.jivesoftware.forum.gateway.DefaultGatewayManager
Creates a new GatewayManager.
DefaultIntegrationProvider - Class in com.jivesoftware.forum.mail.spi
Default implementation of EmailIntegrationProvider which can respond to watch notification email replies.
DefaultIntegrationProvider() - Constructor for class com.jivesoftware.forum.mail.spi.DefaultIntegrationProvider
 
defaultNumericalPrecision() - Static method in class com.jivesoftware.util.DoubleEqualityComparator
 
DefaultPermissionListener - Class in com.jivesoftware.forum.event
This is a stub class to use when testing locally.
DefaultPermissionListener() - Constructor for class com.jivesoftware.forum.event.DefaultPermissionListener
 
DefaultRegexCodeFormatter - Class in com.jivesoftware.forum.renderer.macro.code
 
DefaultRegexCodeFormatter(String, String) - Constructor for class com.jivesoftware.forum.renderer.macro.code.DefaultRegexCodeFormatter
 
DefaultSequenceProvider - Class in com.jivesoftware.base.database.sequence
Manages sequences of unique ID's that get stored in the database.
DefaultSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
DEFLATE_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
DELETE - Static variable in class com.jivesoftware.base.database.ProfiledConnection
Constant for DELETE database queries.
delete() - Method in class com.jivesoftware.base.database.sequence.MySQLSequence
 
delete() - Method in class com.jivesoftware.base.database.sequence.OracleSequence
 
delete(Connection) - Method in class com.jivesoftware.forum.database.DbAttachment
Deletes the attachment.
delete() - Method in class com.jivesoftware.util.SpellSession
Deletes the word returned by getWord().
delete() - Method in class com.jivesoftware.webchat.utils.SpellSession
Deletes the word returned by getWord().
DELETE_ALL - Static variable in class com.jivesoftware.forum.action.DeleteAction
 
DELETE_OLD_ENTRIES - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
DELETE_OLD_MESSAGES_IN_FORUM - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
DELETE_OLD_OBJECT_IN_FORUM - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
DELETE_OLD_THREADS_IN_FORUM - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
DELETE_SINGLE - Static variable in class com.jivesoftware.forum.action.DeleteAction
 
DELETE_THREADS - Static variable in interface com.jivesoftware.forum.ArchiveManager
An archive mode that specifies that threads should be deleted.
deleteAcceptPort(AcceptPort) - Method in class com.jivesoftware.forum.net.AcceptManager
Removes the given accept port relying on the underlying port to properly clean up it's own resources, running threads, and delete any relevant configuration properties.
DeleteAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for deleting content.
DeleteAction() - Constructor for class com.jivesoftware.forum.action.DeleteAction
 
deleteAnnouncement(Announcement) - Method in interface com.jivesoftware.forum.AnnouncementManager
Deletes an announcement.
deleteAnnouncement(Announcement) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
deleteAnnouncement(Announcement) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
deleteAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Deletes an announcement.
deleteAnnouncement(long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
deleteAttachment(Attachment) - Method in interface com.jivesoftware.forum.Announcement
Deletes an attachment that belongs to the announcement.
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
deleteAttachment(Attachment) - Method in interface com.jivesoftware.forum.ForumMessage
Deletes an attachment that belongs to this message.
deleteAttachment(Attachment) - Method in interface com.jivesoftware.forum.PrivateMessage
Deletes an attachment that belongs to this private message.
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
deleteAttachment(Attachment) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
deleteAvatar(Avatar) - Method in interface com.jivesoftware.forum.AvatarManager
Deletes an avatar from the system.
deleteAvatar(Avatar) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
deleteAvatar(Avatar) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
deleteCategory(ForumCategory) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
deleteCategory(ForumCategory) - Method in interface com.jivesoftware.forum.ForumCategory
Deletes a sub-category.
deleteCategory(ForumCategory) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
deleteCategory(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Used to delete the specified category
deleteCategory(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
deleteCookie(HttpServletRequest, HttpServletResponse, Cookie) - Static method in class com.jivesoftware.util.CookieUtils
Deletes the specified cookie.
deleteCronTask(CronTask) - Method in class com.jivesoftware.util.CronTaskManager
Persist the CronTask configuration.
deleteCustomEmailTemplate(String, Locale) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Deletes a customized template
deleteCustomWord(String) - Static method in class com.jivesoftware.util.SpellChecker
Deletes a word from the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
deleteCustomWord(String, String) - Static method in class com.jivesoftware.util.SpellChecker
Deletes a word from the custom dictionary.
deleteCustomWord(String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Deletes a word from the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
deleteCustomWord(String, String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Deletes a word from the custom dictionary.
deleteDraft(int, int, long, HttpServletRequest) - Method in class com.jivesoftware.forum.action.DraftAction
 
deleteDraft(Draft) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
deleteDraft(Draft) - Method in interface com.jivesoftware.forum.DraftManager
Delete an existing draft.
deleteDraft(Draft) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
deleteExpiredEntries() - Method in class com.jivesoftware.forum.webservices.Cache
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteExpiredEntries() - Method in class com.jivesoftware.util.DefaultCache
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteExpiredEntries() - Method in class com.jivesoftware.util.LRUCache
Clears all entries out of cache where the entries are older than the maximum defined age.
deleteFolder(PrivateMessageFolder) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
deleteFolder(PrivateMessageFolder) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Deletes a folder.
deleteFolder(PrivateMessageFolder) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
deleteFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Deletes a folder.
deleteFolder(long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Delete the specified folder id for a user.
deleteForum(Forum) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
deleteForum(Forum, boolean) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
deleteForum(Forum) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
deleteForum(Forum) - Method in interface com.jivesoftware.forum.ForumCategory
Deletes a forum and all of its content.
deleteForum(Forum) - Method in class com.jivesoftware.forum.ForumFactory
Deprecated. the ForumCategory.deleteForum(Forum) method should now be used instead of this method.
deleteForum(Forum) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
deleteForum(Forum) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
deleteForum(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Used to delete a forum by its ID.
deleteForum(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
deleteFromDb() - Method in class com.jivesoftware.base.database.DbPoll
 
deleteFromDb(Connection) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
deleteFromDb() - Method in class com.jivesoftware.forum.database.DbWatch
 
deleteFromDb(Connection) - Method in class com.jivesoftware.forum.database.DbWatch
 
deleteGroup(Group) - Method in class com.jivesoftware.base.database.DbGroupManager
 
deleteGroup(Group) - Method in interface com.jivesoftware.base.GroupManager
Deletes a group from the system.
deleteGroup(Group) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
deleteGroup(Group) - Method in class com.jivesoftware.base.GroupManagerProxy
 
deleteGroup(Group) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
deleteGroup(Group) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
deleteGroup(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Delete the group with the specified id.
deleteGroup(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
deleteJiveProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Deletes a Jive property.
deleteLocalizedJiveProperty(String, Locale) - Static method in class com.jivesoftware.base.JiveGlobals
Deletes a localized Jive property.
deleteLocalProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Deletes a local property.
deleteMessage(ForumMessage) - Method in class com.jivesoftware.forum.database.DbForumThread
 
deleteMessage(ForumMessage, boolean) - Method in class com.jivesoftware.forum.database.DbForumThread
 
deleteMessage(DbForumMessage, Connection, boolean) - Method in class com.jivesoftware.forum.database.DbForumThread
Delete message method that accepts a Connection as argument -- useful for transactions.
deleteMessage(PrivateMessage) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
deleteMessage(ForumMessage) - Method in interface com.jivesoftware.forum.ForumThread
Deletes a message in this thread.
deleteMessage(ForumMessage, boolean) - Method in interface com.jivesoftware.forum.ForumThread
Deletes a message in this thread, optionally recusively deleting child messages.
deleteMessage(PrivateMessage) - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Deletes a private message from the folder by moving it to the trash folder.
deleteMessage(ForumMessage) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
deleteMessage(ForumMessage, boolean) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
deleteMessage(PrivateMessage) - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
deleteMessage(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Delete the message with the following id.
deleteMessage(long, long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Deletes a private message from the folder by moving it to the trash folder.
deleteMessage(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
deleteMessage(long, long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
 
deleteMessageAndChildren(long, boolean) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Delete the message with the specified id.
deleteMessageAndChildren(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
deleteMessagesFromIndex(long[], IndexReader) - Method in class com.jivesoftware.forum.database.DbSearchManager
Deletes a message from the index.
deleteNamedSequence(String) - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
 
deleteOption(int) - Method in class com.jivesoftware.base.database.DbPoll
 
deleteOption(int) - Method in interface com.jivesoftware.base.Poll
Remove an option from the poll.
deleteOption(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
deletePlugin(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Removes a plugin from the system.
deletePoll(Poll) - Method in class com.jivesoftware.base.database.DbPollManager
 
deletePoll(Poll) - Method in interface com.jivesoftware.base.PollManager
Deletes a poll.
deletePoll(Poll) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
deletePolls(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
DeletePrivateMessageAction - Class in com.jivesoftware.forum.action
 
DeletePrivateMessageAction() - Constructor for class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
deleteProfileByID(long) - Method in interface com.jivesoftware.profiles.ProfileManager
Removes all user profile data associated with a particular profile field.
deleteProfileByID(long) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
deleteProfileByUserID(long) - Method in interface com.jivesoftware.profiles.ProfileManager
Removes all user profile data associated with a particular user.
deleteProfileByUserID(long) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
deleteProfileField(long) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Removes a profile field from the system.
deleteProfileField(long) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
DeleteProfileFields - Class in com.jivesoftware.profiles.action.admin
 
DeleteProfileFields() - Constructor for class com.jivesoftware.profiles.action.admin.DeleteProfileFields
 
deleteProperty(String) - Method in class com.jivesoftware.base.database.DbGroup
 
deleteProperty(String) - Method in class com.jivesoftware.base.database.DbUser
 
deleteProperty(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
deleteProperty(String) - Method in interface com.jivesoftware.base.Group
Deletes an extended property.
deleteProperty(String) - Method in class com.jivesoftware.base.GroupAdapter
 
deleteProperty(String) - Method in class com.jivesoftware.base.GroupProxy
 
deleteProperty(String) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
deleteProperty(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
deleteProperty(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
deleteProperty(String) - Method in class com.jivesoftware.base.MockGroup
 
deleteProperty(String) - Method in class com.jivesoftware.base.MockUser
 
deleteProperty(String) - Method in interface com.jivesoftware.base.User
Deletes an extended property.
deleteProperty(String) - Method in class com.jivesoftware.base.UserProxy
 
deleteProperty(String) - Method in interface com.jivesoftware.forum.Announcement
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.Attachment
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.Avatar
Deletes an extended property.
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbAttachment
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbAvatar
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbForum
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbForumThread
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbQuestion
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
deleteProperty(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
deleteProperty(String) - Method in interface com.jivesoftware.forum.Forum
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.ForumCategory
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.ForumMessage
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.ForumThread
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Deletes an extended property.
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.QuestionProxy
 
deleteProperty(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
deleteProperty(String) - Method in interface com.jivesoftware.forum.Question
Deletes an extended property.
deleteProperty(String) - Method in interface com.jivesoftware.forum.StatusLevel
Deletes an extended property.
deleteProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Delete a property with the given name from the category with the given id.
deleteProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Delete a property with the given name from the message with the given ID.
deleteProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Delete a property with the given name from the forum with the given forum ID.
deleteProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Delete a property with the given name from the thread with the given ID.
deleteProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Deletes an extended property from the specfied group.
deleteProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
deleteProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
deleteProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
deleteProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
deleteProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
deleteProperty(String) - Method in class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 
deleteProperty(String) - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Deletes a Jive System Property.
deleteQuestion(Question) - Method in class com.jivesoftware.forum.database.DbQuestionManager
 
deleteQuestion(Question) - Method in class com.jivesoftware.forum.proxy.QuestionManagerProxy
 
deleteQuestion(Question) - Method in interface com.jivesoftware.forum.QuestionManager
Deletes an existing question.
deleteSettings(User) - Method in class com.jivesoftware.forum.proxy.WatchSettingsManagerProxy
 
deleteSettings(long) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
deleteSettings(long) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
deleteSettings(User) - Method in interface com.jivesoftware.forum.watches.WatchSettingsManager
Delete the watch settings for a user
deleteSettings(User) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
deleteStatusLevel(StatusLevel) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
deleteStatusLevel(StatusLevel) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
deleteStatusLevel(StatusLevel) - Method in interface com.jivesoftware.forum.StatusLevelManager
Deletes a statusLevel level from the system
deleteThemeMap(ThemeMap) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
deleteThemeMap(ThemeMap) - Method in interface com.jivesoftware.base.theme.ThemeManager
Removes a theme mapping from the system.
deleteThread(ForumThread) - Method in class com.jivesoftware.forum.database.DbForum
 
deleteThread(ForumThread) - Method in interface com.jivesoftware.forum.Forum
Deletes a thread and all of its messages.
deleteThread(ForumThread) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
deleteThread(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Deletes a thread with the specified ID.
deleteThread(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
deleteThreadWatches(long) - Method in class com.jivesoftware.forum.database.DbWatchManager
Deletes all thread watches in a specific forum.
deleteUser(User) - Method in class com.jivesoftware.base.database.DbUserManager
 
deleteUser(User) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
deleteUser(User) - Method in interface com.jivesoftware.base.UserManager
Deletes a user.
deleteUser(User) - Method in class com.jivesoftware.base.UserManagerAdapter
 
deleteUser(User) - Method in class com.jivesoftware.base.UserManagerProxy
 
deleteUser(long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Delete the user with the specified id.
deleteUser(long) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
deleteUserProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Delete an extended property from a user.
deleteUserProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
deleteUsersFromIndex(long[], IndexReader) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
Deletes users(s) from the index.
deleteWatch(Watch) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
deleteWatch(Watch) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
deleteWatch(Watch) - Method in interface com.jivesoftware.forum.WatchManager
Delete the specified watch.
deleteWatch(Watch) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
deleteWatch(Watch) - Method in interface com.jivesoftware.forum.webservices.WatchService
Delete the specified watch.
deleteWatches(int, long) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
deleteWatches(User) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
deleteWatches(User) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
deleteWatches(User) - Method in interface com.jivesoftware.forum.WatchManager
Deletes all watches that a user has.
deleteWatches(long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
deleteWatches(long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Deletes all watches that a user has.
deliveredNotification(String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
MessageEventNotificationListener implementation
demoteBatchWatches() - Method in class com.jivesoftware.forum.database.DbWatchManager
 
DERBY - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
DerbyEmbeddedConnectionProvider - Class in com.jivesoftware.base.database
A connection provider for the embedded derby database.
DerbyEmbeddedConnectionProvider() - Constructor for class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
DESCENDING - Static variable in class com.jivesoftware.base.ban.BanFilter
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in interface com.jivesoftware.forum.Query
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in class com.jivesoftware.forum.QuestionFilter
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in class com.jivesoftware.forum.ResultFilter
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in class com.jivesoftware.forum.webservices.Query
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in class com.jivesoftware.forum.webservices.ResultFilter
Descending sort (ie 3, 2, 1...).
description - Variable in class com.jivesoftware.base.stats.AbstractReport
 
destroy() - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
 
destroy() - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Does nothing in this implementation.
destroy() - Method in class com.jivesoftware.base.action.interceptor.FlashInterceptor
 
destroy() - Method in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
destroy() - Method in class com.jivesoftware.base.action.interceptor.JiveObjectLoaderInterceptor
Does nothing in this implementation.
destroy() - Method in class com.jivesoftware.base.database.ConnectionPool
 
destroy() - Method in interface com.jivesoftware.base.database.ConnectionProvider
Tells the connection provider to destroy itself.
destroy() - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
destroy() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
destroy() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
destroy() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
destroy() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
destroy() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
destroy() - Method in class com.jivesoftware.base.EmailManager
 
destroy() - Method in class com.jivesoftware.base.GroupManagerFactory
 
destroy() - Method in interface com.jivesoftware.base.JiveManager
Notifies the manager to release any resources that may be holding on too.
destroy() - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Destroys this class loader.
destroy() - Method in class com.jivesoftware.base.plugin.PluginFilter
 
destroy() - Method in class com.jivesoftware.base.plugin.PluginManager
Shuts down all running plugins.
destroy() - Method in class com.jivesoftware.base.PollManagerFactory
 
destroy() - Method in class com.jivesoftware.base.PresenceFilter
 
destroy() - Method in class com.jivesoftware.base.stats.BytesSentFilter
Does nothing.
destroy() - Method in class com.jivesoftware.base.stats.ReadStatsFilter
Does nothing.
destroy() - Method in class com.jivesoftware.base.UserManagerFactory
 
destroy() - Method in class com.jivesoftware.base.util.ApplicationInitializedFilter
 
destroy() - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Removes all template content
destroy() - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
destroy() - Method in class com.jivesoftware.base.util.JiveMaxAgeFilter
 
destroy() - Method in class com.jivesoftware.forum.action.AdminLocaleInterceptor
 
destroy() - Method in class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
destroy() - Method in class com.jivesoftware.forum.action.ForumFilterInterceptor
Does nothing.
destroy() - Method in class com.jivesoftware.forum.action.ForumsInterceptor
 
destroy() - Method in class com.jivesoftware.forum.action.JiveExceptionInterceptor
Does nothing.
destroy() - Method in class com.jivesoftware.forum.action.LocaleInterceptor
 
destroy() - Method in class com.jivesoftware.forum.AvatarManagerFactory
 
destroy() - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbDraftManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Called during application shutdown.
destroy() - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbQuestionManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbReadTracker
 
destroy() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbTagManager
 
destroy() - Method in class com.jivesoftware.forum.database.DbWatchManager
 
destroy() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Attempts to shutdown all threads associated with this class
destroy() - Method in class com.jivesoftware.forum.net.AcceptManager
 
destroy() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
destroy() - Method in class com.jivesoftware.forum.nntp.NNTPServer
 
destroy() - Method in class com.jivesoftware.forum.nntp.SessionManager
 
destroy() - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
destroy() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
destroy() - Method in class com.jivesoftware.forum.StatusLevelManagerFactory
 
destroy() - Method in class com.jivesoftware.forum.TagManagerFactory
 
destroy() - Method in class com.jivesoftware.forum.upgrade.UpgradeFilter
 
destroy() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
 
destroy() - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
destroy() - Method in class com.jivesoftware.profiles.interceptor.ProfileAwareInterceptor
 
destroy() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
destroy() - Method in class com.jivesoftware.util.CronTaskManager
 
destroy() - Static method in class com.jivesoftware.util.DbJiveProperties
Used by JiveGlobals to reset the state of the DbJiveProperty objects
destroy() - Method in class com.jivesoftware.util.JiveServletFilter
 
destroy() - Method in class com.jivesoftware.util.TimerFilter
Does nothing.
destroy() - Method in class com.jivesoftware.webchat.ErrorCatchingFilter
Does nothing.
destroy() - Method in class com.jivesoftware.webchat.filter.SetCharacterEncodingFilter
 
destroyAllSessions() - Method in class com.jivesoftware.webchat.user.UserSession
Removes all Chat Sessions from map.
destroyPlugin() - Method in interface com.jivesoftware.base.plugin.Plugin
Destroys the plugin.
detectUuencodedStart(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Locates the start of a uuencoded section.
determineTheme(ActionContext, HttpServletRequest) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
determineTheme(ActionContext, HttpServletRequest) - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns the Theme corresponding to the given parameters, or null if no theme meets the criteria.
determineTheme(ActionContext, HttpServletRequest) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
DEVELOPER - Static variable in class com.jivesoftware.webchat.License.LicenseType
Type representing an evaluation license.
DIGEST_BODY - Static variable in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
DIGEST_SUBJECT - Static variable in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
DirectoryClassLoader - Class in com.jivesoftware.util.classloader
 
DirectoryClassLoader(List, ClassLoader) - Constructor for class com.jivesoftware.util.classloader.DirectoryClassLoader
 
DISABLED - Static variable in class com.jivesoftware.base.action.JiveActionSupport
An action return type that indicates the requested resource is disabled
DISABLED - Static variable in class com.jivesoftware.base.action.rss.RSSActionSupport
Valid return code for the RSSActionSupport.execute() method - indicates that RSS feeds are disabled.
DISABLED - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
disablePostgresTablescan(Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Disables table scanning in Postgres for the connection.
disallowedTypes() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns an Iterator for the list of explicitly disallowed types.
disallowedTypes() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
disallowedTypes() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
disallowedTypes() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns an Iterator for the list of explicitly disallowed types.
disallowedTypes() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
dispatchEvent(GroupEvent) - Method in class com.jivesoftware.base.event.GroupEventDispatcher
 
dispatchEvent(JivePropertyEvent) - Method in class com.jivesoftware.base.event.JivePropertyEventDispatcher
Dispatches a new JivePropertyEvent to all of the JivePropertyListener listeners that are registered with this event dispatcher.
dispatchEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogEventDispatcher
 
dispatchEvent(PollEvent) - Method in class com.jivesoftware.base.event.PollEventDispatcher
Dispatches an event to all listeners.
dispatchEvent(UserEvent) - Method in class com.jivesoftware.base.event.UserEventDispatcher
 
dispatchEvent(JiveEvent) - Static method in class com.jivesoftware.base.GroupManagerFactory
Method used internally by Jive.
dispatchEvent(JiveEvent) - Static method in class com.jivesoftware.base.UserManagerFactory
Method used internally by Jive.
dispatchEvent(AnnouncementEvent) - Method in class com.jivesoftware.forum.event.AnnouncementEventDispatcher
 
dispatchEvent(CategoryEvent) - Method in class com.jivesoftware.forum.event.CategoryEventDispatcher
 
dispatchEvent(ForumEvent) - Method in class com.jivesoftware.forum.event.ForumEventDispatcher
 
dispatchEvent(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageEventDispatcher
 
dispatchEvent(PermissionEvent) - Method in class com.jivesoftware.forum.event.PermissionEventDispatcher
 
dispatchEvent(PrivateMessageEvent) - Method in class com.jivesoftware.forum.event.PrivateMessageEventDispatcher
 
dispatchEvent(QuestionEvent) - Method in class com.jivesoftware.forum.event.QuestionEventDispatcher
 
dispatchEvent(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexEventDispatcher
 
dispatchEvent(TagEvent) - Method in class com.jivesoftware.forum.event.TagEventDispatcher
 
dispatchEvent(JiveEvent) - Method in class com.jivesoftware.forum.event.ThreadEventDispatcher
 
dispatchEvent(ProfileEvent) - Method in class com.jivesoftware.profiles.ProfileEventDispatcher
 
dispatchEvent(ProfileSearchIndexEvent) - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEventDispatcher
 
displayedNotification(String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
displayName - Variable in class com.jivesoftware.base.stats.AbstractReport
 
distinct - Variable in class com.jivesoftware.util.LongHashMap
 
doAdd() - Method in class com.jivesoftware.forum.action.WatchesAction
 
doAfterBody() - Method in class com.jivesoftware.base.tags.CacheTag
Always returns SKIP_BODY.
doCancel() - Method in class com.jivesoftware.base.action.LoginAction
Deprecated.  
doCancel() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
doCancel() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
doClusterTask(String, ServiceInvocation) - Static method in class com.jivesoftware.base.search.SearchServiceManager
Executes the requested task in all servers that are providing the specified service.
doClusterTask(Invocable) - Static method in class com.jivesoftware.util.CacheFactory
Invokes a task on other cluster members in an asynchronous fashion.
doClusterTask(Invocable, InvocationObserver) - Static method in class com.jivesoftware.util.CacheFactory
Invokes a task on other cluster members in an asynchronous fashion.
doClusterTask(Invocable, InvocationObserver, boolean) - Static method in class com.jivesoftware.util.CacheFactory
Invokes a task on other cluster members in an asynchronous fashion.
doContinue() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
doDefault() - Method in class com.jivesoftware.base.action.LoginAction
 
doDefault() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
doDefault() - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
doDefault() - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
doDefault() - Method in class com.jivesoftware.forum.action.AnnounceDeleteAction
Returns Action.INPUT always.
doDefault() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
doDefault() - Method in class com.jivesoftware.forum.action.AnnounceExpireAction
Returns Action.INPUT always.
doDefault() - Method in class com.jivesoftware.forum.action.AttachAction
 
doDefault() - Method in class com.jivesoftware.forum.action.BranchAction
 
doDefault() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
Returns Action.INPUT.
doDefault() - Method in class com.jivesoftware.forum.action.DeleteAction
 
doDefault() - Method in class com.jivesoftware.forum.action.EditAction
 
doDefault() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
doDefault() - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
WW default command.
doDefault() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
Sets current guest preferences in all the fields.
doDefault() - Method in class com.jivesoftware.forum.action.LockThreadAction
 
doDefault() - Method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
doDefault() - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
doDefault() - Method in class com.jivesoftware.forum.action.OldEditAction
 
doDefault() - Method in class com.jivesoftware.forum.action.OldPostAction
Loads specified Jive objects (the forum, parent message, etc) and checks that the user has posting permission in this forum.
doDefault() - Method in class com.jivesoftware.forum.action.OldPostQuestionAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PollAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PollDeleteAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PollEditAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PollExpireAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PollPostAction
Loads environment to create a poll.
doDefault() - Method in class com.jivesoftware.forum.action.PollVoteAction
Returns Action.INPUT always.
doDefault() - Method in class com.jivesoftware.forum.action.PostAction
Loads specified Jive objects (the forum, parent message, etc) and checks that the user has posting permission in this forum.
doDefault() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Loads environment to create a announcement.
doDefault() - Method in class com.jivesoftware.forum.action.PostQuestionAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
doDefault() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
doDefault() - Method in class com.jivesoftware.forum.action.QuestionAction
 
doDefault() - Method in class com.jivesoftware.forum.action.QuestionResolutionAction
 
doDefault() - Method in class com.jivesoftware.forum.action.RateMessageAction
 
doDefault() - Method in class com.jivesoftware.forum.action.ResetPassword
 
doDefault() - Method in class com.jivesoftware.forum.action.RewardsAction
 
doDefault() - Method in class com.jivesoftware.forum.action.RosterAction
 
doDefault() - Method in class com.jivesoftware.forum.action.SearchAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.CustomUserSystemSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.LdapUserSystemSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
doDefault() - Method in class com.jivesoftware.forum.action.SpellAction
 
doDefault() - Method in class com.jivesoftware.forum.action.UnlockThreadAction
 
doDefault() - Method in class com.jivesoftware.forum.action.UserSettingsAction
Sets current user preferences in all the fields.
doDefault() - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
doDefaultExecute(String, ActionInvocation) - Method in class com.jivesoftware.base.util.webwork.ServletDispatcherResult
Dispatches to the given location.
doDelete() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
doDelete() - Method in class com.jivesoftware.forum.action.AttachAction
 
doDeleteAvatars() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
doDestroy() - Static method in class com.jivesoftware.base.UserManagerFactory
Method used internally by Jive.
doEndTag() - Method in class com.jivesoftware.base.admin.TaskTag
 
doEndTag() - Method in class com.jivesoftware.base.tags.ArgTag
 
doEndTag() - Method in class com.jivesoftware.base.tags.CacheTag
Get the body content and store it in the cache (if it exists) and also write out the content.
doEndTag() - Method in class com.jivesoftware.base.tags.I18nTag
Handles the actual work of getting and returning a localized string given the parameters and arguments passed in.
doEndTag() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Looks up the specified Jive property and writes it out.
doesTableExist(String) - Method in class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
Return true if the specified table exists, false otherwise.
doExecute(String, ActionInvocation) - Method in class com.jivesoftware.base.action.util.Flash
 
doExecute(String, ActionInvocation) - Method in class com.jivesoftware.base.util.webwork.FreemarkerResult
 
doExecute(String, ActionInvocation) - Method in class com.jivesoftware.base.util.webwork.ServletDispatcherResult
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.action.JiveAdminActionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.plugin.PluginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.PresenceFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.stats.BytesSentFilter
Wraps the HTTP response object with a class to measure the bytes sent back to the user.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.stats.ReadStatsFilter
Checks the session for the existence of a ReadStatSession object.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.theme.ThemeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.ApplicationInitializedFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.JiveCacheFilter
Tests for requests by anonymous users and passes them up to the superclass to be served from the page cache.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.JiveMaxAgeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.MaintenanceFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.base.util.webwork.JiveActionContextCleanUp
 
doFilter(String) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.forum.upgrade.UpgradeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.util.JiveServletFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.util.SetCharacterEncodingFilter
Sets the character encoding to be used for any content passing out of this filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.util.SetRequestCharacterEncodingFilter
Sets the character encoding to be used for any content passing out of this filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.util.SetResponseCharacterEncodingFilter
Sets the character encoding to be used for any content passing out of this filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.util.TimerFilter
Creates a Timer object, puts it in the request as an attribute then times the doFilter(..) call.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.webchat.ErrorCatchingFilter
Wraps all calls to the filter chain with a try/catch.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.jivesoftware.webchat.filter.SetCharacterEncodingFilter
Sets the character encoding to be used for any content passing out of this filter.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.action.util.ResourceLoaderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.registration.ImageConfirmationServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.theme.ThemeServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereServlet
Process the incoming request and return javascript that will create the requested html content directly on the client's page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.stats.ReportViewerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.webchat.servlets.ImageServlet
 
doInitialize() - Static method in class com.jivesoftware.base.GroupManagerFactory
 
doInitialize() - Static method in class com.jivesoftware.base.PollManagerFactory
 
doInitialize() - Static method in class com.jivesoftware.base.UserManagerFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.AvatarManagerFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.proxy.ForumRenderManagerProxyFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.proxy.RenderManagerProxyFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.renderer.RendererFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.StatusLevelManagerFactory
 
doInitialize() - Static method in class com.jivesoftware.forum.TagManagerFactory
 
doInput() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
doInput() - Method in class com.jivesoftware.base.action.LogoutAction
Used as a redirect after execute is called.
doInput() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
doInput() - Method in class com.jivesoftware.forum.action.FilterSettings
 
doInput() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAction
 
doInput() - Method in class com.jivesoftware.forum.action.UserPicker
 
doInput() - Method in class com.jivesoftware.forum.action.UserSearch
 
doInput() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
doInput() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
doInput() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
doInput() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
doInput() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
doInput() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
doInput() - Method in class com.jivesoftware.profiles.action.EditProfile
 
doInput() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
doInput() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
doManual() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
done() - Method in interface com.jivesoftware.base.action.multipart.OutputStreamListener
Called when reading from the output stream is completed.
done() - Method in class com.jivesoftware.base.action.multipart.UploadListener
 
DONE - Static variable in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
DONT_BREAK_LINES - Static variable in class com.jivesoftware.forum.nntp.spi.Base64
Don't break lines when encoding (violates strict Base64 specification)
DONT_BREAK_LINES - Static variable in class com.jivesoftware.webchat.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.action.util.ResourceLoaderServlet
Not implemented, returns @{link HttpServletResponse#SC_METHOD_NOT_ALLOWED}
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.registration.ImageConfirmationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.theme.ThemeServlet
 
doPost() - Method in class com.jivesoftware.forum.action.OldPostAction
This command allows users to post directly from another page.
doPost() - Method in class com.jivesoftware.forum.action.PostAction
This command allows users to post directly from another page.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.stats.ReportViewerServlet
 
doRandomMemberClusterTask(Invocable, InvocationObserver, boolean) - Static method in class com.jivesoftware.util.CacheFactory
Invokes a task on a random member of the cluster in an asynchronous fashion.
doRemove() - Method in class com.jivesoftware.forum.action.WatchesAction
 
doRemoveAttach() - Method in class com.jivesoftware.forum.action.OldPostAction
 
doRename() - Method in class com.jivesoftware.forum.action.AttachAction
Webwork command to rename an attachment.
doReply() - Method in class com.jivesoftware.forum.action.OldPostAction
This command is for designating that this message should be treated as reply.
doReply() - Method in class com.jivesoftware.forum.action.PostAction
This command is for designating that this message should be treated as reply.
doRestart() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
doRestart() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
doRun() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
doRun() - Method in class com.jivesoftware.forum.database.DbDataExport
Writes out XML data from the Jive Forums system.
doRun() - Method in class com.jivesoftware.forum.database.DbDataImport
 
doRun() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
doRun() - Method in class com.jivesoftware.forum.stats.QuickStats.QuickStatsGenerator
 
doRun() - Method in class com.jivesoftware.forum.util.AttachmentUpgradeTask
Scans the attachment directory for .bin files.
doRun() - Method in class com.jivesoftware.util.AbstractPollableRunnable
Executes the logic of the task.
doSkip() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
doStart() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
doStartTag() - Method in class com.jivesoftware.base.tags.ArgTag
 
doStartTag() - Method in class com.jivesoftware.base.tags.CacheTag
If the value of the id is found in the cache, write it out and return SKIP_BODY.
doStartTag() - Method in class com.jivesoftware.base.tags.I18nTag
Always returns Tag.EVAL_BODY_BUFFERED.
doStartTag() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Evalutes the if, name and assumedTrue attributes.
doStatus() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
doSynchronousClusterTask(Invocable, boolean) - Static method in class com.jivesoftware.util.CacheFactory
Invokes a task on other cluster members synchronously and returns the result as a Map (method will not return until the task has been executed on each cluster member).
DOT_TERMINATOR - Static variable in interface com.jivesoftware.forum.nntp.NNTPResponse
NNTP multi-line dot terminator.
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.Version410
 
doTask() - Method in interface com.jivesoftware.forum.upgrade.UpgradeTask
Executes the upgrade task
doTask() - Method in class com.jivesoftware.util.CancellableRunnable
 
doTestError() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
doTestWarn() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
DotIterator - Class in com.jivesoftware.forum.nntp.spi
Iterator that continues until the underlying iterator runs out or a message terminating dot is seen.
DotIterator(Iterator) - Constructor for class com.jivesoftware.forum.nntp.spi.DotIterator
Create an iterator that wraps the given one.
DOUBLED_WORD - Static variable in class com.jivesoftware.util.SpellSession
The current word was repeated (doubled).
DOUBLED_WORD - Static variable in class com.jivesoftware.webchat.utils.SpellSession
The current word was repeated (doubled).
DoubleEqualityComparator - Class in com.jivesoftware.util
This class determines the parameters of the floating point representation and provides methods for comparing the equality of floating point numbers.
doubleToString(double) - Static method in class com.jivesoftware.profiles.search.LexicographicalUtils
 
doUnmark() - Method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
doUpload() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
doWithRedirect() - Method in class com.jivesoftware.base.action.LoginAction
Webwork command that sets the success and cancel urls to be the referer and then calls the default command.
DRAFT - Static variable in class com.jivesoftware.base.JiveConstants
 
DRAFT - Static variable in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
Draft - Interface in com.jivesoftware.forum
 
DraftAction - Class in com.jivesoftware.forum.action
Action that works in conjunction with DWR to save and retrieve drafts.
DraftAction() - Constructor for class com.jivesoftware.forum.action.DraftAction
 
DraftImpl - Class in com.jivesoftware.forum
Data transfer object, ferries data between DWR and the database layer.
DraftImpl() - Constructor for class com.jivesoftware.forum.DraftImpl
 
DraftImpl(Draft, FastDateFormat, User) - Constructor for class com.jivesoftware.forum.DraftImpl
 
DraftManager - Interface in com.jivesoftware.forum
Manages the draft features of Jive Forums.
DraftManagerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for DraftManager instances.
DraftManagerProxy(DraftManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.DraftManagerProxy
Creates a new ForumMessageDraftManagerProxy object.
DRAFTS - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Your Drafts' page.
DRAFTS_PROPERTY_KEY - Static variable in class com.jivesoftware.forum.database.DbPrivateMessage
 
DraftsAction - Class in com.jivesoftware.forum.action
Provides a listing of available drafts for a particular user.
DraftsAction() - Constructor for class com.jivesoftware.forum.action.DraftsAction
 
DraftsDeleteAction - Class in com.jivesoftware.forum.action
 
DraftsDeleteAction() - Constructor for class com.jivesoftware.forum.action.DraftsDeleteAction
 
drainEmailQueue(List) - Method in class com.jivesoftware.base.EmailManager
 
DUMMY_PARENT_HEADER - Static variable in class com.jivesoftware.forum.gateway.GatewayUtil
Used to mark a message as a Jive created message
DummySSLSocketFactory - Class in com.jivesoftware.util.ssl
SSLSocketFactory that accepts any certificate chain and also accepts expired certificates.
DummySSLSocketFactory() - Constructor for class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
DUTCH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The danish analyzer provides for stemming of words to allow for flexibility in searching when most content is in Danish.
DutchStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
DutchStemmer() - Constructor for class com.jivesoftware.util.search.DutchStemmer
 
DutchStemmingAnalyzer - Class in com.jivesoftware.util.search
An Dutch analyzer for Lucene based upon the standard analyzer that supports stemming of dutch words.
DutchStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.DutchStemmingAnalyzer
Builds an analyzer.
DutchStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.DutchStemmingAnalyzer
Builds an analyzer with the given stop words.

E

EditAction - Class in com.jivesoftware.forum.action
Action for handling logic of editing forum content.
EditAction() - Constructor for class com.jivesoftware.forum.action.EditAction
 
editAndApprove(AuthToken, ForumMessage, String, String) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Edit and approve a moderated message
editAndApprove(AuthToken, ForumMessage, String, String) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
editAnnouncement(Announcement) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Updates an existing announcement.
editAnnouncement(Announcement) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
EditAttachAction - Class in com.jivesoftware.forum.action
Action for editing message attachments.
EditAttachAction() - Constructor for class com.jivesoftware.forum.action.EditAttachAction
 
EditProfile - Class in com.jivesoftware.profiles.action
 
EditProfile() - Constructor for class com.jivesoftware.profiles.action.EditProfile
 
EditProfileAction - Class in com.jivesoftware.profiles.action
An abstract action that contains all of the logic to create / edit a user profile.
EditProfileAction() - Constructor for class com.jivesoftware.profiles.action.EditProfileAction
 
EditProfileField - Class in com.jivesoftware.profiles.action.admin
 
EditProfileField() - Constructor for class com.jivesoftware.profiles.action.admin.EditProfileField
 
editProfileField(ProfileField) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Edits the profile field data.
editProfileField(ProfileField) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
EditProfileFieldOptions - Class in com.jivesoftware.profiles.action.admin
 
EditProfileFieldOptions() - Constructor for class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
editProfileFieldOptions(ProfileField) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Edits the ProfileFieldOption objects for a profile field.
editProfileFieldOptions(ProfileField) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
EditRenderFilter - Class in com.jivesoftware.forum.action
Handles the editing of the RenderFilter properties
EditRenderFilter() - Constructor for class com.jivesoftware.forum.action.EditRenderFilter
 
EditTagsAction - Class in com.jivesoftware.forum.action
 
EditTagsAction() - Constructor for class com.jivesoftware.forum.action.EditTagsAction
 
EditUserProfile - Class in com.jivesoftware.profiles.action.admin
An action for administrators to edit a user profile in the admin console
EditUserProfile() - Constructor for class com.jivesoftware.profiles.action.admin.EditUserProfile
 
EditWatchesAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for editing user's watches.
EditWatchesAction() - Constructor for class com.jivesoftware.forum.action.EditWatchesAction
 
Element - Class in com.jivesoftware.base.stats
Data values used to build reports are wrapped as elements.
Element() - Constructor for class com.jivesoftware.base.stats.Element
 
ElementFormat - Interface in com.jivesoftware.base.stats
Interface for formatting an Element as a String.
email - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The user's email address.
email(long, Date, Date) - Method in interface com.jivesoftware.forum.watches.BatchWatchEmailer
 
email(long, Date, Date) - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
Executes the task by loading a list of watches and compiling and sending the batch email.
EMAIL - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a email type.
EMAIL_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
EMAIL_SETTING - Static variable in class com.jivesoftware.webchat.providers.Settings
 
EMAIL_STYLE_QUOTES - Static variable in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
EMAIL_WATCH - Static variable in interface com.jivesoftware.forum.Watch
Email watch type.
EMAIL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Email watch type.
EmailAction - Interface in com.jivesoftware.forum.mail
Command interface representing actions that result from incoming email messages.
EmailActionBuilder - Class in com.jivesoftware.forum.mail
A builder object for EmailAction instances.
EmailActionBuilder() - Constructor for class com.jivesoftware.forum.mail.EmailActionBuilder
 
EmailBatch - Class in com.jivesoftware.forum.mail
Represents a batch of incoming mail, and associated external resources.
EmailFilter - Class in com.jivesoftware.forum.renderer.filter
 
EmailFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.EmailFilter
 
EmailFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the Email filter.
EmailFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.EmailFilterBeanInfo
 
EmailIntegrationProvider - Class in com.jivesoftware.forum.mail.spi
Interface to allow some degree of pluggability in the email integration features.
EmailIntegrationProvider() - Constructor for class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
 
emailListToString(List) - Static method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns a comma-delimited string of email addresses.
EmailManager - Class in com.jivesoftware.base
Provides ability to send email messages.
EmailMessage - Class in com.jivesoftware.base
Represents an Email message that can be sent using EmailManager
EmailMessage() - Constructor for class com.jivesoftware.base.EmailMessage
 
EmailMessage.EmailAddress - Class in com.jivesoftware.base
Represents an email address with a name like Andrew Wright <andrew@jivesoftware.com>
EmailMessage.EmailAddress(String, String) - Constructor for class com.jivesoftware.base.EmailMessage.EmailAddress
 
EmailMonitor - Class in com.jivesoftware.forum.mail
EmailMonitor is the main class of the forums email integration feature which allows users to post forum messages by replying to watch notification emails.
EmailMonitorException - Exception in com.jivesoftware.forum.mail
Exception thrown by the email monitoring system.
EmailMonitorException() - Constructor for exception com.jivesoftware.forum.mail.EmailMonitorException
 
EmailMonitorException(String, Throwable) - Constructor for exception com.jivesoftware.forum.mail.EmailMonitorException
 
EmailMonitorException(String) - Constructor for exception com.jivesoftware.forum.mail.EmailMonitorException
 
EmailMonitorException(Throwable) - Constructor for exception com.jivesoftware.forum.mail.EmailMonitorException
 
EmailParser - Interface in com.jivesoftware.forum.mail
Parses the contents of a Message object in order to provide data used by the system to execute actions based on incoming email.
EmailParserImpl - Class in com.jivesoftware.forum.mail
Default implementation of EmailParser which relies on the presence of a special token in the email subject which contains data used for user authentication an message routing when reading replies to watch notification email replies.
EmailParserImpl(EmailTokenManager) - Constructor for class com.jivesoftware.forum.mail.EmailParserImpl
Sole constructor which takes an EmailTokenManager to read incoming mail tokens.
emailResetPasswordInstructions(String, HttpServletRequest) - Static method in class com.jivesoftware.forum.util.SkinUtils
This method will send the user specified an email with instructions on how to reset their password.
EmailResetPasswordToken - Class in com.jivesoftware.forum.action
This class is an Action which encapsulates all the logic needed for resetting a user's password.
EmailResetPasswordToken() - Constructor for class com.jivesoftware.forum.action.EmailResetPasswordToken
 
emailStringToList(String) - Static method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns a List of email addresses contained in the supplied string.
EmailTemplateUtil - Class in com.jivesoftware.base.util
Used for doing transformations on email template content, and storing customized versions of email templates.
EmailToken - Class in com.jivesoftware.forum.mail.token
EmailTokens are used by the EmailTokenManager to represent the temporary token ids associated with user watch notification emails.
EmailToken() - Constructor for class com.jivesoftware.forum.mail.token.EmailToken
Default constructor initializes with current time and a random value for token value.
EmailToken(int, Date) - Constructor for class com.jivesoftware.forum.mail.token.EmailToken
Initializes with supplied tokenValue and timestamp.
EmailTokenManager - Interface in com.jivesoftware.forum.mail
Manages email tokens.
EmailTokenSet - Class in com.jivesoftware.forum.mail.token
EmailTokenSets are used by the EmailTokenManager to hold the EmailTokens associated with a specific user.
EmailTokenSet() - Constructor for class com.jivesoftware.forum.mail.token.EmailTokenSet
 
emailUsersWhoNeedBatchEmails() - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
EmailValidator - Class in com.jivesoftware.profiles.validator
A validator which validates email addresses.
EmailValidator() - Constructor for class com.jivesoftware.profiles.validator.EmailValidator
 
EmailValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the email field validator.
EmailValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.EmailValidatorBeanInfo
 
emailVisible - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
Flag to indicate whether the user's email address should be visible to other users.
EmailWatchMessageWrapper - Class in com.jivesoftware.forum.database
 
EmailWatchMessageWrapper(ForumMessage) - Constructor for class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
EmailWatchUpdateTask - Class in com.jivesoftware.forum.database
A task that sends out email notifications for watches.
EmailWatchUpdateTask(int, ForumMessage, long[]) - Constructor for class com.jivesoftware.forum.database.EmailWatchUpdateTask
Creates a new email watch update task.
EMBEDDED_MODE - Static variable in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
EmbeddedConnectionProvider - Class in com.jivesoftware.base.database
A connection provider for the embedded hsqlDB database.
EmbeddedConnectionProvider() - Constructor for class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
EmoticonFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that converts ASCII emoticons into image equivalents.
EmoticonFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
EmoticonFilter - Class in com.jivesoftware.webchat.filter
A Filter that converts ASCII emoticons into image equivalents.
EmoticonFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the Emoticon filter.
EmoticonFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.EmoticonFilterBeanInfo
 
EmoticonReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
This rule converts html emoticon images to emoticons
EmoticonReplaceRule(RenderContext, Map) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.EmoticonReplaceRule
 
EMPTY_ITERATOR - Static variable in class com.jivesoftware.forum.ForumMessageIterator
The empty message iterator.
EMPTY_ITERATOR - Static variable in class com.jivesoftware.forum.ForumThreadIterator
The empty thread iterator.
emptyIfNull(String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
 
EmptyNodeRemovalRule - Class in com.jivesoftware.forum.renderer.filter.rules
This filter removes empty tags (with the exception of <p> tags) such as <b></b> or <b>\s+\n+\s+</b> (regular expression)
EmptyNodeRemovalRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.EmptyNodeRemovalRule
 
emptySubject - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Dummy subject string for inbound messages with no subject
ENABLE_DATE_UPDATES - Static variable in class com.jivesoftware.forum.database.DbForum
 
ENABLE_DATE_UPDATES - Static variable in class com.jivesoftware.forum.database.DbForumCategory
When true, category modification dates will be updated when new messages are posted.
ENABLED_PROP - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
ENABLED_TOKEN - Static variable in class com.jivesoftware.forum.mail.MessageUtils
Token string used in freemarker templates to determing if email reply to watches is enabled.
enablePostgresTablescan(Connection) - Static method in class com.jivesoftware.base.database.ConnectionManager
Enables table scanning in Postgres for the connection.
ENCODE - Static variable in class com.jivesoftware.forum.nntp.spi.Base64
Specify encoding.
ENCODE - Static variable in class com.jivesoftware.webchat.util.Base64
Specify encoding.
encodeAlphaNumeric(long) - Static method in class com.jivesoftware.util.StringUtils
Encodes the supplied long as an alphanumeric string.
encodeBase64(String) - Static method in class com.jivesoftware.util.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class com.jivesoftware.util.StringUtils
Encodes a byte array into a base64 String.
encodeBase64(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Encodes a byte array into a base64 String.
encodeBytes(byte[]) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[]) - Static method in class com.jivesoftware.webchat.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.jivesoftware.webchat.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.jivesoftware.webchat.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.jivesoftware.webchat.util.Base64
Encodes a byte array into Base64 notation.
encodeHex(byte[]) - Static method in class com.jivesoftware.util.StringUtils
Turns an array of bytes into a String representing each byte as an unsigned hex number.
encodeHex(byte[]) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Turns an array of bytes into a String representing each byte as an unsigned hex number.
encodeObject(Serializable) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.jivesoftware.forum.nntp.spi.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable) - Static method in class com.jivesoftware.webchat.util.Base64
Serializes an object and returns the Base64-encoded

version of that serialized object.

encodeObject(Serializable, int) - Static method in class com.jivesoftware.webchat.util.Base64
Serializes an object and returns the Base64-encoded

version of that serialized object.

encryptAuthInfo(String, String) - Static method in class com.jivesoftware.base.AuthFactory
Utility method that builds an encrypted String containing a username and password, which is useful for storing as a cookie.
EncryptionUtil - Class in com.jivesoftware.util
A utility for encrypting strings using different algorithms.
EncryptionUtil(String) - Constructor for class com.jivesoftware.util.EncryptionUtil
Creates a EncryptionUtil class that uses the algorithm specified by the jive proeprty jive.crypto.algorithm, if the property is not specified then "Blowfish/ECB/PKCS5Padding" will be used.
EncryptionUtil(String, String) - Constructor for class com.jivesoftware.util.EncryptionUtil
Creates an encryption utility using the specified algorithm
encryptString(String) - Method in class com.jivesoftware.util.EncryptionUtil
Encrypts the string using the cipher that this class was initialized with.
end(Writer, String) - Method in class com.jivesoftware.base.admin.Sidebar
Gets the AdminPageBean instance from the request.
end(Writer, String) - Method in class com.jivesoftware.base.admin.SubSidebar
 
end(Writer, String) - Method in class com.jivesoftware.base.admin.Tabs
Gets the AdminPageBean instance from the request.
end(Writer, String) - Method in class com.jivesoftware.base.tags.Author
Print out the proper link or text for the user depending on whether the user is anonymous or not and the properties the user has set
end(Writer, String) - Method in class com.jivesoftware.base.tags.Paginator
 
end(String) - Static method in class com.jivesoftware.util.profile.Profiler
 
END_QUOTE - Static variable in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
END_QUOTE_HEADER - Static variable in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
END_TABLE_ROW - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
END_TOKEN - Static variable in class com.jivesoftware.forum.mail.MessageUtils
Token string used to detect the end of template text when parsing incoming mail.
endDate - Variable in class com.jivesoftware.base.stats.AbstractReport
 
ENDLINE - Static variable in interface com.jivesoftware.forum.nntp.NNTPResponse
NNTP end line.
endLine() - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Append an NNTP line end CR-LF pair.
endOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
endOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.MatchResult
 
ENDS_LATER - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
ENDS_NEVER - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
ENDS_RELATIVE - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
ENGLISH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The english analyzer provides for stemming of words to allow for flexibility in searching when most content is in English.
EnglishStemmingAnalyzer - Class in com.jivesoftware.util.search
An English analyzer for Lucene based upon the standard analyzer that supports stemming of english words.
EnglishStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.EnglishStemmingAnalyzer
Builds an analyzer.
EnglishStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.EnglishStemmingAnalyzer
Builds an analyzer with the given stop words.
ensureCapacity(int) - Method in class com.jivesoftware.util.LongHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ENT_DEFAULT_INTERCEPTOR_CLASSES - Static variable in class com.jivesoftware.forum.database.DbInterceptorManager
The list of the class names of the interceptors that are available for installation by default.
ENTITY_STRATEGY - Static variable in class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
EntityAware - Interface in com.jivesoftware.base.action
An interface meant to be used by actions.
EntityDescriptor - Class in com.jivesoftware.base
An object that describes a specific entity.
EntityDescriptor(long, int) - Constructor for class com.jivesoftware.base.EntityDescriptor
Creates a new descripter given an ID and type.
EntityDescriptorQueryCacheStrategy - Class in com.jivesoftware.forum.database.querycache
 
EntityDescriptorQueryCacheStrategy() - Constructor for class com.jivesoftware.forum.database.querycache.EntityDescriptorQueryCacheStrategy
 
entryDeleted(MapEvent) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
entryInserted(MapEvent) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
entrySet() - Method in class com.jivesoftware.base.proxy.GenericMapProxy
 
entrySet() - Method in class com.jivesoftware.forum.database.QueryCache
This method throws UnsupportedOperationException.
entrySet() - Method in class com.jivesoftware.forum.webservices.Cache
 
entrySet() - Method in class com.jivesoftware.util.CacheWrapper
 
entrySet() - Method in class com.jivesoftware.util.ClusteredCache
 
entrySet(Filter) - Method in class com.jivesoftware.util.ClusteredCache
 
entrySet(Filter, Comparator) - Method in class com.jivesoftware.util.ClusteredCache
 
entrySet() - Method in class com.jivesoftware.util.DbJiveProperties
 
entrySet() - Method in class com.jivesoftware.util.DefaultCache
 
entrySet() - Method in class com.jivesoftware.util.LRUCache
 
entrySet() - Method in class com.jivesoftware.util.XMLJiveProperties
 
entryUpdated(MapEvent) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
eq_s(int, String) - Method in class com.jivesoftware.util.search.SnowballProgram
 
eq_s_b(int, String) - Method in class com.jivesoftware.util.search.SnowballProgram
 
eq_v(StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
eq_v_b(StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
equals(Object) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
equals(Object) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
equals(Object) - Method in class com.jivesoftware.base.database.ConnectionWrapper
 
equals(Object) - Method in class com.jivesoftware.base.database.DbGroup
 
equals(Object) - Method in class com.jivesoftware.base.database.DbUser
 
equals(Object) - Method in class com.jivesoftware.base.database.PollCacheKey
 
equals(Object) - Method in class com.jivesoftware.base.database.Vote
 
equals(Object) - Method in class com.jivesoftware.base.EmailMessage
 
equals(Object) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
equals(Object) - Method in class com.jivesoftware.base.GroupProxy
 
equals(Object) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
equals(Object) - Method in class com.jivesoftware.base.ldap.LdapUser
 
equals(Object) - Method in class com.jivesoftware.base.PermissionType
 
equals(Object) - Method in class com.jivesoftware.base.plugin.PluginManager.License
 
equals(Object) - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
equals(Object) - Method in class com.jivesoftware.base.stats.bin.Interval
Determine whether two Intervals are the same.
equals(Object) - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Test whether this bin equals the given object
equals(Object) - Method in class com.jivesoftware.base.stats.element.CyclicElement
Test two CyclicEements for equality.
equals(Object) - Method in class com.jivesoftware.base.stats.element.DateElement
See if this DateElement equals another
equals(Object) - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Returns true if the given object equals this object, false otherwise.
equals(Object) - Method in class com.jivesoftware.base.stats.element.LongElement
Returns true if the given object is also a LongElement object and their values are equal, false otherwise.
equals(Object) - Method in class com.jivesoftware.base.stats.element.StringElement
Compare this StringElement to another object
equals(Object) - Method in class com.jivesoftware.base.stats.NaturalComparator
 
equals(Object) - Method in class com.jivesoftware.base.stats.ReverseComparator
 
equals(Object) - Method in class com.jivesoftware.base.theme.ThemeMap
 
equals(Object) - Method in class com.jivesoftware.base.UserProxy
 
equals(Object) - Method in class com.jivesoftware.base.util.compression.StatsField
 
equals(Object) - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
equals(Object) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator.UserPointCacheKey
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbAvatar
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbContentTag
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbForum
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbForumThread
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
equals(Query) - Method in class com.jivesoftware.forum.database.DbQuery
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbQuery
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbQuestion
 
equals(Rating) - Method in class com.jivesoftware.forum.database.DbRating
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbRating
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
equals(Object) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
equals(Object) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
equals(Object) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
equals(Object) - Method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
All instances of this class are equal
equals(Object) - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
equals(Object) - Method in class com.jivesoftware.forum.database.SessionQuery
 
equals(Query) - Method in class com.jivesoftware.forum.database.SessionQuery
 
equals(Object) - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
equals(Object) - Method in class com.jivesoftware.forum.event.CategoryEvent
Added this for testing.
equals(Object) - Method in class com.jivesoftware.forum.event.ForumEvent
Added this for testing.
equals(Object) - Method in class com.jivesoftware.forum.event.PermissionEvent
 
equals(Object) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
 
equals(Object) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
equals(Object) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
equals(Object) - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
equals(Object) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
equals(Object) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
equals(Object) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
equals(Object) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
equals(Object) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
equals(Query) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
equals(Query) - Method in interface com.jivesoftware.forum.Query
Return true if the query is equal to the current query, false otherwise.
equals(Object) - Method in class com.jivesoftware.forum.QueryResult
 
equals(Object) - Method in class com.jivesoftware.forum.QuestionFilter
 
equals(Rating) - Method in interface com.jivesoftware.forum.Rating
Test for equality between two rating objects.
equals(Object) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
equals(Object) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
equals(Object) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
equals(Object) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
equals(Object) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
equals(Object) - Method in class com.jivesoftware.forum.ResultFilter
 
equals(Object) - Method in class com.jivesoftware.forum.util.Identifier
 
equals(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
equals(Object) - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
equals(Object) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.attributes.Cacheable
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.attributes.ClearCache
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Forum
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.ForumThread
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Group
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Locale
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Property
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Query
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.ResultFilter
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.User
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.Watch
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
 
equals(Object) - Method in class com.jivesoftware.profiles.ProfileField
 
equals(Object) - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
equals(Object) - Method in class com.jivesoftware.util.CacheObject
 
equals(Object) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
equals(Object) - Method in class com.jivesoftware.util.CronTask
Both timer and task are used to compare equality.
equals(Object) - Method in class com.jivesoftware.util.CronTimer
 
equals(double, double) - Static method in class com.jivesoftware.util.DoubleEqualityComparator
 
equals(double, double, double) - Static method in class com.jivesoftware.util.DoubleEqualityComparator
 
equals(Object) - Method in class com.jivesoftware.util.LongList
 
equals(Object) - Method in class com.jivesoftware.util.RelativeDateRange
 
equals(Object) - Method in class com.jivesoftware.webchat.License
 
equalsIgnoreTimestamp(Date, Date) - Static method in class com.jivesoftware.base.action.util.DateUtils
Determines whether the dates are both on the same day
error(String) - Method in interface com.jivesoftware.base.action.multipart.OutputStreamListener
Called if there was an error reading from the output stream.
error(String) - Method in class com.jivesoftware.base.action.multipart.UploadListener
 
error(String) - Static method in class com.jivesoftware.base.Log
 
error(Throwable) - Static method in class com.jivesoftware.base.Log
 
error(String, Throwable) - Static method in class com.jivesoftware.base.Log
 
ERROR - Static variable in class com.jivesoftware.webchat.ErrorCatchingFilter
 
ERROR_EVENT - Static variable in class com.jivesoftware.base.event.LogEvent
Event type for whenever an error log event occurs.
ErrorAction - Class in com.jivesoftware.base.action
A simple action to handle errors in the system.
ErrorAction() - Constructor for class com.jivesoftware.base.action.ErrorAction
 
ErrorCatchingFilter - Class in com.jivesoftware.webchat
 
ErrorCatchingFilter() - Constructor for class com.jivesoftware.webchat.ErrorCatchingFilter
 
escape(String, Map, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
ESCAPE_TABLE_ROW_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
ESCAPE_TABLE_ROW_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
escapeBadCharacters(String) - Static method in class com.jivesoftware.forum.database.DbQuery
This method escapes characters that would otherwise potentially cause a query to be malformed.
escapeForCSV(String) - Static method in class com.jivesoftware.base.stats.output.CSVWriter
Escapes a given string for CSV output by removing commas with a blank character.
escapeForSQL(String) - Static method in class com.jivesoftware.util.StringUtils
Escapes all necessary characters in the String so that it can be used in SQL
escapeForXML(String) - Static method in class com.jivesoftware.util.StringUtils
Escapes all necessary characters in the String so that it can be used in an XML doc.
escapeForXML(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Escapes all necessary characters in the String so that it can be used in an XML doc.
escapeHTMLTags(String) - Static method in class com.jivesoftware.util.StringUtils
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and converts the '<'' and '>' characters to their HTML escape sequences.
escapeHTMLTags(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and converts the '<'' and '>' characters to their HTML escape sequences.
escapeLinks(String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
escapeLists(String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
escapeMacros(String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
escapeTables(String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
escapeWikiSyntax(String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
evaluate(Object) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
evaluate(Connection) - Method in interface com.jivesoftware.forum.net.AcceptPolicy
Evaluate if the given connection should be accepted or rejected.
evaluate(Connection) - Method in class com.jivesoftware.forum.net.policies.AndPolicy
Enforce an AND comparison of the two policies.
evaluate(Connection) - Method in class com.jivesoftware.forum.net.policies.BasicAcceptPolicy
Ignores the connection and returns the static result set in the constructor.
evaluate(Connection) - Method in class com.jivesoftware.forum.net.policies.NotPolicy
Reverse the decision of this policies policy.
evaluate(Connection) - Method in class com.jivesoftware.forum.net.policies.OrPolicy
Enforce an OR comparison of the two policies.
evaluate(Connection) - Method in class com.jivesoftware.forum.net.policies.XorPolicy
Enforce an XOR comparison of the two policies.
evaluateEntry(Map.Entry) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
EVALUATION - Static variable in class com.jivesoftware.webchat.License.LicenseType
Type representing an evaluation license.
EventHandler - Class in com.jivesoftware.base.log
Handler used for sending events for Log levels SEVERE, WARNING, INFO, and FINE
EventHandler() - Constructor for class com.jivesoftware.base.log.EventHandler
 
EXACT_MATCH - Static variable in class com.jivesoftware.forum.ResultFilter
Exact match.
EXCEPTION_KEY - Static variable in class com.jivesoftware.forum.action.JiveExceptionInterceptor
The action context key for the exception.
exclude(long) - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
EXCLUDE_UA_PROP - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
execute() - Method in class com.jivesoftware.base.action.ErrorAction
Returns Action.SUCCESS always.
execute() - Method in class com.jivesoftware.base.action.JiveActionSupport
 
execute() - Method in class com.jivesoftware.base.action.LicenseApplyAction
 
execute() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
execute() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
execute() - Method in class com.jivesoftware.base.action.LoginAction
Attempt to log the user in.
execute() - Method in class com.jivesoftware.base.action.LogoutAction
Logs out the user and returns the Action.SUCCESS view, or the Action.ERROR view if the page user wasn't logged in (double logout perhaps?)
execute() - Method in class com.jivesoftware.base.action.ObjectRedirectAction
Returns "category", "forum", "user", "group", "thread" or "message" depending on the objectType.
execute() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Checks to see if RSS feeds are disabled.
execute() - Method in class com.jivesoftware.base.action.util.RedirectAction
 
execute() - Method in class com.jivesoftware.base.stats.AbstractReport
 
execute() - Method in interface com.jivesoftware.base.stats.Report
 
execute() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
execute() - Method in class com.jivesoftware.forum.action.Accountbox
 
execute() - Method in class com.jivesoftware.forum.action.AddressBookAction
 
execute() - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
execute() - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
execute() - Method in class com.jivesoftware.forum.action.AddressBookViewAction
 
execute() - Method in class com.jivesoftware.forum.action.AnnounceAction
 
execute() - Method in class com.jivesoftware.forum.action.AnnounceDeleteAction
Returns Action.SUCCESS if the announcement was deleted successfully or ForumActionSupport.UNAUTHORIZED if the user can not delete the announcement.
execute() - Method in class com.jivesoftware.forum.action.AnnounceExpireAction
Returns Action.SUCCESS if the announcement was expired successfully or ForumActionSupport.UNAUTHORIZED if the user can not expired the announcement.
execute() - Method in class com.jivesoftware.forum.action.AttachAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarSetActiveAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarUploadAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarUserDeleteAction
 
execute() - Method in class com.jivesoftware.forum.action.AvatarUserUploadAction
 
execute() - Method in class com.jivesoftware.forum.action.BranchAction
 
execute() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
execute() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
Sets the current user's password and returns Action.SUCCESS, or JiveActionSupport.UNAUTHORIZED if the user isn't authorized to change the password.
execute() - Method in class com.jivesoftware.forum.action.Click
 
execute() - Method in class com.jivesoftware.forum.action.DeleteAction
 
execute() - Method in class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
execute() - Method in class com.jivesoftware.forum.action.DraftsAction
 
execute() - Method in class com.jivesoftware.forum.action.DraftsDeleteAction
 
execute() - Method in class com.jivesoftware.forum.action.EditAction
 
execute() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
execute() - Method in class com.jivesoftware.forum.action.EditTagsAction
 
execute() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
execute() - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
This method will send the user specified an email with instructions on how to reset their password.
execute() - Method in class com.jivesoftware.forum.action.FilterSettings
 
execute() - Method in class com.jivesoftware.forum.action.ForumAction
Loads the specified forum.
execute() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Default implementation of doExecute() method.
execute() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Loads the specified category or loads the root category if no categoryID was specified.
execute() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Validates the forum ID and either redirects to the SUCCESS, ERROR page if the id was not found or the login page if the page user is not authorized to view the forum.
execute() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
execute() - Method in class com.jivesoftware.forum.action.HelpAction
 
execute() - Method in class com.jivesoftware.forum.action.InlineSpellAction
 
execute() - Method in class com.jivesoftware.forum.action.LockThreadAction
 
execute() - Method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
execute() - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
execute() - Method in class com.jivesoftware.forum.action.MovePrivateMessageAction
 
execute() - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
execute() - Method in class com.jivesoftware.forum.action.MyQuestionsAction
 
execute() - Method in class com.jivesoftware.forum.action.MyRewardsAction
Returns Action.SUCCESS always.
execute() - Method in class com.jivesoftware.forum.action.OldEditAction
 
execute() - Method in class com.jivesoftware.forum.action.OldPostAction
Loads specified Jive objects (the forum, parent message, etc) and checks that the user has posting permission in this forum.
execute() - Method in class com.jivesoftware.forum.action.OldPostQuestionAction
 
execute() - Method in class com.jivesoftware.forum.action.OnlineAction
 
execute() - Method in class com.jivesoftware.forum.action.ParameterNameDispatchAction
 
execute() - Method in class com.jivesoftware.forum.action.PollAction
 
execute() - Method in class com.jivesoftware.forum.action.PollDeleteAction
 
execute() - Method in class com.jivesoftware.forum.action.PollEditAction
Creates a new poll.
execute() - Method in class com.jivesoftware.forum.action.PollExpireAction
 
execute() - Method in class com.jivesoftware.forum.action.PollPostAction
Creates a new poll.
execute() - Method in class com.jivesoftware.forum.action.PollsViewAction
Creates the iterator of active polls based on the forum or category passed in to this class as parameters.
execute() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns Action.SUCCESS always.
execute() - Method in class com.jivesoftware.forum.action.PollVoteAction
Returns Action.LOGIN if the user is not logged in, Action.ERROR if the user has already voted on the poll and ForumActionSupport.UNAUTHORIZED if the user has no permission to the poll.
execute() - Method in class com.jivesoftware.forum.action.PostAction
Loads specified Jive objects (the forum, parent message, etc) and checks that the user has posting permission in this forum.
execute() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Creates a new announcement.
execute() - Method in class com.jivesoftware.forum.action.PostQuestionAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
execute() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
execute() - Method in class com.jivesoftware.forum.action.ProfileRedirectAction
 
execute() - Method in class com.jivesoftware.forum.action.QuestionAction
 
execute() - Method in class com.jivesoftware.forum.action.QuestionFilterForumAction
 
execute() - Method in class com.jivesoftware.forum.action.QuestionResolutionAction
 
execute() - Method in class com.jivesoftware.forum.action.RateMessageAction
 
execute() - Method in class com.jivesoftware.forum.action.RatingAddAction
 
execute() - Method in class com.jivesoftware.forum.action.ReadAction
Marks all topics in the given forum as "read" if the user is a logged-in user and read tracking is enabled.
execute() - Method in class com.jivesoftware.forum.action.RecentHistoryAction
 
execute() - Method in class com.jivesoftware.forum.action.ResetPassword
This method is used in conjunction with the emailResetPasswordInstructions method to reset a user's password.
execute() - Method in class com.jivesoftware.forum.action.RewardsAction
 
execute() - Method in class com.jivesoftware.forum.action.RosterAction
 
execute() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
execute() - Method in class com.jivesoftware.forum.action.SearchAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.CustomUserSystemSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.LdapUserSystemSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
execute() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
execute() - Method in class com.jivesoftware.forum.action.SpellAction
 
execute() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
 
execute() - Method in class com.jivesoftware.forum.action.TagAction
 
execute() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
execute() - Method in class com.jivesoftware.forum.action.TagsAction
 
execute() - Method in class com.jivesoftware.forum.action.UnlockThreadAction
 
execute() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
execute() - Method in class com.jivesoftware.forum.action.UserAvatarAction
 
execute() - Method in class com.jivesoftware.forum.action.UserSearch
 
execute() - Method in class com.jivesoftware.forum.action.UserSettingsAction
Updates user settings.
execute() - Method in class com.jivesoftware.forum.action.ValidateAction
 
execute() - Method in class com.jivesoftware.forum.action.WatchesAction
 
execute() - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
execute() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
execute() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
execute() - Method in class com.jivesoftware.forum.mail.CreateThread
Creates a thread using the parameters supplied in the constructor.
execute() - Method in interface com.jivesoftware.forum.mail.EmailAction
Executes the command represented by this instance.
execute() - Method in class com.jivesoftware.forum.mail.ReplyToThread
Replies to a message using the parameters supplied in the constructor.
execute() - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
execute() - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
execute() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
execute(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
execute(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
execute(String, RenderContext) - Method in interface com.jivesoftware.forum.renderer.RenderFilter
Applies the filter to the passed in string and returns the filtered string.
execute(String, RenderContext) - Method in interface com.jivesoftware.forum.renderer.RenderMacro
Executes the render macro against the provided string and render context.
execute() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTime
 
execute() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
Initialize all other fields of the report.
execute() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
Initialize all other fields of the report.
execute() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
execute() - Method in class com.jivesoftware.forum.stats.report.UserQuestionsReport
 
execute() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
execute() - Method in class com.jivesoftware.profiles.action.admin.DeleteProfileFields
 
execute() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
execute() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
execute() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
execute() - Method in class com.jivesoftware.profiles.action.admin.ListProfileFields
 
execute() - Method in class com.jivesoftware.profiles.action.admin.MoveProfileFieldDown
 
execute() - Method in class com.jivesoftware.profiles.action.admin.MoveProfileFieldUp
 
execute() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
 
execute() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
Creates a new profile field, and returns Action.SUCCESS.
execute() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
execute() - Method in class com.jivesoftware.profiles.action.EditProfile
 
execute() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
execute() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
execute() - Method in class com.jivesoftware.profiles.action.ViewProfile
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
This method is called to execute the filter when the render target specified in the context is RenderTarget.TARGET_HTML.
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
executeHtmlTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
This method is called to execute the filter when the render target specified in the context is RenderTarget.TARGET_NO_MARKUP.
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
executeNoMarkupTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
executeOnce(Gateway, Date) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Used to execute a import/export on a gateway immediately, the gateway does not need to be a persistent gateway.
executeOnce(Gateway, Date) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Used to execute a import/export on a gateway immediately, the gateway does not need to be a persistent gateway.
executeOnce(Gateway, Date) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
This method is called to execute the filter when the render target specified in the context is RenderTarget.TARGET_PLAIN_EMAIL.
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
executePlainEmailTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
This method is called to execute the filter when the render target specified in the context is RenderTarget.TARGET_PLAIN_TEXT.
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
executePlainTextTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
executeQuery(String) - Method in class com.jivesoftware.forum.database.LocalQuery
 
executeQuery(String) - Method in class com.jivesoftware.forum.database.RemoteQuery
 
executeRSS() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Main action execution method - returns Action.SUCCESS by default.
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Builds the number of categories, threads, forums, and messages, which can be filtered by category id, forum id, and user id
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSForums
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSPopularForums
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
executeRSS() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
 
executeService() - Method in class com.jivesoftware.base.search.task.ServiceInvocation
Effectively executes the requested service.
executeSQLScript(String) - Method in class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
Executes a SQL script.
executeStatement(String) - Static method in class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
Executes a sql statement.
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
This method is called to execute the filter when the render target specified in the context is RenderTarget.TARGET_WYSIWYG_EDITOR.
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
executeWysiwygEditorTarget(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
exists(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
Returns true if the specified URL points to a resource that currently exists; returns false otherwise.
expandZipFile(File) - Static method in class com.jivesoftware.util.ZipFileUtil
Expands the Zip file into a new directory in the same path.
expandZipFile(File, File) - Static method in class com.jivesoftware.util.ZipFileUtil
Expands the zipFile into target.
EXPIRATION_DATE - Static variable in class com.jivesoftware.base.ban.BanFilter
An integer value that represents the creation date filed.
EXPIRATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
expireAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Expires an announcement.
expireAnnouncement(long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
EXPIRED - Static variable in class com.jivesoftware.forum.action.PollAction
 
expirePopularObjects(boolean) - Method in class com.jivesoftware.forum.database.DbForumFactory
Expire the popularForums and popularThreads objects as long as at least 15 minutes has passed since the last expiration.
EXPIRES_LATER - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
EXPIRES_LATER - Static variable in class com.jivesoftware.forum.action.PostAnnounceAction
 
EXPIRES_NEVER - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
EXPIRES_NEVER - Static variable in class com.jivesoftware.forum.action.PostAnnounceAction
 
EXPIRES_RELATIVE - Static variable in class com.jivesoftware.forum.action.PollPostAction
 
EXPIRES_RELATIVE - Static variable in class com.jivesoftware.forum.action.PostAnnounceAction
 
EXPLICIT_CONTENT - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing an explicit content abuse report.
exportData(ForumMessage) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Exports an individual message through all gateways.
exportData(ForumMessage) - Method in interface com.jivesoftware.forum.gateway.GatewayExporter
Export a single message to the data source.
exportData(ForumMessage[]) - Method in interface com.jivesoftware.forum.gateway.GatewayExporter
Export a group of messages to the data source.
exportData(ForumMessage) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Export a forum message to a newsgroup.
exportData(ForumMessage[]) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Export an array of forum messages to a newsgroup.
exportData(ForumMessage) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Export a forum message to a SMTP server.
exportData(ForumMessage[]) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Export an array of forum message to a SMTP server.
exportMessage(ForumMessage) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
 
EXTENDED_PROPERTY - Static variable in class com.jivesoftware.base.JiveConstants
 
extended_property - Static variable in class com.jivesoftware.forum.QuestionFilter.SortField
 
ExtendedPatternFormatter - Class in com.jivesoftware.base.log
Formatter especially designed for debugging applications.
ExtendedPatternFormatter(String) - Constructor for class com.jivesoftware.base.log.ExtendedPatternFormatter
 
ExtendedPropertyUtils - Class in com.jivesoftware.util
ExtendedPropertyUtils provides utility methods for working with extended properties.
ExtendedPropertyUtils() - Constructor for class com.jivesoftware.util.ExtendedPropertyUtils
 
EXTERNAL_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
ExternalizableLiteUtil - Class in com.jivesoftware.util
Utility methods to assist in working with the Coherence ExternalizableLite interface.
EXTRA_HEADER_PROP_PREFIX - Static variable in class com.jivesoftware.forum.nntp.spi.MimeTools
Message property prefix for extra headers
extract(Object) - Method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
Returns the value of QueryCacheKey.getIDKey().
extractText(InputStream) - Method in class com.jivesoftware.base.util.PowerPointExtractor
Gets the text from a Word document.
extractText(InputStream) - Method in class com.jivesoftware.base.util.WordExtractor
Gets the text from a Word document.

F

factory - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
 
factory - Variable in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
failedLoading - Static variable in class com.jivesoftware.base.JiveGlobals
Indicates loading a reference to the jiveHome directory failed.
failedMessageIDs - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used to store a list of message id's that failed to be imported
FArticlePostUtil - Class in com.jivesoftware.forum.nntp.spi
Utility class that aides the ForumSession class parse a posted article and insert it into the appropriate forum.
FastDateFormat - Class in com.jivesoftware.util
Similar to SimpleDateFormat, but faster and thread-safe.
FastSavedException - Exception in com.jivesoftware.base.util.textmining
 
FastSavedException(String) - Constructor for exception com.jivesoftware.base.util.textmining.FastSavedException
 
FATAL - Static variable in class com.jivesoftware.base.action.JiveActionSupport
An action return type that indicates execution of the action suffered a fatal exception.
FATAL - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
FATAL_EVENT - Static variable in class com.jivesoftware.base.event.LogEvent
Event type for whenever a fatal log event occurs.
FAULT_ANNOUNCEMENT_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the ForumMessageNotFoundException
FAULT_ATTACHMENT - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault to the AttachmentException
FAULT_CATEGORY_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the ForumCategoryNotFoundException
FAULT_FORUM_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the ForumNotFoundException
FAULT_GROUP_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault to the GroupNotFoundException
FAULT_JIVE_RUNTIME - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault to the JiveRuntimeException
FAULT_MESSAGE_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the ForumMessageNotFoundException
FAULT_MESSAGE_REJECTED - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the MessageRejectedException
FAULT_NAME_ALREADY_EXISTS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the NameAlreadyExistsException
FAULT_THREAD_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the ForumThreadNotFoundException
FAULT_UNAUTHORIZED - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault to the UnauthorizedException
FAULT_USER_NOT_FOUND - Static variable in class com.jivesoftware.forum.webservices.WSConstants
Maps a fault code to the UserNotFoundException
FFNGIteratorAdapter - Class in com.jivesoftware.forum.nntp.spi
Converts an iterator of Forums into an iterator of Newsgroups on a just-in-time basis.
FFNGIteratorAdapter(Iterator) - Constructor for class com.jivesoftware.forum.nntp.spi.FFNGIteratorAdapter
Create an iterator of news groups using the forum iterator as a source of group information.
FForumNewsGroupAdapter - Class in com.jivesoftware.forum.nntp.spi
Converts a Forum to an NNTP NewsGroup.
FForumNewsGroupAdapter(Forum) - Constructor for class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
Create a new adapter to wrap the given forum.
FieldFilter - Class in com.jivesoftware.util.search
A Filter that restricts search results to Documents that match a set of specified Field values.
FieldFilter(String, String[]) - Constructor for class com.jivesoftware.util.search.FieldFilter
Creates a new field filter.
FieldFilter(String, String) - Constructor for class com.jivesoftware.util.search.FieldFilter
Creates a new field filter.
FILE_NOT_ACCEPTED - Static variable in exception com.jivesoftware.forum.AvatarException
 
FileStrategy - Interface in com.jivesoftware.base.log
Strategy for naming log files.
fillDepthKeys(char, ListItem[], int) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Recursive method that fills the depthKeys array with all the child keys in the tree in depth first order.
filter(Iterator) - Method in class com.jivesoftware.forum.net.BasicResultFilter
Filters the raw results according to it's current settings and returns an iterator over the result.
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexReplaceFilter
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.AcceptAllRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.AnchorReplaceRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.BlockQuoteReplaceRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.LineParsingRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.ListReplaceRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.NewlineTextFilter
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.RewriteStyleTagsRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.SpellCheckSpaceTextFilter
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.StartTagReplaceRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.StripTagsRule
 
filter(String, int, HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.TableReplaceRule
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
filter(String, RenderContext) - Method in interface com.jivesoftware.forum.renderer.macro.code.SourceCodeFormatter
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatter
 
filter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatter
 
FILTER_KEY - Static variable in class com.jivesoftware.forum.action.QuestionFilterForumAction
 
filterCache - Static variable in class com.jivesoftware.forum.database.DbQueryManager
Cache to hold Lucene search filters.
filterConfig - Variable in class com.jivesoftware.util.JiveServletFilter
 
filteredBody - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
filteredBody - Variable in class com.jivesoftware.forum.database.DbPrivateMessage
 
filteredName - Variable in class com.jivesoftware.forum.database.DbContentTag
 
filteredPlainBody - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
filteredPlainSubject - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
filteredProperties - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
filteredProperties - Variable in class com.jivesoftware.forum.database.DbPrivateMessage
 
filteredSubject - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
filteredSubject - Variable in class com.jivesoftware.forum.database.DbPrivateMessage
 
filteredUserID - Variable in class com.jivesoftware.forum.database.DbQuery
 
filterMacros(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilter
 
filterMacros(String, RenderContext, boolean) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilter
 
filterOnThread(ForumThread) - Method in class com.jivesoftware.forum.database.DbQuery
 
filterOnThread(ForumThread) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
filterOnThread(ForumThread) - Method in interface com.jivesoftware.forum.Query
Restricts the querty results to messages posted in a specified thread.
filterOnUser(User) - Method in class com.jivesoftware.forum.database.DbQuery
 
filterOnUser(User) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
filterOnUser(User) - Method in interface com.jivesoftware.forum.Query
Restricts the query results to messages posted by a specified user.
filterPendingMessages(Iterator) - Static method in class com.jivesoftware.forum.util.SkinUtils
Assumes index of iterator is at front of iterator (ie, iterator hasn't been used).
FilterSettings - Class in com.jivesoftware.forum.action
Handles the configuration of the editor settings.
FilterSettings() - Constructor for class com.jivesoftware.forum.action.FilterSettings
 
finalize() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
finalize() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
finalize() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
find_among(Among[], int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
find_among_b(Among[], int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
FIND_FORUM_INDEX - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
findAccessibleURL(Element, String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Searches the sidebar items for the first url it has access to view.
findClass(String) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
findDepth(ListItem, char, int[]) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Identical to the findKey method, but it also keeps track of the depth.
findFirstAccessibleURL(String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Searches for the first tab that allows it's role and then returns the first page it has access to view.
findKey(ListItem, char) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the index of the specified value, or 0 if the item could not be found.
findMidnight(Date) - Static method in class com.jivesoftware.base.action.util.DateUtils
Helper method to return the input date at midnight.
findMidnight(Calendar) - Static method in class com.jivesoftware.base.action.util.DateUtils
 
findResource(String) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
findResources(String) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
findTemplateSource(String) - Method in class com.jivesoftware.base.action.PluginTemplateLoader
 
findTemplateSource(String) - Method in class com.jivesoftware.base.theme.ThemeTemplateLoader
 
findUserDN(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Finds a user's dn using their username.
findUserDN(String, String) - Method in class com.jivesoftware.base.ldap.LdapManager
Finds a user's dn using their username in the specified baseDN.
fine(Throwable) - Static method in class com.jivesoftware.base.Log
 
fine(String, Throwable) - Static method in class com.jivesoftware.base.Log
 
FINNISH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The finnish analyzer provides for stemming of words to allow for flexibility in searching when most content is in Finnish.
FinnishStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
FinnishStemmer() - Constructor for class com.jivesoftware.util.search.FinnishStemmer
 
FinnishStemmingAnalyzer - Class in com.jivesoftware.util.search
An Finnish analyzer for Lucene based upon the standard analyzer that supports stemming of finnish words.
FinnishStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.FinnishStemmingAnalyzer
Builds an analyzer.
FinnishStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.FinnishStemmingAnalyzer
Builds an analyzer with the given stop words.
fireMapEvent(MapEvent, int) - Method in class com.jivesoftware.util.DefaultCache
 
fireModificationEvent() - Method in class com.jivesoftware.forum.database.DbForum
 
fireModificationEvent() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
FIRST - Static variable in class com.jivesoftware.forum.action.util.Page
 
FIRST_ELEMENT - Static variable in class com.jivesoftware.base.stats.BinFormat
 
Flash - Class in com.jivesoftware.base.action.util
A webwork result type mimicking the Flash Scope when used in conjunction with used in conjunction with FlashInterceptor.
Flash() - Constructor for class com.jivesoftware.base.action.util.Flash
 
FlashInterceptor - Class in com.jivesoftware.base.action.interceptor
An interceptor used in conjunction with Flash to implement a flash scope.
FlashInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.FlashInterceptor
 
flush() - Method in class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
flush() - Method in class com.jivesoftware.base.log.EventHandler
 
flush() - Method in class com.jivesoftware.base.log.RotatingFileHandler
 
flush() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
 
flush() - Method in class com.jivesoftware.base.stats.output.CSVWriter
 
flush() - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
flush() - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
 
flushBase64() - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Method added by PHIL.
flushBase64() - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Method added by PHIL.
flushBuffer() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
flushLogs() - Static method in class com.jivesoftware.base.Log
This method is used to shutdown the Log class.
FMessageArticleAdapter - Class in com.jivesoftware.forum.nntp.spi
A set-and-forget wrapper that adapts a forum message to an NNTP article.
FMessageArticleAdapter(DbForumMessage) - Constructor for class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Create an NNTP Article by wrapping the given forum message.
FNameFilterIterator - Class in com.jivesoftware.forum.nntp.spi
Filters forums in the underlying forumIterator by name.
FNameFilterIterator(Iterator, NewsGroupFilter) - Constructor for class com.jivesoftware.forum.nntp.spi.FNameFilterIterator
Create a new iterator wrapping the given one that filters out newsgroups that match the given filter.
FocusedSpan - Class in com.jivesoftware.base.tags
A tag to create a <SPAN> element and give it focus.
FocusedSpan(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.FocusedSpan
 
FocusedSpanTag - Class in com.jivesoftware.base.tags
A tag to create a <SPAN> element and give it focus.
FocusedSpanTag() - Constructor for class com.jivesoftware.base.tags.FocusedSpanTag
 
FocusedText - Class in com.jivesoftware.base.tags
A tag to wrap webwork's text tag within a span and then give the span focus.
FocusedText(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.FocusedText
 
FocusedTextTag - Class in com.jivesoftware.base.tags
A tag to wrap webwork's text tag within a span and then give the span focus.
FocusedTextTag() - Constructor for class com.jivesoftware.base.tags.FocusedTextTag
 
FOLDER_DRAFTS - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
FOLDER_DRAFTS - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_INBOX - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
FOLDER_INBOX - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_SENT - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
FOLDER_SENT - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_TRASH - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
FOLDER_TRASH - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FontColorTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts font tags with a color attribute into macro markup
FontColorTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.FontColorTagRule
 
FontFaceTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts font tags with a face attribute into macro markup
FontFaceTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.FontFaceTagRule
 
FontSizeTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts font tags with a size attribute into macro markup
FontSizeTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.FontSizeTagRule
 
ForceNewlineFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that converts \\ into
tags and vice versa
ForceNewlineFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
ForceNewlineFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the ForceNewline filter.
ForceNewlineFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.ForceNewlineFilterBeanInfo
 
forceReload() - Static method in class com.jivesoftware.base.AuthFactory
Method used internally by Jive.
format(LogRecord) - Method in class com.jivesoftware.base.log.PatternFormatter
Format the record according to the pattern.
format(Bin) - Method in class com.jivesoftware.base.stats.BinFormat
 
format(Element) - Method in class com.jivesoftware.base.stats.element.DateElementFormat
 
format(Element) - Method in class com.jivesoftware.base.stats.element.DayOfWeekElementFormat
Format an element and return a String.
format(Element) - Method in class com.jivesoftware.base.stats.element.DefaultElementFormat
 
format(Element) - Method in class com.jivesoftware.base.stats.element.HourOfDayElementFormat
Format an element and return a String.
format(Element) - Method in interface com.jivesoftware.base.stats.ElementFormat
 
format(String, Date) - Static method in class com.jivesoftware.base.stats.util.DateFormatter
 
format(String, double) - Static method in class com.jivesoftware.base.stats.util.DecimalFormatter
 
format(long) - Static method in class com.jivesoftware.base.stats.util.NumberFormatter
 
format(long) - Static method in class com.jivesoftware.base.stats.util.TimeFormatter
 
format(String, User) - Method in class com.jivesoftware.profiles.formatter.NonFormattingFormatter
 
format(String, User) - Method in interface com.jivesoftware.profiles.formatter.ProfileFieldFormatter
Format a profile field for display to the end user with the given AuthToken.
format(long, Locale) - Method in class com.jivesoftware.util.ByteFormat
Formats a long which represent a number of bytes.
format(Object, StringBuffer, FieldPosition) - Method in class com.jivesoftware.util.ByteFormat
Format the given object (must be a Long).
format(Date) - Method in class com.jivesoftware.util.FastDateFormat
 
format(Calendar) - Method in class com.jivesoftware.util.FastDateFormat
 
format(Date, StringBuffer) - Method in class com.jivesoftware.util.FastDateFormat
 
format(Calendar, StringBuffer) - Method in class com.jivesoftware.util.FastDateFormat
 
format(long, Locale) - Static method in class com.jivesoftware.util.TimeFormat
Formats the millisecond value with a style of TimeFormat.MEDIUM.
format(long, int, Locale) - Static method in class com.jivesoftware.util.TimeFormat
Formats the millisecond value using the specified style.
formatDate(Date) - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a date formatted using the page user's locale and timezone for correct date formatting of the passed in date.
formatDate(Date, Locale) - Static method in class com.jivesoftware.base.action.util.DateUtils
Formats a date in the DateFormat pattern for the specified Locale
formatDate(Date) - Static method in class com.jivesoftware.base.JiveGlobals
Formats a Date object and returns a formatted String.
formatDate(HttpServletRequest, User, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Formats a date for a user, according to their locale and time zone preferences.
formatDateTime(Date) - Static method in class com.jivesoftware.base.JiveGlobals
Formats a Date object to return a date and time using the global locale.
formatElement(Element) - Method in class com.jivesoftware.base.stats.BinFormat
 
FormatExclusion - Class in com.jivesoftware.forum.renderer.util
 
FormatExclusion(String) - Constructor for class com.jivesoftware.forum.renderer.util.FormatExclusion
 
formatKB(long, Locale) - Method in class com.jivesoftware.util.ByteFormat
Formats a long which represent a number of kilobytes.
formatPatternRun(LogRecord, PatternFormatter.PatternRun) - Method in class com.jivesoftware.base.log.ExtendedPatternFormatter
Formats a single pattern run (can be extended in subclasses).
formatPatternRun(LogRecord, PatternFormatter.PatternRun) - Method in class com.jivesoftware.base.log.PatternFormatter
Formats a single pattern run (can be extended in subclasses).
formatTime(long) - Method in class com.jivesoftware.base.stats.element.DateElementFormat
Format a time interval where the time is expressed as a long.
forName(String) - Static method in class com.jivesoftware.util.ClassUtils
Loads the class with the specified name.
FORUM - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM - Static variable in class com.jivesoftware.forum.action.ReadStatsInterceptor
Indicates a forum view.
forum - Variable in class com.jivesoftware.forum.action.TagCloudAction
 
FORUM - Static variable in class com.jivesoftware.forum.action.ViewCountInterceptor
Indicates a forum view.
Forum - Interface in com.jivesoftware.forum
A container for a list of threads.
FORUM - Static variable in class com.jivesoftware.forum.theme.ForumThemeType
Type representing a Forum map.
Forum - Class in com.jivesoftware.forum.webservices
A container for a list of threads.
Forum() - Constructor for class com.jivesoftware.forum.webservices.Forum
 
FORUM_ADDED - Static variable in class com.jivesoftware.forum.event.ForumEvent
Forum was added.
FORUM_ADMIN - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to administer a particular forum.
FORUM_ADMIN_ROLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
 
FORUM_CATEGORY - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_CATEGORY_ADMIN - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to administer a category.
FORUM_CATEGORY_INDEX - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_DELETING - Static variable in class com.jivesoftware.forum.event.ForumEvent
Forum is about to be deleted.
FORUM_IN_CATEGORY_COUNT - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
FORUM_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
FORUM_MERGED - Static variable in class com.jivesoftware.forum.event.ForumEvent
Another forum was merged into the forum.
FORUM_MODERATION_ABUSE_HIDDEN - Static variable in class com.jivesoftware.base.JiveConstants
Moderation value for messages that have been reported as abusive and should be hidden until the message is reviewed.
FORUM_MODERATION_ABUSE_VISIBLE - Static variable in class com.jivesoftware.base.JiveConstants
Moderation value for messages that have been reported as abusive.
FORUM_MODERATION_HIDDEN - Static variable in class com.jivesoftware.base.JiveConstants
Moderation value at which content is automatically hidden (0).
FORUM_MODERATION_VIRUSSCAN_HIDDEN - Static variable in class com.jivesoftware.base.JiveConstants
The moderation value that messages will be set to while waiting to be scanned for viruses.
FORUM_MODERATION_VISIBLE - Static variable in class com.jivesoftware.base.JiveConstants
Moderation value at which content is automatically visible (1).
FORUM_MODIFIED - Static variable in class com.jivesoftware.forum.event.ForumEvent
Another forum was merged into the forum.
FORUM_MOVED - Static variable in class com.jivesoftware.forum.event.ForumEvent
The forum was moved to another category.
FORUM_NAME - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_PERM_MODE - Static variable in class com.jivesoftware.forum.util.AdminUtils
Indicates the forum permission mode.
FORUM_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_SEARCH_QUERY - Static variable in class com.jivesoftware.base.JiveConstants
 
ForumAction - Class in com.jivesoftware.forum.action
This class is a WebWork action which encapsulates all the logic of loading and validating a Forum object.
ForumAction() - Constructor for class com.jivesoftware.forum.action.ForumAction
 
ForumActionSupport - Class in com.jivesoftware.forum.action
A base action class that handles a set of common Jive Forums code.
ForumActionSupport() - Constructor for class com.jivesoftware.forum.action.ForumActionSupport
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
forumAdded(ForumEvent) - Method in interface com.jivesoftware.forum.event.ForumListener
Fired when a forum has been added to the system.
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.event.ForumListenerAdapter
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ForumListener interface.
forumAdded(ForumEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
ForumAuthInterceptor - Class in com.jivesoftware.forum.action
 
ForumAuthInterceptor() - Constructor for class com.jivesoftware.forum.action.ForumAuthInterceptor
 
ForumAware - Interface in com.jivesoftware.forum.action
Allows actions to acquire an instance of Forum
ForumBlockIterator - Class in com.jivesoftware.forum.database
Iterates through a set of forums.
ForumBlockIterator(long[], CachedPreparedStatement, int, int, long, DbForumFactory) - Constructor for class com.jivesoftware.forum.database.ForumBlockIterator
Constructs a new ForumBlockIterator.
forumCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for Forum objects.
ForumCacheWarmupTask - Class in com.jivesoftware.forum.database
A task that warms up the cache of a forum by loading up chunks of its thread and message data.
ForumCacheWarmupTask(Forum) - Constructor for class com.jivesoftware.forum.database.ForumCacheWarmupTask
Create a new cache warmup task.
ForumCategory - Interface in com.jivesoftware.forum
A container for forums and a hierarchy of other forum categories.
ForumCategory - Class in com.jivesoftware.forum.webservices
A container for forums and a hierarchy of other forum categories.
ForumCategory() - Constructor for class com.jivesoftware.forum.webservices.ForumCategory
 
ForumCategoryAction - Class in com.jivesoftware.forum.action
This class is an Action which encapsulates all the logic of loading a category (or the root category if no category is specified) and its subcategories and forums.
ForumCategoryAction() - Constructor for class com.jivesoftware.forum.action.ForumCategoryAction
 
ForumCategoryAware - Interface in com.jivesoftware.forum.action
 
ForumCategoryNotFoundException - Exception in com.jivesoftware.forum
 
ForumCategoryNotFoundException() - Constructor for exception com.jivesoftware.forum.ForumCategoryNotFoundException
 
ForumCategoryNotFoundException(String) - Constructor for exception com.jivesoftware.forum.ForumCategoryNotFoundException
 
ForumCategoryNotFoundException(String, long) - Constructor for exception com.jivesoftware.forum.ForumCategoryNotFoundException
Creates this exception with a messages and the id of the forum category that could not be found
ForumCategoryNotFoundException(long) - Constructor for exception com.jivesoftware.forum.ForumCategoryNotFoundException
Creates this exception with the id of the forum category that could not be found.
ForumCategoryProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for ForumCategories.
ForumCategoryProxy(ForumCategory, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumCategoryProxy
Creates a new ForumCategoryProxy object.
ForumCategoryService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum categories.
ForumCategoryServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ForumCategoryServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
forumDeleted(ForumEvent) - Method in interface com.jivesoftware.forum.event.ForumListener
Fired when a forum is about to be deleted from the system.
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.event.ForumListenerAdapter
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Deletes all views associated with the forum being deleted.
forumDeleted(ForumEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
ForumEvent - Class in com.jivesoftware.forum.event
An event for Forum objects.
ForumEvent(int, Forum, Map) - Constructor for class com.jivesoftware.forum.event.ForumEvent
Creates a new forum event.
ForumEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for forum events.
ForumFactory - Class in com.jivesoftware.forum
A ForumFactory provides access to and management of Forums.
ForumFactory() - Constructor for class com.jivesoftware.forum.ForumFactory
 
ForumFactoryAware - Interface in com.jivesoftware.forum.action
Allows actions to acquire an instance of ForumFactory
ForumFactoryProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for ForumFactory.
ForumFactoryProxy(AuthToken, ForumFactory, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
ForumFilter - Class in com.jivesoftware.forum.renderer.filter
A filter that converts [forum]123[/forum] tags into urls.
ForumFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.ForumFilter
 
ForumFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the ForumFilter.
ForumFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.ForumFilterBeanInfo
 
ForumFilterInterceptor - Class in com.jivesoftware.forum.action
 
ForumFilterInterceptor() - Constructor for class com.jivesoftware.forum.action.ForumFilterInterceptor
 
forumID - Variable in class com.jivesoftware.forum.action.TagCloudAction
 
forumID - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
forumID - Variable in class com.jivesoftware.forum.database.DbForumThread
 
forumID - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
The forumID is used instead of an actual forum object since Jive's cache system will orphan the forum object after 6 hours.
forumIDs - Variable in class com.jivesoftware.forum.database.DbQuery
 
forumIndexCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache to map forum indexes to message ID's.
forumIndexPut(String, long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
forumIndexRemove(String) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
ForumList - Class in com.jivesoftware.util
Created by IntelliJ IDEA.
ForumList() - Constructor for class com.jivesoftware.util.ForumList
 
ForumListener - Interface in com.jivesoftware.forum.event
Listener for forum events.
ForumListenerAdapter - Class in com.jivesoftware.forum.event
Adapter class for the ForumListener interface.
ForumListenerAdapter() - Constructor for class com.jivesoftware.forum.event.ForumListenerAdapter
 
ForumLocaleManager - Class in com.jivesoftware.forum
A Forums instance of LocaleManager.
forumLock - Static variable in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
ForumMacro - Class in com.jivesoftware.forum.renderer.macro
A macro to convert {forum:id=123} into a forum link
ForumMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.ForumMacro
 
ForumMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the ForumMacro.
ForumMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.ForumMacroBeanInfo
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
forumMerged(ForumEvent) - Method in interface com.jivesoftware.forum.event.ForumListener
Fired when a forum is merged into another forum.
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.event.ForumListenerAdapter
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ForumListener interface.
forumMerged(ForumEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
ForumMessage - Interface in com.jivesoftware.forum
A ForumMessage encapsulates message data.
ForumMessage - Class in com.jivesoftware.forum.webservices
A ForumMessage encapsulates message data.
ForumMessage() - Constructor for class com.jivesoftware.forum.webservices.ForumMessage
 
ForumMessageAware - Interface in com.jivesoftware.forum.action
Allows actions to acquire an instance of ForumMessage
ForumMessageBlockIterator - Class in com.jivesoftware.forum.database
A iterator for blocks of message ID's.
ForumMessageBlockIterator(long[], CachedPreparedStatement, int, int, int, long) - Constructor for class com.jivesoftware.forum.database.ForumMessageBlockIterator
Constructs a new ForumMessageBlockIterator.
ForumMessageIterator - Class in com.jivesoftware.forum
An iterator for ForumMessages that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumMessageIterator() - Constructor for class com.jivesoftware.forum.ForumMessageIterator
 
ForumMessageIteratorProxy - Class in com.jivesoftware.forum.proxy
 
ForumMessageIteratorProxy(ForumMessageIterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
ForumMessageNotFoundException - Exception in com.jivesoftware.forum
Thrown if a nonexistant ForumMessage was attempting to be loaded.
ForumMessageNotFoundException() - Constructor for exception com.jivesoftware.forum.ForumMessageNotFoundException
 
ForumMessageNotFoundException(String) - Constructor for exception com.jivesoftware.forum.ForumMessageNotFoundException
 
ForumMessageProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for ForumMessage objects.
ForumMessageProxy(ForumMessage, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumMessageProxy
Creates a new ForumMessageProxy to protect the supplied message with the specified permissions
ForumMessageService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum messages.
ForumMessageServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ForumMessageServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
forumModified(ForumEvent) - Method in interface com.jivesoftware.forum.event.ForumListener
Fired when a forum is modified.
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ForumListener interface.
forumModified(ForumEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
forumMoved(ForumEvent) - Method in interface com.jivesoftware.forum.event.ForumListener
Fired when a forum has been moved from one category to another.
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.event.ForumListenerAdapter
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ForumListener interface.
forumMoved(ForumEvent) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
forumNNTPNameCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for mapping forum NNTP names to forum ID.
ForumNotFoundException - Exception in com.jivesoftware.forum
 
ForumNotFoundException() - Constructor for exception com.jivesoftware.forum.ForumNotFoundException
 
ForumNotFoundException(String) - Constructor for exception com.jivesoftware.forum.ForumNotFoundException
 
ForumNotFoundException(long) - Constructor for exception com.jivesoftware.forum.ForumNotFoundException
 
ForumNotFoundException(String, long) - Constructor for exception com.jivesoftware.forum.ForumNotFoundException
 
ForumObject - Class in com.jivesoftware.base
Container representing a the type and ID of a forum object (e.g.
ForumObject(int, long) - Constructor for class com.jivesoftware.base.ForumObject
Creates ForumObject from type and id
ForumPermissions - Class in com.jivesoftware.forum
Defines permissions specific to the Jive Forums product.
ForumProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for Forums.
ForumProxy(Forum, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumProxy
Creates a new ForumProxy object.
ForumRenderManager - Interface in com.jivesoftware.forum.renderer
A manager to manage filters to be used for render operations.
ForumRenderManagerProxy - Class in com.jivesoftware.forum.proxy
 
ForumRenderManagerProxy(ForumRenderManager, long, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumRenderManagerProxy
 
ForumRenderManagerProxyFactory - Class in com.jivesoftware.forum.proxy
A factory for creating proxies for the ForumRenderManager implementation.
ForumsAdminAuthInterceptor - Class in com.jivesoftware.forum.interceptor
Forums specific AdminAuthInterceptor which can return a UserManager for use by actions in the admin console.
ForumsAdminAuthInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.ForumsAdminAuthInterceptor
 
ForumsChatSettings - Class in com.jivesoftware.forum.im
Forums specific chat settings class which contains additional properties.
ForumsChatSettings() - Constructor for class com.jivesoftware.forum.im.ForumsChatSettings
 
ForumService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forums.
ForumServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ForumServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
ForumSession - Class in com.jivesoftware.forum.nntp.spi
Implements the primary Forum integration point for supporting a Jive NNTP server front end.
ForumSession(NNTPReadStatSession) - Constructor for class com.jivesoftware.forum.nntp.spi.ForumSession
Protect the constructor from creation.
ForumsInterceptor - Class in com.jivesoftware.forum.action
Interceptor that will provide interface based dependency intejection on Jive Forums Specific resouces.
ForumsInterceptor() - Constructor for class com.jivesoftware.forum.action.ForumsInterceptor
 
ForumsLicenseUtils - Class in com.jivesoftware.forum
Subclass of product manager that provides helper methods for forums specific functionality
ForumsLicenseUtils() - Constructor for class com.jivesoftware.forum.ForumsLicenseUtils
 
ForumsLicenseUtils.Editions - Class in com.jivesoftware.forum
Possible forums addition constants
ForumsLifeCycleListener - Class in com.jivesoftware.forum.util
A simple servlet context listener which responds to context destroy events by shutting down forum services.
ForumsLifeCycleListener() - Constructor for class com.jivesoftware.forum.util.ForumsLifeCycleListener
 
ForumsProductProvider - Class in com.jivesoftware.forum
Provides product information for Jive Forums
ForumsProductProvider() - Constructor for class com.jivesoftware.forum.ForumsProductProvider
 
ForumsReadStatsManager - Class in com.jivesoftware.forum.stats
 
ForumsReadStatsManager() - Constructor for class com.jivesoftware.forum.stats.ForumsReadStatsManager
 
ForumsReportManager - Class in com.jivesoftware.forum.stats
Default implementation of the OldReportManager interface.
ForumsReportRunner - Class in com.jivesoftware.forum.stats
Main class for generating reports.
ForumsReportRunner() - Constructor for class com.jivesoftware.forum.stats.ForumsReportRunner
 
ForumsReportRunner(AuthToken) - Constructor for class com.jivesoftware.forum.stats.ForumsReportRunner
 
ForumThemeManager - Class in com.jivesoftware.forum.theme
Adds additional features to manage themes for the forums application, including binding themes to categories and forums.
ForumThemeManager() - Constructor for class com.jivesoftware.forum.theme.ForumThemeManager
 
ForumThemeType - Class in com.jivesoftware.forum.theme
An extension of the ThemeType class to define and add forum and category theme types.
ForumThemeType(String, int) - Constructor for class com.jivesoftware.forum.theme.ForumThemeType
 
ForumThread - Interface in com.jivesoftware.forum
A ForumThread is a container for a hierarchy of ForumMessages.
ForumThread - Class in com.jivesoftware.forum.webservices
A ForumThread is a container for a hierarchy of ForumMessages.
ForumThread() - Constructor for class com.jivesoftware.forum.webservices.ForumThread
 
ForumThreadAction - Class in com.jivesoftware.forum.action
This class is a WebWork action which encapsulates all the logic of loading and validating a ForumThread object.
ForumThreadAction() - Constructor for class com.jivesoftware.forum.action.ForumThreadAction
 
ForumThreadAware - Interface in com.jivesoftware.forum.action
Allows actions to acquire an instance of ForumThread
ForumThreadBlockIterator - Class in com.jivesoftware.forum.database
Database implementation of the ForumThreadIterator abstract class.
ForumThreadBlockIterator(long[], CachedPreparedStatement, int, int, int, long, DbForumFactory) - Constructor for class com.jivesoftware.forum.database.ForumThreadBlockIterator
Constructs a new ForumThreadBlockIterator.
ForumThreadIterator - Class in com.jivesoftware.forum
An iterator for ForumThreads that allows backwards and forwards iteration, as well as setting an index into the Iteration.
ForumThreadIterator() - Constructor for class com.jivesoftware.forum.ForumThreadIterator
 
ForumThreadIteratorProxy - Class in com.jivesoftware.forum.proxy
 
ForumThreadIteratorProxy(ForumThreadIterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
ForumThreadList - Class in com.jivesoftware.util
Created by IntelliJ IDEA.
ForumThreadList() - Constructor for class com.jivesoftware.util.ForumThreadList
 
ForumThreadNotFoundException - Exception in com.jivesoftware.forum
Thrown if a nonexistant ForumThread was attempting to be loaded.
ForumThreadNotFoundException() - Constructor for exception com.jivesoftware.forum.ForumThreadNotFoundException
 
ForumThreadNotFoundException(String) - Constructor for exception com.jivesoftware.forum.ForumThreadNotFoundException
 
ForumThreadProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for ForumThread objects.
ForumThreadProxy(ForumThread, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ForumThreadProxy
Creates a new proxy.
ForumThreadService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum threads.
ForumThreadServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ForumThreadServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
ForumUtils - Class in com.jivesoftware.forum.util
Utility class for common code that is not skin specific but is unique to Jive Forums.
FREE - Static variable in class com.jivesoftware.util.LongHashMap
 
freeConnection() - Method in class com.jivesoftware.base.database.ConnectionPool
Notifies threads waiting on monitor for open connections that a connection is now available.
freeEntries - Variable in class com.jivesoftware.util.LongHashMap
 
FreemarkerResult - Class in com.jivesoftware.base.util.webwork
 
FreemarkerResult() - Constructor for class com.jivesoftware.base.util.webwork.FreemarkerResult
 
FRENCH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The french analyzer provides for stemming of words to allow for flexibility in searching when most content is in German.
FrenchStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
FrenchStemmer() - Constructor for class com.jivesoftware.util.search.FrenchStemmer
 
FrenchStemmingAnalyzer - Class in com.jivesoftware.util.search
An French analyzer for Lucene based upon the standard analyzer that supports stemming of french words.
FrenchStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.FrenchStemmingAnalyzer
Builds an analyzer.
FrenchStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.FrenchStemmingAnalyzer
Builds an analyzer with the given stop words.
FREQUENCY_EVERY_OTHER_DAY - Static variable in class com.jivesoftware.forum.action.EditWatchesAction
Batch email frequency -- every other day
FREQUENCY_EVERY_OTHER_DAY - Static variable in class com.jivesoftware.forum.watches.WatchSettings
Batch email frequency -- every other day
FREQUENCY_IMMEDIATELY - Static variable in class com.jivesoftware.forum.action.EditWatchesAction
Batch email frequency -- send immediately (default)
FREQUENCY_IMMEDIATELY - Static variable in class com.jivesoftware.forum.watches.WatchSettings
Batch email frequency -- send immediately (default)
FREQUENCY_ONCE_A_DAY - Static variable in class com.jivesoftware.forum.action.EditWatchesAction
Batch email frequency -- once a day
FREQUENCY_ONCE_A_DAY - Static variable in class com.jivesoftware.forum.watches.WatchSettings
Batch email frequency -- once a day
FREQUENCY_ONCE_A_WEEK - Static variable in class com.jivesoftware.forum.action.EditWatchesAction
Batch email frequency -- once a week
FREQUENCY_ONCE_A_WEEK - Static variable in class com.jivesoftware.forum.watches.WatchSettings
Batch email frequency -- once a week
fromString(String) - Static method in class com.jivesoftware.base.theme.ThemeType
Loads a ThemeType object from the name of the theme type.
fromString(String) - Static method in class com.jivesoftware.webchat.License.LicenseType
 
fromXML(String) - Static method in class com.jivesoftware.webchat.License
Transforms a valid license XML file into a License object.
FULL - Static variable in class com.jivesoftware.util.FastDateFormat
Style pattern
FULL - Static variable in class com.jivesoftware.util.LongHashMap
 

G

GATEWAY - Static variable in class com.jivesoftware.base.JiveConstants
 
Gateway - Interface in com.jivesoftware.forum.gateway
A Gateway synchronizes a forum and an external data source such as a NNTP newsgroup, or mailing list (through a POP3 account and SMTP).
gateway - Variable in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
GATEWAY_APPROVE - Static variable in class com.jivesoftware.forum.gateway.NewsgroupExporter
Used to flag forums that are read only and which should force NNTP messages through with the 'Approve' header.
GATEWAY_AVERAGE_TIME - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their average run time.
GATEWAY_EXPORT_RETRY - Static variable in interface com.jivesoftware.forum.gateway.GatewayManager
Property placed on messages that should be rexported
GATEWAY_FAILED_MESSAGES - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their total number of failed messages.
GATEWAY_FORUM - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their forum name.
GATEWAY_MESSAGE_ID - Static variable in class com.jivesoftware.forum.gateway.GatewayUtil
 
GATEWAY_MESSAGE_ID - Static variable in class com.jivesoftware.forum.gateway.ImapImporter
Used to flag messages in the forum with a message id Specific to this gateway
GATEWAY_MESSAGE_ID - Static variable in class com.jivesoftware.forum.gateway.NewsgroupExporter
Used to flag messages in the forum with a message id specific to this gateway.
GATEWAY_MESSAGE_ID - Static variable in class com.jivesoftware.forum.gateway.NewsgroupImporter
Used to flag messages in the forum with a message id specific to this gateway.
GATEWAY_MESSAGE_ID - Static variable in class com.jivesoftware.forum.gateway.Pop3Importer
Used to flag messages in the forum with a message id Specific to this gateway
GATEWAY_MESSAGES_ADDED - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their number of messages added.
GATEWAY_PARENT_ID - Static variable in class com.jivesoftware.forum.gateway.ImapImporter
Used to flag messages in the forum with a parent id Specific to this gateway
GATEWAY_PARENT_ID - Static variable in class com.jivesoftware.forum.gateway.NewsgroupExporter
Used to flag messages in the forum with a parent id specific to this gateway.
GATEWAY_PARENT_ID - Static variable in class com.jivesoftware.forum.gateway.NewsgroupImporter
Used to flag messages in the forum with a parent id specific to this gateway.
GATEWAY_PARENT_ID - Static variable in class com.jivesoftware.forum.gateway.Pop3Importer
Used to flag messages in the forum with a parent id Specific to this gateway
GATEWAY_TIMES_RAN - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their number of times ran.
GATEWAY_TOTAL_MESSAGES - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their total number of messages.
GATEWAY_TYPE - Static variable in class com.jivesoftware.forum.gateway.GatewayComparators
Compares two Gateway objects, based on their type.
GatewayComparators - Class in com.jivesoftware.forum.gateway
A collection of Comparators to handle sorting various objects.
GatewayComparators() - Constructor for class com.jivesoftware.forum.gateway.GatewayComparators
 
GatewayException - Exception in com.jivesoftware.forum.gateway
Thrown when an error occurs during a Gateway operation.
GatewayException() - Constructor for exception com.jivesoftware.forum.gateway.GatewayException
 
GatewayException(String) - Constructor for exception com.jivesoftware.forum.gateway.GatewayException
 
GatewayException(String, Throwable) - Constructor for exception com.jivesoftware.forum.gateway.GatewayException
 
GatewayException(Throwable) - Constructor for exception com.jivesoftware.forum.gateway.GatewayException
 
GatewayExporter - Interface in com.jivesoftware.forum.gateway
A gateway exporter knows how to export forum messages to an external data source.
GatewayExportTask - Class in com.jivesoftware.forum.gateway
A task that performs a exporter export.
GatewayExportTask(Gateway, Date) - Constructor for class com.jivesoftware.forum.gateway.GatewayExportTask
 
GatewayImporter - Interface in com.jivesoftware.forum.gateway
A gateway importer knows how to import forum data from an external data source.
GatewayImporter.Stats - Class in com.jivesoftware.forum.gateway
 
GatewayImporter.Stats() - Constructor for class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
GatewayImportTask - Class in com.jivesoftware.forum.gateway
A task that performs a gateway import.
GatewayImportTask(Gateway, Date) - Constructor for class com.jivesoftware.forum.gateway.GatewayImportTask
 
GatewayInterceptor - Class in com.jivesoftware.forum.interceptor
An interceptor that allows for the hiding of name and email information for messages imported via a gateway.
GatewayInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.GatewayInterceptor
 
GatewayInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.GatewayInterceptor
 
GatewayInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the gateway interceptor.
GatewayInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.GatewayInterceptorBeanInfo
 
GatewayListener - Class in com.jivesoftware.forum.gateway
Listens for events in the system that should trigger gateways.
GatewayListener() - Constructor for class com.jivesoftware.forum.gateway.GatewayListener
 
GatewayManager - Interface in com.jivesoftware.forum.gateway
Manages all gateways in the system.
GatewayManager.Type - Class in com.jivesoftware.forum.gateway
Possbile values for gateways types.
GatewayManagerClusterTask - Class in com.jivesoftware.forum.gateway
This task reinitializes gateway managers to force reloading of configured values from the database.
GatewayManagerClusterTask() - Constructor for class com.jivesoftware.forum.gateway.GatewayManagerClusterTask
 
GatewayManagerClusterTask(boolean) - Constructor for class com.jivesoftware.forum.gateway.GatewayManagerClusterTask
 
GatewayManagerFactory - Class in com.jivesoftware.forum.gateway
 
GatewayManagerProxy - Class in com.jivesoftware.forum.gateway
 
GatewayManagerProxy(GatewayManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
gatewayMessageId - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used to flag messages in the forum with a message id.
gatewayParentId - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used to flag messages in the forum with a parent id.
GatewaySettings - Class in com.jivesoftware.forum.gateway
 
GatewaySettings() - Constructor for class com.jivesoftware.forum.gateway.GatewaySettings
 
GatewaySettings(Forum, String) - Constructor for class com.jivesoftware.forum.gateway.GatewaySettings
 
GatewaySettingsManager - Class in com.jivesoftware.forum.gateway
Caching logic will eventually be in this layer
GatewayUtil - Class in com.jivesoftware.forum.gateway
 
GatewayUtil() - Constructor for class com.jivesoftware.forum.gateway.GatewayUtil
 
GENERAL - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a general abuse report.
GENERAL_ERROR - Static variable in exception com.jivesoftware.forum.AttachmentException
 
generateChart(Report, int, File) - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
generateCSV(Report, int, File) - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
generateDescriptorHTML(Object, PropertyDescriptor) - Static method in class com.jivesoftware.forum.util.AdminUtils
 
generateLuceneQuery(String, boolean, boolean) - Method in class com.jivesoftware.forum.database.LocalQuery
 
generateReportDetails(ReportManager, Map, int, File) - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
generateSecretKey() - Static method in class com.jivesoftware.util.EncryptionUtil
Generates a new secret key using the Blowfish algorithm unless there is another specified by the jive property jive.crypto.algorithm.
generateSecretKey(String) - Static method in class com.jivesoftware.util.EncryptionUtil
Generates a new secret key using the specified algorithm.
generateThumbnail(InputStream, int, boolean, File) - Method in class com.jivesoftware.forum.util.JiveServlet
 
GenericCollectionProxy - Class in com.jivesoftware.base.proxy
Creates a Collection that protects all of its members by using the proxyFactory to create proxies for each of the members.
GenericCollectionProxy(Collection, GenericProxyFactory) - Constructor for class com.jivesoftware.base.proxy.GenericCollectionProxy
 
genericizeDateString(String, Locale) - Static method in class com.jivesoftware.base.action.util.DateUtils
Converts a localized date string to a generic date string (MM/dd/yyyy)
GenericListProxy - Class in com.jivesoftware.base.proxy
Creates a list that protects all of its members by using the proxyFactory to create proxies for each of the members.
GenericListProxy(List, GenericProxyFactory) - Constructor for class com.jivesoftware.base.proxy.GenericListProxy
 
GenericMapProxy - Class in com.jivesoftware.base.proxy
 
GenericMapProxy(Map, GenericProxyFactory) - Constructor for class com.jivesoftware.base.proxy.GenericMapProxy
 
GenericProxyFactory - Interface in com.jivesoftware.base.proxy
 
GERMAN_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The german analyzer provides for stemming of words to allow for flexibility in searching when most content is in German.
GermanStemmer - Class in com.jivesoftware.util.search
Generated class implementing code defined by a snowball script.
GermanStemmer() - Constructor for class com.jivesoftware.util.search.GermanStemmer
 
GermanStemmingAnalyzer - Class in com.jivesoftware.util.search
An German analyzer for Lucene based upon the standard analyzer that supports stemming of german words.
GermanStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.GermanStemmingAnalyzer
Builds an analyzer.
GermanStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.GermanStemmingAnalyzer
Builds an analyzer with the given stop words.
get(String) - Method in class com.jivesoftware.base.action.util.JiveStaticModels
 
get(int) - Method in class com.jivesoftware.base.proxy.GenericListProxy
 
get(Object) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache
 
get(Object) - Method in class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
get(Object) - Method in class com.jivesoftware.forum.database.QueryCache
 
get(Object) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
get(Object) - Method in interface com.jivesoftware.forum.database.QueryCache.PutGetRemoveStrategy
 
get(String, int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
get(String) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
get(int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
get(int) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
get(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
get(int) - Method in class com.jivesoftware.util.BooleanList
Returns the boolean value at the specified index.
get(Object) - Method in class com.jivesoftware.util.CacheWrapper
 
get(Object) - Method in class com.jivesoftware.util.ClusteredCache
 
get(Object) - Method in class com.jivesoftware.util.DbJiveProperties
 
get(Object) - Method in class com.jivesoftware.util.DefaultCache
 
get(long) - Method in class com.jivesoftware.util.LongHashMap
Returns the value associated with the specified key.
get(int) - Method in class com.jivesoftware.util.LongList
Returns the long value at the specified index.
get(Object) - Method in class com.jivesoftware.util.LRUCache
 
get(Object) - Method in class com.jivesoftware.util.XMLJiveProperties
Returns the value of the specified property.
GET_FORUM_OBJECTS - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
GET_MESSAGE_OBJECTS - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
GET_THREAD_OBJECTS - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
getAbuseManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getAbuseManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an abuse manager that can be used for managing abuse reports
getAbuseManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getAbuseReports(ForumMessage) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Gets a list of open abuse reports for a particular message
getAbuseReports(User) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Gets a list of open abuse reports from a particular user
getAbuseReports(ForumMessage) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
getAbuseReports(User) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
getAbuseReportsByMessage(long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
getAbuseReportsByMessage(long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
getAbuseReportsByUser(long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
getAbuseReportsByUser(long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
getAbuseThreshold() - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Gets the number of abuse reports needed to automatically hide a message.
getAbuseThreshold() - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
getAbuseType() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getAbuseType(int) - Static method in class com.jivesoftware.forum.abuse.AbuseType
A helper method to get a specific AbuseType object from its key
getAbuseType() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
getAcceptManager() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the server's accept manager.
getAcceptMonitor() - Method in class com.jivesoftware.forum.net.AcceptPort
Obtain the monitor watching the basic behavior of this AcceptPort.
getAcceptPolicy() - Method in class com.jivesoftware.forum.net.AcceptPort
The accept policy specific to this accept port.
getAcceptPort(InetAddress, int) - Method in class com.jivesoftware.forum.net.AcceptManager
Obtains an accept port by address and port.
getAcceptPortCount() - Method in class com.jivesoftware.forum.net.AcceptManager
Returns the number of accept ports being managed.
getAcceptPorts() - Method in class com.jivesoftware.forum.net.AcceptManager
Obtain an iterator over all the AcceptPorts being managed.
getAcceptPorts(BasicResultFilter) - Method in class com.jivesoftware.forum.net.AcceptManager
Obtain an iterator over the AcceptPorts being managed that comply with the given result filter.
getAccessType() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
getAccessType(String) - Static method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Returns the access type that matches the access type name.
getActingUserID() - Method in class com.jivesoftware.forum.mail.CreateThread
 
getActingUserID() - Method in interface com.jivesoftware.forum.mail.EmailAction
Returns the id of the user this instance will act as.
getActingUserID() - Method in class com.jivesoftware.forum.mail.ReplyToThread
 
getAction() - Static method in class com.jivesoftware.base.action.ActionUtils
Deprecated. Returns the current XWork action.
getActionBuilder() - Method in class com.jivesoftware.forum.mail.spi.DefaultIntegrationProvider
 
getActionBuilder() - Method in class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
Returns an EmailActionBuilder which can build EmailAction instances for any email message where calls to EmailIntegrationProvider.canProcessMessage(javax.mail.Message) return true.
getActionErrors() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getActionForMessage(InboundMessage) - Method in class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
Creates and returns an EmailAction which represents the response to the supplied InboundMessage.
getActionMessages() - Static method in class com.jivesoftware.base.action.ActionUtils
Deprecated. Returns xwork action messages provided by the current action if there is any.
getActionMessages() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getActions() - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
getActionUri() - Method in class com.jivesoftware.base.action.util.JiveActionMapping
 
getActiveAvatar() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
getActiveAvatar(User) - Method in interface com.jivesoftware.forum.AvatarManager
Returns an avatar for a user, else null if no avatar exists for this user
getActiveAvatar(User) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getActiveAvatar(User) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getActiveConnectionCount() - Method in class com.jivesoftware.base.database.ConnectionPool
Returns the number of open connections that are actively in use.
getActiveConnections() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the number of connections actively being used in the connection pool.
getActiveDate() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the the date as a parseable String format of when the poll should become active.
getActiveDate() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getActiveMode() - Method in class com.jivesoftware.forum.action.PollPostAction
Gets the active mode - will be either PollPostAction.ACTIVE_NOW or PollPostAction.ACTIVE_LATER.
getActiveMode() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getActivePollCount() - Method in class com.jivesoftware.base.database.DbPollManager
 
getActivePollCount(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getActivePollCount() - Method in interface com.jivesoftware.base.PollManager
Returns a count of all active polls in the system.
getActivePollCount(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns a count of all active polls of a given type and object ID.
getActivePollCount() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getActivePollCount(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getActivePolls() - Method in class com.jivesoftware.base.database.DbPollManager
 
getActivePolls(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getActivePolls() - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of active polls in the system.
getActivePolls(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of active polls associated with the object specified by the objectType and objectID.
getActivePolls() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns an Iterator of polls for the given object type and object ID.
getActivePolls() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getActivePolls(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getAdd(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getAdd(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getAdd(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getAdditionalBeanInfo() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getAddress() - Method in class com.jivesoftware.forum.net.AcceptPort
Returns the inet address that will be used.
getAddressBookService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of AddressBookService
getAdmin() - Method in class com.jivesoftware.base.ban.Ban
 
getAdminDN() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdminEmail() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getAdminID() - Method in class com.jivesoftware.base.ban.BanFilter
 
getAdministratorCount() - Method in class com.jivesoftware.base.database.DbGroup
 
getAdministratorCount() - Method in interface com.jivesoftware.base.Group
Returns the number of group administrators.
getAdministratorCount() - Method in class com.jivesoftware.base.GroupAdapter
 
getAdministratorCount() - Method in class com.jivesoftware.base.GroupProxy
 
getAdministratorCount() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getAdministratorCount() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getAdministratorCount() - Method in class com.jivesoftware.base.MockGroup
 
getAdministratorCount(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns the count of how many administrators there are for the group with the specified ID.
getAdministratorCount(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getAdministrators() - Method in class com.jivesoftware.base.database.DbGroup
 
getAdministrators() - Method in interface com.jivesoftware.base.Group
An iterator for all the users that are administrators of the group.
getAdministrators() - Method in class com.jivesoftware.base.GroupAdapter
 
getAdministrators() - Method in class com.jivesoftware.base.GroupProxy
 
getAdministrators() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getAdministrators() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getAdministrators() - Method in class com.jivesoftware.base.MockGroup
 
getAdminPassword() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the starting admin DN that searches for admins will performed with.
getAdminText(String, String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns a text element for the admin console, applying the appropriate locale.
getAfterDate() - Method in class com.jivesoftware.forum.database.DbQuery
 
getAfterDate() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getAfterDate() - Method in interface com.jivesoftware.forum.Query
Returns the earliest date for search results.
getAfterDate() - Method in class com.jivesoftware.forum.webservices.Query
Returns the earliest date for search results.
getAgree() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getAimID() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getAIMIMService() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getAlertSettings(Object) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
Returns an OpenQuestionAlertSettings instance associated with the forumElement argument. forumElement must be an instance of either Forum or ForumCategory, otherwise IllegalArgumentException is thrown.
getAliasLists() - Static method in class com.jivesoftware.util.search.SynonymFilter
Return the aliases as a List of Lists of aliases.
getAllCaches() - Static method in class com.jivesoftware.util.CacheFactory
Returns an array of all caches in the system.
getAllGatewaySettings() - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
getAllModerators(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getAllow() - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Returns the allow parameter.
getAllowAllByDefault() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns true if in the "allow all content types by default" mode.
getAllowAllByDefault() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getAllowAllByDefault() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getAllowAllByDefault() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if in the "allow all content types by default" mode.
getAllowAllByDefault() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getAllowedReferers() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
getAllowedReferers() - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
getAllowedSchemesStr() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getAllowedTagsStr() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getAllSessions() - Method in class com.jivesoftware.webchat.user.UserSession
Returns all active rooms.
getAllThreads() - Method in class com.jivesoftware.forum.database.DbForum
Returns an array of all the thread id's in the forum.
getAllUsersInRoom(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getAllWatches(User, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getAllWatches(User, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getAllWatches(User, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns an iterator for all objects of a particular type that a user is watching.
getAlternateBaseDN() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the alternate starting DN that searches for users will performed with.
getAltSyntaxName(String) - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns the alternate syntax name for the given schema resource (db name, column, etc).
getAltSyntaxName(String, boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns the alternate syntax name for the given schema resource (db name, column, etc).
getAlwaysModeratedGroups() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
getAlwaysModeratedUsers() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
getAnalyzer() - Static method in class com.jivesoftware.forum.database.DbSearchManager
Returns the Lucene analyzer class that is be used for indexing.
getAnchorText() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getAnnID() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns the ID of the announcement to load.
getAnnID() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
getAnnouncement() - Method in class com.jivesoftware.forum.action.AnnounceAction
The requested announcement.
getAnnouncement() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
getAnnouncement() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
getAnnouncement() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns the newly created announcement.
getAnnouncement(long) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns an announcement by announcement ID.
getAnnouncement(long) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getAnnouncement(long) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns an announcement by announcement ID.
getAnnouncement(long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getAnnouncementCount(Object) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns the count of all currently viewable announcements in a container.
getAnnouncementCount(Object, Date, Date) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns the count of all announcements in a container that are viewable within the specified date range.
getAnnouncementCount(Object) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getAnnouncementCount(Object, Date, Date) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getAnnouncementCount(Object) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getAnnouncementCount(Object, Date, Date) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getAnnouncementCount(int, long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the count of all currently viewable announcements in a container.
getAnnouncementCount(int, long, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the count of all announcements in a container that are viewable within the specified date range.
getAnnouncementCount(int, long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getAnnouncementCount(int, long, Date, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getAnnouncementManager() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns access to the announcement manager.
getAnnouncementManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getAnnouncementManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an announcement manager, which is used to create and retrieve announcements.
getAnnouncementManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getAnnouncements() - Method in class com.jivesoftware.forum.action.ForumAction
Returns an iterator of all announcements in the system.
getAnnouncements() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns an iterator of all announcements in the system.
getAnnouncements() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns the list of forum, category or system-level announcements.
getAnnouncements(Object) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns all currently viewable announcements in a container.
getAnnouncements(Object, Date, Date) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns the announcements in a container that are viewable within a specified date range.If container is null then system announcements will be returned.
getAnnouncements(Object) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getAnnouncements(Object, Date, Date) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getAnnouncements(Object) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getAnnouncements(Object, Date, Date) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getAnnouncements(int, long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns all currently viewable announcements in a container.
getAnnouncements(int, long, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the announcements in a container that are viewable within a specified date range.If container is null than system announcements will be returned.
getAnnouncements(int, long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getAnnouncements(int, long, Date, Date) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getAnnouncementService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
 
getAnnouncment() - Method in class com.jivesoftware.forum.event.AnnouncementEvent
Returns the Announcement that the event corresponds to.
getAnonymousAuthToken() - Static method in class com.jivesoftware.base.AuthFactory
Returns an anonymous user AuthToken.
getAnonymousAuthToken() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
getAnonymousPerms(PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getAnonymousUsername() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Retrieves the author name for users without viewable user information.
getAnonymousVoteCount() - Method in class com.jivesoftware.base.database.DbPoll
 
getAnonymousVoteCount(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getAnonymousVoteCount() - Method in interface com.jivesoftware.base.Poll
Returns a count of all guests user votes for all options in the poll.
getAnonymousVoteCount(int) - Method in interface com.jivesoftware.base.Poll
Returns a count of all user votes for the specified option in the poll.
getAnonymousVoteCount() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getAnonymousVoteCount(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getAnonymousVotes() - Method in class com.jivesoftware.base.database.DbPoll
 
getAnonymousVotes(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getAnonymousVotes(String) - Method in class com.jivesoftware.base.database.DbPoll
 
getAnonymousVotes() - Method in interface com.jivesoftware.base.Poll
Returns an Iterator of uniqueID's for guests who have voted for the option at the given index.
getAnonymousVotes(int) - Method in interface com.jivesoftware.base.Poll
Returns an Iterator of uniqueID's for guests who have voted for the option at the given index.
getAnonymousVotes(String) - Method in interface com.jivesoftware.base.Poll
Returns a list of option indexes corresponding to the anonymous votes, or an empty array if the user has not voted.
getAnonymousVotes() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getAnonymousVotes(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getAnonymousVotes(String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getAnsQuestion() - Method in class com.jivesoftware.forum.action.AttachAction
 
getAnsQuestion() - Method in class com.jivesoftware.forum.action.OldPostQuestionAction
 
getAnsQuestion() - Method in class com.jivesoftware.forum.action.PostQuestionAction
 
getAnsQuestion() - Method in class com.jivesoftware.forum.action.RateMessageAction
 
getAnsQuestion() - Method in class com.jivesoftware.forum.action.SpellAction
 
getApplyTableSurround() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getApplyTableSurround() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
getAppName() - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns the name of the application.
getArchiveDays(Forum) - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the number of days that threads in forum must be inactive before being archived.
getArchiveDays(Forum) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
getArchiveDays(Forum) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
getArchiveForum(Forum) - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the "archive forum" for the specified forum.
getArchiveForum(Forum) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
getArchiveForum(Forum) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
getArchiveManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getArchiveManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an archive manager that can be used to manage archiving for forums.
getArchiveManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getArchiveMode(Forum) - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the archive mode for the forum.
getArchiveMode(Forum) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
getArchiveMode(Forum) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
getArticle() - Method in class com.jivesoftware.forum.nntp.ArticleCommand
Obtain the article retrieved by the command.
getArticle(int) - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain an article by it's article number.
getArticle(String) - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain an article based on it's Message-ID.
getArticle(int) - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Obtain an article by it's group number.
getArticle(int) - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getArticle(String) - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getArticle(int) - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getArticle(long) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain an article by it's message-id.
getArticle(long, int) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain an article by it's article number.
getArticleCount() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Obtain an estimate on the number of articles in the group.
getArticleCount() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getArticleNumber() - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Obtain the article number of the article this filter is looking for.
getArticlePointer() - Method in class com.jivesoftware.forum.nntp.Session
Obtain the article pointer associated with the session.
getArticles(ArticleFilter) - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain all articles in the current group that match the article filter criteria.
getArticles(ArticleFilter) - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getArticles(NewsGroupFilter, ArticleFilter) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain an iterator over all articles on the server.
getAssignPoints() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getAssignPoints() - Method in class com.jivesoftware.forum.action.PostAction
Returns the number of points assigned for answering the question.
getAssociatedKey() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the idKey, which is used by coherence to associate entries.
getAssumeTrue() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Returns the value of the assumeTrue attribute.
getAttachFile() - Method in class com.jivesoftware.forum.action.AttachAction
 
getAttachFile() - Method in class com.jivesoftware.forum.action.PostAction
Returns an array of File objects corresponding to uploaded files
getAttachFileContentType() - Method in class com.jivesoftware.forum.action.PostAction
Returns an srray of content types corresponding to the array of uploaded files
getAttachFileFileName() - Method in class com.jivesoftware.forum.action.PostAction
Returns an array of file names corresponding to the array of uploaded files
getAttachID() - Method in class com.jivesoftware.forum.action.AttachAction
 
getAttachment() - Method in class com.jivesoftware.forum.action.AttachAction
 
getAttachment() - Method in interface com.jivesoftware.forum.Avatar
Returns the attachment for this avatar
getAttachment(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
getAttachment(long, Connection) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
getAttachment() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getAttachment() - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getAttachmentCount() - Method in class com.jivesoftware.forum.action.EditAction
 
getAttachmentCount() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns an Iterator of temporary attachments associated with this message.
getAttachmentCount() - Method in class com.jivesoftware.forum.action.PostAction
Returns a count of attachments associated with the new message.
getAttachmentCount() - Method in interface com.jivesoftware.forum.Announcement
Returns the number of attachments the announcement has.
getAttachmentCount() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getAttachmentCount() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getAttachmentCount() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getAttachmentCount() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getAttachmentCount() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the number of attachments this message has.
getAttachmentCount() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the number of attachments this private message has.
getAttachmentCount() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getAttachmentCount() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getAttachmentCount() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getAttachmentCount() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the number of attachments the announcement has.
getAttachmentCount() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the number of attachments this message has.
getAttachmentDir() - Static method in class com.jivesoftware.forum.database.DbAttachmentManager
Returns the directory that attachments are stored in.
getAttachmentDirectorySize() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns the size (in bytes) of the attachment directory on the file system.
getAttachmentDirectorySize() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getAttachmentDirectorySize() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getAttachmentDirectorySize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the size (in bytes) of the attachment directory on the file system.
getAttachmentDirectorySize() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getAttachmentID() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getAttachmentList() - Method in class com.jivesoftware.forum.action.PostAction
Returns a list of attachments from the temporary message
getAttachmentManager() - Method in class com.jivesoftware.forum.action.AttachAction
 
getAttachmentManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getAttachmentManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an attachment manager that can be used to manage attachment rules.
getAttachmentManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getAttachmentManagerService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of AttachmentManagerService
getAttachmentName() - Method in exception com.jivesoftware.forum.AttachmentException
 
getAttachmentName() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getAttachments() - Method in class com.jivesoftware.forum.action.EditAction
 
getAttachments() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns an Iterator of temporary attachments associated with this message.
getAttachments() - Method in class com.jivesoftware.forum.action.PostAction
Returns an iterator of attachments associated with the new message.
getAttachments() - Method in interface com.jivesoftware.forum.Announcement
Returns an Iterator for all the attachments of the message.
getAttachments() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getAttachments() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getAttachments(Connection) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getAttachments() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getAttachments() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getAttachments() - Method in interface com.jivesoftware.forum.ForumMessage
Returns an Iterator for all the attachments of this message.
getAttachments() - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getAttachments() - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the attachments as an Iterator of AttachmentData.
getAttachments() - Method in class com.jivesoftware.forum.mail.POP3Message
 
getAttachments() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns an Iterator for all attachments of this private message.
getAttachments() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getAttachments() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getAttachments() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getAttachmentsByMessageID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array of attachments that are attached to the specified message.
getAttachmentsByMessageID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getAttachmentsFromNntp(ForumMessage, String) - Static method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
getAtToken() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
getAttribute(HttpServletRequest, String) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a string.
getAttribute(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a string.
getAttribute(String, String) - Method in class com.jivesoftware.util.XMLJiveProperties
Returns the value of the attribute of the given property name or null if it doesn't exist.
getAttribute(HttpServletRequest, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a string.
getAttribute(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a string.
getAuthor() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getAuthor() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getAuthor(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the author of a plugin.
getAuthor() - Method in class com.jivesoftware.base.tags.JiveModels
 
getAuthor() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the author of the article (name <email>).
getAuthor() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Format an author field as a Header response.
getAuthToken(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
 
getAuthToken(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
Returns the AuthToken of the page user.
getAuthToken() - Method in class com.jivesoftware.base.action.JiveActionSupport
 
getAuthToken() - Method in class com.jivesoftware.base.action.LogoutAction
 
getAuthToken() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
 
getAuthToken(String, String) - Static method in class com.jivesoftware.base.AuthFactory
Returns the AuthToken token associated with the specified username and password.
getAuthToken(HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.base.AuthFactory
Returns the AuthToken token associated with the information in a servlet request and response object.
getAuthToken() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getAuthToken() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getAuthToken() - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Returns the current thread's AuthToken.
getAutoArchiveInterval() - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the inverval between auto archive executions (in hours).
getAutoArchiveInterval() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
getAutoArchiveInterval() - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
getAutoIndexInterval() - Method in class com.jivesoftware.forum.database.DbSearchManager
Creates a new DbSearchIndexer.
getAutoIndexInterval() - Method in interface com.jivesoftware.forum.SearchManager
Returns the number of minutes that the indexer waits between each update.
getAutoIndexInterval() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the number of minutes that the indexer waits between each update.
getAutoIndexInterval() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getAutoLogin() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getAutosaveInterval() - Method in class com.jivesoftware.forum.database.DbDraftManager
 
getAutosaveInterval() - Method in interface com.jivesoftware.forum.DraftManager
Returns the setting for the number of seconds between autosave invocations when autosave is enabled for a text field.
getAutosaveInterval() - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
getAvailableInterceptors() - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
getAvailableInterceptors() - Method in interface com.jivesoftware.forum.InterceptorManager
Returns an array of MessageInterceptor objects that are all of the currently available incerceptors in the system.
getAvailableInterceptors() - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
getAvailableLanguages() - Static method in class com.jivesoftware.util.SpellChecker
Return the list of languages that are available to use for spell checking.
getAvailableLanguages() - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Return the list of languages that are available to use for spell checking.
getAvailableRatingCount() - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getAvailableRatingCount() - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getAvailableRatingCount() - Method in interface com.jivesoftware.forum.RatingManager
Returns the count of currently available ratings.
getAvailableRatings() - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getAvailableRatings() - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getAvailableRatings() - Method in interface com.jivesoftware.forum.RatingManager
Returns an iterator of Rating objects that list all the available ratings.
getAvailableReports() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getAvailableReports() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns an array of available reports in the system.
getAvailableRooms() - Method in class com.jivesoftware.webchat.user.UserSession
 
getAvailableTemplates() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getAvailableTemplates() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns a list of templates available in the system.
getAvatar() - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
getAvatar() - Method in class com.jivesoftware.forum.action.UserAvatarAction
 
getAvatar(long) - Method in interface com.jivesoftware.forum.AvatarManager
Used to acquire an avatar by its id
getAvatar(long) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getAvatar(long) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getAvatarCount(User) - Method in interface com.jivesoftware.forum.AvatarManager
Used to acquire a count of all the avatars for a specific user
getAvatarCount(User) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getAvatarCount(User) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getAvatarIDs() - Method in class com.jivesoftware.forum.action.AvatarUserDeleteAction
 
getAvatarIDs() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getAvatarManager() - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
getAvatarManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getAvatarManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a AvatarManager that can be used to find, create, delete, and make avatars active
getAvatarManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getAvatarMods() - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
getAvatars(User) - Method in interface com.jivesoftware.forum.AvatarManager
Returns a collection of avatars for a user
getAvatars(User) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getAvatars() - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
getAvatars(User) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getAverage() - Method in class com.jivesoftware.util.profile.Profiler.ProfileStat
 
getAverageQueryTime(int) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Returns the average amount of time spent executing the specified type of query.
getAverageTime() - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
getAverageTime() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getAvViewsPerSession(Date, Date, QuickStats.Type) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the average views per session of type given type of stat.
getBan(long, BanLevel) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getBan(String, BanLevel) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getBan(long, BanLevel) - Method in interface com.jivesoftware.base.ban.BanDAO
Gets a Ban Object from the database.
getBan(String, BanLevel) - Method in interface com.jivesoftware.base.ban.BanDAO
Gets a Ban Object from the database.
getBan(long, BanLevel) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
getBan(String, BanLevel) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
getBan() - Method in exception com.jivesoftware.base.ban.BanException
 
getBan(long, BanLevel) - Method in interface com.jivesoftware.base.ban.BanManager
Gets a Ban Object from the database.
getBan(String, BanLevel) - Method in interface com.jivesoftware.base.ban.BanManager
Gets a Ban Object from the database.
getBan(long, BanLevel) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getBan(String, BanLevel) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getBankPoints(User) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getBankPoints(User) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getBankPoints(User) - Method in interface com.jivesoftware.forum.RewardManager
Returns the current number of reward points a user has.
getBanLevel() - Method in class com.jivesoftware.base.ban.Ban
 
getBanLevel() - Method in class com.jivesoftware.base.ban.BanFilter
 
getBanLevel(int) - Static method in class com.jivesoftware.base.ban.BanLevel
A helper method to get a specific BanLevel object from its key
getBanList() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Get the comma delimited list of banned IP's.
getBanList() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Returns the list of banned users as a list of comma-delimited usernames or the empty string if no banned users exist.
getBanManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getBanManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a ban manager that can be used for banning users
getBanManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getBannedMembers() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns all banned members in this room.
getBannedUser() - Method in class com.jivesoftware.base.ban.Ban
 
getBannedUserID() - Method in class com.jivesoftware.base.ban.BanFilter
 
getBannedUsers(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getBans() - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getBans(BanFilter) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getBans() - Method in interface com.jivesoftware.base.ban.BanDAO
Gets an unfiltered list of Ban objects from database
getBans(BanFilter) - Method in interface com.jivesoftware.base.ban.BanDAO
Gets a filtered list of Ban objects from the database
getBans() - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
getBans(BanFilter) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
getBans() - Method in interface com.jivesoftware.base.ban.BanManager
Gets an unfiltered list of Ban objects from database
getBans(BanFilter) - Method in interface com.jivesoftware.base.ban.BanManager
Gets a filtered list of Ban objects from the database
getBans() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getBans(BanFilter) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getBanType() - Method in class com.jivesoftware.base.ban.Ban
 
getBanType() - Method in class com.jivesoftware.base.ban.BanFilter
 
getBaseDN() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the starting DN that searches for users will performed with.
getBasename() - Method in class com.jivesoftware.base.tags.I18nTag
Sets the basename to be used when looking up keys in a resource bundle.
getBatchFrequency() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
getBean() - Method in class com.jivesoftware.base.admin.Sidebar
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.admin.SidebarTag
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.admin.SubSidebarTag
 
getBean() - Method in class com.jivesoftware.base.admin.Tabs
The name of the request attribute which holds a AdminPageBean instance.
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.admin.TabsTag
 
getBean() - Method in class com.jivesoftware.base.tags.AuthorModel
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.tags.AuthorTag
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.tags.FocusedSpanTag
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.tags.FocusedTextTag
 
getBean() - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
getBean() - Method in class com.jivesoftware.base.tags.PaginatorModel
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
getBean(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.tags.ProductCheckTag
 
getBeanClass() - Method in class com.jivesoftware.base.database.DefaultConnectionProviderBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.IPInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.UserInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.interceptor.VirusScanInterceptorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.URLFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilterBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.renderer.macro.UserMacroBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.GroupPostReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTimeBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.TopForumsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.UserCreationReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.forum.stats.report.UserQuestionsReportBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.DateValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.DecimalValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.EmailValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.LengthValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.NonValidatingValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.NumberValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.RangeValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.RegexValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.profiles.validator.URLValidatorBeanInfo
 
getBeanClass() - Method in class com.jivesoftware.util.JiveBeanInfo
Returns the bean Class.
getBeanDescriptor(Class) - Static method in class com.jivesoftware.util.BeanUtils
Returns the BeanDescriptor array for the specified Java Bean Class.
getBeanDescriptor() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getBeforeDate() - Method in class com.jivesoftware.forum.database.DbQuery
 
getBeforeDate() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getBeforeDate() - Method in interface com.jivesoftware.forum.Query
Returns the latest date for search results.
getBeforeDate() - Method in class com.jivesoftware.forum.webservices.Query
Returns the latest date for search results.
getBegin() - Method in class com.jivesoftware.base.stats.Bin
Get the first element in this Bin
getBegin() - Method in class com.jivesoftware.base.stats.bin.Interval
Get the first element in the Interval
getBegin() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Get the first element in this bin (the embedded element)
getBestContentEncoding(HttpServletRequest) - Static method in class com.jivesoftware.base.util.compression.CompressingStreamFactory
Determines best content encoding for the response, based on the request -- in particular, based on its "Accept-Encoding" header.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.CyclicSequence
Get the Bin for the specified Element.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.DefaultBinSequence
Produce a SingleElementBin from the given element.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.RegularSequence
Get the Bin for the specified Element.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.SigFigSequence
Take an element, strip out all but sigFig significant figures, and build a new bin.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.TimeSigFigSequence
Take an element, convert to the relevant time units, strip out all but sigFig significant figures, and build a new bin.
getBin(Element) - Method in class com.jivesoftware.base.stats.bin.VariableStepSequence
Map an Element to a Bin.
getBin(Element) - Method in interface com.jivesoftware.base.stats.BinSequence
Map an Element to a Bin.
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.CyclicSequence
Get a sequence of bins starting at minElement and ending with maxElement.
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.CyclicSequence
Get a sequence of bins starting at minElement and ending with maxElement.
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.DefaultBinSequence
getBins() does just returns null because we don't know anything about the structure of the Bins we generate with getBin()
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.DefaultBinSequence
getBins() does just returns null because we don't know anything about the structure of the Bins we generate with getBin()
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.RegularSequence
 
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.RegularSequence
Get a sequence of bins starting at minElement and ending with maxElement.
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.SigFigSequence
Return a sequence of bins starting with the bin containing minElement and ending with the bin containing maxElement.
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.SigFigSequence
Return a sequence of bins.
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.TimeSigFigSequence
Return a sequence of bins.
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.TimeSigFigSequence
Get a sequence of Bins.
getBins(Element, Element) - Method in class com.jivesoftware.base.stats.bin.VariableStepSequence
Get a sequence of Bins.
getBins(Element, Element, boolean, boolean) - Method in class com.jivesoftware.base.stats.bin.VariableStepSequence
Get a sequence of Bins.
getBins(Element, Element) - Method in interface com.jivesoftware.base.stats.BinSequence
Get a sequence of Bins.
getBins(Element, Element, boolean, boolean) - Method in interface com.jivesoftware.base.stats.BinSequence
Get a sequence of Bins.
getBins() - Method in class com.jivesoftware.base.stats.Histogram
 
getBinSequence() - Method in class com.jivesoftware.base.stats.Histogram
Get the histogram's BinSequence
getBlankImage() - Method in class com.jivesoftware.webchat.util.ImageUtils
 
getBlob(ResultSet, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Retrives a binary column from a result set, automatically performing streaming if the JDBC driver requires it.
getBlock(String, int) - Method in class com.jivesoftware.base.database.DbPollManager
Returns a block of objectID's (threads or messages) from a query and performs transparent caching of those blocks.
getBlock(int) - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
getBlock(CachedPreparedStatement, int, long, int, boolean) - Static method in class com.jivesoftware.forum.database.QueryCache
Returns a block of objectID's (threads or messages) from a query and performs transparent caching of those blocks.
getBlock(QueryCacheStrategy, CachedPreparedStatement, int, long, int, boolean) - Static method in class com.jivesoftware.forum.database.QueryCache
Returns a List of objects from a query and performs transparent caching of those blocks.
getBlockEnd() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Returns the HTML tag that ends a HTML block.
getBlockError() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
getBlockID() - Method in class com.jivesoftware.base.database.PollCacheKey
Returns the blockID of the key, or -1 if there is not a blockID.
getBlockID() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the blockID of the key, or -1 if there is not a blockID.
getBlockQueryString() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
getBlockStart() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Returns the HTML tag that starts a HTML block.
getBody() - Method in class com.jivesoftware.base.admin.SubSidebar
 
getBody() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the message body.
getBody() - Method in class com.jivesoftware.forum.action.PostAction
Returns the message body.
getBody() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getBody() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getBody() - Method in class com.jivesoftware.forum.action.QuestionResolutionAction
 
getBody() - Method in class com.jivesoftware.forum.action.SpellAction
 
getBody() - Method in interface com.jivesoftware.forum.Announcement
Returns the announcement body.
getBody() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getBody() - Method in class com.jivesoftware.forum.database.DbDraft
 
getBody() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getBody() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getBody() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getBody() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getBody() - Method in interface com.jivesoftware.forum.Draft
 
getBody() - Method in class com.jivesoftware.forum.DraftImpl
 
getBody() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message body.
getBody(StringBuffer, Part) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Retrieve the textual body of the message.
getBody() - Method in interface com.jivesoftware.forum.JiveContentObject
Return a summary of the jive object content.
getBody() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns the body of the message
getBody() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns the body of the message
getBody() - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getBody() - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the body text of the message.
getBody() - Method in class com.jivesoftware.forum.mail.POP3Message
 
getBody() - Method in class com.jivesoftware.forum.moderation.ModBean
 
getBody() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the message body.
getBody() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getBody() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getBody() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getBody() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getBody() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the announcement body.
getBody() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message body.
getBody() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getBody() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getBodyContent() - Method in class com.jivesoftware.base.tags.CacheTag
Returns the body content of this tag.
getBooleanAttribute(HttpServletRequest, String) - Static method in class com.jivesoftware.util.ParamUtils
Gets an attribute as a boolean.
getBooleanAttribute(HttpServletRequest, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets an attribute as a boolean.
getBooleanParameter(String) - Method in class com.jivesoftware.util.MultipartParamUtils
 
getBooleanParameter(HttpServletRequest, String) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a boolean.
getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a boolean.
getBooleanParameter(HttpServletRequest, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a boolean.
getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a boolean.
getBooleanProperty(String) - Method in class com.jivesoftware.base.theme.Theme
Returns the specified property as a boolean or returns false if the property doesn't exist or isn't parseable.
getBooleanProperty(String, boolean) - Method in class com.jivesoftware.base.theme.Theme
Returns the specified property as a boolean or returns defaultValue if the property doesn't exist or isn't parseable.
getBracketEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getBracketEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends character blocks.
getBracketEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a bracket.
getBracketEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a bracket.
getBracketStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getBracketStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts bracket blocks.
getBracketStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a bracket.
getBracketStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a bracket.
getBrandingPrefix() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
getBrandingString() - Method in class com.jivesoftware.webchat.ChatSettings
 
getBrandingTitle() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
getBrandingTitle() - Method in class com.jivesoftware.webchat.ChatSettings
 
getBreadcrumbs() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns a collection of breadcrumbs.
getBucket() - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
getBuildProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a build-level property.
getBullet() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Returns the bullet character for the list type
getBullets() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
getButtonID() - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
getByDate(Date) - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
Returns the first token in the set whose timestamp matches the day of year and year in the supplied Date
getByID(long) - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
getByteCount() - Method in interface com.jivesoftware.forum.nntp.Article
Returns the number of bytes in the article including line terminating <CR-LF> pairs the two extra <CR-LF> pairs separating message body and article body.
getByteCount() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getBytesFromFile(File) - Static method in class com.jivesoftware.webchat.util.Base64
 
getBytesFromImage(Image) - Static method in class com.jivesoftware.forum.util.GraphicUtils
 
getBytesRead() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns the number of bytes that have been read.
getBytesReceived() - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Returns the total bytes transferred during the session or -1 if it is unknown.
getBytesSent() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
Returns the total number of bytes sent or 0 if no bytes have been transferred.
getBytesSent() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredResponse
Returns the total number of bytes sent.
getBytesSent() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
Returns the total number of bytes sent or 0 if no bytes have been transferred.
getBytesSent() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the total number of bytes transferred over the lifetime of this session.
getBytesSent() - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Returns the total bytes sent during the session or -1 if it is unknown.
getBytesTask() - Method in class com.jivesoftware.base.stats.ReadStatsManager
Returns the 'bytes sent' persistence task.
getCache() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCache() - Method in class com.jivesoftware.forum.util.AdminCacheInfo.CacheWrapper
Returns the wrapped cache.
getCachedSize() - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbGroup
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbPoll
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbPresence
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbRoster
 
getCachedSize() - Method in class com.jivesoftware.base.database.DbUser
 
getCachedSize() - Method in class com.jivesoftware.base.database.PollCacheKey
 
getCachedSize() - Method in class com.jivesoftware.base.database.Vote
 
getCachedSize() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getCachedSize() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getCachedSize() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getCachedSize() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getCachedSize() - Method in class com.jivesoftware.base.Permissions
 
getCachedSize() - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
getCachedSize() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator.UserPointCacheKey
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbForum
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbQuery
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbQuestion
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbRating
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
getCachedSize() - Method in class com.jivesoftware.forum.database.DbWatch
 
getCachedSize() - Method in class com.jivesoftware.forum.database.LocalQuery
 
getCachedSize() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
getCachedSize() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
getCachedSize() - Method in class com.jivesoftware.forum.database.RatingCacheObject
 
getCachedSize() - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
getCachedSize() - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
getCachedSize() - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
 
getCachedSize() - Method in class com.jivesoftware.forum.QueryResult
 
getCachedSize() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getCachedSize() - Method in class com.jivesoftware.profiles.ProfileField
Returns the esitmated cache size of this obejct by calculating the size of each field.
getCachedSize() - Method in class com.jivesoftware.profiles.ProfileFieldOption
Returns the esitmated cache size of this obejct by calculating the size of each field.
getCachedSize() - Method in class com.jivesoftware.profiles.UserProfile
Returns the esitmated cache size of this obejct by calculating the size of each field.
getCachedSize() - Method in class com.jivesoftware.profiles.validator.DateValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.EmailValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.NonValidatingValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.RegexValidator
 
getCachedSize() - Method in class com.jivesoftware.profiles.validator.URLValidator
 
getCachedSize() - Method in interface com.jivesoftware.util.Cacheable
Returns the approximate size of the Object in bytes.
getCachedSize() - Method in class com.jivesoftware.util.LongTree
 
getCachedSize() - Method in class com.jivesoftware.util.search.CachedFilter
 
getCacheHits() - Method in class com.jivesoftware.forum.database.QueryCache
 
getCacheHits() - Method in class com.jivesoftware.forum.webservices.Cache
 
getCacheHits() - Method in interface com.jivesoftware.util.Cache
Returns the number of cache hits.
getCacheHits() - Method in class com.jivesoftware.util.CacheWrapper
 
getCacheHits() - Method in class com.jivesoftware.util.ClusteredCache
 
getCacheHits() - Method in class com.jivesoftware.util.DefaultCache
 
getCacheHits() - Method in class com.jivesoftware.util.LRUCache
Returns the number of cache hits.
getCacheKey(JiveContentObject) - Static method in class com.jivesoftware.forum.TagManagerFactory
Returns a tag content cache key.
getCacheManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
Returns the cache manager object.
getCacheMisses() - Method in class com.jivesoftware.forum.database.QueryCache
 
getCacheMisses() - Method in class com.jivesoftware.forum.webservices.Cache
 
getCacheMisses() - Method in interface com.jivesoftware.util.Cache
Returns the number of cache misses.
getCacheMisses() - Method in class com.jivesoftware.util.CacheWrapper
 
getCacheMisses() - Method in class com.jivesoftware.util.ClusteredCache
 
getCacheMisses() - Method in class com.jivesoftware.util.DefaultCache
 
getCacheMisses() - Method in class com.jivesoftware.util.LRUCache
Returns the number of cache misses.
getCacheMode(HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
Returns the cache mode (simple or advanced) currently set for the user.
getCachePresets() - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
Returns an array of all available preset types.
getCaches() - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
Returns an array of all caches in the system.
getCacheSize() - Method in class com.jivesoftware.forum.database.QueryCache
 
getCacheSize() - Method in interface com.jivesoftware.util.Cache
Returns the size of the cache contents in bytes.
getCacheSize() - Method in class com.jivesoftware.util.CacheWrapper
 
getCacheSize() - Method in class com.jivesoftware.util.ClusteredCache
 
getCacheSize() - Method in class com.jivesoftware.util.CoherenceCache
 
getCacheSize() - Method in class com.jivesoftware.util.DefaultCache
 
getCacheSize() - Method in class com.jivesoftware.util.LRUCache
Returns the size of the cache contents in bytes.
getCalculator() - Static method in class com.jivesoftware.forum.StatusLevelManagerFactory
Used to acquire the StatusLevelCalculator, this should only be called by implementations of StatusLevelManager that delegate to a StatusLevelCalculator
getCanAttach(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user can create message attachments in the given forum, false otherwise..
getCancel() - Method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
getCancel() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
getCancel() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
getCancel() - Method in class com.jivesoftware.forum.action.QuestionResolutionAction
 
getCancel() - Method in class com.jivesoftware.forum.action.RateMessageAction
 
getCancel() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getCancelURL() - Method in class com.jivesoftware.base.action.LoginAction
Returns the url that the login will redirect to upon a cancel request.
getCanCreate(Draft) - Method in class com.jivesoftware.forum.action.DraftsAction
 
getCanCreateMessage(ForumThread) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to create messages in the given thread, false otherwise.
getCanCreatePoll(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to create polls in the given category, false otherwise.
getCanCreatePoll(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to create polls in the given forum, false otherwise.
getCanCreateThread(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to create threads in the given forum, false otherwise.
getCanCreateThread(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to create threads in the given category, false otherwise.
getCanEdit(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user has permission to edit the specified message, false otherwise.
getCanEditAttach(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page usre can create message attachments in the given forum, false otherwise.
getCanEditPoll(Forum, Poll) - Method in class com.jivesoftware.forum.action.ForumActionSupport
 
getCanEditPoll(ForumCategory, Poll) - Method in class com.jivesoftware.forum.action.ForumActionSupport
 
getCanEditProfile() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the user can edit their profile, false otherwise
getCanEditTags(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumActionSupport
 
getCanonicalValue(long) - Method in class com.jivesoftware.base.stats.element.CyclicElement
Helper function used to map a long to a value in [cycleStart, cycleStart+cycleSize)
getCanPostAnnounce(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to post announcements in the given category, false otherwise.
getCanPostAnnounce(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to post announcements in the given forum, false otherwise.
getCanRead(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to view content given category, false otherwise.
getCanRead(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is authorized to view content given forum, false otherwise.
getCategories() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
getCategories() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCategories(int, int) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCategories() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for the child categories of this category.
getCategories(int, int) - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for the child categories of this category using a start index and the number of results to return.
getCategories() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCategories(int, int) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCategoriesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns the child categories of the category with the given id.
getCategoriesByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getCategory(String, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Utility method to format category.
getCategory() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns the category this announcement was created in or null if it was not created in a category.
getCategory() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
getCategory() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns the requested ForumCategory.
getCategory() - Method in class com.jivesoftware.forum.action.PollAction
 
getCategory() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the category we're posting the poll in or null if this is not a category specific poll.
getCategory() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the category object loaded by the given category ID or null if no category was specified.
getCategory() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns the category we're posting the announcement in or null if this is not a category specific announcement.
getCategory() - Method in class com.jivesoftware.forum.action.ReadAction
Returns the category we've loaded.
getCategory() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns the requested category or null if one was not specified.
getCategory() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getCategory() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Returns the category we're working with or null if this is a forum or global leader list.
getCategory() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getCategory() - Method in class com.jivesoftware.forum.event.CategoryEvent
Returns the ForumCategory that the event corresponds to.
getCategory() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the ForumCategory for which this instance holds open email alert settings.
getCategoryCount() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the number of categories.
getCategoryCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCategoryCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of sub-categories of this category.
getCategoryCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCategoryCount(ForumCategory) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Returns the number of times the given object has been read or -1 if view counts are not enabled.
getCategoryCount() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the number of child categories for this category.
getCategoryDepth() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCategoryDepth() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the depth of a this category relative to the root.
getCategoryDepth() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCategoryDepth() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the depth of a this category relative to the root.
getCategoryID() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns the category ID.
getCategoryID() - Method in class com.jivesoftware.forum.action.PollAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the ID of the category we're posting the poll in.
getCategoryID() - Method in class com.jivesoftware.forum.action.PollsViewAction
The ID of the cateogry we're loading.
getCategoryID() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.ReadAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the category id to filter by
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getCategoryID() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
 
getCategoryID() - Method in class com.jivesoftware.forum.action.SearchAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Returns the requested category ID.
getCategoryID() - Method in class com.jivesoftware.forum.action.TagAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getCategoryID() - Method in class com.jivesoftware.forum.action.WatchesAction
 
getCategoryID() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the parent category ID for this forum.
getCategoryIDs() - Method in class com.jivesoftware.forum.action.rss.RSSForums
 
getCategoryLeaders() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCategoryLeaderStmt(Connection, int[]) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCategoryObject() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getCategoryObject() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getCategoryPointLevel() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCategoryPointStmt(Connection, int[], User) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCategoryRenderManager(long) - Static method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getCategorySelected(long) - Method in class com.jivesoftware.forum.action.SearchAction
 
getCategoryTags(ForumCategory) - Method in class com.jivesoftware.forum.database.DbTagManager
 
getCategoryTree() - Static method in class com.jivesoftware.forum.database.DbForumCategory
 
getCategoryWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getCategoryWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns a watch on a particular category, or null if there isn't a watch.
getCategoryWatchCount(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getCategoryWatchCount(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Return the count of all forum watches in a particular categoryID for the given userID.
getCategoryWatches(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getCategoryWatches(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns an array of IDs for all the forum objects a user is watching in a category.
getCategoryWatchObjects(long, long, int, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getCategoryWatchObjects(long, long, int, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns Forums that the user is watching for a given category.
getCells() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
getChangeLogURL() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getCharacterEncoding() - Static method in class com.jivesoftware.base.JiveGlobals
Returns the character set that Jive uses for encoding.
getCharacterEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getCharacterEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends character blocks.
getCharacterEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a character.
getCharacterEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a character.
getCharacterSet(String, String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
 
getCharacterStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getCharacterStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts character blocks.
getCharacterStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a character.
getCharacterStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a character.
getCharts() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getCharts() - Method in interface com.jivesoftware.base.stats.Report
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
getCharts() - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
getChat() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
getChatHome() - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
getChatHomeDirName() - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
getChatPoller() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
getChatRoomInfo(int) - Static method in class com.jivesoftware.forum.im.IMService
Returns an Iterator of RoomInfo instances describing the current chat room activity on the XMPP server.
getChatSession(String) - Method in class com.jivesoftware.webchat.user.UserSession
Retrieves the ChatSession associated with a 1-to-1 chat.
getChatSettings() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns a ForumsChatSettings instance.
getChatURI(User) - Method in class com.jivesoftware.forum.im.IMService
Returns a uri which when clicked, can launch a chat client (say..
getCheckinTime() - Method in class com.jivesoftware.base.database.ConnectionWrapper
 
getChild(ForumMessage, int) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getChild(ForumMessage, int) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getChild(ListItem, int) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns a child of parent at index index.
getChild(ForumMessage, int) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the child of parent at index index in the parent's child array.
getChild(long, int) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the child of parent at index index in the parent's child array.
getChild(long, int) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getChild(long, int) - Method in class com.jivesoftware.util.LongTree
Returns a child of parentKey at index index.
getChildCount(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getChildCount(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getChildCount(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the number of children of parent.
getChildCount(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the number of children of parent.
getChildCount() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the number of children (replies) to this message.
getChildCount(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of children of parent.
getChildCount(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getChildCount(long) - Method in class com.jivesoftware.util.LongTree
Returns the number of children of parentKey.
getChildren(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getChildren(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getChildren(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns an array of the children of the parent, or an empty array if there are no children or the parent is not in the tree.
getChildren(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns an Iterator for all the child messages of the parent.
getChildren(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array of all the child messages of the parent.
getChildren(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getChildren(long) - Method in class com.jivesoftware.util.LongTree
Returns an array of the children of the parentKey, or an empty array if there are no children or the parent key is not in the tree.
getChildrenNames(String) - Method in class com.jivesoftware.util.DbJiveProperties
 
getChildrenNames(String) - Method in interface com.jivesoftware.util.JiveProperties
Return all children property names of a parent property as a Collection of String objects.
getChildrenNames(String) - Method in class com.jivesoftware.util.XMLJiveProperties
 
getCidMap() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter.NntpImageResult
 
getClassLoader() - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Returns the URLClassloader used.
getClassName() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
getClosedQuestionPaginator() - Method in class com.jivesoftware.forum.action.MyQuestionsAction
 
getClosingTag() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Returns the closing tag for the list type
getClusterMemberID() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
Returns the cluster member that the object was created on.
getClusterMemberID() - Method in class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
Returns the cluster member that the object was created on.
getCode() - Method in class com.jivesoftware.forum.Question.State
Returns the integer code associated with the state.
getCodeMatch() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getColumns() - Method in class com.jivesoftware.base.stats.model.DataTable
Returns a string array of columns for this table.
getCombinedContent(long[]) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentTypes are supplied as an argument.
getCombinedContent(ResultFilter, long[]) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all threads, documents, and blog posts in the community, depending on which ContentTypes are supplied as an argument, and according the the supplied ResultFilter.
getCombinedContent(long[]) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCombinedContent(ResultFilter, long[]) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCombinedContent(long[]) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCombinedContent(ResultFilter, long[]) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCombinedContentCount(long[]) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the combined number of threads, documents, and blog posts in the community, depending on which ContentTypes are supplied as an argument.
getCombinedContentCount(ResultFilter, long[]) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the combined number of threads, documents, and blog posts in the community, depending on which ContentTypes are supplied as an argument, and restricted by the ResultFilter.
getCombinedContentCount(long[]) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCombinedContentCount(ResultFilter, long[]) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCombinedContentCount(long[]) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCombinedContentCount(ResultFilter, long[]) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCommand(String[], ArticlePointer) - Static method in class com.jivesoftware.forum.nntp.ArticleCommand
Obtain a command based on the given command strings (NNTP protocol) and current pointer location.
getCommandMonitor() - Method in class com.jivesoftware.forum.nntp.Session
Obtain the command monitor that watches the NNTP command-responses for this session.
getComment() - Method in class com.jivesoftware.base.ban.Ban
 
getComment() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getComment() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
getComment() - Method in class com.jivesoftware.forum.action.EditAction
 
getComment() - Method in class com.jivesoftware.forum.action.OldEditAction
 
getComment() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getCommentEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getCommentEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends comment blocks.
getCommentEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a comment block.
getCommentEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a comment block.
getCommentStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getCommentStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts comment blocks.
getCommentStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a comment block.
getCommentStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a comment block.
getCommunityName() - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns the name of the community or "Support Forums" (English only) as the default.
getCommunityName(String) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns the name of the community or the value of the given i18n key as the default.
getCompany() - Method in class com.jivesoftware.webchat.License
 
getCompressingStream(OutputStream, JiveCompressionFilterContext) - Method in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
getCompressionThreshold() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
getConfigMonitor() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Connection configuration monitors records any changes in a connection's configuration for administration and use in determining runtime behavior.
getConfigMonitor() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConfirmNewPassword() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
 
getConfirmNewPassword() - Method in class com.jivesoftware.forum.action.ResetPassword
Returns the confirm new password as entered by the page user.
getConnectDate() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the date/time the connection was initially made.
getConnectDate() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getConnectedMonitor() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain a monitor that watches the connections as they are added to the manager.
getConnectedMonitor() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConnection() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns a database connection from the currently active connection provider.
getConnection() - Method in class com.jivesoftware.base.database.ConnectionPool
 
getConnection() - Method in interface com.jivesoftware.base.database.ConnectionProvider
Returns a database connection.
getConnection() - Method in class com.jivesoftware.base.database.ConnectionWrapper
Returns the wrapped Connection.
getConnection() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
getConnection() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
getConnection() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
getConnection() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getConnection(int) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain a connection by it's ID.
getConnection(int) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConnection() - Method in class com.jivesoftware.webchat.chat.ChatSession
Returns the current connection
getConnectionCount() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain the number of connections currently managed by this manager.
getConnectionCount() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConnectionManager() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the server's connection manager.
getConnectionProvider() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns the current connection provider.
getConnections() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain an iterator of all connections managed by this manager.
getConnections(BasicResultFilter) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain an iterator of all connections managed by this manager after filtering with the given filter.
getConnections() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConnections(BasicResultFilter) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getConnectionTimeout() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the amount of time between connection recycles in days.
getConnectionTimeout() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getConnectMonitor() - Method in class com.jivesoftware.forum.net.AcceptPort
Obtain the monitor watching the accepted connection behavior of this AcceptPort.
getConsumerBandwidthMonitor() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the bandwidth monitor watching the raw network traffic for this connection's DataConsumer.
getConsumerBandwidthMonitor() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getContainerObjectID() - Method in interface com.jivesoftware.forum.Announcement
Returns the object ID of the announcement container.
getContainerObjectID() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getContainerObjectID() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getContainerObjectID() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the object ID of the announcement container.
getContainerObjectType() - Method in interface com.jivesoftware.forum.Announcement
Returns the object type of the announcement container.
getContainerObjectType() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getContainerObjectType() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getContainerObjectType() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the object type of the announcement container.
getContent() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getContent() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
getContentEnd() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getContentService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ContentService.
getContentStart() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getContentType(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getContentType(HttpServletRequest) - Static method in class com.jivesoftware.forum.action.AttachAction
A utility method to return the content type of the incoming request.
getContentType() - Method in interface com.jivesoftware.forum.Attachment
Returns the content type of the attachment.
getContentType() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getContentType() - Method in class com.jivesoftware.forum.gateway.AttachmentDataSource
Return the content type associated with the request
getContentType() - Method in class com.jivesoftware.forum.mail.AttachmentData
 
getContentType() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getContentTypes() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
getContext() - Method in class com.jivesoftware.base.EmailMessage
Returns a map of replacement tokens to use in the email
getContext() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the default base DN.
getContext(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Returns a DirContext for the LDAP server that can be used to perform lookups and searches using the specified base DN.
getContextParameter(String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getContextParameter(String) - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the context parameter associated with the specified key, or null if no association exists.
getContextParameters() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getContextParameters() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns a map of all the context parameters.
getCookie(HttpServletRequest, String) - Static method in class com.jivesoftware.util.CookieUtils
Returns the specified cookie, or null if the cookie does not exist.
getCorrectAnswer() - Method in class com.jivesoftware.forum.database.DbQuestion
 
getCorrectAnswer() - Method in class com.jivesoftware.forum.proxy.QuestionProxy
 
getCorrectAnswer() - Method in interface com.jivesoftware.forum.Question
Returns the correct answer, or null if no correct answer has been set.
getCorrectAnswerPoints() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getCorrectedQ() - Method in class com.jivesoftware.forum.action.SearchAction
 
getCorrectedSearchParams() - Method in class com.jivesoftware.forum.action.SearchAction
Creates a partial query string which can be used to reconstruct the parameter list that executed a search.
getCount(Bin) - Method in class com.jivesoftware.base.stats.Histogram
Get the count of elements contained in the specified Bin.
getCount() - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
getCount(QueryCacheKey, boolean) - Static method in class com.jivesoftware.forum.database.QueryCache
Returns the count associated with a ResultFilter query.
getCount() - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
getCount() - Method in class com.jivesoftware.util.profile.Profiler.ProfileStat
 
getCountHistogram(BinSequence, LongElement, LongElement) - Method in class com.jivesoftware.base.stats.Histogram
Get a Histogram of the counts for the current histogram.
getCountry() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the code for the country this session is created under (ie, US, UK, DE, FR, etc).
getCountry(String) - Static method in class com.jivesoftware.base.util.CountryLookup
Returns the Country the IP address is from.
getCountry() - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
The country code (2 letter standard code, ie US, UK, FR, DE, etc) or null if it is unknown.
getCountryCode() - Method in class com.jivesoftware.forum.webservices.Locale
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
getCountUsers() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Indicates if the user count should be included.
getCreateStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getCreateStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.OracleSequenceProvider
 
getCreateStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.PostgresSequenceProvider
 
getCreateTime() - Method in class com.jivesoftware.base.database.ConnectionWrapper
 
getCreationDate() - Method in class com.jivesoftware.base.ban.Ban
 
getCreationDate() - Method in class com.jivesoftware.base.database.DbGroup
 
getCreationDate() - Method in class com.jivesoftware.base.database.DbPoll
 
getCreationDate() - Method in class com.jivesoftware.base.database.DbUser
 
getCreationDate() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getCreationDate() - Method in interface com.jivesoftware.base.Group
Returns the date that the group was created.
getCreationDate() - Method in class com.jivesoftware.base.GroupAdapter
 
getCreationDate() - Method in class com.jivesoftware.base.GroupProxy
 
getCreationDate() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getCreationDate() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getCreationDate() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getCreationDate() - Method in class com.jivesoftware.base.MockGroup
 
getCreationDate() - Method in class com.jivesoftware.base.MockUser
 
getCreationDate() - Method in interface com.jivesoftware.base.Poll
Returns the date the poll was created.
getCreationDate() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the date the read occured.
getCreationDate() - Method in class com.jivesoftware.base.stats.ReadStatSession
Returns the creation date of this session.
getCreationDate() - Method in interface com.jivesoftware.base.User
Returns the date that the user was created.
getCreationDate() - Method in class com.jivesoftware.base.UserProxy
 
getCreationDate() - Method in interface com.jivesoftware.forum.Attachment
Returns the date the attachment was created.
getCreationDate() - Method in interface com.jivesoftware.forum.ContentTag
Returns the date that this tag was created.
getCreationDate() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbForum
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getCreationDate() - Method in class com.jivesoftware.forum.database.DbQuestion
 
getCreationDate() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getCreationDate() - Method in interface com.jivesoftware.forum.Forum
Returns the Date that the forum was created.
getCreationDate() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the Date that the category was created.
getCreationDate() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the date this message was created.
getCreationDate() - Method in interface com.jivesoftware.forum.ForumThread
Returns the date that this thread was created.
getCreationDate() - Method in interface com.jivesoftware.forum.JiveContentObject
Gets the creation date of the jive object
getCreationDate() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.proxy.QuestionProxy
 
getCreationDate() - Method in class com.jivesoftware.forum.QueryResult
Get the creation date of the message this query result pertains to.
getCreationDate() - Method in interface com.jivesoftware.forum.Question
Returns the date this question was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the Date that the forum was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the Date that the category was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the date this message was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the date that this thread was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.Group
Returns the date that the group was created.
getCreationDate() - Method in class com.jivesoftware.forum.webservices.User
Returns the date that the user was created.
getCreationDate() - Method in class com.jivesoftware.webchat.License
 
getCreationDate() - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
getCreationDateRangeMax() - Method in class com.jivesoftware.base.ban.BanFilter
 
getCreationDateRangeMax() - Method in class com.jivesoftware.forum.QuestionFilter
Returns a date that represents the upper boundry for messages or threads to be selected by the result filter.
getCreationDateRangeMax() - Method in class com.jivesoftware.forum.ResultFilter
Returns a date that represents the upper boundry for messages or threads to be selected by the result filter.
getCreationDateRangeMax() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns a date that represents the upper boundry for messages or threads to be selected by the result filter.
getCreationDateRangeMin() - Method in class com.jivesoftware.base.ban.BanFilter
 
getCreationDateRangeMin() - Method in class com.jivesoftware.forum.QuestionFilter
Returns the creation date that represents the lower boundary for messages or threads to be filtered on.
getCreationDateRangeMin() - Method in class com.jivesoftware.forum.ResultFilter
Returns the creation date that represents the lower boundary for messages or threads to be filtered on.
getCreationDateRangeMin() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the creation date that represents the lower boundary for messages or threads to be filtered on.
getCronExpression() - Method in class com.jivesoftware.util.CronTimer
 
getCronTaskCount() - Method in class com.jivesoftware.util.CronTaskManager
Returns the number of currently configured CronTasks.
getCronTaskManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getCronTasks() - Method in class com.jivesoftware.util.CronTaskManager
Returns a list of all the currently configured CronTasks.
getCronTimer() - Method in class com.jivesoftware.util.CronTask
Returns the CronTimer instance used to schedule this task.
getCss() - Method in class com.jivesoftware.base.admin.Sidebar
Returns the value of the CSS class to be used for tab decoration.
getCss() - Method in class com.jivesoftware.base.admin.Tabs
Returns the value of the CSS class to be used for tab decoration.
getCurrent() - Method in class com.jivesoftware.util.search.SnowballProgram
Get the current string.
getCurrentArticle() - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain the Article this pointer is currently pointing to.
getCurrentArticle() - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getCurrentArticleNumber() - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain the number of the article currently being pointed to.
getCurrentArticleNumber() - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getCurrentCount() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
getCurrentCount() - Method in interface com.jivesoftware.forum.SearchManager
Returns the number of entries that have been indexed if an indexing operation is currently active (i.e., SearchManager.isBusy() returns true).
getCurrentCount() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the number of entries that have been indexed if an indexing operation is currently active (i.e., ProfileSearchManager.isBusy() returns true).
getCurrentCount() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getCurrentcss() - Method in class com.jivesoftware.base.admin.Sidebar
Returns the value of the CSS class to be used for the currently selected LI (tab).
getCurrentcss() - Method in class com.jivesoftware.base.admin.Tabs
Returns the value of the CSS class to be used for the currently selected LI (tab).
getCurrentMessageCount() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
getCurrentMessageCount() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getCurrentPreset() - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
Returns the current preset - either AdminCacheInfo.SMALL_PRESET, AdminCacheInfo.MEDIUM_PRESET, AdminCacheInfo.LARGE_PRESET, or AdminCacheInfo.CUSTOM_PRESET.
getCurrentSequence(String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getCurrentSequence(String) - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
getCurrentSequence(String) - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
getCurrentSequence(String) - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
getCurrentSequence(String) - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
getCurrentServicesExecutions() - Method in class com.jivesoftware.base.search.RemoteServicesManager
Returns the number of services being currently executed in this cluster member.
getCurrentTask() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
getCurrStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getCurrStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.OracleSequenceProvider
 
getCurrStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.PostgresSequenceProvider
 
getCustomLexicon(String) - Static method in class com.jivesoftware.util.SpellChecker
Returns the custom FileTextLexicon (dictionary) for the specified language.
getCustomLexicon(String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Returns the custom FileTextLexicon (dictionary) for the specified language.
getCustomStackTrace(String, Throwable) - Static method in class com.jivesoftware.webchat.util.WebLog
Defines a custom format for the stack trace as String.
getCustomWords() - Static method in class com.jivesoftware.util.SpellChecker
Returns an array of all the words in the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
getCustomWords(String) - Static method in class com.jivesoftware.util.SpellChecker
Returns an array of all the words in the custom dictionary for the specified language.
getCustomWords() - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Returns an array of all the words in the global custom dictionary (the custom dictionary that is used for spell checking across all languages).
getCustomWords(String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Returns an array of all the words in the custom dictionary for the specified language.
getCutoffDate() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
Returns the cutoff date after which content will not be escaped.
getCycleSize() - Method in class com.jivesoftware.base.stats.element.CyclicElement
Returns the size of the cycle, for example 7 for a week long cycle.
getCycleStart() - Method in class com.jivesoftware.base.stats.element.CyclicElement
Returns the lower bound of the cycle.
getData() - Method in interface com.jivesoftware.forum.Attachment
Returns a InputStream for the binary contents of the attachment.
getData() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getData() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getDatabaseKey(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the database schema key of a plugin, if it exists.
getDatabaseType() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns the database type.
getDatabaseVersion(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the database schema version of a plugin, if it exists.
getDataTableCSVs() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getDataTableCSVs() - Method in interface com.jivesoftware.base.stats.Report
 
getDataTableCSVs() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTime
 
getDataTableCSVs() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
getDataTableCSVs() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
getDataTableCSVs() - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
getDataTableCSVs() - Method in class com.jivesoftware.forum.stats.report.UserQuestionsReport
 
getDataTables() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getDataTables() - Method in interface com.jivesoftware.base.stats.Report
 
getDataTables() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTime
 
getDataTables() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
getDataTables() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
getDataTables() - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
getDataTables() - Method in class com.jivesoftware.forum.stats.report.UserQuestionsReport
 
getDataURL(String, byte[]) - Method in class com.jivesoftware.util.classloader.DirectoryClassLoader
 
getDataURL(String, byte[]) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
getDate() - Method in class com.jivesoftware.base.event.GroupEvent
 
getDate() - Method in class com.jivesoftware.base.event.JivePropertyEvent
Returns the date the event was created
getDate() - Method in class com.jivesoftware.base.event.LogEvent
 
getDate() - Method in class com.jivesoftware.base.event.PollEvent
 
getDate() - Method in class com.jivesoftware.base.event.UserEvent
 
getDate() - Method in interface com.jivesoftware.base.JiveEvent
Returns the date (as a Date object) that the event was created.
getDate() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getDate() - Method in class com.jivesoftware.forum.event.AnnouncementEvent
 
getDate() - Method in class com.jivesoftware.forum.event.CategoryEvent
 
getDate() - Method in class com.jivesoftware.forum.event.ForumEvent
 
getDate() - Method in class com.jivesoftware.forum.event.MessageEvent
 
getDate() - Method in class com.jivesoftware.forum.event.PermissionEvent
 
getDate() - Method in class com.jivesoftware.forum.event.PrivateMessageEvent
 
getDate() - Method in class com.jivesoftware.forum.event.QuestionEvent
 
getDate() - Method in class com.jivesoftware.forum.event.SearchIndexEvent
 
getDate() - Method in class com.jivesoftware.forum.event.TagEvent
 
getDate() - Method in class com.jivesoftware.forum.event.ThreadEvent
 
getDate(Message) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the date a message was created or received, or the current date if date parsing fails.
getDate() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the Date the article was posted.
getDate() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getDate() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the date the message was saved or sent, or null if the message hasn't been sent or saved yet.
getDate() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getDate() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getDate() - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
 
getDate() - Method in class com.jivesoftware.util.DateBean
Returns the date.
getDate() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getDateField(ResultSet, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Deprecated. Use rs.setLong(long)
getDateFormat() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns the default date formatter.
getDateFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a date formatter using the page user's locale and timezone for correct date formatting.
getDateFormatPattern(Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the DateFormat pattern for the given locale
getDateInstance(Object, TimeZone, Locale) - Static method in class com.jivesoftware.util.FastDateFormat
 
getDatePattern() - Static method in class com.jivesoftware.base.action.util.DateUtils
Returns the date pattern used in all fields where the user can input text.
getDateRange() - Method in class com.jivesoftware.base.stats.AbstractReport
Gets the ExtraInfo object for the date range for the report.
getDateRange() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getDateRange() - Method in class com.jivesoftware.forum.action.SearchAction
 
getDateRange() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getDateRanges() - Method in class com.jivesoftware.forum.action.SearchAction
Returns a list of the possible date ranges allowed in a search.
getDateRanges() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
Returns a list of the possible date ranges allowed in a search.
getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class com.jivesoftware.util.FastDateFormat
 
getDateType() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns the SQL type from Types that Date information is stored in.
getDbGroupManager() - Static method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getDecodedObject(String) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
getDecorator() - Method in class com.jivesoftware.base.theme.Theme
Gets the name of the decorator file for this theme.
getDecorator(HttpServletRequest, Page) - Method in class com.jivesoftware.base.theme.ThemeDecoratorMapper
 
getDefault() - Static method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
getDefaultBaseURL() - Static method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns the base URL of this Jive installation - usually:

http://[yoursite]/[webapp-path]

This uses the Jive property of jiveURL which is settable through the config file or admin console.

getDefaultCharacterSet() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the character set that will be used to decode inbound messages that have no explicit character set defined.
getDefaultCharacterSet() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the character set that will be used to decode inbound messages that have no explicit character set defined.
getDefaultCharacterSet() - Method in class com.jivesoftware.forum.gateway.MboxImporter
Returns the character set that will be used to decode inbound messages that have no explicit character set defined.
getDefaultCharacterSet() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns the character set that will be used to decode inbound messages that have no explicit character set defined.
getDefaultCharacterSet() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the character set that will be used to decode inbound messages that have no explicit character set defined.
getDefaultCipherSuites() - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
getDefaultEventIndex() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getDefaultFilterList(RenderType) - Static method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
Returns an array of default filters in the system.
getDefaultFromAddress() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
From email address to send mail from for export.
getDefaultFromAddress() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
From email address to send mail from for export.
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
Returns a String[section,title,body] for the default help for the filter.
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getDefaultHelp() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getDefaultOpenTemplate() - Method in class com.jivesoftware.base.tags.FocusedSpan
 
getDefaultPropertyIndex() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getDefaultSubject() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Returns the default subject, which is the subject that will be used if a user does not provide a subject when posting through NNTP.
getDefaultTemplate() - Method in class com.jivesoftware.base.tags.FocusedSpan
 
getDefaultTemplate() - Method in class com.jivesoftware.base.tags.FocusedText
 
getDeleteAttachIDs() - Method in class com.jivesoftware.forum.action.AttachAction
 
getDeleteDays() - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getDeleteDays() - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getDeleteDays() - Method in interface com.jivesoftware.forum.WatchManager
Returns the number of days that a watched object can remain inactive before watches on that object are deleted.
getDeleteDays() - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getDeleteDays() - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns the number of days that a watched object can remain inactive before watches on that object are deleted.
getDeleteMode() - Method in class com.jivesoftware.forum.action.DeleteAction
 
getDepth(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the depth in the tree that the element can be found at or -1 if the element is not in the tree.
getDepth(long) - Method in class com.jivesoftware.util.LongTree
Returns the depth in the tree that the element can be found at or -1 if the element is not in the tree.
getDescription() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getDescription() - Method in class com.jivesoftware.base.database.DbGroup
 
getDescription() - Method in class com.jivesoftware.base.database.DbPoll
 
getDescription() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getDescription() - Method in interface com.jivesoftware.base.Group
Returns the description of the group.
getDescription() - Method in class com.jivesoftware.base.GroupAdapter
 
getDescription() - Method in class com.jivesoftware.base.GroupProxy
 
getDescription() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getDescription() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getDescription() - Method in class com.jivesoftware.base.MockGroup
 
getDescription(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the description of a plugin.
getDescription() - Method in interface com.jivesoftware.base.Poll
Returns a brief description of the poll.
getDescription() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getDescription() - Method in interface com.jivesoftware.base.stats.Report
 
getDescription() - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getDescription() - Method in class com.jivesoftware.base.util.PDFExtractor
 
getDescription() - Method in class com.jivesoftware.base.util.PowerPointExtractor
 
getDescription() - Method in interface com.jivesoftware.base.util.TextExtractor
Returns the description for the extractor.
getDescription() - Method in class com.jivesoftware.base.util.WordExtractor
 
getDescription() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the description of the poll.
getDescription() - Method in class com.jivesoftware.forum.database.DbForum
 
getDescription() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getDescription() - Method in class com.jivesoftware.forum.database.DbRating
 
getDescription() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getDescription() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getDescription() - Method in interface com.jivesoftware.forum.Forum
Returns the description of the forum.
getDescription() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the description of the forum category.
getDescription() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Obtain the bried summary description of the group.
getDescription() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getDescription() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getDescription() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getDescription() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getDescription() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getDescription() - Method in interface com.jivesoftware.forum.Rating
Retrieve the description for the rating.
getDescription() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getDescription() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the description of this status level
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.Version410
 
getDescription() - Method in interface com.jivesoftware.forum.upgrade.UpgradeTask
Upgrade task description
getDescription() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the description of the forum.
getDescription() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the description of the forum category.
getDescription() - Method in class com.jivesoftware.forum.webservices.Group
Returns the description of the group.
getDescription() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
getDescription() - Method in class com.jivesoftware.profiles.ProfileField
Gets the description of this profile field.
getDescription() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the description of this type.
getDescriptor() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getDescriptors() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getDevPlugins() - Method in class com.jivesoftware.base.plugin.PluginManager
Returns a set of all the plugins that have been specified with -DpluginDirs system property
getDiffs() - Method in class com.jivesoftware.base.action.LicenseValidateAction
Contains the differences (added/changed properties) for all the licenses.
getDisallow() - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Returns the disallow parameter.
getDisallowedTagsStr() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getDisconnectedMonitor() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Obtain a monitor that watches the connections as they are removed from the manager.
getDisconnectedMonitor() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getDisconnectMonitor() - Method in class com.jivesoftware.forum.net.AcceptPort
Obtain the monitor watching the rejected connection behavior of this AcceptPort.
getDisplay() - Method in class com.jivesoftware.forum.action.util.Guest
A convenience method to return the display name or email of a guest.
getDisplayName() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getDisplayName() - Method in interface com.jivesoftware.base.stats.Report
 
getDisplayName(PrivateMessageFolder, ForumActionSupport) - Static method in class com.jivesoftware.forum.action.util.PrivateMessageUtils
 
getDisplayName(User) - Static method in class com.jivesoftware.forum.util.SkinUtils
A simple method to check whether to display a user's full name or their username.
getDisplayName() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the displayName of this type.
getDisplayName() - Method in class com.jivesoftware.util.AbsoluteDateRange
 
getDisplayName() - Method in interface com.jivesoftware.util.DateRange
Returns a string representing a human-readable descriptive name of this date range.
getDisplayName() - Method in class com.jivesoftware.util.RelativeDateRange
 
getDisplayName() - Method in class com.jivesoftware.util.UnboundedDateRange
 
getDivide(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getDivide(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getDivide(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getDoAdd() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoAddUser() - Method in class com.jivesoftware.forum.action.RosterAction
 
getDoAttach() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to add attachments to the message, false otherwise.
getDoAttach() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoAttachFiles() - Method in class com.jivesoftware.forum.action.AttachAction
 
getDoCancel() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.BranchAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.DeleteAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
 
getDoCancel() - Method in class com.jivesoftware.forum.action.LockThreadAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.QuestionAction
 
getDoCancel() - Method in class com.jivesoftware.forum.action.UnlockThreadAction
 
getDoChange() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoChangeAll() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoContinue() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getDocument() - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
Returns a documentation Map keyed by languageCode -> String[section,title,body].
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getDocumentationMap() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getDoDelete() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoDeleteSecond() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoDeleteUser() - Method in class com.jivesoftware.forum.action.RosterAction
 
getDoDraft() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoEdit() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoGoBack() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to go back to the main post form (from a secondary page like preview or spelling).
getDoIgnore() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoIgnoreAll() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDomain() - Method in class com.jivesoftware.forum.stats.report.UserQuestionsReport
 
getDoPost() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to post their message, false otherwise.
getDoPost() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoPostNow() - Method in class com.jivesoftware.forum.action.SpellAction
 
getDoPreview() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to preview their message, false otherwise.
getDoPreview() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoQuoteOriq() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getDoSpell() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getDoSpellCheck() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to spell check the message, false otherwise.
getDotToken() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
getDoubleParameter(HttpServletRequest, String, double) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a double.
getDoubleParameter(HttpServletRequest, String, double) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a double.
getDraft(int, int, long, HttpServletRequest) - Method in class com.jivesoftware.forum.action.DraftAction
 
getDraft() - Method in class com.jivesoftware.forum.action.OldPostAction
Get the draft associated with this message.
getDraft() - Method in class com.jivesoftware.forum.action.PollPostAction
Get the draft associated with this message.
getDraft() - Method in class com.jivesoftware.forum.action.PostAction
Get the draft associated with the message.
getDraft() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Get the draft associated with this message.
getDraft(long) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
getDraft(long, int, int, long) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
getDraft(long) - Method in interface com.jivesoftware.forum.DraftManager
Returns a draft by draft ID or null if no draft exists with the specified draftID.
getDraft(long, int, int, long) - Method in interface com.jivesoftware.forum.DraftManager
Returns the draft for a particular user associated with a particular forum, thread and / or message.
getDraft(long) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
getDraft(long, int, int, long) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
getDraftID() - Method in class com.jivesoftware.forum.action.DraftsDeleteAction
 
getDraftID() - Method in class com.jivesoftware.forum.database.DbDraft
 
getDraftID() - Method in interface com.jivesoftware.forum.Draft
 
getDraftID() - Method in class com.jivesoftware.forum.DraftImpl
 
getDraftManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getDraftManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a DraftManager that can be used to manager message drafts.
getDraftManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getDrafts() - Method in class com.jivesoftware.forum.action.DraftsAction
 
getDraftsByObjectID(int, long) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
getDraftsByUser(long) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
getDraftsByUser(long) - Method in interface com.jivesoftware.forum.DraftManager
Returns all drafts for a particular user.
getDraftsByUser(long) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
getDraftType() - Method in class com.jivesoftware.forum.database.DbDraft
 
getDraftType() - Method in interface com.jivesoftware.forum.Draft
 
getDraftType() - Method in class com.jivesoftware.forum.DraftImpl
 
getDriver() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the JDBC driver classname used to make database connections.
getDriver() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getEditingID() - Method in class com.jivesoftware.forum.database.DbDraft
 
getEditingID() - Method in interface com.jivesoftware.forum.Draft
 
getEditingID() - Method in class com.jivesoftware.forum.DraftImpl
 
getEdition() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns the edition object for forums
getEditionDisplayName(String, String) - Method in class com.jivesoftware.base.action.AbstractLicenseAction
 
getEditStamp() - Method in class com.jivesoftware.forum.moderation.ModBean
 
getElapsedTime() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns the elapsed time since the start of the upload.
getElement() - Method in class com.jivesoftware.forum.action.UserPicker
 
getElement(int) - Method in class com.jivesoftware.forum.database.DbBlockIterator
Returns the element at the specified index
getElementByID(String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Convenience method to select an element from the model by its ID.
getElementByID(String, String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Convenience method to select an element from the model by its ID within a specified product.
getElementName() - Method in class com.jivesoftware.webchat.providers.SettingsPrivateData
PrivateData implementation
getEmail() - Method in class com.jivesoftware.base.database.DbUser
 
getEmail() - Method in class com.jivesoftware.base.EmailMessage.EmailAddress
 
getEmail() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getEmail() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getEmail() - Method in class com.jivesoftware.base.MockUser
 
getEmail() - Method in interface com.jivesoftware.base.User
Returns the user's email address.
getEmail() - Method in class com.jivesoftware.base.UserProxy
 
getEmail() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the email address of the guest posting the message.
getEmail() - Method in class com.jivesoftware.forum.action.PostAction
Returns the email address of the guest posting the message.
getEmail() - Method in class com.jivesoftware.forum.action.util.Guest
Returns the guest's email address or null if none was specified.
getEmail() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getEmail() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's email address.
getEmail() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getEmailAddress() - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getEmailAddress() - Method in interface com.jivesoftware.base.ban.BanManager
Gets the email address that notification emails will appear to be from
getEmailAddress() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Gets the email address that validation emails will appear to be from
getEmailAddress() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
getEmailAddress() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getEmailAddress() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the email address that notification emails will appear to be from.
getEmailAddress() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Returns the email address that notification emails will appear to be from.
getEmailAddress() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the email address that notification emails will appear to be from.
getEmailAddress() - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the email address that moderation email alerts will appear to be from
getEmailAddress() - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getEmailAddress() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
getEmailAddress() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the email address that notification emails will appear to be from
getEmailBody(Locale) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getEmailBody(Locale) - Method in interface com.jivesoftware.base.ban.BanManager
Gets the text for the body of the notification emails.
getEmailBody(Locale) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Gets the text for the body of the validation emails.
getEmailBody(Locale) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
getEmailBody(Locale) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getEmailBody() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Deprecated. replaced by IPInterceptor.getEmailBody(java.util.Locale)
getEmailBody(Locale) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Returns the body of the nofication emails.
getEmailBody() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Deprecated. replaced by KeywordInterceptor.getEmailBody(java.util.Locale)
getEmailBody(Locale) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the body of the nofication emails.
getEmailBody(Locale) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
getEmailBody(Locale) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the text for the body of the notification emails.
getEmailBodyHtml(Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the html body of moderation email alerts.
getEmailBodyHtml(Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getEmailBodyTemplate() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Deprecated. replaced by UserInterceptor.getEmailBodyTemplate(java.util.Locale)
getEmailBodyTemplate(Locale) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
getEmailBodyText(Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the plain text body of moderation email alerts.
getEmailBodyText(Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getEmailField() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP field name that the user's email address is stored in.
getEmailList() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Get the comma delimited list of IP's whose posts generate an email notification.
getEmailManager() - Static method in class com.jivesoftware.base.EmailManager
Used to acquire an instance of EmailManager.
getEmailManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getEmailManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an EmailManager that can be used for sending out emails
getEmailManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getEmailName() - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getEmailName() - Method in interface com.jivesoftware.base.ban.BanManager
Gets the name that notification emails will appear to be from
getEmailName() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Gets the name that validation emails will appear to be from
getEmailName() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
getEmailName() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getEmailName() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the name that notification emails will appear to be from.
getEmailName() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Returns the name that notification emails will appear to be from.
getEmailName() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the name that notification emails will appear to be from.
getEmailName() - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the name that moderation email alerts will appear to be from
getEmailName() - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getEmailName() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
getEmailName() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the name that notification emails will appear to be from
getEmailNotifyList() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the List containine all the email addresses that will be notified of an open question.
getEmailNotifyList() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Returns the list of email addresses that will be notified when keywords are found.
getEmailNotifyList() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the list of email addresses that will be notified when keywords are found.
getEmailNotifyList() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the comma-delimited list of email addresses to notify when an attachment is blocked
getEmailNotifyListAsString() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the list of email addresses that will be notified of an open question.
getEmailProp() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns the name of the Jive property to save emails into if GatewayInterceptor.isStoreEmailAsProp() is true.
getEmailQueryString() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the query string that messages will be matched against.
getEmailSubject(Locale) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
getEmailSubject(Locale) - Method in interface com.jivesoftware.base.ban.BanManager
Gets the text for the subject of notification emails
getEmailSubject(Locale) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Gets the text for the subject of validation emails
getEmailSubject(Locale) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the subject of the notification emails.
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionMonitor
Returns the subject of the notification emails.
getEmailSubject() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Deprecated. replaced by IPInterceptor.getEmailSubject(java.util.Locale)
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Returns the subject of the notification emails.
getEmailSubject() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Deprecated. replaced by KeywordInterceptor.getEmailSubject(java.util.Locale)
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns the subject of the notification emails.
getEmailSubject() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Deprecated. replaced by UserInterceptor.getEmailSubject(java.util.Locale)
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
getEmailSubject(Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the text for the subject of moderation email alerts.
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
getEmailSubject(Locale) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the text for the subject of notification emails
getEmailTemplate(String, Locale) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Get the raw email template source for a specific template templateName.
getEmailTemplateLocales(String) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Returns a list of locales for the given template name.
getEmailVisible() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getEmptyListGroupName() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtain the name of the news group to return for 'empty' responses to the LIST command.
getEmptySubject() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the string to be used in place of an empty subject.
getEmptySubject() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the string to be used in place of an empty subject.
getEmptySubject() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns the string to be used in place of an empty subject.
getEmptySubject() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the string to be used in place of an empty subject.
getEnabled() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
getEncBody() - Method in class com.jivesoftware.forum.action.AttachAction
 
getEncodedObject(Object) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
getEncodedSpace(String, String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
 
getEncoding() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns the encoding used for writing the XML file.
getEncSubject() - Method in class com.jivesoftware.forum.action.AttachAction
 
getEnd() - Method in class com.jivesoftware.base.stats.Bin
Get the last element in this Bin
getEnd() - Method in class com.jivesoftware.base.stats.bin.Interval
Get the last element in the Interval
getEnd() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Get the last element in this bin (the embedded element)
getEnd() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Gets the ending date of the date range in the format of RSSAnnouncements.DEFAULT_DATE_FORMAT.
getEnd() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getEndDate() - Method in class com.jivesoftware.base.database.DbPoll
 
getEndDate() - Method in interface com.jivesoftware.base.Poll
Returns the date voting for the poll should end.
getEndDate() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getEndDate() - Method in interface com.jivesoftware.base.stats.Report
 
getEndDate() - Method in interface com.jivesoftware.forum.Announcement
Returns the date when the announcement should not longer be visible.
getEndDate() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getEndDate() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getEndDate() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getEndDate() - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Returns the date the NNTP read stat session ended (this would be when the client disconnects).
getEndDate() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the date when the announcement should not longer be visible.
getEndDate(Date) - Method in class com.jivesoftware.util.AbsoluteDateRange
Returns the end date passed into the constructor.
getEndDate() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getEndDate(Date) - Method in interface com.jivesoftware.util.DateRange
Returns a specific end date for this date range based on the specified date.
getEndDate() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the date the task ended.
getEndDate(Date) - Method in class com.jivesoftware.util.RelativeDateRange
Returns the end date as a relative offset from the specified date.
getEndDate(Date) - Method in class com.jivesoftware.util.UnboundedDateRange
 
getEndIndex() - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Obtain the second filter number, specifying the message end index if the mode RANGE.
getEndOffset() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
The starting offset of the link in the originating text.
getEndsDate() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the the date as a parseable String format of when the poll should become inactive (can't be voted in).
getEndsDays() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the number of days the poll will end after becoming active.
getEndsMode() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the end mode - will be either PollPostAction.ENDS_NEVER, PollPostAction.ENDS_RELATIVE or PollPostAction.ENDS_LATER.
getEndTag() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getEndTag() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getEndToken() - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
getEntityBlock(int) - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
getEntityDescriptor(Map) - Method in interface com.jivesoftware.base.action.EntityAware
Returns information (ID, type) about a specific type given a Map of parameters.
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.AnnounceAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.ForumAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.ForumActionSupport
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.ForumCategoryAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.ForumThreadAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.MarkAsQuestionAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.OldPostAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollEditAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollPostAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollsViewAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollViewAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PollVoteAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PostAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.QuestionAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.QuestionResolutionAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.RateMessageAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.RatingAddAction
 
getEntityDescriptor(Map) - Method in class com.jivesoftware.forum.action.ReadAction
 
getEntry(Object) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache
 
getEntry(Object) - Method in class com.jivesoftware.forum.database.ShortTermQueryCache
 
getErrorMessage() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getErrorMessage() - Method in class com.jivesoftware.webchat.chat.group.Information
 
getErrorResponse() - Method in exception com.jivesoftware.forum.nntp.NNTPException
Returns the error response associated with this exception.
getErrors() - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getErrors() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns an unmodifiable collection of errors (if any) that occured during data export.
getErrors() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
getErrorType() - Method in exception com.jivesoftware.forum.AttachmentException
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.Version410
 
getEstimatedRunTime() - Method in interface com.jivesoftware.forum.upgrade.UpgradeTask
Upgrade task estimated run time
getEtag(byte[]) - Static method in class com.jivesoftware.util.ServletUtils
Generates an Etag given a byte array.
getEtag(long) - Static method in class com.jivesoftware.util.ServletUtils
Generates an Etag given a file size.
getEvaluationLicense(String) - Static method in class com.jivesoftware.webchat.License
 
getEventSetDescriptors() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getEventType() - Method in class com.jivesoftware.base.event.GroupEvent
 
getEventType() - Method in class com.jivesoftware.base.event.JivePropertyEvent
Returns an integer value for the type of event this is
getEventType() - Method in class com.jivesoftware.base.event.LogEvent
 
getEventType() - Method in class com.jivesoftware.base.event.PollEvent
 
getEventType() - Method in class com.jivesoftware.base.event.UserEvent
 
getEventType() - Method in interface com.jivesoftware.base.JiveEvent
Returns the event type corresponding to the event.
getEventType() - Method in class com.jivesoftware.forum.event.AnnouncementEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.CategoryEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.ForumEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.MessageEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.PermissionEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.PrivateMessageEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.QuestionEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.SearchIndexEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.TagEvent
 
getEventType() - Method in class com.jivesoftware.forum.event.ThreadEvent
 
getEventType() - Method in class com.jivesoftware.profiles.ProfileEvent
 
getEventType() - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
 
getException() - Method in class com.jivesoftware.base.database.ConnectionWrapper
 
getException() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
getException() - Method in class com.jivesoftware.forum.util.AttachmentUpgradeTask
 
getExceptionString() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
getExcludedObjectIDs() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getExcludedObjectIDs() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns a List of excluded object IDs (this is a list of objects that will be ignored when computing stats).
getExcludeUserAgentPatterns() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
getExecutor() - Method in class com.jivesoftware.forum.database.ShortTermQueryCache
Returns the executor used to process background updates of cache items.
getExpirationDate() - Method in class com.jivesoftware.base.ban.Ban
 
getExpirationDate() - Method in class com.jivesoftware.base.database.DbPoll
 
getExpirationDate() - Method in interface com.jivesoftware.base.Poll
Returns the date the poll should expire.
getExpirationDate() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getExpirationDateRangeMax() - Method in class com.jivesoftware.base.ban.BanFilter
 
getExpirationDateRangeMin() - Method in class com.jivesoftware.base.ban.BanFilter
 
getExpiresDate() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the the date as a parseable String format of when the poll should die (become invisible).
getExpiresDate() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getExpiresDate() - Method in class com.jivesoftware.webchat.License
 
getExpiresDays() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the number of days the poll will expire after becoming active.
getExpiresDays() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getExpiresMode() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the expiration mode - will be either PollPostAction.EXPIRES_NEVER, PollPostAction.EXPIRES_RELATIVE or PollPostAction.EXPIRES_LATER.
getExpiresMode() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getExportedCategories() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns the collection of categories being exported.
getExportedForums() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns the collection of forums being exported.
getExporter() - Method in class com.jivesoftware.forum.gateway.BaseGateway
Returns the exporter for this gateway if settings.isExportEnabled is true and there is a possible exporter for the gateway, else null will be returned.
getExporter() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns the the GatewayExporter object associated with this Gateway instance.
getExportProperty(String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getExportProperty(String) - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns an extended property associated with the exporter.
getExportProperty(String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getExportPropertyKeys() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getExportPropertyKeys() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns all extended exporter property keys
getExportPropertyKeys() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getExpressionSummary() - Method in class com.jivesoftware.util.CronTimer
 
getExtraHeaders() - Method in class com.jivesoftware.forum.nntp.spi.MimeTools.Headers
 
getExtraInfo() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getExtraInfo() - Method in interface com.jivesoftware.base.stats.Report
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
getExtraInfo() - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
getExtraParams() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns a string of extra parameters for the URLs - these might be specific IDs for resources.
getExtraStartupContent() - Static method in class com.jivesoftware.base.util.StartupContent
Retrieves all extra startup content properties as a Map.
getFactoryForContentEncoding(String) - Static method in class com.jivesoftware.base.util.compression.CompressingStreamFactory
Returns the CompressingStreamFactory instance associated to the given content encoding.
getFailedMessageCount() - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
getFailedMessageCount() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getFailureException() - Method in class com.jivesoftware.base.event.GroupEvent
Returns the exception that indicates why a listener failed to handle an event.
getFailureException() - Method in class com.jivesoftware.base.event.UserEvent
Returns the exception that indicates why a listener failed to handle an event.
getFailureException() - Method in class com.jivesoftware.profiles.ProfileEvent
Returns the exception that indicates why a listener failed to handle an event.
getFeed() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
getFeedTitle() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns a suggested title for the RSS feed -- subclasses should override this method and provide a title that is unique.
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns the title of this RSS feed which will be "Announcement: xxx" where xxx is the name of the forum or category specified.
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
 
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSForums
Returns a title for this RSS feed.
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
Returns a title for this feed with the category, forum or thread name in it.
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSPopularForums
 
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
Returns the title of the RSS feed unique to the category or forum.
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
Returns the title of the RSS feed
getFeedTitle() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
Returns a title for this feed with the category, forum or thread name in it.
getField() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
getField() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
getField() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
getFieldErrors() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getFieldID() - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
getFieldID() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
getFieldID() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
getFieldID() - Method in class com.jivesoftware.profiles.ProfileFieldOption
Gets the id of the ProfileField in which this option belongs.
getFieldID() - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
getFieldID() - Method in class com.jivesoftware.profiles.UserProfile
Gets the id of the profile field.
getFields() - Method in class com.jivesoftware.profiles.action.admin.ListProfileFields
 
getFields() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getFields() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getFields() - Method in class com.jivesoftware.profiles.action.ViewProfile
 
getFile(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getFile() - Method in class com.jivesoftware.base.log.RotatingFileHandler
Retrieve file associated with target.
getFile(String) - Method in class com.jivesoftware.util.classloader.DirectoryClassLoader
 
getFile(String) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
getFileIndex() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns the index of the file currently being uploaded.
getFilename() - Method in class com.jivesoftware.base.admin.Tabs
 
getFilename() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns the name of the file to export data to.
getFilename() - Method in class com.jivesoftware.forum.mail.AttachmentData
 
getFileName(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
Returns the name of the file contained by the URL, not including any protocol, hostname authentication, directory path, anchor, or query.
getFileNames(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getFileNames(String, String) - Static method in class com.jivesoftware.base.action.util.ResourceLoaderServlet
 
getFileParameterNames() - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getFilesystemName(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getFilter() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getFilter() - Method in class com.jivesoftware.forum.action.QuestionFilterForumAction
 
getFilterConfig() - Method in class com.jivesoftware.base.PresenceFilter
 
getFilterConfig() - Method in class com.jivesoftware.util.JiveServletFilter
 
getFilteredThread() - Method in class com.jivesoftware.forum.database.DbQuery
 
getFilteredThread() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getFilteredThread() - Method in interface com.jivesoftware.forum.Query
Returns the thread that query results are restricted to.
getFilteredUser() - Method in class com.jivesoftware.forum.database.DbQuery
 
getFilteredUser() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getFilteredUser() - Method in interface com.jivesoftware.forum.Query
Returns the user that query results are restricted to.
getFilterExpiration() - Static method in class com.jivesoftware.forum.database.DbContentTag
Returns the time (in milleseconds) that filtered output can be cached before being expired.
getFilterExpiration() - Static method in class com.jivesoftware.forum.database.DbForumMessage
Returns the time (in milliseconds) that filtered output can be cached before being expired.
getFilterMethod() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getFilterMethod() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
See if method filtering is enabled.
getFilterMethod() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
See if method filtering is enabled.
getFilterMethod() - Method in class com.jivesoftware.util.JavaCodeViewer
See if method filtering is enabled.
getFilterName() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getFilterNumber() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getFilterNumber() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
See if number filtering is enabled.
getFilterNumber() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
See if number filtering is enabled.
getFilterNumber() - Method in class com.jivesoftware.util.JavaCodeViewer
See if number filtering is enabled.
getFilterOnUserID() - Method in class com.jivesoftware.forum.webservices.Query
Returns the userID, used for filtering messages by a specific author.
getFilterParams() - Method in class com.jivesoftware.forum.action.TagAction
 
getFilterRenderTypes(String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getFilterRenderTypes(String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getFilterRenderTypes(String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Returns the bitset render types installed for the filter at the given index.
getFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getFilters() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
getFilterTags() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getFilterTags() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns a list of tags for all the currently configured render filters which implement the TagFilter interface.
getFinalLocale() - Method in class com.jivesoftware.forum.database.DbForum
 
getFinalLocale() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getFinalLocale() - Method in interface com.jivesoftware.forum.Forum
Returns the locale for this forum.
getFinalLocale() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the locale for this category.
getFinalLocale() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getFinalLocale() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getFinalLocale() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the locale for this forum.
getFinalLocale() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the locale for this category.
getFinalUserPerms(int, long, long, PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager
Returns the Permissions object that corresponds to the combined permissions that a user has for a particular object: Anonymous and "registered users" permissions.
getFingerprint() - Method in class com.jivesoftware.webchat.License
Returns the fingerprint of the license, which is a byte[] that corresponds to all its property values.
getFinishedTasks() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
getFirst() - Method in class com.jivesoftware.util.LinkedList
Returns the first linked list node in the list.
getFirstArticleNumber() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Obtain the first valid group article number in this group.
getFirstArticleNumber() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getFirstSampleDate() - Method in interface com.jivesoftware.forum.net.Monitor
The date-time of the first sample reported to the monitor.
getFirstSampleDate() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getFolder() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
getFolder() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
getFolder() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getFolder() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getFolder(User, int) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getFolder() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the name of the root folder to use for retreiving mail from the IMAP server by the javamail IMAP provider.
getFolder(Store) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Retrieve the JavaMail folder from the provided store object.
getFolder() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the folder the private message or null if the message does not yet belong to a folder.
getFolder(User, int) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the specified folder for a user.
getFolder(User, int) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getFolder() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the specified folder for a user.
getFolder(long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns the specified folder for a user.
getFolderCount(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getFolderCount(User) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the total number of folders the user has.
getFolderCount(User) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getFolderID() - Method in class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
getFolderID() - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
getFolderID() - Method in class com.jivesoftware.forum.action.MovePrivateMessageAction
 
getFolderID() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
getFolderID() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
getFolderID() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getFolderID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getFolders() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAction
 
getFolders() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
getFolders() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getFolders() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
getFolders(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getFolders(User) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns an Iterator of PrivateMessageFolder objects for the folders the user has.
getFolders(User) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getFolders(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns an Iterator of PrivateMessageFolder objects for the folders the user has.
getFolders(long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns an array of Private Message folders for a specified user.
getForceSSL() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
getForm() - Method in class com.jivesoftware.forum.action.UserPicker
 
getFormatter() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the profile field formatter for this type
getFormResult() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
getForum() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns the forum this announcement was created in or null if it was not created in a forum.
getForum() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
getForum() - Method in class com.jivesoftware.forum.action.ForumAction
Returns the forum we've loaded.
getForum() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the forum we're posting in.
getForum() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the forum we're posting the poll in or null if this is not a forum specific poll.
getForum() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the forum object loaded by the given forum ID or null if no forum was specified.
getForum() - Method in class com.jivesoftware.forum.action.PostAction
Returns the forum we're posting in.
getForum() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns the forum we're posting the announcement in or null if this is not a forum specific announcement.
getForum() - Method in class com.jivesoftware.forum.action.QuestionAction
 
getForum() - Method in class com.jivesoftware.forum.action.ReadAction
Returns the forum we've loaded.
getForum() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getForum() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns the requested forum or null if one was not specified.
getForum() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getForum() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Returns the forum we're working with or null if this is a category or global leader list.
getForum() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getForum(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
getForum(long) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForum(String) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForum() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getForum() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getForum() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getForum() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
getForum() - Method in class com.jivesoftware.forum.event.ForumEvent
Returns the Forum that the event corresponds to.
getForum() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the Forum for which this instance holds open email alert settings.
getForum(long) - Method in class com.jivesoftware.forum.ForumFactory
Returns the forum with the specified forumID.
getForum(String) - Method in class com.jivesoftware.forum.ForumFactory
Returns the forum with the specified NNTP name.
getForum() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the forum this message belongs to.
getForum() - Method in interface com.jivesoftware.forum.ForumThread
Returns the forum this thread belongs to.
getForum() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getForum() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns forum object that this gateway is exporting/importing messages to/from.
getForum() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
Returns the underlying Forum object.
getForum(String) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain a forum by it's name.
getForum(long) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForum(String) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForum() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getForum() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getForum(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns a Forum by its id.
getForum(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns a Forum by its ID.
getForum(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getForum(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumCategory(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
getForumCategory() - Method in class com.jivesoftware.forum.database.DbForum
 
getForumCategory(long) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForumCategory() - Method in interface com.jivesoftware.forum.Forum
Returns the forum category that this forum belongs to.
getForumCategory(long) - Method in class com.jivesoftware.forum.ForumFactory
Returns the forum category with the specified categoryID.
getForumCategory(long) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForumCategory() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getForumCategory(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns a ForumCategory by its id.
getForumCategory(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a ForumCategory by its id
getForumCategory(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getForumCategory(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getForumCategoryID() - Method in exception com.jivesoftware.forum.ForumCategoryNotFoundException
The id of the forum category that was not found
getForumCategoryService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumCategoryService.
getForumCount() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the number of forums.
getForumCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getForumCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getForumCount() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForumCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForumCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of forums in the category.
getForumCount(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of forums in the category based on the specified ResultFilter.
getForumCount() - Method in class com.jivesoftware.forum.ForumFactory
Returns the total number of forums in the system.
getForumCount(ResultFilter) - Method in class com.jivesoftware.forum.ForumFactory
Returns the total number of forums in the system matching the ResultFilter.
getForumCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getForumCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getForumCount() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForumCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForumCount(Forum) - Method in class com.jivesoftware.forum.stats.ViewCountManager
Returns the number of times the given object has been read or -1 if view counts are not enabled.
getForumCount() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the number of forums in the category.
getForumCount() - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the count of all forums in the system.
getForumCount(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the number of forums under the specified category.
getForumCount() - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumCount(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumFactory() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns a reference to the ForumFactory object.
getForumFactory() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
getForumFactory() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getForumFactory() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getForumFactory() - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
 
getForumFactory() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getForumFactory() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the forum factory under which the filter is executing.
getForumFactory(AuthToken, long, long, long) - Method in class com.jivesoftware.forum.util.JiveServlet
 
getForumFactory() - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Creates a forum factory using the AuthToken from the current Thread.
getForumFactory() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getForumID() - Method in class com.jivesoftware.forum.action.ForumAction
Returns the forum ID.
getForumID() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the forum ID.
getForumID() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the ID of the forum we're posting the poll in.
getForumID() - Method in class com.jivesoftware.forum.action.PollsViewAction
The ID of the forum we're loading.
getForumID() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getForumID() - Method in class com.jivesoftware.forum.action.QuestionAction
 
getForumID() - Method in class com.jivesoftware.forum.action.ReadAction
 
getForumID() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the forum id to filer by
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getForumID() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
 
getForumID() - Method in class com.jivesoftware.forum.action.SearchAction
 
getForumID() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Returns the requested forum ID.
getForumID() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getForumID() - Method in class com.jivesoftware.forum.action.WatchesAction
 
getForumID(String) - Static method in class com.jivesoftware.forum.database.DbForumFactory
Returns the id of the forum with the specified name.
getForumID() - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
getForumID() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getForumID() - Method in exception com.jivesoftware.forum.ForumNotFoundException
 
getForumID() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getForumID() - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
getForumID() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getForumID() - Method in class com.jivesoftware.forum.QueryResult
Get the ID of the forum the message belongs to
getForumID() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getForumID() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the ID of the forum this message belongs to.
getForumID() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the ID of the forum this thread belongs to.
getForumIDs() - Method in class com.jivesoftware.forum.action.rss.RSSForums
 
getForumIDs() - Method in class com.jivesoftware.forum.database.DbQuery
 
getForumIDs() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getForumIDs() - Method in interface com.jivesoftware.forum.Query
Returns an array of forumID's denoting the forums that will be searched within.
getForumIndex() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getForumIndex() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getForumIndex() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the index of this message in the forum.
getForumIndex() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getForumIndex() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the index of this message in the forum.
getForumLeaders() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getForumLeaderStmt(Connection, Forum) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getForumList() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getForumListSQL(ResultFilter, boolean, boolean) - Method in class com.jivesoftware.forum.database.DbForumCategory
Returns the SQL statement corresponding to a ResultFilter for threads.
getForumMatch() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getForumMessage() - Method in exception com.jivesoftware.forum.MessageRejectedException
Returns the message that triggered the exception.
getForumMessage(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns a ForumMessage by its id.
getForumMessage(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns a ForumMessage by its ID.
getForumMessage(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getForumMessage(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getForumMessageService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumMessageService.
getForumObject() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getForumObject() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getForumOrCategory() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns either the Forum or ForumCategory (whichever is non null) for which this instance holds open email alert settings.
getForumPointLevel() - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getForumPointStmt(Connection, User, Forum) - Method in class com.jivesoftware.forum.database.AnswerCountStatusLevelCalculator
 
getForumRenderManager(long) - Static method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getForums() - Method in class com.jivesoftware.forum.action.rss.RSSForums
Returns the forums specified or an empty iterator if none were loaded.
getForums() - Method in class com.jivesoftware.forum.action.rss.RSSPopularForums
Return an iterator of the most popular forums in the system or an empty iterator if no popular forums exist.
getForums() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getForums(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getForums() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForums(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForums() - Method in class com.jivesoftware.forum.database.DbQuery
 
getForums() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for all the forums in the category.
getForums(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns a Iterator for all the forums in the category that match the criteria specified by the ResultFilter.
getForums() - Method in class com.jivesoftware.forum.ForumFactory
Returns all forums in the system that the user has read permission for.
getForums(ResultFilter) - Method in class com.jivesoftware.forum.ForumFactory
Returns all forums in the system that the user has read permission for and that matche the specified ResultFilter.
getForums(AuthToken) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
This method will return a list of forums where the user is a moderator.
getForums(AuthToken) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getForums() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getForums(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getForums() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForums(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForums() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
getForums() - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the IDs of all forums under the root category.
getForums() - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumsByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumsByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumsByCategoryIDWithFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getForumSelected(long) - Method in class com.jivesoftware.forum.action.SearchAction
 
getForumService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumService.
getForumThread(long) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getForumThread() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getForumThread() - Method in class com.jivesoftware.forum.database.DbQuestion
 
getForumThread() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getForumThread(long) - Method in class com.jivesoftware.forum.ForumFactory
Returns the thread with the specified threadID.
getForumThread() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the thread this message belongs to.
getForumThread(long) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getForumThread() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getForumThread() - Method in class com.jivesoftware.forum.proxy.QuestionProxy
 
getForumThread() - Method in interface com.jivesoftware.forum.Question
Returns the thread that the question is associated with.
getForumThread(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns a ForumThread by its id.
getForumThread(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns a ForumThread by its ID.
getForumThread(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getForumThread(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getForumThreadID() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the ID of the thread this message belongs to.
getForumThreadService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumThreadService.
getForumThreadWatchesByCategory(long, long, int, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getForumThreadWatchesByCategory(long, long, int, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns ForumThreads that the user is watching for all the Forums under the given Category.
getForumWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getForumWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns a watch on a particular forum, or null if there isn't a watch.
getForumWatchCount(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getForumWatchCount(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Return the count of all thread watches in a particular forumID for the given user.
getForumWatches(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getForumWatches(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns an array of IDs for the threads a user is watching in a forum.
getForumWatchObjects(long, long, int, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getForumWatchObjects(long, long, int, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns ForumThreads that the user is watching for a given Forum.
getFrameRate() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the number of bytes read during the frame.
getFrameRate() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
get