Jive Forums API (5.5.20.2-oracle) 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) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addCategoryPermissionToUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addCategoryPermissionToUsers(long, boolean, long[], long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to the specified users.
addCategoryPermissionToUsers(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) - Static method in class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
addForumPermissionToUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
addForumPermissionToUsers(long, boolean, long[], long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified forum to the specified users.
addForumPermissionToUsers(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
 
addHistogram(Histogram) - Method in class com.jivesoftware.base.stats.AbstractReport
 
AddHostNameFilter - Class in com.jivesoftware.forum.upgrade.tasks
Upgrade task to add the HostName Render Filter to the list of default filters.
AddHostNameFilter() - Constructor for class com.jivesoftware.forum.upgrade.tasks.AddHostNameFilter
 
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(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
 
addPermissionToUsers(long, boolean, long[]) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to all specified users.
addPermissionToUsers(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.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.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
 
addServerInfoCookie(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.AuthFactory
 
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
AddTagIndexes - Class in com.jivesoftware.forum.upgrade.tasks
 
AddTagIndexes() - Constructor for class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
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.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.
ANNOUNCEMENT_SUBJECT - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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.
AnnouncementFilter - Class in com.jivesoftware.forum.webservices
Filters and sorts lists of announcements.
AnnouncementFilter() - Constructor for class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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
 
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.ResultFilter
Ascending sort (ie 3, 4, 5...).
ASCENDING - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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
 
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
AttachmentSettingsAction - Class in com.jivesoftware.forum.action
 
AttachmentSettingsAction() - Constructor for class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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
 
bytesTaskTimer - 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.
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.
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.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.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.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.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.
checkAuthorization() - Method in class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 
checkCacheHeaders(long, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.util.JiveServlet
 
checkEnabled() - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
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.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.ResultFilter
Clones a ResultFilter
clone() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Clones a AnnouncementFilter
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(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
 
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.
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(ForumThread, boolean) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Converts a ForumThread object to a webservice ForumThread object and allows forum name, unfilteredSubject, and unfilteredBody to be set to null to reduce response size.
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
convertFromPreviewToXhtml(String, HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
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.
COOKIE_JIVE_SERVER_INFO - Static variable in class com.jivesoftware.base.AuthFactory
Cookie used for things like akamai to tell information about a specific server.
COOKIE_LOGGED_IN - Static variable in class com.jivesoftware.base.AuthFactory
Cookie used to show that the current user is logged in.
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.
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
 
countMessageSearchResultsByForumID(long, Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of results for the specified query for a forum.
countMessageSearchResultsByForumID(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.
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
 
createSocket() - 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
 
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
 
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_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_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_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_SHORT_DATE_PATTERN - Static variable in class com.jivesoftware.base.action.util.DateUtils
 
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_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.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.StatusLevelProxy
 
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.
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.ResultFilter
Descending sort (ie 3, 2, 1...).
DESCENDING - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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.base.util.webwork.JiveSecurityInterceptor
 
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.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(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.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.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.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.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.AttachmentSettingsAction
 
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.base.tags.StatusMessage
 
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.AddHostNameFilter
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
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.EncryptLdapPasswordTask
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
doTask() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
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
 
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.
EMPTY_LINE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
EMPTY_LINE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
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
EncryptLdapPasswordTask - Class in com.jivesoftware.forum.upgrade.tasks
 
EncryptLdapPasswordTask() - Constructor for class com.jivesoftware.forum.upgrade.tasks.EncryptLdapPasswordTask
 
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_DATE - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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.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.PollOption
 
equals(Object) - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
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(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
 
equals(Object) - Method in class com.jivesoftware.forum.event.ForumEvent
 
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(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.AnnouncementFilter
 
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.AttachmentSettingsAction
 
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.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.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.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.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.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.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.HostNameFilter
 
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.HostNameFilter
 
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.HostNameFilter
 
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.HostNameFilter
 
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.HostNameFilter
 
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
 
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
 
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.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.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.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.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.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.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.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.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.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.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
 
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
 
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.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.
getAttachementDir() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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 class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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.HostNameFilterBeanInfo
 
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.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
getBlackList() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
Returns the current supported uri schemes as a comma separated string.
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.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
 
getBuildBooleanProperty(String, boolean) - Static method in class com.jivesoftware.base.JiveGlobals
Returns the specified build property as a boolean or returns defaultValue if the property doesn't exist or isn't parseable.
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.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.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.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.PrivateMessageFolderDeleteAction
 
getCancel() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
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
 
getCategoryObject() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getCategoryObject() - Method in class com.jivesoftware.forum.action.FilterSettings
 
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
 
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..
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
 
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.
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.
getCommonContentTypes() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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.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 class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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
 
getContentTypeFromList() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getContentTypeList() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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.
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
 
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.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.QueryResult
Get the creation date of the message this query result pertains to.
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.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.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
 
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
 
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.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.HostNameFilter
 
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.AddHostNameFilter
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
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.EncryptLdapPasswordTask
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getDescription() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
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.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.HostNameFilter
 
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
 
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() - 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, HttpServletRequest, User) - 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, HttpServletRequest, User) - 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, HttpServletRequest, User) - Method in class com.jivesoftware.util.RelativeDateRange
Returns the end date as a relative offset from the specified date.
getEndDate(Date, HttpServletRequest, User) - Method in class com.jivesoftware.util.UnboundedDateRange
 
getEndDateRangeMax() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the maximum end date on which results will be filtered.
getEndDateRangeMin() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the minimum end date on which results will be filtered.
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.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.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
 
getErrorString() - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
getErrorString() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getErrorType() - Method in exception com.jivesoftware.forum.AttachmentException
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.AddHostNameFilter
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
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.EncryptLdapPasswordTask
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getEstimatedRunTime() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
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.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.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
 
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
 
getFormattedAttachmentDirectorySize() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
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.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
 
getForumAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements using the specified forumID and AnnouncementFilter.
getForumAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getForumAnnouncementsWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements using the specified forumID and AnnouncementFilter.
getForumAnnouncementsWithFilter(long, AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
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.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.
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.
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.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(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
 
getFrameSize() - Method in interface com.jivesoftware.forum.net.Monitor
The size of the moving frame (in sample events) that provides a recent view of the data.
getFrameSize() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getFrameTotal() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the sample total during the frame.
getFrameTotal() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getFrameTotalTime() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the total sample time during the frame.
getFrameTotalTime() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getFreeMem() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns the amount of free memory in the cluster node's VM (in bytes).
getFrom() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the name of the action we're redirecting from.
getFrom() - Method in class com.jivesoftware.forum.action.PostAction
Returns the name of the action we're redirecting from.
getFrom() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getFrom() - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getFrom() - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the sender addresses.
getFrom() - Method in class com.jivesoftware.forum.mail.POP3Message
 
getFrom() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getFrom() - Method in class com.jivesoftware.webchat.history.Line
 
getFromEmail(String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
Retrieve the from email address from the provided message object.
getFromEmail() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
getFromName(String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
Retrieve the from email name.
getFromName() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
getFull() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns Boolean.TRUE if the full body content of the announcement should be returned, Boolean.FALSE otherwise.
getFull() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
Indicates if the full message body content should be returned or just a summary.
getFull() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
Indicates if the full message body content should be returned or just a summary.
getFull() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
Indicates if the full message body content should be returned or just a summary.
getGateway(long) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
getGateway(long) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Returns a gateway by its id.
getGateway(long) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
getGatewayManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getGatewayManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a gateway manager that can be used for managing gateways
getGatewayManager() - Static method in class com.jivesoftware.forum.gateway.GatewayManagerFactory
 
getGatewayManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getGateways(Forum) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Returns all the gateways for a forum.
getGateways() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Returns all the gateways, this collection is unmodifiable.
getGateways(Forum) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Returns all the gateways for a forum.
getGateways() - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Returns all the gateways, this collection is unmodifiable.
getGateways(Forum) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
getGateways() - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
getGatewaySettings() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getGlobalAcceptPolicy() - Method in class com.jivesoftware.forum.net.AcceptManager
Returns the accept policy.
getGlobalAvatars() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
getGlobalAvatars() - Method in interface com.jivesoftware.forum.AvatarManager
Returns a collection of all of the global avatars
getGlobalAvatars() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getGlobalAvatars() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getGlobalEndDate() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getGlobalEndDate() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns the globally specified end date for all reports.
getGlobalGatewaySettings() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
getGlobalGatewaySettings() - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Returns the global settings for gateways.
getGlobalGatewaySettings() - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
getGlobalGatewaySettings() - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
getGlobalMessageFooter() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
 
getGlobalStartDate() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getGlobalStartDate() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns the globally specified start date for all reports.
getGlobalTheme() - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
getGlobalTheme() - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns the Theme object that is currently installed as the 'Global' theme, or null if a global theme is not installed.
getGroup() - Method in class com.jivesoftware.base.event.GroupEvent
 
getGroup(long) - Method in interface com.jivesoftware.base.GroupManager
Gets a Group by ID.
getGroup(String) - Method in interface com.jivesoftware.base.GroupManager
Gets a Group by name.
getGroup(long) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroup(String) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroup(long) - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroup(String) - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroup(long) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroup(String) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroup(long) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroup(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroup() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getGroup() - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Obtain the group currently assigned to the pointer on null if none has been set.
getGroup() - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
getGroup() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getGroup() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
getGroup() - Method in interface com.jivesoftware.forum.StatusLevel
The group this status level is associated with.
getGroup(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a Group by its ID.
getGroup(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroupAdmins(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the user IDs that administer this group.
getGroupAdmins(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroupByName(String) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a Group by its name.
getGroupByName(String) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroupChat() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns the MultiUserChat associated with this session.
getGroupChatSession(String) - Method in class com.jivesoftware.webchat.user.UserSession
Retrieve's the GroupChatSession associated with the room.
getGroupCount() - Method in class com.jivesoftware.base.database.DbGroupManager
 
getGroupCount() - Method in interface com.jivesoftware.base.GroupManager
Returns the total number of groups in the system.
getGroupCount() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroupCount() - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroupCount() - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroupCount() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroupCount() - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a count of all groups in the system.
getGroupCount() - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroupDescriptionField() - Method in class com.jivesoftware.base.ldap.LdapManager
Return the field used to describe a group.
getGroupID() - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Obtains the group ID this filter matches if isSingleGroupFilter() returns true.
getGroupIDs(User) - Method in interface com.jivesoftware.base.GroupManager
Returns a list of group ids for all the groups that the user is a member of.
getGroupIDs(User) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroupIDs(User) - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroupIDs(User) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroupIDs(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroupManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getGroupManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a GroupManager that can be used to manage groups.
getGroupManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getGroupMemberField() - Method in class com.jivesoftware.base.ldap.LdapManager
Return the field used to list members within a group.
getGroupMembers(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all userIDs for all the members of a particular group.
getGroupMembers(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroupNameField() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the field name used for groups.
getGroupPerms(long, PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getGroups() - Method in class com.jivesoftware.base.database.DbGroupManager
 
getGroups(int, int) - Method in class com.jivesoftware.base.database.DbGroupManager
 
getGroups() - Method in interface com.jivesoftware.base.GroupManager
Returns an iterator for all groups in the system.
getGroups(int, int) - Method in interface com.jivesoftware.base.GroupManager
Returns an iterator for all groups starting at startIndex with the given number of results.
getGroups() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroups(int, int) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getGroups() - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroups(int, int) - Method in class com.jivesoftware.base.GroupManagerProxy
 
getGroups() - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroups(int, int) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getGroups() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroups(int, int) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getGroups() - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the group IDs for all the groups in the system.
getGroups() - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getGroups() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getGroupSearchFilter() - Method in class com.jivesoftware.base.ldap.LdapManager
Return the field used as the search filter when searching for groups.
getGroupService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of GroupService
getGroupStatusLevels() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getGroupStatusLevels() - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getGroupStatusLevels() - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an iterator of all group based status levels in the system.
getGroupsWithPerm(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getGuestLocale() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
getGuestProperty(String) - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns a guest property.
getGuestRatings() - Method in class com.jivesoftware.forum.database.RatingCacheObject
 
getHasEmailWatch(Object) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getHasUsersInRoster() - Method in class com.jivesoftware.forum.action.RosterAction
 
getHead() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the headers of the article.
getHead() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Populate the header information with essential information (author, subject, groups, date, references).
getHeader(String) - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getHeader(String) - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the header values corresponding to the supplied header name.
getHeader(String) - Method in class com.jivesoftware.forum.mail.POP3Message
 
getHeader() - Method in class com.jivesoftware.forum.nntp.ArticleHeaderFilter
Obtains the name of the header that will have the wildmat pattern applied.
getHeader() - Method in class com.jivesoftware.forum.nntp.spi.UUBeginIterator
Returns the uuencode header line if the last call to hasNext() returned false.
getHeadercss() - Method in class com.jivesoftware.base.admin.Sidebar
Returns the value of the CSS class to be used for sidebar header sections.
getHeaders() - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getHeaders() - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the headers sent with the message as an Iterator of strings.
getHeaders() - Method in class com.jivesoftware.forum.mail.POP3Message
 
getHelpURL() - Method in class com.jivesoftware.forum.action.HelpAction
 
getHighlightedText(QueryResult) - Method in class com.jivesoftware.forum.action.SearchAction
Returns a subject and summary with search words highlighted appropriate to the search query string.
getHighlightedText() - Method in class com.jivesoftware.util.SpellSession
Returns the text being spell checked in its current state, but with all remaining spelling errors highlighted.
getHighlightedText() - Method in class com.jivesoftware.webchat.utils.SpellSession
Returns the text being spell checked in its current state, but with all remaining spelling errors highlighted.
getHistogram(BinSequence, Element, Element) - Method in class com.jivesoftware.base.stats.Histogram
Get a new Histogram with the given set of bins.
getHistograms() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getHistograms() - Method in interface com.jivesoftware.base.stats.Report
 
getHistoryMessages(String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
getHost() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP server host; e.g.
getHost() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the IMAP host (ie mail.example.com).
getHost() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Get the server host.
getHost() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Returns the NNTP host (eg news.example.com).
getHost() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns the NNTP host (eg news.example.com).
getHost() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the POP3 host (eg mail.example.com).
getHost() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the SMTP host (eg mail.example.com).
getHtmlBody() - Method in class com.jivesoftware.base.EmailMessage
Returns the html version of the body
getHtmlBodyProperty() - Method in class com.jivesoftware.base.EmailMessage
 
getHTMLEmailBody(Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the HTML body of the nofication emails.
getHtmlEscapedEmailTemplate(String, Locale) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
Returns an HTML escaped template String.
getI18nKey() - Method in class com.jivesoftware.base.ban.BanLevel
Gets the i18n key of a BanLevel object.
getI18nKey() - Method in class com.jivesoftware.base.theme.ThemeType
Returns an i18n key of this theme type for internationalization.
getI18nKey() - Method in class com.jivesoftware.util.RelativeDateRange
 
getI18nKeyName(PrivateMessageFolder) - Static method in class com.jivesoftware.forum.util.ForumUtils
Returns the i18n key name for the given folder.
getIcon(int) - Method in class com.jivesoftware.util.JiveBeanInfo
 
getID() - Method in class com.jivesoftware.base.ban.Ban
 
getID() - Method in class com.jivesoftware.base.database.DbGroup
 
getID() - Method in class com.jivesoftware.base.database.DbPoll
 
getID() - Method in class com.jivesoftware.base.database.DbPresence
 
getID() - Method in class com.jivesoftware.base.database.DbUser
 
getId() - Method in class com.jivesoftware.base.EntityDescriptor
Returns the ID of this entity (object).
getID() - Method in class com.jivesoftware.base.EntityDescriptor
 
getID() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getID() - Method in class com.jivesoftware.base.ForumObject
Get the id
getID() - Method in interface com.jivesoftware.base.Group
Returns the id of the group.
getID() - Method in class com.jivesoftware.base.GroupProxy
 
getID() - Method in interface com.jivesoftware.base.JiveObject
Retrieve the unique identifier for the jive object.
getID() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getID() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getID() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getID() - Method in class com.jivesoftware.base.MockGroup
 
getID() - Method in class com.jivesoftware.base.MockUser
 
getID() - Method in class com.jivesoftware.base.PermissionType
Returns the id of the PermissionType
getID() - Method in interface com.jivesoftware.base.Poll
Returns the unique ID of the poll.
getID() - Method in interface com.jivesoftware.base.Presence
Returns the unique ID for this status.
getID() - Method in class com.jivesoftware.base.PresenceProxy
 
getID() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the ID of the read stat, or -1 if the object has not been saved.
getID() - Method in interface com.jivesoftware.base.User
Returns the user's id.
getID() - Method in class com.jivesoftware.base.UserProxy
 
getID() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getID() - Method in interface com.jivesoftware.forum.Announcement
Returns the unique ID of the announcement, or -1 if the announcement hasn't been added to the database yet.
getID() - Method in interface com.jivesoftware.forum.Attachment
Returns the unique ID of the attachment.
getID() - Method in interface com.jivesoftware.forum.Avatar
Returns the unique ID of the avatar
getID() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getID() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getID() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getID() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getID() - Method in class com.jivesoftware.forum.database.DbForum
 
getID() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getID() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getID() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getID() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getID() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getID() - Method in class com.jivesoftware.forum.database.DbQuery
 
getID() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getID() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getID() - Method in interface com.jivesoftware.forum.Forum
Returns the unique id of the forum.
getID() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the ID of the category.
getID() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the id of this message, or -1 if this message hasn't been added to the database yet.
getID() - Method in interface com.jivesoftware.forum.ForumThread
Returns the unique ID of this thread, or -1 if the thread hasn't been added to the database yet.
getID() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getID() - Method in interface com.jivesoftware.forum.gateway.Gateway
The unique id of the gateway, this will only be a value greater than zero if the gateway is a persistent gateway.
getID() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getID() - Method in interface com.jivesoftware.forum.net.Connection
Obtain a unique key to identify this connection in the connection manager.
getID() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getID() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Retruns the ID of the newsgroup.
getID() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getID() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the id of the message.
getID() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns the ID of the folder.
getID() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getID() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getID() - Method in interface com.jivesoftware.forum.Query
Retrieve the unique identifier for the query.
getID() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the unique id of this status level
getID() - Method in class com.jivesoftware.forum.util.Identifier
 
getID() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the unique ID of the announcement, or -1 if the announcement hasn't been added to the database yet.
getID() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the unique id of the forum.
getID() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the ID of the category.
getID() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the id of this message.
getID() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the unique ID of this thread.
getID() - Method in class com.jivesoftware.forum.webservices.Group
Returns the id of the group.
getId() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getID() - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
getID() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's id.
getID() - Method in class com.jivesoftware.profiles.ProfileField
Gets the id representing this profile field.
getID() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the id representing this type.
getID() - Method in class com.jivesoftware.util.CronTask
Returns the unique id of the crontask.
getID() - Method in class com.jivesoftware.util.RelativeDateRange
 
getIDKey() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the id key which associates this instance with a specific object in the system.
getIdList(UserEvent, String) - Method in class com.jivesoftware.forum.database.UserDeletedListener
 
getIDs(String, String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getIf() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Returns the String we're testing for the value "true"
getImage(String, String) - Method in class com.jivesoftware.webchat.util.ImageUtils
 
getImage(int) - Method in class com.jivesoftware.webchat.util.ImageUtils
 
getImageCacheFile(String) - Static method in class com.jivesoftware.forum.util.AvatarImageUtils
Returns a file handle to a cached image folder.
getImageCSV() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getImageCSV() - Method in interface com.jivesoftware.base.stats.Report
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
getImageCSV() - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
getImagePath() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getImagePath() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getImagePath() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the relative path to the image.
getImagePreviewMaxSize() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns the max dimension of generated thumbnails (ie, the max value for the width or height).
getImagePreviewMaxSize() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getImagePreviewMaxSize() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getImagePreviewMaxSize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the max dimension of generated thumbnails (ie, the max value for the width or height).
getImagePreviewMaxSize() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getImageStream() - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
getImageURL() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getImageURL() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
Returns the base URL for emoticon images.
getImporter() - Method in class com.jivesoftware.forum.gateway.BaseGateway
Returns the exporter for this gateway if settings.isImportEnabled is true and there is a possible importer for this gateway, else null will be returned.
getImporter() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns the the GatewayImporter object associated with this Gateway instance.
getImportInterval() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
getImportProperty(String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getImportProperty(String) - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns an extended property associated with the importer.
getImportProperty(String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getImportPropertyKeys() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getImportPropertyKeys() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns all extended importer property keys
getImportPropertyKeys() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getImportThreadPoolSize() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
getIndex() - Method in class com.jivesoftware.profiles.ProfileField
Gets the index of this profile field.
getIndex() - Method in class com.jivesoftware.profiles.ProfileFieldOption
Gets the index of this option which represents the order in which the options will appear in the list.
getIndexAfterEndToken(String) - Static method in class com.jivesoftware.forum.mail.MessageUtils
Returns the position in the suppled string past the last occurrence of the template end token.
getIndexOfChild(ForumMessage, ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getIndexOfChild(ForumMessage, ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getIndexOfChild(ListItem, ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the index of child in parent or -1 if child is not a child of parent.
getIndexOfChild(ForumMessage, ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the index of child in parent.
getIndexOfChild(long, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the index of child in parent.
getIndexOfChild(long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getIndexOfChild(long, long) - Method in class com.jivesoftware.util.LongTree
Returns the index of childKey in parentKey or -1 if childKey is not a child of parentKey.
getInfoBeanProperties(Object) - Static method in class com.jivesoftware.util.BeanUtils
Gets the properties from a Java Bean and returns them in a Map of String name/value pairs.
getInfoUpdate(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
getInfoURL() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getInHandler() - Method in interface com.jivesoftware.forum.webservices.server.xfire.WSS4JInHandlerProvider
 
getInheritedRenderFilters() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getInheritedRenderFilters() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
Retrieve the map of render filters-> renderTypes searching up the tree to the global level if no render filters are defined at the current/parent(s) level.
getInheritedRenderFilters(RenderType) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
Retrieve the array of render filters for the given render type searching up the tree to the global level if no render filters are defined at the current/parent(s) level.
getInheritedRenderFilters() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Retrieve the map of render filters -> renderTypes searching up the tree to the global level if no render filters are defined at the current/parent(s) level.
getInitialBankPoints() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getInitialBankPoints() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getInitialBankPoints() - Method in interface com.jivesoftware.forum.RewardManager
Returns the number of bank points a user will start with.
getInitParameter(String) - Method in class com.jivesoftware.base.theme.ThemeDecorator
 
getInputStream() - Method in class com.jivesoftware.forum.gateway.AttachmentDataSource
Returns an input stream of the request data
getInputStream() - Method in class com.jivesoftware.forum.mail.AttachmentData
 
getInputStream() - Method in class com.jivesoftware.util.classloader.BytesURLConnection
 
getInstalledPlugins() - Method in class com.jivesoftware.base.action.PluginSettingsAction
Returns all of the plugins installed in the system.
getInstalledProducts() - Method in class com.jivesoftware.forum.ForumsProductProvider
 
getInstance() - Static method in class com.jivesoftware.base.ban.BanDAOFactory
Returns a concrete implementation of the BanManager interface.
getInstance() - Static method in class com.jivesoftware.base.ban.BanDAOImpl
 
getInstance() - Static method in class com.jivesoftware.base.database.DbPermissionsManager
 
getInstance() - Static method in class com.jivesoftware.base.database.DbPollManager
 
getInstance() - Static method in class com.jivesoftware.base.database.DbPresenceManager
 
getInstance() - Static method in class com.jivesoftware.base.event.GroupEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.base.event.JivePropertyEventDispatcher
Returns an instance of JivePropertyEventDispatcher
getInstance() - Static method in class com.jivesoftware.base.event.LogEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.base.event.PollEventDispatcher
Returns an event dispatcher instance.
getInstance() - Static method in class com.jivesoftware.base.event.UserEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.base.GroupManagerFactory
Returns a concrete instance of the group manager interface.
getInstance() - Static method in class com.jivesoftware.base.ldap.LdapManager
Provides singleton access to an instance of the LdapManager class.
getInstance() - Static method in class com.jivesoftware.base.ldap.LdapSearchManager
 
getInstance() - Static method in class com.jivesoftware.base.LocaleManagerFactory
Returns a concrete instance of the locale manager interface.
getInstance() - Static method in class com.jivesoftware.base.PollManagerFactory
Returns a concrete instance of the poll manager interface.
getInstance() - Static method in class com.jivesoftware.base.registration.RegistrationManagerImpl
Provides access to the single RegistrationManager instance
getInstance(long) - Method in class com.jivesoftware.base.stats.element.CyclicElement
Generate a new CyclicElement.
getInstance(long) - Method in class com.jivesoftware.base.stats.element.DateElement
Get a new DateElement instance.
getInstance(long) - Method in class com.jivesoftware.base.stats.Element
Returns an instance of this class with an initial value of n.
getInstance(long) - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Generates a new instance of InfiniteElement.
getInstance(long) - Method in class com.jivesoftware.base.stats.element.LongElement
Retuns an instance of this class with the given long as its value.
getInstance(long) - Method in class com.jivesoftware.base.stats.element.StringElement
Generates a new instance of InfiniteElement.
getInstance() - Static method in class com.jivesoftware.base.stats.ReadStatsManagerFactory
 
getInstance() - Static method in class com.jivesoftware.base.theme.ThemeManagerFactory
Returns an instance of the ThemeManager interface.
getInstance() - Static method in class com.jivesoftware.base.UserManagerFactory
Returns a concrete instance of the user manager interface.
getInstance() - Static method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
getInstance() - Static method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
getInstance() - Static method in class com.jivesoftware.forum.AvatarManagerFactory
Returns a concrete instance of the Avatar interface.
getInstance() - Static method in class com.jivesoftware.forum.ban.BanManagerFactory
Returns a concrete implementation of the BanManager interface.
getInstance() - Static method in class com.jivesoftware.forum.ban.BanManagerImpl
Provides singleton access to a BanManagerImpl instance.
getInstance() - Static method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbDraftManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbEmailTokenManager
Returns the singleton instance.
getInstance() - Static method in class com.jivesoftware.forum.database.DbForumFactory
Provides singleton access to a DbForumFactory instance.
getInstance() - Static method in class com.jivesoftware.forum.database.DbPrivateMessageManager
Returns a singleton instance of DbPrivateMessageManager.
getInstance() - Static method in class com.jivesoftware.forum.database.DbQueryLogger
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbQueryManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbRatingManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbReadTracker
Returns a Singleton instance of DbReadTracker.
getInstance() - Static method in class com.jivesoftware.forum.database.DbSearchManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.DbTagManager
 
getInstance() - Static method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
Not a singleton accessor sinces instances are serialized and passed around through coherence, but some degree of object creation can be avoided by using this within our code.
getInstance() - Static method in class com.jivesoftware.forum.event.AnnouncementEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.CategoryEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.ForumEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.MessageEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.PermissionEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.PrivateMessageEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.SearchIndexEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.TagEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.event.ThreadEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
getInstance(AuthToken) - Static method in class com.jivesoftware.forum.ForumFactory
Returns a concrete ForumFactory instance.
getInstance() - Static method in class com.jivesoftware.forum.ForumLocaleManager
 
getInstance() - Static method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
getInstance() - Static method in class com.jivesoftware.forum.mail.EmailMonitor
Returns the singleton instance.
getInstance() - Static method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getInstance() - Static method in class com.jivesoftware.forum.nntp.NNTPServer
Returns a NNTPServer instance.
getInstance() - Static method in class com.jivesoftware.forum.nntp.NNTPServerConfig
 
getInstance() - Static method in class com.jivesoftware.forum.nntp.SessionManager
Returns a SessionManager instance.
getInstance(JiveRenderManager, long, Permissions) - Static method in class com.jivesoftware.forum.proxy.ForumRenderManagerProxyFactory
Returns a proxy for the ForumRenderManager interface.
getInstance(JiveRenderManager, long, Permissions) - Static method in class com.jivesoftware.forum.proxy.RenderManagerProxyFactory
Returns a proxy for the RenderManager interface.
getInstance(AuthToken) - Static method in class com.jivesoftware.forum.QueryLoggerFactory
Returns a concrete instance of the query logger interface wrapped by a protection proxy.
getInstance(AuthToken) - Static method in class com.jivesoftware.forum.RatingManagerFactory
Returns a concrete instance of the rating manager interface wrapped by a protection proxy.
getInstance() - Static method in class com.jivesoftware.forum.renderer.RendererFactory
Returns an implementation of the Renderer interface.
getInstance() - Static method in class com.jivesoftware.forum.stats.ForumsReportManager
 
getInstance() - Static method in class com.jivesoftware.forum.stats.ViewCountManager
Returns an instance of this class.
getInstance() - Static method in class com.jivesoftware.forum.StatusLevelManagerFactory
Returns a concrete instance of the StatusLevel interface.
getInstance() - Static method in class com.jivesoftware.forum.TagManagerFactory
Returns a concrete instance of the tag manager interface.
getInstance() - Static method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
getInstance() - Static method in class com.jivesoftware.forum.virusscan.VirusScanManager
Provides access to the single VirusScanManager instance
getInstance() - Static method in class com.jivesoftware.forum.webservices.server.xfire.XFireHelper
 
getInstance() - Static method in class com.jivesoftware.profiles.ProfileEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
Provides singleton access to a ProfileFieldManagerImpl instance.
getInstance() - Static method in class com.jivesoftware.profiles.ProfileManagerImpl
Provides singleton access to a ProfileManagerImpl instance.
getInstance() - Static method in class com.jivesoftware.profiles.search.ProfileSearchIndexEventDispatcher
 
getInstance() - Static method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getInstance() - Static method in class com.jivesoftware.util.ByteFormat
 
getInstance(List) - Static method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
getInstance(List, ClassLoader) - Static method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
getInstance() - Static method in class com.jivesoftware.util.CronTaskManager
 
getInstance() - Static method in class com.jivesoftware.util.DbJiveProperties
Returns a singleton instance of DbJiveProperties.
getInstance() - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String, Locale) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String, DateFormatSymbols) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class com.jivesoftware.util.FastDateFormat
 
getInstance() - Static method in class com.jivesoftware.webchat.ChatManager
Returns the singleton instance of ChatManager, creating it if necessary.
getInstance() - Static method in class com.jivesoftware.webchat.ChatSettingsManager
Returns the singleton instance of ChatSettingsManager, creating it if necessary.
getInstructions() - Method in exception com.jivesoftware.forum.upgrade.UpgradeTaskException
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.AddHostNameFilter
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.EncryptLdapPasswordTask
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
getInstructionsFile() - Method in class com.jivesoftware.forum.upgrade.tasks.Version410
 
getInstructionsFile() - Method in interface com.jivesoftware.forum.upgrade.UpgradeTask
Returns the name of the manual instructions file that will be displayed if the task fails.
getIntAttribute(HttpServletRequest, String, int) - Static method in class com.jivesoftware.util.ParamUtils
Gets an attribute as a int.
getIntAttribute(HttpServletRequest, String, int) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets an attribute as a int.
getInterceptor(int) - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
getInterceptor(int) - Method in interface com.jivesoftware.forum.InterceptorManager
Return the interceptor at the specified index in the list of currently configured interceptors.
getInterceptor(int) - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
getInterceptorCount() - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
getInterceptorCount() - Method in interface com.jivesoftware.forum.InterceptorManager
Returns the count of currently active interceptors.
getInterceptorCount() - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
getInterceptorManager() - Method in class com.jivesoftware.forum.database.DbForum
 
getInterceptorManager() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getInterceptorManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getInterceptorManager() - Method in interface com.jivesoftware.forum.Forum
Returns an interceptor manager that can be used to manage the interceptors for this forum.
getInterceptorManager() - Method in interface com.jivesoftware.forum.ForumCategory
Returns a message interceptor manager that can be used to manage interceptors for this category.
getInterceptorManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a message interceptor manager that can be used to manage global interceptors.
getInterceptorManager() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getInterceptorManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getInterceptorManager() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getIntParameter(String, int) - Method in class com.jivesoftware.util.MultipartParamUtils
 
getIntParameter(HttpServletRequest, String, int) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as an int.
getIntParameter(HttpServletRequest, String, int) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as an int.
getIntParameters(HttpServletRequest, String, int) - Static method in class com.jivesoftware.util.ParamUtils
Gets a list of int parameters.
getIntParameters(HttpServletRequest, String, int) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a list of int parameters.
getIntProperty(String, int) - Method in class com.jivesoftware.base.theme.Theme
Returns the specified property as an integer or returns the defaultValue if the property does't exist or the value isn't a number.
getIntrospectiveUser() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
Returns the current user as an IntrospectiveUser.
getIntrospectiveUser() - Method in class com.jivesoftware.forum.action.EditWatchesAction
Returns the current user as an IntrospectiveUser.
getIntrospectiveUser() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getIP() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the IP of the host making the request.
getIP() - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Returns the IP this session was created under or null if the IP could not be determined.
getIpAddress() - Method in class com.jivesoftware.base.ban.Ban
 
getIpAddress() - Method in class com.jivesoftware.base.ban.BanFilter
 
getIPAddress() - Method in class com.jivesoftware.base.database.DbPresence
 
getIPAddress() - Method in interface com.jivesoftware.base.Presence
Returns the IP address of the user.
getIPAddress() - Method in class com.jivesoftware.base.PresenceProxy
 
getIsExpirableWatch(Object) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getISO639LanguageMap() - Static method in class com.jivesoftware.util.LocaleUtils
Returns a map of ISO-639 languages.
getIsThreadDeletion() - Method in class com.jivesoftware.forum.action.DeleteAction
Returns true if we're going to delete (or deleted) a thread, false if it is (or was) a message.
getItemTitle() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the title of the single item in the resultant rss channel
getJID() - Method in class com.jivesoftware.profiles.action.EditProfileAction
Returns the xmpp JID (actually, just the username portion - not the domain) The domain will be that of the currently configured xmpp server.
getJid() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
getJiraInstance() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns the base URL for the JIRA instance.
getJiveBooleanProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns the specified Jive property as a boolean or returns false if the property doesn't exist or isn't parseable.
getJiveBooleanProperty(String, boolean) - Static method in class com.jivesoftware.base.JiveGlobals
Returns the specified Jive property as a boolean or returns defaultValue if the property doesn't exist or isn't parseable.
getJiveFile(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
Returns a file in the jiveHome directory.
getJiveFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getJiveHome() - Static method in class com.jivesoftware.base.JiveGlobals
Returns the location of the jiveHome directory.
getJiveHome() - Method in interface com.jivesoftware.base.JiveGlobals.JiveHomeProvider
Returns a String representing the real path of the jiveHome configuration directory.
getJiveHome() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
Returns the jiveHome directory as a File.
getJiveIntProperty(String, int) - Static method in class com.jivesoftware.base.JiveGlobals
Returns the specified Jive property as an integer or returns the defaultValue if the property does't exist or the value isn't a number.
getJiveObject(int, long) - Static method in class com.jivesoftware.forum.database.DatabaseObjectLoader
Retrieve the object corresponding to the objectType/objectID parameters, or null if the object cannot be loaded or the objectType isn't a valid type.
getJiveProperties(String) - Static method in class com.jivesoftware.base.JiveGlobals
Return all immediate children property values of a parent Jive property as a list of strings, or an empty list if there are no children.
getJiveProperty(String) - Method in class com.jivesoftware.base.action.JiveActionSupport
Convenience method for looking up a jive property.
getJiveProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns the value of the specified property or null if the value doesn't exist.
getJiveProperty(String, String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a Jive property.
getJivePropertyNames() - Static method in class com.jivesoftware.base.JiveGlobals
Returns all Jive property names.
getJivePropertyNames(String) - Static method in class com.jivesoftware.base.JiveGlobals
Return all immediate children property names of a parent Jive property as a list of strings, or an empty list if there are no children.
getJiveURL() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
Gets the jiveURL property
getKey() - Method in class com.jivesoftware.base.admin.TaskTag
 
getKey() - Method in class com.jivesoftware.base.ban.BanLevel
Gets the key of a BanLevel object
getKey() - Method in class com.jivesoftware.base.ban.DateRangeBean.RangeOption
Gets the key value of the date range option
getKey() - Method in class com.jivesoftware.base.stats.Report.ExtraInfo
 
getKey() - Method in class com.jivesoftware.base.tags.I18nTag
Returns key of the i18n string to look up.
getKey() - Method in class com.jivesoftware.forum.abuse.AbuseType
 
getKey() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getKey() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
getKey() - Method in class com.jivesoftware.forum.renderer.RenderTarget
Gets the key of a RenderTarget object
getKey() - Method in class com.jivesoftware.forum.renderer.RenderType
Gets the key of a RenderType object
getKeysForIDKey(String) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
Returns all QueryCacheKeys with the corresponding id key.
getKeywords() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
getLabels() - Method in class com.jivesoftware.base.stats.Chart
 
getLanguageCode() - Method in class com.jivesoftware.forum.webservices.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLargeImagePath() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getLargeImagePath() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getLargeImagePath() - Method in interface com.jivesoftware.forum.StatusLevel
 
getLargestNBins(int) - Method in class com.jivesoftware.base.stats.Histogram
 
getLargeTextField(ResultSet, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Retrives a large text column from a result set, automatically performing streaming if the JDBC driver requires it.
getLast() - Method in class com.jivesoftware.util.LinkedList
Returns the last linked list node in the list.
getLastActivity() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getLastArchivedDate() - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the date the archiving process was last run.
getLastArchivedDate() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
getLastArchivedDate() - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
getLastArticle(long, int) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Returns the previous article in the group that proceeds the given article.
getLastArticleNumber() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Obtain the last valid group article number in this group.
getLastArticleNumber() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
getLastBatchEmail() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
getLastCheck() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
getLastDayOfMonth(int, int) - Method in class com.jivesoftware.util.CronTimer
 
getLastExport() - Method in interface com.jivesoftware.forum.gateway.GatewayExporter
Last date this exporter completed
getLastExport() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
 
getLastExport() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
 
getLastImport() - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
Returns the Last date this importer completed
getLastImport() - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
getLastImport() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Not implemented throws UnsupportedOperation exception
getLastImport() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getLastImport() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
getLastImport() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
getLastIndexedDate() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
getLastIndexedDate() - Method in interface com.jivesoftware.forum.SearchManager
Returns the date that the last update to the index was made.
getLastIndexedDate() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the date that the last update to the index was made.
getLastIndexedDate() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getLastMessageNumberSeen() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Used by the gateway to keep track of the last message seen.
getLastMessageNumberSeen() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Used by the gateway to keep track of the last message seen.
getLastModified(Object) - Method in class com.jivesoftware.base.action.PluginTemplateLoader
 
getLastModified(Object) - Method in class com.jivesoftware.base.theme.ThemeTemplateLoader
 
getLastSampleDate() - Method in interface com.jivesoftware.forum.net.Monitor
The date-time of the last sample reported to the monitor.
getLastSampleDate() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getLastUpdateTime() - Method in class com.jivesoftware.base.database.DbPresence
 
getLastUpdateTime() - Method in interface com.jivesoftware.base.Presence
Return the time when the presence was last updated (when the user last visited).
getLastUpdateTime() - Method in class com.jivesoftware.base.PresenceProxy
 
getLastVisited(HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns the Date the user last visited.
getLatestMessage() - Method in class com.jivesoftware.forum.database.DbForum
 
getLatestMessage() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getLatestMessage() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getLatestMessage() - Method in interface com.jivesoftware.forum.Forum
Returns the most recently created or edited message in this forum.
getLatestMessage() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the most recently created or edited message in this category (including all sub-categories).
getLatestMessage() - Method in interface com.jivesoftware.forum.ForumThread
Returns the most recently created messages in this thread.
getLatestMessage() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getLatestMessage() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getLatestMessage() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getLatestMessage() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the Lastmessage object of the forum.
getLatestMessage() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the most recently created messages in this thread.
getLatestMessageID() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the ID of the most recently created or edited message in this forum.
getLatestMessageID() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the most recently created or edited message in this category (including all sub-categories).
getLatestMessages() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getLatestMessages() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for the most recently created or edited messages in this category (including all sub-categories).
getLatestMessages() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getLeaderBlock(int, long, int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaderIds(int, int) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getLeaderIds(ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getLeaderIds(Forum, int, int) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getLeaderIds(int, int) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getLeaderIds(ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getLeaderIds(Forum, int, int) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getLeaderIds(int, int) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns a long array of user ids of system leaders given a start index and desired number of results.
getLeaderIds(ForumCategory, int, int) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns a long array of user ids of forum category leaders given a start index and desired number of results.
getLeaderIds(Forum, int, int) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns a long array of user ids of forum leaders
getLeaders() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Resturns an iterator of leader users either globally, per category or per forum.
getLeaders() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders(int, int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders(Forum) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders(Forum, int, int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders(ForumCategory) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders(ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getLeaders() - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders(int, int) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders(Forum) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders(Forum, int, int) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders(ForumCategory) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders(ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getLeaders() - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of system wide leaders.
getLeaders(int, int) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of system wide leaders.
getLeaders(Forum) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of leaders for a specific forum
getLeaders(Forum, int, int) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of leaders for a specific forum
getLeaders(ForumCategory) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of leaders for a specific forum category
getLeaders(ForumCategory, int, int) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an Iterator of leaders for a specific forum category
getLeftSiblingIndex(char) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returs the left sibling index of index.
getLength() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getLength(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Returns the number of bytes contained in the resource that the specified URL points to.
getLevel(Level, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Get formatted priority string.
getLexicons(String) - Static method in class com.jivesoftware.util.SpellChecker
Returns the array of Lexicons (dictionaries) for the specified language.
getLexicons(String) - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Returns the array of Lexicons (dictionaries) for the specified language.
getLftRgtValues(long) - Static method in class com.jivesoftware.forum.database.DbForumCategory
Returns the lft and rgt values for a category ID.
getLicense(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the license agreement type that the plugin is governed by.
getLicense() - Method in class com.jivesoftware.webchat.LicenseManager
Obtain the license for the server.
getLicenseContainer() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
getLicenseID() - Method in class com.jivesoftware.webchat.License
 
getLicenseString() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
getLicenseText() - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
getLicenseType() - Method in class com.jivesoftware.webchat.License
 
getLineCount() - Method in interface com.jivesoftware.forum.nntp.Article
Returns the number of lines in the article including headers and blank line between headers and body.
getLineCount() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getLineNumberColor() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getLineNumberColor() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
getLinkSchemes() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
getLinkText() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getLinkType() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getLinkType(int) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
A helper method to get a specific LinkType object from its key
getList(Connection, Iterator) - Static method in class com.jivesoftware.forum.nntp.NewNewsResponse
Create a response containing the articles in the given iterator.
getList(NewsGroupFilter) - Method in class com.jivesoftware.forum.nntp.Session
Retrieves a list of valid newsgroups and associated information.
getListType() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
getListType(char) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
A helper method to get a specific ListType object from a bullet character
getLivePollCount() - Method in class com.jivesoftware.base.database.DbPollManager
 
getLivePollCount(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getLivePollCount() - Method in interface com.jivesoftware.base.PollManager
Returns a count of all live polls in the system.
getLivePollCount(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns a count of all live polls of a given type and object ID.
getLivePollCount() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getLivePollCount(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getLivePolls() - Method in class com.jivesoftware.base.database.DbPollManager
 
getLivePolls(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getLivePolls() - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of live polls in the system.
getLivePolls(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of live polls associated with the object specified by the objectType and objectID.
getLivePolls() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getLivePolls(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getLocalAddress() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the InetAddress describing the local side of the connection.
getLocalAddress() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getLocale() - Method in class com.jivesoftware.base.EmailMessage
Return the locale for the email message.
getLocale() - Static method in class com.jivesoftware.base.JiveGlobals
Returns the global Locale used by Jive.
getLocale(EntityDescriptor, User, HttpServletRequest) - Method in interface com.jivesoftware.base.LocaleManager
Returns a Locale object for the specified entity, if one exists.
getLocale() - Method in class com.jivesoftware.base.theme.Theme
Gets the locale for this theme.
getLocale() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getLocale() - Method in class com.jivesoftware.forum.database.DbForum
 
getLocale() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getLocale() - Method in interface com.jivesoftware.forum.Forum
Returns the locale for this forum.
getLocale() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the locale for this category.
getLocale(EntityDescriptor, User, HttpServletRequest) - Method in class com.jivesoftware.forum.ForumLocaleManager
 
getLocale() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getLocale() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getLocale() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the locale for this forum.
getLocale() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the locale for this category.
getLocale() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
getLocale() - Method in class com.jivesoftware.util.FastDateFormat
 
getLocaleAlignment(Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the alignment direction for a given locale.
getLocaleCode() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getLocales() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns a list of available locales as a sorted list of Locale objects.
getLocalesForProperty(String) - Method in class com.jivesoftware.util.DbJiveProperties
Returns a list of locales where this property is set.
getLocalizedInstance() - Static method in class com.jivesoftware.util.DbJiveProperties
Returns a localized instance of JiveProperties
getLocalizedJiveProperty(String, Locale) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a localized Jive property given its name and locale.
getLocalizedJivePropertyNames() - Static method in class com.jivesoftware.base.JiveGlobals
Returns a list of the localized Jive properties
getLocalizedNumber(long) - Static method in class com.jivesoftware.util.LocaleUtils
Returns a number formatted to the rules of the default Jive Forums locale.
getLocalizedNumber(long, Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns a number formatted to the rules of the given locale.
getLocalizedNumber(double) - Static method in class com.jivesoftware.util.LocaleUtils
Returns a number formatted to the rules of the default Jive Forums locale.
getLocalizedNumber(double, Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns a number formatted to the rules of the given locale.
getLocalizedPropertyLocales(String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a list of locales where this property is set.
getLocalizedString(String) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle.
getLocalizedString(String, String) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
getLocalizedString(String, String, List) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle from the passed in plugin.
getLocalizedString(String, Locale, List, ResourceBundle) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the passed in Locale substituting the passed in arguments.
getLocalizedString(String, Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the passed in Locale.
getLocalizedString(String, List) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the locale specified by JiveGlobals.getLocale() substituting the passed in arguments.
getLocalizedString(String, Locale, List) - Static method in class com.jivesoftware.util.LocaleUtils
Returns an internationalized string loaded from a resource bundle using the passed in Locale substituting the passed in arguments.
getLocalPort() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the local port for this connection.
getLocalPort() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getLocalProperties(String) - Static method in class com.jivesoftware.base.JiveGlobals
Return all immediate children property values of a parent local property as a list of strings, or an empty list if there are no children.
getLocalProperty(String) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a local property.
getLocalProperty(String, int) - Static method in class com.jivesoftware.base.JiveGlobals
Returns a local property as an integer.
getLogDirectory() - Static method in class com.jivesoftware.base.Log
Returns the directory that log files exist in.
getLoggedQueryInfo(Query) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
getLoggedQueryInfo(Query) - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getLoggedQueryInfo(Query) - Method in interface com.jivesoftware.forum.QueryLogger
Returns the logged information about the query, or null if the query has not been logged yet.
getLoginLogoImage() - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns the URL of the login image for the admin console.
getLoginTime() - Method in class com.jivesoftware.base.database.DbPresence
 
getLoginTime() - Method in interface com.jivesoftware.base.Presence
Return the time when the presence was created.
getLoginTime() - Method in class com.jivesoftware.base.PresenceProxy
 
getLogoImage() - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns the URL of the main logo image for the admin console.
getLongAttribute(HttpServletRequest, String, long) - Static method in class com.jivesoftware.util.ParamUtils
Gets an attribute as a long.
getLongAttribute(HttpServletRequest, String, long) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets an attribute as a long.
getLongParameter(String, long) - Method in class com.jivesoftware.util.MultipartParamUtils
 
getLongParameter(HttpServletRequest, String, long) - Static method in class com.jivesoftware.util.ParamUtils
Gets a parameter as a long.
getLongParameter(HttpServletRequest, String, long) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a parameter as a long.
getLongParameters(HttpServletRequest, String, long) - Static method in class com.jivesoftware.util.ParamUtils
Gets a list of long parameters.
getLongParameters(HttpServletRequest, String, long) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Gets a list of long parameters.
getLookupService() - Static method in class com.jivesoftware.base.util.CountryLookup
Returns the lookup service object.
getLowerBound() - Method in class com.jivesoftware.util.UnboundedDateRange
 
getMachinePrecision() - Static method in class com.jivesoftware.util.DoubleEqualityComparator
 
getMacrosFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getMacroTagName() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getMacroTagName() - Method in interface com.jivesoftware.forum.renderer.RenderMacro
Returns the tag name of the macro.
getMailbox() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the name of the mailbox.
getMaintenancePage() - Method in class com.jivesoftware.base.util.MaintenanceFilter
 
getMajorVersion() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getManager() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the poll manager as a convenience.
getMap() - Method in class com.jivesoftware.webchat.providers.SettingsPrivateData
 
getMapping(HttpServletRequest) - Method in class com.jivesoftware.base.action.util.JiveActionMapper
 
getMark() - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
getMatch() - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
getMatcher() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
getMax(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMax(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMax(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMax() - Method in class com.jivesoftware.util.profile.Profiler.ProfileStat
 
getMaxAllowableHeight() - Method in interface com.jivesoftware.forum.AvatarManager
Returns the maximum allowable height for an avatar image
getMaxAllowableHeight() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getMaxAllowableHeight() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getMaxAllowableWidth() - Method in interface com.jivesoftware.forum.AvatarManager
Returns the maximum allowable width for an avatar image
getMaxAllowableWidth() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getMaxAllowableWidth() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getMaxAssignablePoints() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getMaxAttach() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getMaxAttachDirSize() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getMaxAttachmentSize() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns the maximum size of an individual attachment in kilobytes.
getMaxAttachmentSize() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getMaxAttachmentSize() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getMaxAttachmentSize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the maximum size of an individual attachment in kilobytes.
getMaxAttachmentSize() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getMaxAttachmentsPerMessage() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns the maximum number of attachments per message.
getMaxAttachmentsPerMessage() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getMaxAttachmentsPerMessage() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getMaxAttachmentsPerMessage() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the maximum number of attachments per message.
getMaxAttachmentsPerMessage() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getMaxAttachSize() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getMaxBankPoints() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getMaxBankPoints() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getMaxBankPoints() - Method in interface com.jivesoftware.forum.RewardManager
Returns the max number of points that can accumulate in a bank account, or -1 if there is no max.
getMaxCacheLifetime() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Returns the maximum amount of time an item can be in the cache.
getMaxCacheSize() - Method in class com.jivesoftware.forum.database.QueryCache
 
getMaxCacheSize() - Method in class com.jivesoftware.forum.webservices.Cache
 
getMaxCacheSize() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Returns the maximum size of the cache.
getMaxCacheSize() - Method in interface com.jivesoftware.util.Cache
Returns the maximum size of the cache in bytes.
getMaxCacheSize() - Method in class com.jivesoftware.util.CacheWrapper
 
getMaxCacheSize() - Method in class com.jivesoftware.util.ClusteredCache
 
getMaxCacheSize() - Method in class com.jivesoftware.util.CoherenceCache
 
getMaxCacheSize() - Method in class com.jivesoftware.util.DefaultCache
 
getMaxCacheSize() - Method in class com.jivesoftware.util.LRUCache
Returns the maximum size of the cache (in bytes).
getMaxConnections() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the maximum number of connections that the pool will use.
getMaxConnections() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getMaxConnections() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Returns the maximum number of connections allowed in the server.
getMaxConnections() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
getMaxCount() - Method in class com.jivesoftware.base.stats.Histogram
Get the maximum count
getMaxCountBin() - Method in class com.jivesoftware.base.stats.Histogram
Get the bin with the largest count.
getMaxDate() - Static method in class com.jivesoftware.base.action.util.DateUtils
Returns the maximum date value allowed.
getMaxElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the maximum element added to the histogram.
getMaxFilesystemCacheSize() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled.
getMaxFilesystemCacheSize() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
getMaxFilesystemCacheSize() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
getMaxFilesystemCacheSize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled.
getMaxFilesystemCacheSize() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
getMaxForumIndex() - Method in class com.jivesoftware.forum.database.DbForum
 
getMaxForumIndex() - Method in interface com.jivesoftware.forum.Forum
Returns the largest forum index value for a message in the forum.
getMaxForumIndex() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMaxForumIndex() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the largest forum index value for a message in the forum.
getMaxHeaderLength() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtains the maximum lenght of a header line before it is folded.
getMaxLength() - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
getMaxLengthEstimate() - Method in class com.jivesoftware.util.FastDateFormat
Returns an estimate for the maximum length date that this date formatter will produce.
getMaxLifetime() - Method in class com.jivesoftware.forum.database.QueryCache
 
getMaxLifetime() - Method in class com.jivesoftware.forum.webservices.Cache
 
getMaxLifetime() - Method in interface com.jivesoftware.util.Cache
Returns the maximum number of milliseconds that any object can live in cache.
getMaxLifetime() - Method in class com.jivesoftware.util.CacheWrapper
 
getMaxLifetime() - Method in class com.jivesoftware.util.ClusteredCache
 
getMaxLifetime() - Method in class com.jivesoftware.util.CoherenceCache
 
getMaxLifetime() - Method in class com.jivesoftware.util.DefaultCache
 
getMaxLifetime() - Method in class com.jivesoftware.util.LRUCache
Returns the maximum number of milleseconds that any object can live in cache.
getMaxLifetimeFromProperty(String, long) - Static method in class com.jivesoftware.util.CacheFactory
If a local property is found for the supplied name which specifies a value for cache entry lifetime, it is returned.
getMaxMem() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns the max amount of memory in the cluster node's VM (in bytes).
getMaxMessagePoints() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getMaxMessagePoints() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getMaxMessagePoints() - Method in interface com.jivesoftware.forum.RewardManager
Returns the maximum number of reward points that can be assigned to a message.
getMaxMessagesPerUser() - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getMaxMessagesPerUser() - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the max number of messages each user is allowed to store in their mailbox, or -1 if there is no limit.
getMaxMessagesPerUser() - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getMaxOpenHours() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the maximum number of hours a question can be Question.State.open open before triggering an alert.
getMaxPoints() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getMaxPoints() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getMaxPoints() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the maximum value for a status level point range. -1 means unbounded (unless there is a group specified)
getMaxSizeFromProperty(String, int) - Static method in class com.jivesoftware.util.CacheFactory
If a local property is found for the supplied name which specifies a value for cache size, it is returned.
getMaxThreadPoints() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getMaxThreadPoints() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getMaxThreadPoints() - Method in interface com.jivesoftware.forum.RewardManager
Returns the maximum number of reward points that can be assigned to a thread.
getMaxThumbDimension() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getMaxUserAvatars() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
getMaxUserAvatars() - Method in interface com.jivesoftware.forum.AvatarManager
Returns the maximum amount of avatars a user is allowed to have, -1 for limitless
getMaxUserAvatars() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getMaxUserAvatars() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getMaxValue() - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
getMaxValue() - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
getMaxValue() - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
getMaxWordLength() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
Returns the maximum word length for bodies (before the words will be broken apart).
getMboxFile() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getMeanCount() - Method in class com.jivesoftware.base.stats.Histogram
The average bin count (includes non-zero counts only)
getMeanElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the average of the elements that have been added to the histogram.
getMeanRating(long) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getMeanRating(ForumMessage) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getMeanRating(ForumThread) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getMeanRating() - Method in class com.jivesoftware.forum.database.RatingCacheObject
 
getMeanRating(long) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getMeanRating(ForumMessage) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getMeanRating(ForumThread) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getMeanRating(long) - Method in interface com.jivesoftware.forum.RatingManager
A convenience method which returns a geometric mean average of all the ratings given to the forum message.
getMeanRating(ForumMessage) - Method in interface com.jivesoftware.forum.RatingManager
A convenience method which returns a geometric mean average of all the ratings given to the forum message.
getMeanRating(ForumThread) - Method in interface com.jivesoftware.forum.RatingManager
A convenience method which returns a geometric mean average of all the ratings given to the forum thread.
getMedianBin() - Method in class com.jivesoftware.base.stats.Histogram
Get the bin containing the median element.
getMedianCount() - Method in class com.jivesoftware.base.stats.Histogram
Get the median count.
getMediumDateFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a medium date formatter using the page user's locale and timezone for correct date formatting.
getMediumFormatDate() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a medium date formatted using the page user's locale and timezone for correct date formatting of the current date and time.
getMediumFormatDate(Date) - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a short date formatted using the page user's locale and timezone for correct date formatting of the passed in date.
getMediumTimeFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a medium date formatter using the page user's locale and timezone for correct time formatting.
getMemberCount() - Method in class com.jivesoftware.base.database.DbGroup
 
getMemberCount() - Method in interface com.jivesoftware.base.Group
Returns the number of group members.
getMemberCount() - Method in class com.jivesoftware.base.GroupAdapter
 
getMemberCount() - Method in class com.jivesoftware.base.GroupProxy
 
getMemberCount() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getMemberCount() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getMemberCount() - Method in class com.jivesoftware.base.MockGroup
 
getMemberCount() - Method in class com.jivesoftware.forum.webservices.Group
Returns the number of users that belon gto this group.
getMemberID() - Static method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache
Returns the cluster member ID, or 1 if clustering isn't enabled.
getMemberID() - Static method in class com.jivesoftware.forum.database.ShortTermQueryCache
Returns the cluster member ID, or 1 if clustering isn't enabled.
getMembers() - Method in class com.jivesoftware.base.database.DbGroup
 
getMembers() - Method in interface com.jivesoftware.base.Group
An iterator for all the users that are members of the group.
getMembers() - Method in class com.jivesoftware.base.GroupAdapter
 
getMembers() - Method in class com.jivesoftware.base.GroupProxy
 
getMembers() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getMembers() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getMembers() - Method in class com.jivesoftware.base.MockGroup
 
getMessage() - Method in class com.jivesoftware.base.event.LogEvent
 
getMessage(String, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Utility method to format message.
getMessage() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getMessage() - Method in class com.jivesoftware.forum.action.Click
 
getMessage() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the message specified by the messageID parameter.
getMessage() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the message we're replying to.
getMessage() - Method in class com.jivesoftware.forum.action.PostAction
Returns the message we're replying to.
getMessage() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
getMessage() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getMessage() - Method in class com.jivesoftware.forum.action.util.Guest
Returns the message object used as the source of the guest's name and email.
getMessage(long) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getMessage(long) - Method in class com.jivesoftware.forum.database.DbForumThread
 
getMessage(long) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getMessage() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
getMessage() - Method in class com.jivesoftware.forum.event.MessageEvent
Returns the ForumMessage that the event corresponds to.
getMessage(long) - Method in class com.jivesoftware.forum.ForumFactory
Returns the forum message with the specified messageID.
getMessage(long) - Method in interface com.jivesoftware.forum.ForumThread
Returns a message from this thread based on its id.
getMessage(long) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the specified private message.
getMessage(long) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getMessage(long) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getMessage(long) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getMessage() - Method in class com.jivesoftware.forum.QueryResult
Get the message this query result pertains to.
getMessage(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the specified private message.
getMessage(long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns the specified private message.
getMessage() - Method in class com.jivesoftware.webchat.chat.group.Information
 
getMessageAttachments(Message) - Static method in class com.jivesoftware.forum.mail.MessageUtils
If the supplied Message has a mimetype matching the pattern multipart/*, all parts will be looped through in search of attachment data.
getMessageBodyPreview(ForumMessage) - Method in class com.jivesoftware.forum.action.SearchAction
Deprecated. Use SearchAction.getHighlightedText(QueryResult) instead
getMessageBodyText(Part) - Static method in class com.jivesoftware.forum.mail.MessageUtils
Reads the supplied Part and returns its body text.
getMessageCount() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns number of messages.
getMessageCount() - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the number of messages in the community.
getMessageCount(ResultFilter) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the number of messages in the community based on the specified ResultFilter.
getMessageCount() - Method in class com.jivesoftware.forum.database.DbForum
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForum
 
getMessageCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getMessageCount() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumThread
 
getMessageCount() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getMessageCount(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getMessageCount() - Method in interface com.jivesoftware.forum.Forum
Returns the number of messages in the forum.
getMessageCount(ResultFilter) - Method in interface com.jivesoftware.forum.Forum
Returns the number of messages in the forum based on the specified ResultFilter.
getMessageCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of messages in the category.
getMessageCount(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of messages in the category based on the specified ResultFilter.
getMessageCount() - Method in interface com.jivesoftware.forum.ForumThread
Returns the number of messages in the thread.
getMessageCount(ResultFilter) - Method in interface com.jivesoftware.forum.ForumThread
Returns the number of messages in this thread based on the specified result filter.
getMessageCount(ModerationFilter, AuthToken) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the number of moderated messages in the system
getMessageCount(Forum) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the number of moderated messages in a forum
getMessageCount(ModerationFilter, Forum) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets the number of moderated messages in a forum
getMessageCount(ModerationFilter, AuthToken) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessageCount(Forum) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessageCount(ModerationFilter, Forum) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessageCount() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns the number of messages in the folder.
getMessageCount(User) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the total number of private messages a user has in their mailbox.
getMessageCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getMessageCount() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMessageCount() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getMessageCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getMessageCount() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getMessageCount(User) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getMessageCount() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the number of messages in the category.
getMessageCount() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the number of messages in the thread.
getMessageCount() - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
getMessageCount(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the total number of private messages a user has in their mailbox.
getMessageCount(long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns the total message count for a specified user.
getMessageCount() - Method in class com.jivesoftware.profiles.action.ViewProfile
Returns the number of messages posted by this user
getMessageCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the category.
getMessageCountByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountByCategoryIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the category with the specified id after the specified filter has been applied.
getMessageCountByCategoryIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the thread.
getMessageCountByThreadID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountByThreadIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the thread with the specified id after the specified filter has been applied.
getMessageCountByThreadIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountByUserID(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of messages for created by the given userID.
getMessageCountByUserID(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getMessageCountEmail() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the email address of the user for whom messages are counted.
getMessageCountForFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the message count on a specific folder.
getMessageCountForFolder(long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
 
getMessageCountsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the forum.
getMessageCountsByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountsByForumIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the forum with the specified id after the specified filter has been applied.
getMessageCountsByForumIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageCountUsername() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the username of the user for whom messages are counted.
getMessageDepth(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getMessageDepth(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getMessageDepth(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the depth of a message in the message tree hierarchy.
getMessageDepth() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the current depth of this message.
getMessageDepth(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the depth of a message in the message tree hierarchy.
getMessageDepth(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageEventManager() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
getMessageFooter() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
getMessageID() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
getMessageID() - Method in class com.jivesoftware.forum.action.Click
 
getMessageID() - Method in class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
getMessageID() - Method in class com.jivesoftware.forum.action.EditTagsAction
 
getMessageID() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the ID of the message to load.
getMessageID() - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
getMessageID() - Method in class com.jivesoftware.forum.action.MovePrivateMessageAction
 
getMessageID() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the message ID or -1 if no message was specified.
getMessageID() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getMessageID(long, int) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getMessageID(long, int) - Method in class com.jivesoftware.forum.ForumFactory
Returns the message ID with the specified forumID and forumIndex, or -1 if the forumIndex does not map to a message.
getMessageID(Message) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Retrieve the messageID using the JavaMail provided method.
getMessageID(Message) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter.NNTPImporter
Overridden so that we can grab the article number from the provider.
getMessageID() - Method in class com.jivesoftware.forum.moderation.ModBean
 
getMessageID() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the message-ID associated with the article.
getMessageID() - Method in class com.jivesoftware.forum.nntp.ArticleCommand
Obtain the Message-ID used to retrieve the article or null if not used.
getMessageID() - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Obtain the message ID of the article this filter is looking for.
getMessageID() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Obtain the article's Message-ID.
getMessageID(long, int) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getMessageID() - Method in class com.jivesoftware.forum.QueryResult
Get the id of the message this query result pertains to.
getMessageID() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getMessageidMatch() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getMessageIDsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the message IDs for all of the message that are in the category.
getMessageIDsByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageIDsByCategoryIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the message IDs for all of the message that are in the category with the specified ID, filtered by the the specified result filter.
getMessageIDsByCategoryIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageIDsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the message IDs for all of the message that are in the forum.
getMessageIDsByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageIDsByForumIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the message IDs for all of the message that are in the forum with the specified ID, filtered by the the specified ResultFilter
getMessageIDsByForumIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageIDsByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the IDs of the messages that are in the thread.
getMessageIDsByThreadID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageIDsByThreadIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the message IDs for all of the message that are in the thread after the specified filter has been applied.
getMessageIDsByThreadIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessageList() - Method in class com.jivesoftware.forum.watches.BatchWatchResult
 
getMessageList() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a list of all new Messages waiting to be retrieved.
getMessageListSQL(ResultFilter, boolean) - Method in class com.jivesoftware.forum.database.DbForum
Returns the SQL statement corresponding to a ResultFilter for messages.
getMessageListSQL(ResultFilter, boolean) - Method in class com.jivesoftware.forum.database.DbForumCategory
Returns the SQL statement corresponding to a ResultFilter for messages.
getMessageListSQL(ResultFilter, boolean) - Method in class com.jivesoftware.forum.database.DbForumThread
Returns the SQL statement corresponding to a ResultFilter for messages.
getMessageMatch() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getMessageResultFilter() - Method in class com.jivesoftware.forum.action.ForumAction
Returns a result filter for viewing lists of messages.
getMessageResultFilter() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns a result filter for viewing lists of messages.
getMessages() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
getMessages() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns an Iterator of messages in this thread.
getMessages() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getMessages() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
Returns an iterator of messages from the given category, forum or thread.
getMessages() - Method in class com.jivesoftware.forum.action.TagAction
 
getMessages() - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all the messages in the community.
getMessages(ResultFilter) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all the messages in the community that match the criteria specified by the ResultFilter.
getMessages() - Method in class com.jivesoftware.forum.database.DbForum
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForum
 
getMessages() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getMessages() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumThread
 
getMessages() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getMessages(int, int, int, boolean) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getMessages() - Method in interface com.jivesoftware.forum.Forum
Returns an Iterator for all the messages in the forum.
getMessages(ResultFilter) - Method in interface com.jivesoftware.forum.Forum
Returns a Iterator for all the messages in the forum that match the criteria specified by the ResultFilter.
getMessages() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for all the messages in the category.
getMessages(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns a Iterator for all the messages in the category that match the criteria specified by the ResultFilter.
getMessages() - Method in interface com.jivesoftware.forum.ForumThread
Return an Iterator for all the messages in this thread.
getMessages(ResultFilter) - Method in interface com.jivesoftware.forum.ForumThread
Returns a Iterator for all the messages in the thread that match the criteria specified by the ResultFilter.
getMessages() - Method in class com.jivesoftware.forum.mail.EmailBatch
Returns an iterator of (@link Message} instances.
getMessages() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getMessages(AuthToken) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
This method will return a list of messages where the user is a moderator.
getMessages(ModerationFilter, AuthToken) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
This method will return a list of messages where the user is a moderator.
getMessages(AuthToken, Forum) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets a list of moderated messages for a particular forum.
getMessages(ModerationFilter, AuthToken, Forum) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Gets a list of moderated messages for a particular forum.
getMessages(AuthToken) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessages(ModerationFilter, AuthToken) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessages(AuthToken, Forum) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessages(ModerationFilter, AuthToken, Forum) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
getMessages() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns all the messages in the folder sorted by date descending.
getMessages(int, int, int, boolean) - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns messages in the folder based on the params.
getMessages() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getMessages() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMessages() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getMessages(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getMessages() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getMessages(int, int, int, boolean) - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getMessages(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns all the messages in the folder sorted by date descending.
getMessages(long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
 
getMessages() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
getMessagesAdded() - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
getMessagesAdded() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getMessagesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages that are in the category.
getMessagesByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByCategoryIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages that are in the category with the specified ID, filtered by the the specified result filter.
getMessagesByCategoryIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages in the forum.
getMessagesByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByForumIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages in the forum with the specified ID, filtered by the the specified ResultFilter
getMessagesByForumIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the messages that are in the thread.
getMessagesByThreadID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByThreadIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages that are in the thread after the specified filter has been applied.
getMessagesByThreadIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getMessagesByUserID(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns all the messages created by the given userID.
getMessagesByUserID(long) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
getMessagesPerPage() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
getMessagesPerPage() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getMessageSubjectPreview(ForumMessage) - Method in class com.jivesoftware.forum.action.SearchAction
Deprecated. Use SearchAction.getHighlightedText(QueryResult) instead
getMessageToken(long, long) - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Returns a token of the form [randomValue-userID-messageID].
getMessageToken(long, long) - Method in interface com.jivesoftware.forum.mail.EmailTokenManager
Uses the supplied user id and message id to build a token string which can be used to identify and authenticate that user and message.
getMethodDescriptors() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getMethodEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getMethodEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends method blocks.
getMethodEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a method.
getMethodEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a method.
getMethodStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getMethodStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts method blocks.
getMethodStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a method.
getMethodStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a method.
getMidTag() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getMidTag() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getMidTag2() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getMidTag2() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getMigratedParameters(HttpServletRequest) - Static method in class com.jivesoftware.base.util.MigrationServlet
Returns a Map of key/value pairs representing old parameter values mapped to new parameter names.
getMIMEBoundary(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Obtain the MIME boundary string if one exists.
getMimeCharacterEncoding() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtain the MIME character encoding name that should be used when encoding outgoing message bodies.
getMimeCharset() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtain the MIME character encoder that should be used when encoding outgoing message bodies.
getMIMECharset(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Obtain the charset for a MIME part if one exists.
getMimeIntro() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Retrieves the mime introductory text.
getMIMEName(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Obtain the MIME name for a MIME part if one exists.
getMIMEType(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Obtain the MIME type for a MIME part if one exists.
getMin(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMin(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMin(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMinConnections() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the minimum number of connections that the pool will use.
getMinConnections() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getMinEdition() - Method in class com.jivesoftware.base.admin.Sidebar
 
getMinEdition() - Method in class com.jivesoftware.base.admin.Tabs
 
getMinElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the minimum element added to the histogram.
getMinForumIndex() - Method in class com.jivesoftware.forum.database.DbForum
 
getMinForumIndex() - Method in interface com.jivesoftware.forum.Forum
Returns the smallest forum index value for a message in the forum.
getMinForumIndex() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getMinForumIndex() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the smallest forum index value for a message in the forum.
getMinimum() - Method in class com.jivesoftware.forum.TagResultFilter
Returns the minimum number of JiveContentObjects that a tag must be associated with to be included in the result set.
getMinLength() - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
getMinorVersion() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getMinPasswordLength() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
Returns the minimum allowable password length.
getMinPoints() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getMinPoints() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getMinPoints() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the minimum value for a status level point range. -1 means unbounded (unless there is a group specified)
getMinServerVersion(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the minimum server version this plugin can run within.
getMinValue() - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
getMinValue() - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
getMinValue() - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
getMode() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP mode that is being used.
getMode() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getMode() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
getMode() - Method in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
getMode() - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Returns the filter mode currently set.
getModel() - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns the model.
getModel() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
getModel() - Method in class com.jivesoftware.forum.action.setup.CustomUserSystemSetupAction
 
getModel() - Method in class com.jivesoftware.forum.action.setup.LdapUserSystemSetupAction
 
getModerationAvatarCount() - Method in interface com.jivesoftware.forum.AvatarManager
Used to acquire a count of all the avatars that require moderation.
getModerationAvatarCount() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getModerationAvatarCount() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getModerationAvatars() - Method in interface com.jivesoftware.forum.AvatarManager
Returns a collection of all of the avatars that require moderation.
getModerationAvatars() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
getModerationAvatars() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
getModerationDefaultMessageValue() - Method in class com.jivesoftware.forum.database.DbForum
 
getModerationDefaultMessageValue() - Method in interface com.jivesoftware.forum.Forum
Returns the default number of moderation points for messages created in the forum.
getModerationDefaultMessageValue() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getModerationDefaultMessageValue() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the default number of moderation points for messages created in the forum.
getModerationDefaultThreadValue() - Method in class com.jivesoftware.forum.database.DbForum
 
getModerationDefaultThreadValue() - Method in interface com.jivesoftware.forum.Forum
Returns the default number of moderation points for threads created in the forum.
getModerationDefaultThreadValue() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getModerationDefaultThreadValue() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the default number of moderation points for threads created in the forum.
getModerationList() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Get the comma delimited list of IP's whose posts get moderated.
getModerationManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getModerationManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a moderation manager that can be used for moderating messages
getModerationManager() - Static method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
getModerationManager() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getModerationManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getModerationQueryString() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
getModerationRangeMax() - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
getModerationRangeMax() - Method in class com.jivesoftware.forum.ResultFilter
Returns the moderation value that represents the upper bound for messages or threads to be selected by the result filter.
getModerationRangeMax() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the moderation value that represents the upper bound for messages or threads to be selected by the result filter.
getModerationRangeMin() - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
getModerationRangeMin() - Method in class com.jivesoftware.forum.ResultFilter
Returns the moderation value that represents the lower boundry for messages or threads to be selected by the result filter.
getModerationRangeMin() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the moderation value that represents the lower boundry for messages or threads to be selected by the result filter.
getModerationStatus(Forum) - Static method in class com.jivesoftware.forum.util.AdminUtils
Returns a code to indicate the state of moderation the given forum is in.
getModerationValue() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getModerationValue() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getModerationValue() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getModerationValue() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the number of moderation points this message has.
getModerationValue() - Method in interface com.jivesoftware.forum.ForumThread
Returns the number of moderation points this thread has.
getModerationValue() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getModerationValue() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getModerationValue() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the number of moderation points this message has.
getModerationValue() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the number of moderation points this thread has.
getModerators() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns all moderators in this room.
getModificationDate() - Method in class com.jivesoftware.base.database.DbGroup
 
getModificationDate() - Method in class com.jivesoftware.base.database.DbPoll
 
getModificationDate() - Method in class com.jivesoftware.base.database.DbUser
 
getModificationDate() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getModificationDate() - Method in interface com.jivesoftware.base.Group
Returns the date that the group was last modified.
getModificationDate() - Method in class com.jivesoftware.base.GroupAdapter
 
getModificationDate() - Method in class com.jivesoftware.base.GroupProxy
 
getModificationDate() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getModificationDate() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getModificationDate() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getModificationDate() - Method in class com.jivesoftware.base.MockGroup
 
getModificationDate() - Method in class com.jivesoftware.base.MockUser
 
getModificationDate() - Method in interface com.jivesoftware.base.Poll
Returns the date the poll was last modified.
getModificationDate() - Method in interface com.jivesoftware.base.User
Returns the date that the user was last modified.
getModificationDate() - Method in class com.jivesoftware.base.UserProxy
 
getModificationDate() - Method in interface com.jivesoftware.forum.Attachment
Returns the date the attachment was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getModificationDate() - Method in class com.jivesoftware.forum.database.DbDraft
 
getModificationDate() - Method in class com.jivesoftware.forum.database.DbForum
 
getModificationDate() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getModificationDate() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getModificationDate() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getModificationDate() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getModificationDate() - Method in interface com.jivesoftware.forum.Draft
 
getModificationDate() - Method in class com.jivesoftware.forum.DraftImpl
 
getModificationDate() - Method in interface com.jivesoftware.forum.Forum
Returns the Date that the forum was last modified.
getModificationDate() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the Date this category was last modified.
getModificationDate() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the date this message was last modified.
getModificationDate() - Method in interface com.jivesoftware.forum.ForumThread
Returns the date that this thread was last modified.
getModificationDate() - Method in interface com.jivesoftware.forum.JiveContentObject
Gets the modification date of the jive object
getModificationDate() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getModificationDate() - Method in class com.jivesoftware.forum.QueryResult
Returns the message modification date.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the Date that the forum was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the Date this category was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the date this message was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the date that this thread was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.Group
Returns the date that the group was last modified.
getModificationDate() - Method in class com.jivesoftware.forum.webservices.User
Returns the date that the user was last modified.
getModificationDateFormatted() - Method in class com.jivesoftware.forum.DraftImpl
 
getModificationDateRangeMax() - 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.
getModificationDateRangeMax() - 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.
getModificationDateRangeMin() - Method in class com.jivesoftware.forum.ResultFilter
Returns a date that represents the lower boundary for messages or threads to be selected by the result filter.
getModificationDateRangeMin() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns a date that represents the lower boundary for messages or threads to be selected by the result filter.
getModifiedUsers() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns all users that have been modified in this room.
getModValue() - Method in interface com.jivesoftware.forum.Avatar
Returns the moderation value for this Avatar
getModValue() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getModValue() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getModValue() - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getModValueList() - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
getMsgMatch() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getMUCServiceName(XMPPConnection) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Returns the service name for MUC.
getMultiline() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
getMultiply(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMultiply(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getMultiply(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getName() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getName() - Method in class com.jivesoftware.base.admin.AdminPageBean.Breadcrumb
Returns the name, with HTML escaped.
getName() - Method in class com.jivesoftware.base.database.DbGroup
 
getName() - Method in class com.jivesoftware.base.database.DbPoll
 
getName() - Method in class com.jivesoftware.base.database.DbUser
 
getName() - Method in class com.jivesoftware.base.database.DefaultConnectionProviderBeanInfo
 
getName() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getName() - Method in class com.jivesoftware.base.EmailMessage.EmailAddress
 
getName() - Method in class com.jivesoftware.base.event.JivePropertyEvent
Returns the name of the jive property
getName() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getName() - Method in interface com.jivesoftware.base.Group
Returns the name of the group.
getName() - Method in class com.jivesoftware.base.GroupProxy
 
getName() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getName() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getName() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getName() - Method in class com.jivesoftware.base.MockGroup
 
getName() - Method in class com.jivesoftware.base.MockUser
 
getName(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the name of a plugin.
getName() - Method in interface com.jivesoftware.base.Poll
Returns the name of the poll.
getName() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getName() - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
getName() - Method in interface com.jivesoftware.base.stats.Report
Returns the name of the report.
getName() - Method in interface com.jivesoftware.base.stats.ReportTemplate
 
getName() - Method in class com.jivesoftware.base.theme.Theme
Gets the name of this theme.
getName() - Method in interface com.jivesoftware.base.User
Returns the user's name.
getName() - Method in class com.jivesoftware.base.UserProxy
 
getName() - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getName() - Method in class com.jivesoftware.base.util.PDFExtractor
 
getName() - Method in class com.jivesoftware.base.util.PowerPointExtractor
 
getName() - Method in class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
getName() - Method in interface com.jivesoftware.base.util.TextExtractor
Returns the name of the extractor.
getName() - Method in class com.jivesoftware.base.util.WordExtractor
 
getName() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the name of the guest posting the message.
getName() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the name of the poll.
getName() - Method in class com.jivesoftware.forum.action.PostAction
Returns the name of the guest posting the message.
getName() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
getName() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
getName() - Method in class com.jivesoftware.forum.action.util.Guest
Returns the guest's name or null if none was specified.
getName() - Method in interface com.jivesoftware.forum.Attachment
Returns the name of the attachment.
getName() - Method in interface com.jivesoftware.forum.ContentTag
The name of the tag
getName() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getName() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getName() - Method in class com.jivesoftware.forum.database.DbForum
 
getName() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getName() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getName() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getName() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getName() - Method in class com.jivesoftware.forum.database.QueryCache
 
getName() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getName() - Method in interface com.jivesoftware.forum.Forum
Returns the name of the forum.
getName() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the name of the category.
getName() - Method in interface com.jivesoftware.forum.ForumThread
Returns the subject of the root message of this thread.
getName() - Method in class com.jivesoftware.forum.gateway.AttachmentDataSource
Returns the name of the attachment
getName() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.IPInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.UserInterceptorBeanInfo
 
getName() - Method in class com.jivesoftware.forum.interceptor.VirusScanInterceptorBeanInfo
 
getName() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Returns the name of the group.
getName() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Retrieves the name of the server.
getName() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
Obtain the group name from it's Forum name.
getName() - Method in class com.jivesoftware.forum.nntp.spi.UUBeginIterator
Returns the name of the uuencoded file if the last call to hasNext() returned false.
getName() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns the name of the folder.
getName() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getName() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getName() - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.URLFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatterBeanInfo
 
getName() - Method in interface com.jivesoftware.forum.renderer.macro.code.SourceCodeFormatter
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatter
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatter
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilterBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacroBeanInfo
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getName() - Method in class com.jivesoftware.forum.renderer.macro.UserMacroBeanInfo
 
getName() - Method in interface com.jivesoftware.forum.renderer.RenderFilter
Returns the unique name of the filter.
getName() - Method in class com.jivesoftware.forum.stats.QuickStats.Type
 
getName() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.GroupPostReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTimeBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.TopForumsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReportBeanInfo
 
getName() - Method in class com.jivesoftware.forum.stats.report.UserCreationReportBeanInfo
 
getName() - Method in interface com.jivesoftware.forum.StatusLevel
Returns the name of this status level
getName() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Returns name of the Jive property to look up.
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.AddHostNameFilter
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.AddIndexesTask
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.AddTagIndexes
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateAutoSave
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateCommunityEverywhere
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.CreatePostReplyViaEmail
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateTags
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.CreateVersionTable
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.EncryptLdapPasswordTask
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
getName() - Method in class com.jivesoftware.forum.upgrade.tasks.Version410
 
getName() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
getName() - Method in interface com.jivesoftware.forum.upgrade.UpgradeTask
Upgrade task name
getName() - Method in exception com.jivesoftware.forum.upgrade.UpgradeTaskException
 
getName() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the name of the forum.
getName() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the name of the category.
getName() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the subject of the root message of this thread.
getName() - Method in class com.jivesoftware.forum.webservices.Group
Returns the name of the group.
getName() - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
getName() - Method in class com.jivesoftware.forum.webservices.Property
Returns the property name.
getName() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's name.
getName() - Method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
 
getName() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
getName() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getName() - Method in class com.jivesoftware.profiles.ProfileField
Gets the internal name of this profile field.
getName() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the name representing this type.
getName() - Method in class com.jivesoftware.profiles.validator.DateValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.DecimalValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.EmailValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.LengthValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.NonValidatingValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.NumberValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.RangeValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.RegexValidatorBeanInfo
 
getName() - Method in class com.jivesoftware.profiles.validator.URLValidatorBeanInfo
 
getName() - Method in interface com.jivesoftware.util.Cache
Returns the name of the cache.
getName() - Method in class com.jivesoftware.util.CacheWrapper
 
getName() - Method in class com.jivesoftware.util.ClusteredCache
 
getName() - Method in class com.jivesoftware.util.CoherenceCache
 
getName() - Method in class com.jivesoftware.util.DefaultCache
 
getName() - Method in class com.jivesoftware.util.JiveBeanInfo
Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded).
getName() - Method in class com.jivesoftware.util.LRUCache
Returns the name of this cache.
getName() - Method in class com.jivesoftware.webchat.License
 
getName(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.
getNameField() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP field name that the user's name is stored in.
getNameFilterCount() - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Obtains the number of name matching patterns installed in this filter.
getNameProp() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns the name of the Jive property to save names into if GatewayInterceptor.isStoreNameAsProp() is true.
getNamespace() - Method in class com.jivesoftware.webchat.providers.SettingsPrivateData
 
getNameVisible() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getNBin() - Method in class com.jivesoftware.base.stats.Histogram
The number of non-empty bins in the histogram.
getNElement() - Method in class com.jivesoftware.base.stats.Histogram
The number of elements that have been added to the histogram.
getNestedThrowable() - Method in exception com.jivesoftware.base.UnauthorizedException
 
getNeverModeratedGroups() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
getNeverModeratedUsers() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
getNewClassname() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getNewContainer() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
getNewDate() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getNewInformation(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
getNewMessage() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the new posted message.
getNewMessage() - Method in class com.jivesoftware.forum.action.PostAction
Returns the new posted message.
getNewMessageCount(Date, Date, QuickStats.Type, List) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of new messages posted for the given type over the given date range.
getNewMessageIsModerated() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getNewMessageIsModerated() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the newly posted message is moderated.
getNewName() - Method in class com.jivesoftware.forum.action.AttachAction
 
getNewNews(NewsGroupFilter) - Method in class com.jivesoftware.forum.nntp.Session
Retrieve a list of new articles according to several selection criteria.
getNewPaginator() - Method in class com.jivesoftware.forum.action.TagAction
 
getNewPassword() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
 
getNewPassword() - Method in class com.jivesoftware.forum.action.ResetPassword
Returns the new password as entered by the page user.
getNewsgroup() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Retrieves the newsgroup that the gateway is going to use.
getNewsgroup() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Retrieves the newsgroup that the gateway is going to use.
getNewsGroup(String) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain a group based on it's name.
getNewsGroup(long) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain a group based on it's id.
getNewsGroups() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the comma separated list newsgroups this article is posted to.
getNewsGroups() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getNewsGroups(NewsGroupFilter) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Obtain an iterator over all groups on the server that comply with the given filter.
getNewTopicCount(Date, Date, QuickStats.Type, List) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of new topics posted for the given type over the given date range.
getNewUserCount(Date, Date) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of new user accounts created over the given time frame.
getNewUsers() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a collection of all users who have joined the session since last being polled.
getNewWord() - Method in class com.jivesoftware.forum.action.SpellAction
 
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.CyclicSequence
Get the next bin in the sequence following the specified bin
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.DefaultBinSequence
getNext() does just returns null because we don't know anything about the structure of the Bins we generate with getBin()
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.RegularSequence
Get the next bin in the sequence following the specified bin
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.SigFigSequence
Given a Bin, return the next Bin in the sequence
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.TimeSigFigSequence
Given a Bin, return the next Bin in the sequence
getNext(Bin) - Method in class com.jivesoftware.base.stats.bin.VariableStepSequence
Get the next Bin in the sequence.
getNext(Bin) - Method in interface com.jivesoftware.base.stats.BinSequence
Get the next Bin in the sequence.
getNext(Page, int) - Static method in class com.jivesoftware.forum.action.util.Page
Returns a page with correct values to the page next to the given page.
getNextArticle(long, int) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Returns the next article in the group that follows the given article.
getNextElement() - Method in class com.jivesoftware.base.database.GroupIterator
Returns the next available element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.base.database.UserIterator
Returns the next available element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.base.GroupIteratorProxy
Returns the next available element, or null if there are no more elements.
getNextElement() - Method in class com.jivesoftware.base.UserGroupIteratorProxy
Returns the next available element, or null if there are no more elements.
getNextElement() - Method in class com.jivesoftware.base.UserIteratorProxy
Returns the next available element, or null if there are no more elements.
getNextElement() - Method in class com.jivesoftware.forum.database.AvatarIterator
Returns the next available element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.forum.database.DatabaseObjectIterator
Returns the next available element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.forum.database.DbBlockIterator
Returns the next element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.forum.database.StatusLevelIterator
Returns the next available element, or null if there are no more elements to return.
getNextElement() - Method in class com.jivesoftware.forum.proxy.AnnouncementIteratorProxy
Returns the next available element, or null if there are no more elements.
getNextElement() - Method in class com.jivesoftware.forum.proxy.IteratorProxy
Returns the next available element, or null if there are no more elements.
getNextFireTime() - Method in class com.jivesoftware.util.CronTimer
 
getNextFireTimeAfter(Date) - Method in class com.jivesoftware.util.CronTimer
Returns the next time at which the CronTimer will fire, after the given time.
getNextMessage() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
getNextMessage() - Method in class com.jivesoftware.webchat.chat.ChatPoller
 
getNextMessage(String, String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
getNextPage() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns true if there is a page of items next to the current one in the list.
getNextPageStart() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the starting index of the next page.
getNextSequence(int) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getNextSequence(String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getNextSequence(int) - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
getNextSequence(String) - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
getNextSequence(int) - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
getNextSequence(String) - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
getNextSequence(int) - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
getNextSequence(String) - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
getNextSequence(int) - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
getNextSequence(String) - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
getNextStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getNextStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.OracleSequenceProvider
 
getNextStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.PostgresSequenceProvider
 
getNextThread() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the thread next to (after) this one in the list of threads in the forum.
getNextTstart() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the index hint for the next thread in the list of threads.
getNickname() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
getNickname() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
getNickname() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
getNickname() - Method in class com.jivesoftware.webchat.user.UserSession
 
getNickname(Message) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Returns the nickname of the user who sent the message.
getNNTPName() - Method in class com.jivesoftware.forum.database.DbForum
 
getNNTPName() - Method in interface com.jivesoftware.forum.Forum
Returns the NNTP name for the forum, which is the name of the forum used in the NNTP protocol (newsgroups).
getNNTPName() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getNNTPName() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the NNTP name for the forum, which is the name of the forum used in the NNTP protocol (newsgroups).
getNNTPServer() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getNodeInfo() - Static method in class com.jivesoftware.util.CoherenceInfo
Returns a Map of CoherenceInfo.NodeInfo objects keyed by Coherence Member objects.
getNonInitializedInstance() - Static method in class com.jivesoftware.forum.database.DbForumFactory
 
getNow() - Method in class com.jivesoftware.util.DateBean
Returns the current date.
getNumber() - Method in class com.jivesoftware.forum.action.util.Page
Returns the display number (ordinal number) of this page.
getNumber() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the article number of the article.
getNumber() - Method in class com.jivesoftware.forum.nntp.ArticleCommand
Obtain the number used to retrieve the article or -1 if no number was used.
getNumber() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getNumberEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getNumberEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends character blocks.
getNumberEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a number.
getNumberEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a number.
getNumberOfAbuseReports(long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
getNumberOfAbuseReports(long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
getNumberOfAbuseReports(ForumMessage) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Gets the number of abuse reports for a particular message
getNumberOfAbuseReports(ForumMessage) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
getNumberOfOccupants() - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
getNumberStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getNumberStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Gets the string value of the string escape character.
getNumberStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a number
getNumberStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a number
getNumChatRooms() - Static method in class com.jivesoftware.forum.im.IMService
Returns the number of chat rooms available on the xmpp server.
getNumClusterMembers() - Method in class com.jivesoftware.webchat.License
 
getNumClusterMembers() - Method in class com.jivesoftware.webchat.LicenseManager
Returns the number of cluster members allowed.
getNumConnections() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the number of connections currently open in the connection pool.
getNumCopies() - Method in class com.jivesoftware.webchat.License
 
getNumForums() - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
getNumItems() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns the number of items to show in the view.
getNumOfBuckets() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getNumPages() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the number of total pages in this pagniator.
getNumPreviousURLs(HttpServletRequest) - Static method in class com.jivesoftware.base.action.util.RedirectAction
 
getNumResponsesCompressed() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
getNumResultOptions() - Method in class com.jivesoftware.forum.action.SearchAction
Returns a list of the result count options.
getNumResults() - Method in class com.jivesoftware.forum.action.SearchAction
 
getNumResults() - Method in class com.jivesoftware.forum.action.TagAction
 
getNumResults() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getNumResults() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
getNumResults() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getNumResults() - Method in class com.jivesoftware.forum.net.BasicResultFilter
Returns the max number of results that should be returned.
getNumResults() - Method in class com.jivesoftware.forum.ResultFilter
Returns the max number of results that should be returned.
getNumResults() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the max number of results that should be returned.
getNumResults() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the max number of results that should be returned.
getNumRooms() - Method in class com.jivesoftware.webchat.utils.RoomUtils
 
getNumUsers() - Method in class com.jivesoftware.webchat.License
 
getNumUsers() - Method in class com.jivesoftware.webchat.LicenseManager
Returns the number of users allowed by this license.
getNumValue() - Method in class com.jivesoftware.base.theme.ThemeMap
 
getNumWorkers() - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Returns the number of worker threads.
getNumWorkers() - Static method in class com.jivesoftware.util.TaskEngine
Returns the number of worker threads.
getObject(long, int) - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
getObject(URL) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
Handle URL
getObject(InputStream) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
Handle Output and InputStreams
getObject(String) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
getObject(File) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
Handle File handling.
getObjectID() - Method in class com.jivesoftware.base.action.ObjectRedirectAction
 
getObjectID() - Method in class com.jivesoftware.base.database.DbPoll
 
getObjectID() - Method in interface com.jivesoftware.base.Poll
Returns the object ID of the container that 'contains' the poll.
getObjectID() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the ID of the object being read.
getObjectID() - Method in class com.jivesoftware.forum.action.PollPostAction
The ID of the object to load.
getObjectID() - Method in class com.jivesoftware.forum.action.PollsViewAction
ID of the object to get polls from.
getObjectID() - Method in class com.jivesoftware.forum.action.RatingAddAction
 
getObjectID() - Method in class com.jivesoftware.forum.database.DbAttachment
Returns the objectID associated with this attachment, or -1 if not associated with a specific object.
getObjectID() - Method in class com.jivesoftware.forum.database.DbDraft
 
getObjectID() - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
getObjectID() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
getObjectID() - Method in class com.jivesoftware.forum.database.DbWatch
 
getObjectID() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
getObjectID() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the objectID of the key.
getObjectID() - Method in interface com.jivesoftware.forum.Draft
 
getObjectID() - Method in class com.jivesoftware.forum.DraftImpl
 
getObjectID() - Method in class com.jivesoftware.forum.event.PermissionEvent
 
getObjectID() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns the id of the object to act on
getObjectID() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns the id of the object to act on.
getObjectID() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getObjectID() - Method in exception com.jivesoftware.forum.TagObjectNotFoundException
 
getObjectID() - Method in interface com.jivesoftware.forum.Watch
Returns the object ID of the object being watched.
getObjectID() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the object ID of the object being watched.
getObjectID() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getObjects() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getObjects() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getObjects() - Method in interface com.jivesoftware.base.stats.Report
 
getObjects() - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
getObjectType() - Method in class com.jivesoftware.base.action.ObjectRedirectAction
 
getObjectType() - Method in class com.jivesoftware.base.database.DbPoll
 
getObjectType() - Method in class com.jivesoftware.base.ForumObject
Get the object type
getObjectType() - Method in interface com.jivesoftware.base.JiveObject
Return the object type of the jive object.
getObjectType() - Method in interface com.jivesoftware.base.Poll
Returns the object type of the container that 'contains' the poll.
getObjectType() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the type of object being read (ie, JiveConstants.FORUM).
getObjectType() - Method in class com.jivesoftware.forum.action.AnnounceAction
 
getObjectType() - Method in class com.jivesoftware.forum.action.PollPostAction
The type of object to load.
getObjectType() - Method in class com.jivesoftware.forum.action.PollsViewAction
Type of object we're getting polls from.
getObjectType() - Method in class com.jivesoftware.forum.action.RatingAddAction
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbAttachment
Returns the object type associated with this attachment.
getObjectType() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbDraft
 
getObjectType() - Static method in class com.jivesoftware.forum.database.DbForum
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbQuery
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
getObjectType() - Method in class com.jivesoftware.forum.database.DbWatch
 
getObjectType() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getObjectType() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
getObjectType() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the object type associated with the objectID.
getObjectType() - Method in interface com.jivesoftware.forum.Draft
 
getObjectType() - Method in class com.jivesoftware.forum.DraftImpl
 
getObjectType() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns one of the values in JiveConstants specifiying what type of object to act on.
getObjectType() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns the object type (Forum, Message, etc) to act on.
getObjectType() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getObjectType() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getObjectType() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getObjectType() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getObjectType() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getObjectType() - Method in interface com.jivesoftware.forum.Query
Return the object type of the query.
getObjectType() - Method in exception com.jivesoftware.forum.TagObjectNotFoundException
 
getObjectType() - Method in class com.jivesoftware.forum.util.Identifier
 
getObjectType() - Method in interface com.jivesoftware.forum.Watch
Returns the object type of the object being watched.
getObjectType() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the object type of the object being watched.
getObjID() - Method in class com.jivesoftware.forum.action.SearchAction
 
getObjIDValue() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the single objID value that was searched.
getOldContainer() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
getOneTimeMessage(HttpSession, String) - Static method in class com.jivesoftware.forum.util.AdminUtils
Gets a message from the session.
getOnlineGuestCount() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineGuestCount() - Method in interface com.jivesoftware.base.PresenceManager
Returns the number of guests who are currently online.
getOnlineGuestCount() - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUserCount() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUserCount(Group) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUserCount() - Method in class com.jivesoftware.base.database.DbRoster
 
getOnlineUserCount() - Method in interface com.jivesoftware.base.PresenceManager
Returns the number of users who are currently online.
getOnlineUserCount(Group) - Method in interface com.jivesoftware.base.PresenceManager
Returns the number of users in the group who are currently online.
getOnlineUserCount() - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUserCount(Group) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUserCount() - Method in interface com.jivesoftware.base.Roster
Returns the number of users in the roster who are currently online.
getOnlineUserCount() - Method in class com.jivesoftware.base.RosterProxy
 
getOnlineUsers() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(Group) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(boolean, int) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(Group, boolean, int) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(boolean, int, int) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(boolean, int, int, int) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers(Group, boolean, int, int) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getOnlineUsers() - Method in class com.jivesoftware.base.database.DbRoster
 
getOnlineUsers(boolean, int) - Method in class com.jivesoftware.base.database.DbRoster
 
getOnlineUsers(boolean, int, int) - Method in class com.jivesoftware.base.database.DbRoster
 
getOnlineUsers() - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users who are currently online.
getOnlineUsers(Group) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users in the group who are currently online.
getOnlineUsers(boolean, int) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users sorted in the manner requested who are currently online.
getOnlineUsers(Group, boolean, int) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users sorted in the manner requested who are currently online.
getOnlineUsers(boolean, int, int) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users who are currently online matching the criteria given.
getOnlineUsers(boolean, int, int, int) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users who are currently online matching the criteria given.
getOnlineUsers(Group, boolean, int, int) - Method in interface com.jivesoftware.base.PresenceManager
Returns an iterator of users who are currently online matching the criteria given.
getOnlineUsers() - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(Group) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(boolean, int) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(Group, boolean, int) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(boolean, int, int) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(Group, boolean, int, int) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers(boolean, int, int, int) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getOnlineUsers() - Method in interface com.jivesoftware.base.Roster
Returns an iterator of users in the roster who are currently online.
getOnlineUsers(boolean, int) - Method in interface com.jivesoftware.base.Roster
Returns an iterator of users sorted in the manner requested who are currently online.
getOnlineUsers(boolean, int, int) - Method in interface com.jivesoftware.base.Roster
Returns an iterator of users who are currently online matching the criteria given.
getOnlineUsers() - Method in class com.jivesoftware.base.RosterProxy
 
getOnlineUsers(boolean, int) - Method in class com.jivesoftware.base.RosterProxy
 
getOnlineUsers(boolean, int, int) - Method in class com.jivesoftware.base.RosterProxy
 
getOnlineUsers() - Method in class com.jivesoftware.forum.action.OnlineAction
Returns an Iterator of online users (sorted by username) in the current "window".
getOpeningTag() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Returns the opening tag for the list type
getOperand() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmOperation
 
getOperation() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmOperation
 
getOption(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getOption(int) - Method in interface com.jivesoftware.base.Poll
Returns the text of the option at the specified index.
getOption() - Method in class com.jivesoftware.forum.action.PollAction
 
getOption() - Method in class com.jivesoftware.forum.action.PollOption
 
getOption() - Method in class com.jivesoftware.forum.action.PollVoteAction
Returns the option the user has selected to vote on.
getOption(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getOptionCount() - Method in class com.jivesoftware.base.database.DbPoll
 
getOptionCount() - Method in interface com.jivesoftware.base.Poll
Returns the number of options available in the poll.
getOptionCount() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getOptionIDs() - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
getOptionIndex() - Method in class com.jivesoftware.base.database.Vote
 
getOptions() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the list of options for this poll - option is a String.
getOptions() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
getOptions() - Method in class com.jivesoftware.profiles.ProfileField
Gets a list of ProfileFieldOption objects for this profile field.
getOrganization() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Retrieves the Organization header for outbound NNTP messages.
getOrganization() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Retrieves the Organization header for outbound smtp messages.
getOutputDir() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getOutputDir() - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
getOutputDir() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns the directory where reports are generated.
getOutputStream() - Method in class com.jivesoftware.base.action.multipart.MonitoredDiskFileItem
 
getOutputStream() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredResponse
Overrides the ServletOutputStream used in this response object.
getOutputStream() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
getOutputStream() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns the output stream where data is written to.
getOutputStream() - Method in class com.jivesoftware.forum.gateway.AttachmentDataSource
 
getOverrideCharset() - Method in class com.jivesoftware.util.ContentTypeResponseWrapper
Returns the value of overrideCharset.
getOwner() - Method in interface com.jivesoftware.forum.Avatar
Returns user who created this avatar, if the user is null then this is a global avatar
getOwner() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getOwner() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getOwner() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns the owner of the private message folder.
getOwner() - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getOwner() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getOwnerID() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
Returns the userID of the owner of the private message.
getOwnerID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getOwnerID() - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
getPage() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns the active page id.
getPageable() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the underlying pageable object.
getPageID() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns the page ID (corresponds to sidebar ID's).
getPageIndex() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the index of the current page.
getPages() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns an array of viewable pages 10 items in length (at most).
getPages(int) - Method in class com.jivesoftware.forum.action.util.Paginator
Returns an array of Page objects representing the pages in a set of items.
getPageURL(ActionContext) - Method in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
Returns the URL of the current page as a string.
getPageURL() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns the URL of the current page as a string.
getPageUser() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns the current page user's User object, or null if the user is a guest.
getPageUser() - Method in class com.jivesoftware.base.action.LogoutAction
 
getPageUser() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns null always -- subclasses should override this is they wish to provide access to the page user.
getPageUser() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns the current page user's User object, or null if the user is a guest.
getPageUser() - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
getPageUser() - Method in class com.jivesoftware.forum.action.UserSearch
 
getPageUser() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getPageUser() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getPaginator() - Method in class com.jivesoftware.base.tags.JiveModels
 
getPaginator() - Method in class com.jivesoftware.forum.action.UserSearch
 
getPaginator() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getParameter(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getParameter(String, boolean) - Method in class com.jivesoftware.util.MultipartParamUtils
 
getParameter(String) - Method in class com.jivesoftware.util.MultipartParamUtils
 
getParameter(HttpServletRequest, String) - Static method in class com.jivesoftware.util.ParamUtils
Returns a parameter as a string or null if the parameter doesn't exist or is an empty string.
getParameter(HttpServletRequest, String, String) - Static method in class com.jivesoftware.util.ParamUtils
Returns a parameter as a string or the default value if the parameter doesn't exist or is an empty string.
getParameter(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.util.ParamUtils
Returns a parameter as a string or null if the parameter doesn't exist.
getParameter(HttpServletRequest, String, String, boolean) - Static method in class com.jivesoftware.util.ParamUtils
Returns a parameter as a string or the specified default value if the parameter doesn't exist.
getParameter(HttpServletRequest, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns a parameter as a string or null if the parameter doesn't exist or is an empty string.
getParameter(HttpServletRequest, String, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns a paramter as a string or the default value if the paramter doesn't exist or is an empty string.
getParameter(HttpServletRequest, String, boolean) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns a paramter as a string or null if the parameter doesn't exist.
getParameter(HttpServletRequest, String, String, boolean) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns a paramter as a string or the specified default value if the parameter doesn't exist.
getParameterContentType(String) - Method in class com.jivesoftware.util.MultipartParamUtils
Returns the content type of the named parameter.
getParameterData(String) - Method in class com.jivesoftware.util.MultipartParamUtils
Returns an InputStream of the given parameter's data.
getParameterNames() - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getParameterNames() - Method in class com.jivesoftware.util.MultipartParamUtils
 
getParameters() - Method in class com.jivesoftware.base.tags.Paginator
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getParameters() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getParameters() - Method in interface com.jivesoftware.forum.renderer.RenderMacro
Returns a Map of user provided parameters to the macro.
getParameters(HttpServletRequest, String) - Static method in class com.jivesoftware.util.ParamUtils
Returns a list of parameters of the same name
getParameters(HttpServletRequest, String) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns a list of parameters of the same name
getParameterSize(String) - Method in class com.jivesoftware.util.MultipartParamUtils
Returns the size of the given parameter in bytes or 0 if the parameter is not found.
getParameterURL() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getParameterURL() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getParameterValues(String) - Method in class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
 
getParams() - Method in class com.jivesoftware.base.event.GroupEvent
 
getParams() - Method in class com.jivesoftware.base.event.JivePropertyEvent
Returns any extra parameters associated with event
getParams() - Method in class com.jivesoftware.base.event.LogEvent
 
getParams() - Method in class com.jivesoftware.base.event.PollEvent
 
getParams() - Method in class com.jivesoftware.base.event.UserEvent
 
getParams() - Method in interface com.jivesoftware.base.JiveEvent
Returns a map of parameters which can be used to pass data to a listener.
getParams() - Method in class com.jivesoftware.forum.event.AnnouncementEvent
 
getParams() - Method in class com.jivesoftware.forum.event.CategoryEvent
 
getParams() - Method in class com.jivesoftware.forum.event.ForumEvent
 
getParams() - Method in class com.jivesoftware.forum.event.MessageEvent
 
getParams() - Method in class com.jivesoftware.forum.event.PrivateMessageEvent
 
getParams() - Method in class com.jivesoftware.forum.event.SearchIndexEvent
 
getParams() - Method in class com.jivesoftware.forum.event.TagEvent
 
getParams() - Method in class com.jivesoftware.forum.event.ThreadEvent
 
getParams() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getParams() - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
 
getParent() - Method in class com.jivesoftware.base.tags.CacheTag
Returns the parent tag of this Tag.
getParent(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getParent(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getParent(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns a parent of child, or null if there is no parent.
getParent() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
 
getParent(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the parent of the child ForumMessage.
getParent(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the parent of the child ForumMessage.
getParent(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getParent(long) - Method in class com.jivesoftware.util.LongTree
Returns a parent of childKey, or -1 if there is no parent.
getParent(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
getParentCategories(Forum) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns a list of parent categories for the given forum in top-down order.
getParentCategory() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getParentCategory(Connection) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getParentCategory() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the parent category of this category.
getParentCategory() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getParentCategoryID() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns ID of the parent category of this category.
getParentMessage() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getParentMessage() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getParentMessage() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getParentMessage() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the parent message of this message or null if this message is the root message of a thread.
getParentMessage() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getParentMessageID() - Method in class com.jivesoftware.forum.database.DbForumMessage
Returns the parent message of the message, or -1 if there is no parent message (when the message is the root message of the thread).
getParentMessageID(Message) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the the parent message id's of a message.
getParentMessageID(Message, String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the parent ID's of a message as a String [] or null if there are no parents.
getParentMessageID() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the ID of the parent message of this message or 0 if this message is the root message of a thread.
getParentObjectID() - Method in class com.jivesoftware.forum.event.TagEvent
 
getParentObjectType() - Method in class com.jivesoftware.forum.event.TagEvent
 
getParentQuotedText(boolean) - Method in class com.jivesoftware.forum.action.EditAction
A convenience method to quote the parent's message body.
getParentQuotedText(boolean) - Method in class com.jivesoftware.forum.action.PostAction
A convenience method to quote the parent's message body.
getParser(InboundMessage) - Method in class com.jivesoftware.forum.mail.spi.DefaultIntegrationProvider
 
getParser(InboundMessage) - Method in class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
Returns an EmailParser initilized with the supplied InboundMessage.
getParser() - Method in class com.jivesoftware.forum.nntp.Session
Obtain the parser associated with the session.
getPartialURL() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getPartialURL() - Method in class com.jivesoftware.forum.action.PostAction
Convenience method for building a partial URL with forumID, threadID, messageID and reply specified.
getParticipant() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
getPassCount() - Method in class com.jivesoftware.util.CircularLinkedList
Obtain the number of times the iteration of the list has passed the mark.
getPassword() - Method in class com.jivesoftware.base.action.LoginAction
Returns the password used to do a login.
getPassword() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns the password to authenticate with.
getPassword() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the password used to connect to the database.
getPassword() - Method in class com.jivesoftware.base.MockUser
 
getPassword() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getPassword() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getPassword() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the password that will be used when connection to the IMAP server.
getPassword() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the password.
getPassword() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Retrieves the password to be used in connecting to the NNTP server.
getPassword() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Retrieves the password to be used in connecting to the NNTP server.
getPassword() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the password that will be used when connection to the POP3 server.
getPassword() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the password that will be used when connecting to the SMTP server.
getPassword() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns the password used to connect to the JIRA instance or null if no password is used.
getPassword() - Method in class com.jivesoftware.forum.webservices.User
 
getPassword() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getPassword() - Method in class com.jivesoftware.webchat.user.UserSession
 
getPasswordConfirm() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getPasswordHash() - Method in class com.jivesoftware.base.database.DbUser
 
getPasswordHash() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getPasswordHash() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getPasswordHash() - Method in class com.jivesoftware.base.MockUser
 
getPasswordHash() - Method in interface com.jivesoftware.base.User
Returns the user's password in hashed form.
getPasswordHash() - Method in class com.jivesoftware.base.UserProxy
 
getPasswordHash() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's password in hashed form.
getPath(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Returns the path part of the URL.
getPathNoExt(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Returns the path part of the URL without the last file extension.
getPathToPage(HttpServletRequest) - Static method in class com.jivesoftware.webchat.util.ParamUtils
Returns the path to the requested page.
getPattern() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
getPattern() - Method in class com.jivesoftware.profiles.validator.DateValidator
 
getPattern() - Method in class com.jivesoftware.profiles.validator.RegexValidator
 
getPattern() - Method in class com.jivesoftware.util.FastDateFormat
 
getPattern1() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getPattern2() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getPattern3() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getPattern4() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getPattern5() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getPendingRewardThreads(User) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPendingRewardThreads(User) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPendingRewardThreads(User) - Method in interface com.jivesoftware.forum.RewardManager
Returns the threads (ordered by modified date) that the user has assigned points to that haven't been fully rewarded out yet.
getPendingRewardThreadsCount(User) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPendingRewardThreadsCount(User) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPendingRewardThreadsCount(User) - Method in interface com.jivesoftware.forum.RewardManager
Returns a count of the threads that the user has assigned points to that haven't been fully rewarded out yet.
getPendingTasks() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
getPercentComplete() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
getPercentComplete() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getPercentComplete() - Method in interface com.jivesoftware.forum.SearchManager
Returns the percent complete that an indexing operation is if an indexing operation is currently active (i.e., SearchManager.isBusy() returns true).
getPercentComplete() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the percent complete that an indexing operation is if an indexing operation is currently active (i.e., ProfileSearchManager.isBusy() returns true).
getPercentComplete() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getPercentComplete() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getPercentComplete() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the percent complete of the task as a double value between 0.0 and 100.0.
getPercentOfParent() - Method in class com.jivesoftware.util.profile.Profiler.ProfileStat
 
getPermissionHandler(String) - Method in class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
Attempts to create the permission handler.
getPermissions(AuthToken) - Method in class com.jivesoftware.base.database.DbGroup
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.database.DbUser
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getPermissions(AuthToken) - Method in interface com.jivesoftware.base.Group
Returns the permissions for the group that correspond to the passed-in AuthToken.
getPermissions(AuthToken) - Method in class com.jivesoftware.base.GroupAdapter
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.GroupProxy
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.ldap.LdapUser
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.MockGroup
 
getPermissions(AuthToken) - Method in class com.jivesoftware.base.MockUser
 
getPermissions(AuthToken) - Method in interface com.jivesoftware.base.User
Returns the permissions for the user that correspond to the passed-in AuthToken.
getPermissions(AuthToken) - Method in class com.jivesoftware.base.UserProxy
 
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.database.DbForum
 
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPermissions(AuthToken) - Method in interface com.jivesoftware.forum.Forum
Returns the permissions for the forum that correspond to the passed-in AuthToken.
getPermissions(AuthToken) - Method in interface com.jivesoftware.forum.ForumCategory
Returns the permissions for the category that correspond to the passed-in AuthToken.
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.ForumFactory
Returns the permissions for the factory that correspond to the passed-in Authorization.
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPermissions(AuthToken) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getPermissions() - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns global permissions for current user.
getPermissions() - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getPermissions() - Method in class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 
getPermissionService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of PermissionService
getPermissionsManager() - Method in class com.jivesoftware.forum.database.DbForum
 
getPermissionsManager() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getPermissionsManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPermissionsManager() - Method in interface com.jivesoftware.forum.Forum
Returns a permissions manager that can be used to set permissions for this forum.
getPermissionsManager() - Method in interface com.jivesoftware.forum.ForumCategory
Returns a permissions manager that can be used to set permissions for this category.
getPermissionsManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a permissions manager that can be used to set system wide permissions.
getPermissionsManager() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getPermissionsManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPermissionsManager() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getPermissionsOnCategory(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for current user on specified category.
getPermissionsOnCategory(long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getPermissionsOnForum(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for current user on specified forum.
getPermissionsOnForum(long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getPersistenceTask() - Method in class com.jivesoftware.base.stats.ReadStatsManager
Returns the persistence thread.
getPerson() - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
getPerson(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getPersonalInfo(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getPinnedWorkManager() - Method in class com.jivesoftware.base.search.task.InvocationResult
This returns a pinned WorkManager which represents the JVM that was used to execute the requested task.
getPlainBody() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getPlainBody() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getPlainBody() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getPlainBody() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message body with no html markup applied.
getPlainBody() - Method in interface com.jivesoftware.forum.JiveContentObject
Returns the body of the jive object content with no markup applied.
getPlainBody() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getPlainBody() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getPlainSubject() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getPlainSubject() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getPlainSubject() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getPlainSubject() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message subject with no html markup applied.
getPlainSubject() - Method in interface com.jivesoftware.forum.JiveContentObject
Returns the title of the jive object content with no markup applied
getPlainSubject() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getPlainSubject() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getPlatformPathName(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Returns the platform-dependent String representation of the URL; the returned string should be considered acceptable for users to read.
getPlugin(String) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns a plugin by name or null if a plugin with that name does not exist.
getPluginClassloader(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the classloader of a plugin.
getPluginDirectory(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the plugin's directory.
getPluginDirectory() - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the directory {jiveHome}/plugins.
getPluginFileFileName() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
getPluginForAction(String, String) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns what plugin (if any) is mapped to a specific namespace and action.
getPluginManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPluginManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns an instance of PluginManager that can be used for acquiring plugin instances.
getPluginManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPluginMap() - Method in class com.jivesoftware.base.plugin.PluginManager
Returns a map of plugin name plugin entries.
getPluginMonitor() - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the PluginMonitor instance.
getPluginName() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
getPlugins() - Method in class com.jivesoftware.base.plugin.PluginManager
Returns a Collection of all installed plugins.
getPmCount() - Method in class com.jivesoftware.forum.action.Accountbox
 
getPmID() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getPmID() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
getPointLevel(User) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getPointLevel(User, Forum) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getPointLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getPointLevel(User) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getPointLevel(User, Forum) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getPointLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
getPointLevel(User) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getPointLevel(User, Forum) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getPointLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
getPointLevel(User) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getPointLevel(User, Forum) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getPointLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getPointLevel(User) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns the point level for a user system wide.
getPointLevel(User, Forum) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns the status level points for a user in regards to a specific forum
getPointLevel(User, ForumCategory) - Method in interface com.jivesoftware.forum.StatusLevelCalculator
Returns the status level points for a user in regards to a specific category
getPointLevel(User) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the point level for a user system wide.
getPointLevel(User, Forum) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the status level points for a user in regards to a specific forum
getPointLevel(User, ForumCategory) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the status level points for a user in regards to a specific category
getPoints() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getPoints(ForumThread) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPoints(ForumMessage) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPoints(ForumThread) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPoints(ForumMessage) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPoints(ForumThread) - Method in interface com.jivesoftware.forum.RewardManager
Returns the number of reward points in a thread that are left to be distributed.
getPoints(ForumMessage) - Method in interface com.jivesoftware.forum.RewardManager
Returns the number of reward points that have been assigned to a message.
getPoints() - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
getPointsEarned(User) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPointsEarned(User, Forum) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPointsEarned(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPointsEarned(User) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPointsEarned(User, Forum) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPointsEarned(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPointsEarned(User) - Method in interface com.jivesoftware.forum.RewardManager
Returns the total number of points that a user has earned across the entire system.
getPointsEarned(User, ForumCategory) - Method in interface com.jivesoftware.forum.RewardManager
Returns the total number of points the user has earned in a particular category.
getPointsEarned(User, Forum) - Method in interface com.jivesoftware.forum.RewardManager
Returns the total number of points the user has earned in a particular forum.
getPointsRewarded(ForumThread) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPointsRewarded(User) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getPointsRewarded(User) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPointsRewarded(ForumThread) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getPointsRewarded(ForumThread) - Method in interface com.jivesoftware.forum.RewardManager
Returns the total number of points rewarded to messages in the thread.
getPointsRewarded(User) - Method in interface com.jivesoftware.forum.RewardManager
Returns the total number of points that a user has ever rewarded.
getPointStatusLevels() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getPointStatusLevels() - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getPointStatusLevels() - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns an iterator of point based status levels in the system sorted by point range.
getPoll(long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getPoll() - Method in class com.jivesoftware.base.event.PollEvent
Returns the Poll that the event corresponds to.
getPoll(long) - Method in interface com.jivesoftware.base.PollManager
Returns the Poll specified by the poll ID.
getPoll() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
getPoll() - Method in class com.jivesoftware.forum.action.PollAction
 
getPoll() - Method in class com.jivesoftware.forum.action.PollEditAction
Returns the poll we've loaded.
getPoll() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns the newly created poll.
getPoll() - Method in class com.jivesoftware.forum.action.PollViewAction
The poll we're viewing.
getPoll() - Method in class com.jivesoftware.forum.action.PollVoteAction
Returns the poll the user is voting on.
getPoll(long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getPollCount() - Method in class com.jivesoftware.base.database.DbPollManager
 
getPollCount(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getPollCount() - Method in interface com.jivesoftware.base.PollManager
Returns a count of all polls, both active and inactive.
getPollCount(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns an count of polls, both active and inactive, associated with the object specified by the objectType and objectID.
getPollCount() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getPollCount(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getPollID() - Method in class com.jivesoftware.base.database.Vote
 
getPollID() - Method in class com.jivesoftware.forum.action.PollAction
 
getPollID() - Method in class com.jivesoftware.forum.action.PollEditAction
Returns the ID of the poll to load.
getPollID() - Method in class com.jivesoftware.forum.action.PollViewAction
The ID of the poll to load.
getPollID() - Method in class com.jivesoftware.forum.action.PollVoteAction
The ID of the poll to load.
getPollManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPollManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a poll manager that can be used to retrieve and manager polls.
getPollManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPolls() - Method in class com.jivesoftware.base.database.DbPollManager
 
getPolls(int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
getPolls() - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of all polls, both active and inactive.
getPolls(int, long) - Method in interface com.jivesoftware.base.PollManager
Returns an iterator of polls, both active and inactive, associated with the object specified by the objectType and objectID.
getPolls() - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getPolls(int, long) - Method in class com.jivesoftware.forum.proxy.PollManagerProxy
 
getPopularCountries(Date, Date, QuickStats.Type, int) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns an array of arrays which holds country codes and counts which rank the top visiting countries for the given type and over the given date range.
getPopularForums() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPopularForums() - Method in class com.jivesoftware.forum.ForumFactory
Returns an Iterator for the most popular forums in the system as Forum objects.
getPopularForums() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPopularForums() - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the IDs of all popular forums.
getPopularForums() - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getPopularForumsByPost(Date, Date, QuickStats.Type, int) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns an array of arrays which holds forum IDs and counts which rank the top foruums by new message for the given type and over the given date range.
getPopularForumsByViews(Date, Date, QuickStats.Type, int) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns an array of arrays which holds forum IDs and counts which rank the top foruums by views for the given type and over the given date range.
getPopularTags() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns an iterable collection of popular tags based on the current community and tag set.
getPopularTags() - Method in class com.jivesoftware.forum.action.PostAction
Returns an iterable collection of popular tags based on the current community and tag set.
getPopularTags(ForumCategory) - Method in class com.jivesoftware.forum.database.DbTagManager
Returns an iterable collection of popular tags based on the current community and tag set.
getPopularTags(ForumCategory) - Method in interface com.jivesoftware.forum.TagManager
Get popular tags
getPopularThreads() - Method in class com.jivesoftware.forum.database.DbForum
 
getPopularThreads() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getPopularThreads() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPopularThreads() - Method in interface com.jivesoftware.forum.Forum
Returns an Iterator for the most popular threads in the forum.
getPopularThreads() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for the most popular threads in the category.
getPopularThreads() - Method in class com.jivesoftware.forum.ForumFactory
Returns an Iterator for the most threads in the system as ForumThread objects.
getPopularThreads() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getPopularThreads() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPopularThreads() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getPopularThreads() - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of thread IDs for all the popular threads in the system.
getPopularThreads() - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getPopularThreadsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of popular threads by category.
getPopularThreadsByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getPopularThreadsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of threadIDs for all the popular threads for a specific forum.
getPopularThreadsByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getPort() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP server port number.
getPort() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the port number that will be used when connecting to the IMAP server.
getPort() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Get the server port.
getPort() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Returns the port number that will be used when connecting to the NNTP server.
getPort() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns the port number that will be used when connecting to the NNTP server.
getPort() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the port number that will be used when connecting to the POP3 server.
getPort() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the port number that will be used when connecting to the SMTP server.
getPort() - Method in class com.jivesoftware.forum.net.AcceptPort
Returns the port number this accept port will use.
getPort() - Method in class com.jivesoftware.webchat.ChatSettings
 
getPostFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getPostInterval() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
Returns the number of seconds that must elapse before a user is allowed to post each new message.
getPostPermissionMode() - Method in class com.jivesoftware.forum.nntp.SessionManager
Returns the post permission mode.
getPrecedence() - Method in class com.jivesoftware.base.theme.ThemeType
Gets the precedence for this theme type.
getPredefinedReportClasses() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getPredefinedReportClasses() - Method in class com.jivesoftware.forum.stats.ForumsReportManager
 
getPreferredEditorMode(HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
Returns the preferred editor mode for the user/guest.
getPreFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getPresence(User) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getPresence(String) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getPresence(User) - Method in interface com.jivesoftware.base.PresenceManager
Returns the presence for the user, or null if the user isn't online.
getPresence(User) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getPresenceList() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a list of all new presences waiting to be retrieved.
getPresenceManager() - Method in class com.jivesoftware.forum.action.OnlineAction
Returns a presence manager object with page user access permissions.
getPresenceManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPresenceManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a presence manager that can be used to retrieve and manage presences.
getPresenceManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPresences() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
getPresenceURL(User, User) - Method in class com.jivesoftware.forum.im.IMService
Returns the http url which will return a presence image.
getPrettyRoomName(String) - Method in class com.jivesoftware.webchat.ChatManager
 
getPrev(Page, int) - Static method in class com.jivesoftware.forum.action.util.Page
Returns a page with correct values to the page previous to the given page.
getPreviewedMessage() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns a ForumMessage object the preview page can use.
getPreviousElement() - Method in class com.jivesoftware.forum.database.DbBlockIterator
Returns the previous element, or null if there are no more elements to return.
getPreviousMessage() - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
getPreviousPage() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns true if there is a page of items previous to the current one in the list.
getPreviousPageStart() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the starting index of the previous page.
getPreviousThread() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the thread previous to this one in the list of threads in the forum.
getPreviousURL(HttpServletRequest) - Static method in class com.jivesoftware.base.action.util.RedirectAction
Returns the URL of the last content page the user was on.
getPrevTstart() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the index hint for th previous thread in the list of threads.
getPriority() - Method in class com.jivesoftware.util.TaskWrapper
 
getPrivateMessage() - Method in class com.jivesoftware.forum.event.PrivateMessageEvent
Returns the ForumMessage that the event corresponds to.
getPrivateMessageManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getPrivateMessageManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a private message manager, which controls private message settings.
getPrivateMessageManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getPrivateMessageMap() - Method in class com.jivesoftware.webchat.user.UserSession
 
getPrivateMessages() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a collection of private messages.
getPrivateMessageService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of PrivateMessageService
getProducerBandwidthMonitor() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the bandwidth monitor watching the raw network traffic for this connection's DataProducer.
getProducerBandwidthMonitor() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getProduct() - Method in class com.jivesoftware.base.admin.Sidebar
 
getProduct() - Method in class com.jivesoftware.base.admin.SidebarTag
 
getProduct() - Method in class com.jivesoftware.base.admin.Tabs
 
getProduct() - Method in class com.jivesoftware.base.admin.TabsTag
 
getProduct() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns the correct project object for forums
getProduct() - Method in class com.jivesoftware.webchat.License
 
getProductDisplayName(String) - Method in class com.jivesoftware.base.action.AbstractLicenseAction
 
getProfile() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getProfile() - Method in class com.jivesoftware.profiles.action.ViewProfile
 
getProfile(User) - Method in interface com.jivesoftware.profiles.ProfileManager
Gets a map of user profile values for a particular user mapped to their corresponding ProfileField id.
getProfile(User) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
getProfileField(long) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Gets a profile field object by its id.
getProfileField(long) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
getProfileFieldManager() - Static method in class com.jivesoftware.profiles.ProfileManagerFactory
Returns a concrete implementation of the ProfileFieldManager interface.
getProfileFields() - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Gets the list of all profile fields in the system.
getProfileFields() - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
getProfileFieldValues() - Method in class com.jivesoftware.base.profile.UserProfile
 
getProfileID() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getProfileManager() - Static method in class com.jivesoftware.profiles.ProfileManagerFactory
Returns a concrete implementation of the ProfileManager interface.
getProfileMap() - Method in class com.jivesoftware.profiles.action.EditProfileAction
Returns the Map of custom profile fields
getProfilePageUrl() - Method in class com.jivesoftware.base.tags.Author
 
getProfileSearchManager() - Static method in class com.jivesoftware.profiles.ProfileManagerFactory
Returns a concrete implementation of the ProfileSearchManager interface.
getProfileService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ProfileService
getProjectNames() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns the list of comma-delimited project names to be looked for.
getProperties() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getProperties() - Method in interface com.jivesoftware.base.stats.Report
 
getProperties(String) - Method in interface com.jivesoftware.forum.Attachment
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in class com.jivesoftware.forum.database.DbAttachment
 
getProperties() - Method in class com.jivesoftware.forum.database.DbDraft
 
getProperties(String) - Method in class com.jivesoftware.forum.database.DbForum
 
getProperties(String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getProperties(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getProperties(String) - Method in class com.jivesoftware.forum.database.DbForumThread
 
getProperties(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getProperties() - Static method in class com.jivesoftware.forum.database.DbSearchManager
 
getProperties(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getProperties() - Method in interface com.jivesoftware.forum.Draft
 
getProperties() - Method in class com.jivesoftware.forum.DraftImpl
 
getProperties(String) - Method in interface com.jivesoftware.forum.Forum
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in interface com.jivesoftware.forum.ForumCategory
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in interface com.jivesoftware.forum.ForumMessage
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in interface com.jivesoftware.forum.ForumThread
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Return all immediate children property values of a parent property as an unmodifiable Collection of String values.
getProperties(String) - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getProperties(String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getProperties(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getProperties(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getProperties(String) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getProperties(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all tbe extended properties for the category with the specified id.
getProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all tbe extended properties for the message with the specified ID.
getProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns all tbe extended properties for the forum with the forum with specified ID.
getProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all tbe extended properties for the thread with the specified ID.
getProperties(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the extended properties for a group.
getProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getProperties(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getProperties() - Method in class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 
getProperties() - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Obtains all Jive System Properties.
getProperties() - Static method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getProperties(Object) - Static method in class com.jivesoftware.util.BeanUtils
Gets the properties from a Java Bean and returns them in a Map of String name/value pairs.
getProperty(String) - Method in class com.jivesoftware.base.database.DbGroup
 
getProperty(String) - Method in class com.jivesoftware.base.database.DbUser
 
getProperty(String) - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getProperty(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getProperty(String) - Method in interface com.jivesoftware.base.Group
Returns an extended property of the group.
getProperty(String) - Method in class com.jivesoftware.base.GroupAdapter
 
getProperty(String) - Method in class com.jivesoftware.base.GroupProxy
 
getProperty(String) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getProperty(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getProperty(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
getProperty(String) - Method in class com.jivesoftware.base.MockGroup
 
getProperty(String) - Method in class com.jivesoftware.base.MockUser
 
getProperty(Object) - Method in class com.jivesoftware.base.stats.Bin
Returns a property associated with this bin.
getProperty(String) - Method in class com.jivesoftware.base.theme.Theme
Returns the value of the specified property or null if the value doesn't exist.
getProperty(String, String) - Method in class com.jivesoftware.base.theme.Theme
Returns a theme property.
getProperty(String) - Method in interface com.jivesoftware.base.User
Returns an extended property of the user.
getProperty(String) - Method in class com.jivesoftware.base.UserProxy
 
getProperty(String) - Method in interface com.jivesoftware.forum.Announcement
Returns an extended property of the announcement.
getProperty(String) - Method in interface com.jivesoftware.forum.Attachment
Returns an extended property of the attachment.
getProperty(String) - Method in interface com.jivesoftware.forum.Avatar
Returns an extended property of the attachment.
getProperty(String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbAttachment
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbAvatar
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbForum
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbForumThread
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getProperty(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getProperty(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getProperty(String) - Method in interface com.jivesoftware.forum.Forum
Returns an extended property of the forum.
getProperty(String) - Method in interface com.jivesoftware.forum.ForumCategory
Returns an extended property of the category.
getProperty(String) - Method in interface com.jivesoftware.forum.ForumMessage
Returns an extended property of this message.
getProperty(String) - Method in interface com.jivesoftware.forum.ForumThread
Returns an extended property of this thread.
getProperty(String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getProperty(String) - Method in interface com.jivesoftware.forum.gateway.Gateway
The value of a gateway extended property.
getProperty(String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getProperty(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Returns an extended property of this private message.
getProperty(String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getProperty(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getProperty(String) - Method in interface com.jivesoftware.forum.StatusLevel
Returns an extended property of the status level.
getProperty(String) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Gets the value associated with a name.
getProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns the extended property value for the specified name.
getProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the value of the extended property for the message with the specified ID.
getProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the value for a given property name.
getProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns the value of an extended property for the thread with the specified ID.
getProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getProperty(String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getProperty(String) - Method in class com.jivesoftware.util.XMLJiveProperties
 
getPropertyCount() - Method in class com.jivesoftware.forum.ResultFilter
Returns the number of properties that results will be filtered on.
getPropertyDescription(String) - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
getPropertyDescriptors() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getPropertyDescriptors(Class) - Static method in class com.jivesoftware.util.BeanUtils
Returns the PropertyDescriptor array for the specified Java Bean Class.
getPropertyDescriptors() - Method in class com.jivesoftware.util.JiveBeanInfo
 
getPropertyDisplayName(String) - Method in class com.jivesoftware.base.action.AbstractLicenseAction
 
getPropertyHTML() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
getPropertyKeys() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getPropertyKeys() - Method in interface com.jivesoftware.forum.gateway.Gateway
All extended property keys for this gateway
getPropertyKeys() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getPropertyMatchType(int) - Method in class com.jivesoftware.forum.ResultFilter
Returns the value of the property at the specified index in the list of properties.
getPropertyMode() - Method in class com.jivesoftware.forum.ResultFilter
Returns the mode that will be used to select results if multiple properties have been specified.
getPropertyName(int) - Method in class com.jivesoftware.forum.ResultFilter
Returns the name of the property at the specified index in the list of properties to be filtered on.
getPropertyName() - Method in class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
getPropertyNames(Object) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Get list of property names of bean.
getPropertyNames() - Method in class com.jivesoftware.base.database.DbGroup
 
getPropertyNames() - Method in class com.jivesoftware.base.database.DbUser
 
getPropertyNames() - Method in class com.jivesoftware.base.database.DefaultConnectionProviderBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getPropertyNames() - Method in interface com.jivesoftware.base.Group
Returns an Iterator for all the names of the extended group properties.
getPropertyNames() - Method in class com.jivesoftware.base.GroupAdapter
 
getPropertyNames() - Method in class com.jivesoftware.base.GroupProxy
 
getPropertyNames() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
getPropertyNames() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getPropertyNames() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getPropertyNames() - Method in class com.jivesoftware.base.MockGroup
 
getPropertyNames() - Method in class com.jivesoftware.base.MockUser
 
getPropertyNames() - Method in class com.jivesoftware.base.theme.Theme
Returns all theme property names.
getPropertyNames() - Method in interface com.jivesoftware.base.User
Returns an Iterator for all the names of the extended user properties.
getPropertyNames() - Method in class com.jivesoftware.base.UserProxy
 
getPropertyNames() - Method in interface com.jivesoftware.forum.Announcement
Returns an Iterator for all the names of the extended properties.
getPropertyNames() - Method in interface com.jivesoftware.forum.Attachment
Returns an Iterator for the names of the extended properties.
getPropertyNames() - Method in interface com.jivesoftware.forum.Avatar
Returns an Iterator for the names of the extended properties.
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbAvatar
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbForum
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
getPropertyNames() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getPropertyNames() - Method in interface com.jivesoftware.forum.Forum
Returns an Iterator for the names of the forum properties.
getPropertyNames() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for the names of the forum category properties.
getPropertyNames() - Method in interface com.jivesoftware.forum.ForumMessage
Returns an Iterator of String values for all the names of the message properties.
getPropertyNames() - Method in interface com.jivesoftware.forum.ForumThread
Returns an Iterator for the names of this thread's properties.
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.IPInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.UserInterceptorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.interceptor.VirusScanInterceptorBeanInfo
 
getPropertyNames() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns an Iterator of String values for all the names of the message properties.
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.URLFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilterBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.renderer.macro.UserMacroBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.DayOfWeekReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.GroupPostReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.HourOfDayReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.MessageLengthReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.QuestionResolutionTimeBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.RepliesPerThreadReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchFailedReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchQueryReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchSuccessReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchTopClickThroughReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.ThreadTTLReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.TopForumsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReportBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.forum.stats.report.UserCreationReportBeanInfo
 
getPropertyNames() - Method in interface com.jivesoftware.forum.StatusLevel
Returns an Iterator for the names of the status level properties.
getPropertyNames() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Gets a list of the property names that have been collected.
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.DateValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.DecimalValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.EmailValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.LengthValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.NonValidatingValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.NumberValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.RangeValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.RegexValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.profiles.validator.URLValidatorBeanInfo
 
getPropertyNames() - Method in class com.jivesoftware.util.DbJiveProperties
 
getPropertyNames() - Method in class com.jivesoftware.util.JiveBeanInfo
Returns the names of the properties of the bean that should be exposed.
getPropertyNames() - Method in interface com.jivesoftware.util.JiveProperties
Returns all property names as a Collection of String values.
getPropertyNames() - Method in class com.jivesoftware.util.XMLJiveProperties
 
getPropertyValue(int) - Method in class com.jivesoftware.forum.ResultFilter
Returns the value of the property at the specified index in the list of properties to be filtered on.
getPropertyValueString(int) - Method in class com.jivesoftware.forum.ResultFilter
Returns the value of the property at the specified index in the list of properties to be filtered on.
getPropValue() - Method in class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
getProtocol() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Get the protocol.
getProtocol() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter.NNTPImporter
 
getProxiedAnnouncement() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
Allow access to the underlying message object under two conditions: system or forum admin, or the message hasn't been added to a thread yet.
getProxiedForum() - Method in class com.jivesoftware.forum.proxy.ForumProxy
Returns the forum class that the proxy wraps.
getProxiedForumMessage() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
Allow access to the underlying message object under two conditions: system or forum admin, or the message hasn't been added to a thread yet.
getProxiedForumThread() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
Provides access to the underlying thread object.
getProxiedPrivateMessage() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
Returns the proxied private message.
getProxiedQuery() - Method in class com.jivesoftware.forum.proxy.QueryProxy
Returns the query class that the proxy wraps.
getProxyAuthToken() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getProxyPermissions() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getPublisherStats() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns statistics about the packet publisher on the node.
getQ() - Method in class com.jivesoftware.forum.action.SearchAction
 
getQenc() - Method in class com.jivesoftware.forum.action.SearchAction
 
getQueries() - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
getQueries(User) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
getQueries() - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getQueries(User) - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getQueries() - Method in interface com.jivesoftware.forum.QueryLogger
Returns an iterator of all the queries that have been made.
getQueries(User) - Method in interface com.jivesoftware.forum.QueryLogger
Returns an Iterator consisting of all the Query's that the specified user has made.
getQueriesPerSecond(int) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Returns the average number of queries of a certain type that have been performed per second since profiling started.
getQuery() - Method in class com.jivesoftware.forum.action.UserSearch
 
getQuery(long) - Method in class com.jivesoftware.forum.database.DbQueryLogger
Convenience method to load a particular search query.
getQuery(long) - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getQuery(long) - Method in interface com.jivesoftware.forum.QueryLogger
Returns the query associated with the given queryID.
getQuery() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getQueryCacheObject(ResultSet) - Method in class com.jivesoftware.forum.database.querycache.EntityDescriptorQueryCacheStrategy
 
getQueryCacheObject(ResultSet) - Method in interface com.jivesoftware.forum.database.QueryCacheStrategy
Creates a QueryCacheObject given a result set.
getQueryCacheObject(ResultSet) - Method in class com.jivesoftware.forum.database.TagQueryCacheStrategy
 
getQueryCacheStrategyType() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns one of the constants in QueryCacheStrategyFactory defining a type of QueryCacheStrategy to use, or -1 if no strategy is needed.
getQueryCount(int) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Returns the total number database queries of a particular type performed.
getQueryCount() - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
getQueryCount(User) - Method in class com.jivesoftware.forum.database.DbQueryLogger
 
getQueryCount() - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getQueryCount(User) - Method in class com.jivesoftware.forum.proxy.QueryLoggerProxy
 
getQueryCount() - Method in interface com.jivesoftware.forum.QueryLogger
Returns a count of all the queries that have been made in the system.
getQueryCount(User) - Method in interface com.jivesoftware.forum.QueryLogger
Returns a count of all the queries that the user has made.
getQueryManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getQueryManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a query manager that can be used to retrieve and manage search queries.
getQueryManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getQueryString() - Method in class com.jivesoftware.forum.database.DbQuery
 
getQueryString() - Method in class com.jivesoftware.forum.database.SessionQuery
 
getQueryString() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getQueryString() - Method in interface com.jivesoftware.forum.Query
Returns the query string for the Query object.
getQueryString() - Method in class com.jivesoftware.forum.webservices.Query
Returns the query string for the Query object.
getQuestionCount() - Method in class com.jivesoftware.profiles.action.ViewProfile
Returns the total number of question asked by the user.
getQuestionManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getQuestionManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a QuestionManager, which can be used to manage Questions.
getQuestionManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getQueueSize() - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
getQueueSize() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the number of messages in the queue waiting to br virus scanned.
getQuoteChar() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getQuoteColors() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getQuoteMode() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
getRadix() - Static method in class com.jivesoftware.util.DoubleEqualityComparator
 
getRange() - Method in class com.jivesoftware.forum.action.OnlineAction
 
getRange() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getRange() - Method in class com.jivesoftware.forum.action.UserSearch
 
getRange() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the number of items per page.
getRange() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getRange() - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
getRanges() - Method in class com.jivesoftware.base.ban.DateRangeBean
Gets a list of possible expiration date range options for bans.
getRankBy() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getRankBy() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the current method of ranking results.
getRate() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the rate of samples reported during the monitor's lifetime.
getRate() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getRating(User, ForumMessage) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRating(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRating(User, ForumMessage) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRating(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRating(User, ForumMessage) - Method in interface com.jivesoftware.forum.RatingManager
Returns the rating associated with the user, or null if this user hasn't rated the forum message.
getRating(User, ForumThread) - Method in interface com.jivesoftware.forum.RatingManager
Returns the rating associated with the user, or null if this user hasn't rated the forum thread.
getRatingCount(ForumMessage) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRatingCount(ForumThread) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRatingCount(ForumMessage) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRatingCount(ForumThread) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRatingCount(ForumMessage) - Method in interface com.jivesoftware.forum.RatingManager
Returns the total number of ratings given to the forum message.
getRatingCount(ForumThread) - Method in interface com.jivesoftware.forum.RatingManager
Returns the total number of ratings given to the forum thread.
getRatingFromScore(int) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRatingFromScore(int) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRatingFromScore(int) - Method in interface com.jivesoftware.forum.RatingManager
Retrieve the rating with the specified score.
getRatings(ForumMessage) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRatings(ForumThread) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
getRatings(ForumMessage) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRatings(ForumThread) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
getRatings(ForumMessage) - Method in interface com.jivesoftware.forum.RatingManager
Returns an Iterator of all the ratings given to the forum message.
getRatings(ForumThread) - Method in interface com.jivesoftware.forum.RatingManager
Returns an Iterator of all the ratings given to the forum thread.
getReader(Object, String) - Method in class com.jivesoftware.base.action.PluginTemplateLoader
 
getReader(Object, String) - Method in class com.jivesoftware.base.theme.ThemeTemplateLoader
 
getReader() - Method in class com.jivesoftware.forum.database.DbDataImport
 
getReader() - Method in interface com.jivesoftware.forum.net.Connection
 
getReader() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getReadStatSession() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the session in which the read occurred.
getReadStatSession(HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.base.stats.ReadStatsFilter
Gets the ReadStatSession associated with this user's HTTP session.
getReadStatSession() - Method in class com.jivesoftware.base.stats.WebContext
Returns the read stat session instance associated with this web context.
getReadStatus(Object, int) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the user has the specified read status on the object, false otherwise.
getReadStatus(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getReadStatus(User, ForumMessage) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getReadStatus(ForumThread) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
getReadStatus(ForumMessage) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
getReadStatus() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the current read status of the connection.
getReadStatus() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getReadStatus(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getReadStatus(User, ForumMessage) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getReadStatus(User, ForumThread) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the read status on the specified thread.
getReadStatus(User, ForumMessage) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the read status on the specified message.
getReadTracker() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getReadTracker() - Method in class com.jivesoftware.forum.ForumFactory
Returns a read tracker that can be used to track which threads and messages a user has read.
getReadTracker() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getReceiverStats() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns statistics about the packet receiver on the node.
getRecentMessages(int) - Method in class com.jivesoftware.profiles.action.ViewProfile
Returns an Iterator of recent messages
getRecentQuestions(int) - Method in class com.jivesoftware.profiles.action.ViewProfile
Returns an Iterator of recent questions asked.
getRecipient() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getRecipient() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the user the message was sent to.
getRecipient() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getRecipientID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getRecipients() - Method in class com.jivesoftware.base.EmailMessage
Returns the recipients of the email
getRecommendedTags() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns an iterable collection of recommended tags based on the current community and tag set.
getRecursiveAnnouncementCount(ForumCategory) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns the count of all currently viewable announcements in a ForumCategory and its child Forums and SubCategories.
getRecursiveAnnouncementCount(ForumCategory) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getRecursiveAnnouncementCount(ForumCategory) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getRecursiveAnnouncements(ForumCategory, int, int) - Method in interface com.jivesoftware.forum.AnnouncementManager
Returns all currently viewable announcements in a ForumCategory and its child Forums and SubCategories.
getRecursiveAnnouncements(ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
getRecursiveAnnouncements(ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.AnnouncementManagerProxy
 
getRecursiveCategories() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveCategories() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for all sub-categories of this category, including sub-categories of sub-categories, etc.
getRecursiveCategories() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveCategories() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the categories in the system recursively.
getRecursiveCategories() - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveCategoriesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the categories under the specified category recursively.
getRecursiveCategoriesByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveCategoryAnnouncementCount(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements recursively using the categoryID provided.
getRecursiveCategoryAnnouncementCount(long) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getRecursiveCategoryAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements recursively using the specified categoryID and AnnouncementFilter.
getRecursiveCategoryAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getRecursiveCategoryAnnouncements(long, int, int) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements recursively using the categoryID provided.
getRecursiveCategoryAnnouncements(long, int, int) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getRecursiveCategoryAnnouncementsWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements recursively using the specified categoryID and AnnouncementFilter.
getRecursiveCategoryAnnouncementsWithFilter(long, AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getRecursiveCategoryCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveCategoryCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the total count of all sub-categories of this category, including sub-categories of sub-categories, etc.
getRecursiveCategoryCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveCategoryCount() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the categories in the system.
getRecursiveCategoryCount() - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveCategoryCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the categories under a category
getRecursiveCategoryCountByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveChildCount(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getRecursiveChildCount(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getRecursiveChildCount(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns the total number of recursive children of a parent.
getRecursiveChildCount(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the total number of recursive children of a parent.
getRecursiveChildCount(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getRecursiveChildren(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getRecursiveChildren(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getRecursiveChildren(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the list items in the in the tree in depth-first order.
getRecursiveChildren(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns an Iterator for all child messages (and sub-children, etc) of the parent.
getRecursiveChildren(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array for all child messages (and sub-children, etc) of the parent.
getRecursiveChildren(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getRecursiveChildren(long) - Method in class com.jivesoftware.util.LongTree
Returns the keys in the in the tree in depth-first order.
getRecursiveForumCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveForumCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveForumCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of forums in the category and all sub-categories.
getRecursiveForumCount(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of forums in the category and all sub-categories based on the specified ResultFilter.
getRecursiveForumCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveForumCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveForumCount() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns the number of forums in the category and all sub-categories.
getRecursiveForumCount() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the forums in the system.
getRecursiveForumCount(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the count of all forums under the category with the specified ID.
getRecursiveForumCount() - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForumCount(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getRecursiveForumCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the forums under a category.
getRecursiveForumCountByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the forums under a category.
getRecursiveForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForumIDs() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveForums() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveForums(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRecursiveForums() - Method in interface com.jivesoftware.forum.ForumCategory
Returns an Iterator for all the forums in the category and all sub-categories.
getRecursiveForums(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns a Iterator for all the forums in the category and sub-categories that match the criteria specified by the ResultFilter.
getRecursiveForums() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveForums(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRecursiveForums() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the forums in the system recursively.
getRecursiveForums(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of forum ids for all forums under the category with the specified ID recursively.
getRecursiveForums() - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForums(long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
getRecursiveForumsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the forums under the specified category recursively.
getRecursiveForumsByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForumsByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the forums under the specified category recursively.
getRecursiveForumsByCategoryIDWithFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
getRecursiveForumThreadWatchCountByCategory(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getRecursiveForumThreadWatchCountByCategory(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Return the count of all thread watches in a particular categoryID for the given user.
getRecursiveForumThreadWatchesByCategory(long, long, int, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getRecursiveForumThreadWatchesByCategory(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.
getRecursiveForumWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getRecursiveForumWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getRecursiveForumWatchCount(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Returns number of Forum objects the user is watching under the category and its subcategories.
getRecursiveForumWatchCountByCategory(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getRecursiveForumWatchCountByCategory(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.
getRecursiveForumWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getRecursiveForumWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getRecursiveForumWatches(User, ForumCategory, int, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns all the Forum objects the user is watching under the category and its subcategories.
getRecursiveForumWatchesByCategory(long, long, int, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getRecursiveForumWatchesByCategory(long, long, int, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns Forums that the user is watching for a given category and all of its subcategories.
getRecursiveKeys() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the list items in the in the tree in depth-first order.
getRecursiveKeys() - Method in class com.jivesoftware.util.LongTree
Returns the keys in the in the tree in depth-first order.
getRecursiveMessages() - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getRecursiveMessages() - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getRecursiveMessages() - Method in interface com.jivesoftware.forum.TreeWalker
Returns an Iterator for all messages in the thread in depth-first order.
getRecursiveMessages(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array for all messages in the thread in depth-first order.
getRecursiveMessages(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getRecursiveThreadWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getRecursiveThreadWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getRecursiveThreadWatchCount(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Returns the number of ForumThread objects the user is watching under the provided ForumCategory.
getRecursiveThreadWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getRecursiveThreadWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getRecursiveThreadWatches(User, ForumCategory, int, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns the ForumThread objects the user is watching under the provided ForumCategory.
getRedirect() - Method in class com.jivesoftware.base.admin.TaskTag
 
getRedirectURL(HttpServletRequest, String) - Method in class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
 
getReferences() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the references of the article.
getReferences() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Adds the previous forum message ID as a reference or an empty string if no forum message proceeds this one in the thread.
getRefererURL() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getReferrer() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the http referrer for this session.
getRegex() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
getRegisteredPerms(PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getRegistrationManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getRegistrationManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a validation manager that can be used for validating user accounts
getRegistrationManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getRejectedUserID() - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
getRejectionMailAddress() - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
getRejectionMessage() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
Returns the rejection message that will be returned if a user attempts to make multiple posts within the post interval.
getRejectionReasonProperty() - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
getRejectionType() - Method in exception com.jivesoftware.forum.PrivateMessageRejectedException
Returns the type of the rejection exception.
getRelevance() - Method in class com.jivesoftware.forum.QueryResult
Get the relevance of this query result as determined by the search engine.
getRelevance() - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
getRelevanceAsPercentage(Locale) - Method in class com.jivesoftware.forum.QueryResult
Returns the relevance as a percentage (no decimal places) formatted according to the locale passed in.
getRemoteAddress() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the InetAddress describing the connection.
getRemoteAddress() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getRemotePort() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the remote port for this connection.
getRemotePort() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getRemoveAttachID() - Method in class com.jivesoftware.forum.action.PostAction
Returns the id's of attachments that are to be removed from the message.
getRemoveFilterName() - Method in class com.jivesoftware.forum.action.FilterSettings
 
getRemoveStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
getRemoveStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.OracleSequenceProvider
 
getRemoveStatement(Connection, String) - Method in class com.jivesoftware.base.database.sequence.PostgresSequenceProvider
 
getRenderedTextStore() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getRenderedTextStore() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the text store associated with the context.
getRenderFilter(String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getRenderFilter(String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getRenderFilter(String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Return the render filter with the specified name
getRenderFilterCount() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getRenderFilterCount() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getRenderFilterCount() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Returns the count of currently installed render filters.
getRenderFilters() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getRenderFilters() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getRenderFilters() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Returns an array of RenderFilter objects that list all the currently configured render filters.
getRenderFilters() - Method in class com.jivesoftware.forum.renderer.RenderPipe
 
getRenderManager() - Method in class com.jivesoftware.forum.database.DbForum
 
getRenderManager() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getRenderManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getRenderManager() - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getRenderManager() - Method in interface com.jivesoftware.forum.Forum
Returns a render manager that can be used to manage render filters and macros for this forum.
getRenderManager() - Method in interface com.jivesoftware.forum.ForumCategory
Returns a render manager that can be used to manage render filters and macros for this category.
getRenderManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a render manager that can be used to manage system wide render filters and macros.
getRenderManager() - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns a render manager for private messages in the system.
getRenderManager() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getRenderManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getRenderManager() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getRenderManager() - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getRenderPipe() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getRenderPipe() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the render pipe that will be used for rendering.
getRenderStrategy() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getRenderStrategy() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the render strategy that will be used for rendering.
getRenderTarget(int) - Static method in class com.jivesoftware.forum.renderer.RenderTarget
A helper method to get a specific RenderTarget object from its key
getRenderType(int) - Static method in class com.jivesoftware.forum.renderer.RenderType
A helper method to get a specific RenderType object from its key
getReplace() - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
getReplace1() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getReplace2() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getReplace3() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getReplace4() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getReplace5() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
getReplyCount(ForumThread) - Method in class com.jivesoftware.forum.action.MyRewardsAction
Returns the number of replies in a given thread.
getReplyPrefixes() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns a comma seperated of prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
getReplyPrefixes() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns a comma seperated of prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
getReplyPrefixes() - Method in class com.jivesoftware.forum.gateway.MboxImporter
Returns a comma seperated of prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
getReplyPrefixes() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns a comma seperated of prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
getReplyPrefixes() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns a comma seperated of prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
getReplySubject() - Method in class com.jivesoftware.forum.action.OldPostAction
A convenience method to return the reply message subject.
getReplySubject() - Method in class com.jivesoftware.forum.action.PostAction
A convenience method to return the reply message subject.
getReplyToAddress() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the reply to address for export.
getReport(int) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getReport(int) - Method in interface com.jivesoftware.base.stats.ReportManager
Gets the installed report at index i.
getReportCount() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getReportCount() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns the count of currently installed reports.
getReportDate() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getReportDir() - Static method in class com.jivesoftware.forum.stats.ReportViewerServlet
 
getReportManager() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getReportManager() - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
getReportProp() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getReports() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getReports() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns all installed reports as an iterator.
getRequest() - Method in class com.jivesoftware.base.stats.WebContext
Returns the web request.
getReservedWordEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getReservedWordEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends keyword blocks.
getReservedWordEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a reserved word.
getReservedWordEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a reserved word.
getReservedWordStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getReservedWordStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts keyword blocks.
getReservedWordStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a reserved word.
getReservedWordStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a reserved word.
getResolution() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the resolution being set for the question.
getResolution() - Method in class com.jivesoftware.forum.action.PostAction
Returns the resolution being set for the question.
getResolutionDateRangeMax() - Method in class com.jivesoftware.forum.ResultFilter
Returns a date that represents the upper boundry for the resolution date of questions to be selected by the result filter.
getResolutionDateRangeMin() - Method in class com.jivesoftware.forum.ResultFilter
Returns a date that represents the lower boundary for the resolution date of questions to be selected by the result filter.
getResolutionStates() - Method in class com.jivesoftware.forum.ResultFilter
Returns the set resolution states that will be included in filtered results.
getResource(String, Class) - Static method in class com.jivesoftware.util.ClassUtils
Load a given resource.
getResourceAsStream(String) - Static method in class com.jivesoftware.util.ClassUtils
Loads the given resource as a stream.
getResourceAsStream(String, Class) - Static method in class com.jivesoftware.util.ClassUtils
This is a convenience method to load a resource as a stream.
getResourceBundle(String, Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Deprecated. Use just ResourceBundle.getBundle(String,Locale) instead.
getResourceBundle(String) - Static method in class com.jivesoftware.util.LocaleUtils
Wrapper method to get a resource bundle for the default locale.
getResponse() - Method in class com.jivesoftware.base.stats.WebContext
Returns the web response.
getResponse(NewsGroup) - Static method in class com.jivesoftware.forum.nntp.NewsGroupSelectedResponse
Generates a response for the given group.
getResponseAverageCompressionRatio() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
getResponseCompressedBytes() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
getResponseInputBytes() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
getResult() - Method in class com.jivesoftware.base.database.PollDeleteClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.base.database.PollOptionRemoveClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.base.database.VoteChangeClusterTask
This task has nothing to report so we just return null
getResult(String, ServiceInvocation) - Static method in class com.jivesoftware.base.search.SearchServiceManager
Executes the requested task in only one server that is providing the specified service.
getResult(String, ServiceInvocation, WorkManager) - Static method in class com.jivesoftware.base.search.SearchServiceManager
Executes the requested task in the requested remoted JVM.
getResult() - Method in class com.jivesoftware.base.search.task.InvocationResult
Returns the result of the remote execution.
getResult() - Method in class com.jivesoftware.base.search.task.ServiceInvocation
Returns the result of executing this task.
getResult() - Method in class com.jivesoftware.base.search.task.TaskWithNoResult
 
getResult() - Method in class com.jivesoftware.base.stats.ReadStatsManagerClusterTask
 
getResult() - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemePutTask
 
getResult() - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemeRemoveTask
 
getResult() - Method in class com.jivesoftware.forum.database.DbRating.UpdateAvailableRatingsClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.forum.database.PushCategoryTreeClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.forum.database.ReloadCategoryTreeClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.forum.database.SearchClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.forum.gateway.GatewayManagerClusterTask
 
getResult() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter.NntpImageResult
 
getResult() - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
getResult() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
This task has nothing to report so we just return null
getResult() - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
getResultBuffer() - Method in class com.jivesoftware.util.search.PorterStemmer
Returns a reference to a character buffer containing the results of the stemming process.
getResultByForumCount(Forum) - Method in class com.jivesoftware.forum.action.SearchAction
Returns the total number of results for the given forum.
getResultByThreadCount() - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultByThreadCount() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultByThreadCount() - Method in interface com.jivesoftware.forum.Query
Returns the total number of threads that contain query results.
getResultCount() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the total number of results for this search.
getResultCount() - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultCount() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultCount() - Method in interface com.jivesoftware.forum.Query
Returns the total number of results of the query.
getResultFilter() - Method in class com.jivesoftware.forum.action.ForumAction
Returns the result filter used to create the list of threads in this forum.
getResultFilter() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns the result filter used to create the list of threads in this category.
getResultFilter() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the result filter used to create the list of messages in this thread.
getResultFilter() - Method in class com.jivesoftware.forum.action.OnlineAction
 
getResultFilter() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the result filter for the list of polls.
getResultFilter() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getResultFilter() - Method in class com.jivesoftware.forum.action.SearchAction
 
getResultFilter() - Method in class com.jivesoftware.forum.action.TagAction
 
getResultFilter() - Method in class com.jivesoftware.forum.action.UserSearch
 
getResultFilter() - Method in interface com.jivesoftware.forum.action.util.Pageable
Returns a Jive Forums result filter - this gives us a handle on the current index in the list and the number of items per page.
getResultFilter() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getResultFilter() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getResultForumCount(Forum) - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultForumCount(Forum) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultForumCount(Forum) - Method in interface com.jivesoftware.forum.Query
Returns the number of results in the search that match the given forum.
getResultForumCountByThread(Forum) - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultForumCountByThread(Forum) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultForumCountByThread(Forum) - Method in interface com.jivesoftware.forum.Query
Returns the number of results in the search that match the given forum where search results are grouped by thread.
getResultForums() - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultForums() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultForums() - Method in interface com.jivesoftware.forum.Query
Returns an Iterator of the Forums that search results are from.
getResultLength() - Method in class com.jivesoftware.util.search.PorterStemmer
Returns the length of the word resulting from the stemming process.
getResultRange() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getResults() - Method in class com.jivesoftware.forum.action.SearchAction
Returns an Iterator of QueryResult objects which represent the results of a search, or an empty iterator if there were no results.
getResults() - Method in class com.jivesoftware.forum.action.UserSearch
 
getResults() - Method in class com.jivesoftware.forum.database.DbQuery
 
getResults(int, int) - Method in class com.jivesoftware.forum.database.DbQuery
 
getResults() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResults(int, int) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResults() - Method in interface com.jivesoftware.forum.Query
Returns the results of the query as an Iterator of QueryResult objects.
getResults(int, int) - Method in interface com.jivesoftware.forum.Query
Returns the results of the Query as an Iterator of QueryResult objects.
getResults() - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the results of running a set of quick stats or null if no stats have been generated.
getResults() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getResultsByThread() - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultsByThread(int, int) - Method in class com.jivesoftware.forum.database.DbQuery
 
getResultsByThread() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultsByThread(int, int) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getResultsByThread() - Method in interface com.jivesoftware.forum.Query
Returns the results of the Query as an Iterator of QueryResult objects.
getResultsByThread(int, int) - Method in interface com.jivesoftware.forum.Query
Returns the results of the Query as an Iterator of QueryResult objects.
getResultStart() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the number of the first result on a result page.
getRewardManager() - Method in class com.jivesoftware.forum.action.MyRewardsAction
Returns a reference to the reward manager.
getRewardManager() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getRewardManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getRewardManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a reward manager that can be used to manage reward points.
getRewardManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getRewardPoints() - Method in class com.jivesoftware.forum.database.DbForumMessage
Returns the number of reward points for the thread.
getRewardPoints() - Method in class com.jivesoftware.forum.database.DbForumThread
Returns the number of reward points for the thread.
getRFC2047DecodedString(String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
Utility method to decode strings that may have rfc 2047 encoded words in them.
getRole() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
getRole() - Method in class com.jivesoftware.base.admin.Sidebar
 
getRole() - Method in class com.jivesoftware.base.admin.Tabs
 
getRoom(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
getRoom(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getRoomInfo(String) - Method in class com.jivesoftware.webchat.user.UserSession
 
getRoomInfo(String) - Method in class com.jivesoftware.webchat.utils.RoomUtils
 
getRoomJID() - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
getRoomJIDs() - Method in class com.jivesoftware.webchat.utils.RoomUtils
 
getRoomName() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getRoomName() - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
getRoomName() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns the name of the room this GroupChatSession is for.
getRoomName() - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
getRooms(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
getRooms(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getRoot() - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getRoot() - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
getRoot() - Method in interface com.jivesoftware.forum.TreeWalker
Returns the root of the tree.
getRootCategory() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
getRootForumCategory() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getRootForumCategory() - Method in class com.jivesoftware.forum.ForumFactory
Returns the "root" forum category, that all other categories are children of.
getRootForumCategory() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getRootItem() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the dummy root item that is used to create the tree (since the tree is required to have a single root node).
getRootMessage() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getRootMessage() - Method in interface com.jivesoftware.forum.ForumThread
Returns the root message this thread.
getRootMessage() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getRootMessage(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the root of a thread.
getRootMessage() - Method in class com.jivesoftware.forum.webservices.ForumThread
Returns the root message this thread.
getRootMessage(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getRootUser() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
getRootUser() - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
getRoster(User) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
getRoster(User) - Method in interface com.jivesoftware.base.PresenceManager
Returns the user's roster.
getRoster(User) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
getRoster() - Method in class com.jivesoftware.forum.action.AddressBookAction
 
getRoster() - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
getRoster() - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
getRoster() - Method in class com.jivesoftware.forum.action.AddressBookViewAction
 
getRoster() - Method in class com.jivesoftware.forum.action.RosterAction
 
getRoster(long) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Retrieves a list of users contained within the specified users addressbook.
getRoster(long) - Method in class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
Retrieves the private message addressbook for the specified user.
getRowCount() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
getRows() - Method in class com.jivesoftware.base.stats.model.DataTable
Returns the rows in the table as a list.
getRssUser() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getRTime(long, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Utility method to format relative time.
getRunnable() - Method in class com.jivesoftware.util.CronTask
Returns the Runnable object which is run on the schedule defined by the CronTimer.
getSchemes() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
Returns the current supported uri schemes as a comma separated string.
getSchemes() - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
Returns the current supported uri schemes as a comma separated string.
getSchemes() - Method in class com.jivesoftware.webchat.filter.URLFilter
Returns the current supported uri schemes as a comma seperated string.
getScope() - Method in class com.jivesoftware.base.admin.TaskTag
 
getScore() - Method in class com.jivesoftware.forum.database.DbRating
 
getScore() - Method in interface com.jivesoftware.forum.Rating
Retrieve the score for the rating.
getScripts() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns a collection of scripts.
getSearchDate() - Method in class com.jivesoftware.forum.database.DbQuery
 
getSearchDuration() - Method in class com.jivesoftware.forum.database.DbQuery
 
getSearchedCategories() - Method in class com.jivesoftware.forum.action.SearchAction
Returns a list of the categories being explictly searched or null if no categories are being explictly searched.
getSearchedCategory() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the single category being searched, or null if no categories are being searched or if there is more than one category being searched.
getSearchedForum() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the single forum being searched or null if no forum was specified or if there is more than one forum being searched.
getSearchedForums() - Method in class com.jivesoftware.forum.action.SearchAction
Returns a list of the forums being explicitly searched or null if no forums are being explicitly searched.
getSearchedForumsFromQuery() - Method in class com.jivesoftware.forum.action.SearchAction
Returns a list of Forums which were searched by the query, even if no forumID was specified.
getSearchedUser() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the user used to filter searches or null if none was specified.
getSearchedUser() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getSearchFilter() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the filter used for searching the directory for users.
getSearchFilter() - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
getSearchFilters() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getSearchID() - Method in class com.jivesoftware.forum.action.Click
 
getSearchID() - Method in class com.jivesoftware.forum.action.SearchAction
Returns the search ID for the current search
getSearchID() - Method in class com.jivesoftware.forum.database.SessionQuery
 
getSearchManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getSearchManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns the search manger which can be used to manage the index used by Jive to perform searches.
getSearchManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getSearchParams() - 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.
getSearchQuery() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getSearchResults() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
getSender() - Method in class com.jivesoftware.base.EmailMessage
Returns the sender of them email
getSender() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getSender() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the user the message was sent by, or null if the message was sent by the system.
getSender() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getSenderID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getSeries() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getSeries() - Method in interface com.jivesoftware.base.stats.Report
 
getServerConfig() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the article handling configuration for the NNTP server.
getServerDomain() - Method in class com.jivesoftware.webchat.ChatSettings
 
getServerInfoCookieProperty(InitialContext, String, String) - Static method in class com.jivesoftware.base.AuthFactory
This method will see if a property for the jive.server.info cookie is on the initial context under java:comp/env/jive/{myprop} if not found there it will check jive local properties for the property under jive.server.info.
getServerURL() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the JDBC connection URL used to make database connections.
getServerURL() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getServiceName() - Method in class com.jivesoftware.forum.im.IMService
Returns the name of the IM Service (Yahoo, XMPP, etc.).
getServiceUser() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns the authenticated user.
getServletPath(HttpServletRequest) - Static method in class com.jivesoftware.util.ServletUtils
Returns the servlet path of a request.
getServletRequest() - Method in class com.jivesoftware.forum.action.PostAction
 
getServletRequest() - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
getSession() - Method in class com.jivesoftware.base.action.JiveActionSupport
Convenience method to gain access to the session object
getSession() - Method in class com.jivesoftware.forum.action.PostAction
 
getSession(Connection) - Method in class com.jivesoftware.forum.nntp.SessionManager
Obtain a session that corresponds to the given connection.
getSessionCheckPeriod() - Method in class com.jivesoftware.forum.nntp.SessionManager
Obtains period between idle session checks in milliseconds.
getSessionID() - Method in class com.jivesoftware.base.stats.ReadStatSession
Returns the ID of this session.
getSessionID() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
getSessionManager() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the server's session manager.
getSessions() - Method in class com.jivesoftware.webchat.ChatManager
 
getSessionSuffix() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getSessionTimeout() - Method in class com.jivesoftware.forum.nntp.SessionManager
Returns the session timeout in milliseconds.
getSettings(User) - Method in class com.jivesoftware.forum.proxy.WatchSettingsManagerProxy
 
getSettings(long) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
getSettings(long) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
getSettings(User) - Method in interface com.jivesoftware.forum.watches.WatchSettingsManager
Retrieve a watch settings for the given user
getSettings(User) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
getSettings() - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
getSettings(XMPPConnection, String, String) - Method in class com.jivesoftware.webchat.providers.Settings
 
getShortDateFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a short date formatter using the page user's locale and timezone for correct date formatting.
getShortDateFormatPattern(Locale) - Static method in class com.jivesoftware.util.LocaleUtils
 
getShortDescription() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getShortDescription() - Method in interface com.jivesoftware.base.stats.Report
 
getShortFormatDate() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a short date formatted using the page user's locale and timezone for correct date formatting of the current date and time.
getShortFormatDate(Date) - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a short date formatted using the page user's locale and timezone for correct date formatting of the passed in date.
getShortFormatDate(Date, Locale) - Static method in class com.jivesoftware.base.action.util.DateUtils
 
getShortTimeFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a short date formatter using the page user's locale and timezone for correct time formatting.
getShowLineCount() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getShowLineCount() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
getShowPopularTags() - Method in class com.jivesoftware.forum.action.PostAction
Method to determine if popular tags should be shown.
getSignature() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getSignature() - Method in class com.jivesoftware.webchat.License
 
getSingleGroupByIDFilter(long) - Static method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Generate a filter for a single group ID.
getSize() - Method in class com.jivesoftware.base.database.ConnectionPool
Returns the current number of connections in the pool.
getSize() - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
getSize() - Method in interface com.jivesoftware.forum.Attachment
Returns the size of the attachment in bytes.
getSize() - Method in class com.jivesoftware.forum.database.DbAttachment
 
getSize() - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
getSize() - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
 
getSize() - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
getSize() - Method in class com.jivesoftware.forum.renderer.RenderedTextStore
Returns the number of items in the store.
getSize(int) - Method in class com.jivesoftware.forum.util.AdminCacheInfo.CacheWrapper
Returns the size of this cache in the specified preset in bytes.
getSizeInMB(int) - Method in class com.jivesoftware.forum.util.AdminCacheInfo.CacheWrapper
Returns the size of this cache in the specified preset in MB.
getSkinProperty(Forum, String) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns a skin property.
getSkinProperty(Forum, String) - Static method in class com.jivesoftware.forum.util.SkinUtils
Searches for the property name in the given forum.
getSmallestNBins(int) - Method in class com.jivesoftware.base.stats.Histogram
 
getSocket() - Method in interface com.jivesoftware.forum.net.Connection
 
getSocket() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getSort() - Method in class com.jivesoftware.forum.action.OnlineAction
 
getSort() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getSortedQueries(int, boolean) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Returns an array of sorted queries (as ProfiledConnectionEntry objects) by type
getSortField() - Method in class com.jivesoftware.base.ban.BanFilter
 
getSortField() - Method in class com.jivesoftware.forum.database.DbQuery
 
getSortField() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getSortField() - Method in interface com.jivesoftware.forum.Query
Returns the currently selected sort field.
getSortField() - Method in class com.jivesoftware.forum.ResultFilter
Returns the currently selected sort field.
getSortField() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the currently selected sort field.
getSortField() - Method in class com.jivesoftware.forum.webservices.Query
Returns the currently selected sort field.
getSortField() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the currently selected sort field.
getSortOption() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getSortOrder() - Method in class com.jivesoftware.base.ban.BanFilter
 
getSortOrder() - Method in class com.jivesoftware.forum.database.DbQuery
 
getSortOrder() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getSortOrder() - Method in interface com.jivesoftware.forum.Query
Returns the sort order, which will be Query.ASCENDING for ascending sorting, or Query.DESCENDING for descending sorting.
getSortOrder() - Method in class com.jivesoftware.forum.ResultFilter
Returns the sort order, which will be ResultFilter.ASCENDING for ascending sorting, or ResultFilter.DESCENDING for descending sorting.
getSortOrder() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the sort order.
getSortOrder() - Method in class com.jivesoftware.forum.webservices.Query
Returns the sort order, which will be Query.ASCENDING for ascending sorting, or Query.DESCENDING for descending sorting.
getSortOrder() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the sort order, which will be ResultFilter.ASCENDING for ascending sorting, or ResultFilter.DESCENDING for descending sorting.
getSortPropertyName() - Method in class com.jivesoftware.forum.ResultFilter
Returns the name of the extended property that will be sorted on.
getSourceObject() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
getSourceObject() - Method in interface com.jivesoftware.forum.renderer.RenderContext
Returns the source object for which we're filtering a string from.
getSpacer(String, int) - Static method in class com.jivesoftware.util.StringUtils
Creates a spacing element given a spacer string and a count (num of times to repeat the spacer.
getSpecialCharacterSet() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the special encoding for the email output, or null.
getSpecifiedGroups() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
getSpecifiedUsers() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
getSpellSession() - Method in class com.jivesoftware.forum.action.SpellAction
 
getSQL() - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Returns the SQL.
getSql() - Method in class com.jivesoftware.base.database.PollCacheKey
Returns the sql query of the key.
getSQL() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
Returns the sql query of the key.
getSslPort() - Method in class com.jivesoftware.webchat.ChatSettings
 
getStackTrace(Throwable, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Utility method to format stack trace.
getStackTrace(Throwable) - Static method in class com.jivesoftware.webchat.util.WebLog
 
getStart() - Method in class com.jivesoftware.forum.action.ForumAction
Returns the starting index for the list of threads in this forum.
getStart() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns the starting index for the list of threads in this category.
getStart() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the starting index of messages in the list of thread.
getStart() - Method in class com.jivesoftware.forum.action.OnlineAction
 
getStart() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the start index of the list of polls.
getStart() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getStart() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Gets the starting date of the date range in the format of RSSAnnouncements.DEFAULT_DATE_FORMAT.
getStart() - Method in class com.jivesoftware.forum.action.SearchAction
 
getStart() - Method in class com.jivesoftware.forum.action.TagAction
 
getStart() - Method in class com.jivesoftware.forum.action.UserSearch
 
getStart() - Method in class com.jivesoftware.forum.action.util.Page
Sets the starting index of the items we're paginating.
getStart() - Method in interface com.jivesoftware.forum.action.util.Pageable
Returns the starting index in the item list.
getStart() - Method in class com.jivesoftware.forum.action.util.Paginator
Returns the starting index at the current point in the list of items.
getStart() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
Returns the starting index for the list of moderated messages.
getStart() - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
getStart() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getStartDate() - Method in class com.jivesoftware.base.database.DbPoll
 
getStartDate() - Method in interface com.jivesoftware.base.Poll
Returns the date voting for the poll is set to start.
getStartDate() - Method in class com.jivesoftware.base.stats.AbstractReport
 
getStartDate() - Method in interface com.jivesoftware.base.stats.Report
 
getStartDate() - Method in interface com.jivesoftware.forum.Announcement
Returns the date when the announcement should first be visible.
getStartDate() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getStartDate() - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Returns the date all groups creation date must follow (NEWGROUPS command) or null if this is not a new group filter.
getStartDate() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the date the server was started.
getStartDate() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getStartDate() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getStartDate() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the date when the announcement should first be visible.
getStartDate(Date, HttpServletRequest, User) - Method in class com.jivesoftware.util.AbsoluteDateRange
Returns the start date passed into the constructor.
getStartDate() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getStartDate(Date, HttpServletRequest, User) - Method in interface com.jivesoftware.util.DateRange
Returns a specific start date for this date range based on the specified date.
getStartDate() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the date the task was started.
getStartDate(Date, HttpServletRequest, User) - Method in class com.jivesoftware.util.RelativeDateRange
Returns the start date as a relative offset from the specified date.
getStartDate(Date, HttpServletRequest, User) - Method in class com.jivesoftware.util.UnboundedDateRange
 
getStartDateRangeMax() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the maximum start date on which results will be filtered.
getStartDateRangeMin() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the minimum start date on which results will be filtered.
getStartIndex() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
getStartIndex() - Method in class com.jivesoftware.forum.net.BasicResultFilter
Returns the index of the first result to return.
getStartIndex() - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Obtain the first filter number, specifying the message number if the mode is NUMBER, or the start index if the mode is OPEN_RANGE or RANGE.
getStartIndex() - Method in class com.jivesoftware.forum.ResultFilter
Returns the index of the first result to return.
getStartIndex() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the index of the first result to return.
getStartIndex() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the index of the first result to return.
getStartOffset() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
The starting offset of the link in the originating text.
getStartTag() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
getStartTag() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
getStartTime() - Method in class com.jivesoftware.util.CronTimer
Get the time at which the timer should start
getStartToken() - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
getStartupDate() - Static method in class com.jivesoftware.base.JiveGlobals
Returns the date the Jive system was started.
getState() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
getStaticModels() - Method in class com.jivesoftware.base.action.util.JiveBeansWrapper
 
getStats() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
getStats() - Static method in class com.jivesoftware.base.util.JiveCompressionFilter
 
getStats() - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
 
getStats() - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
getStats() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getStats() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getStats() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
getStats() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
getStats() - Static method in class com.jivesoftware.util.profile.Profiler
 
getStatsHome() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getStatus() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns the status of the upload.
getStatus() - Method in class com.jivesoftware.base.database.DbPresence
 
getStatus() - Method in interface com.jivesoftware.base.Presence
Returns the status of the presence.
getStatus() - Method in class com.jivesoftware.base.PresenceProxy
 
getStatusLevel(long) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(String) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(User) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(User, Forum) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(Group) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevel(long) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(User) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(User, Forum) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(Group) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevel(long) - Method in interface com.jivesoftware.forum.StatusLevelManager
Used to acquire a specific status level object from the system
getStatusLevel(String) - Method in interface com.jivesoftware.forum.StatusLevelManager
Used to acquire a specific status level by its name
getStatusLevel(User) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the system wide status level for specific user, will return null if there is no status level for this user.
getStatusLevel(User, Forum) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the status level for a user in a specific forum. if a status level cannot be determined for this user in this forum null will be returned.
getStatusLevel(User, ForumCategory) - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns the status level for a user in a specific category. if a status level cannot be determined for this user in this category null will be returned.
getStatusLevel(Group) - Method in interface com.jivesoftware.forum.StatusLevelManager
If there is a status level associated with the group passed in then the status level will be returned, Otherwise null will be returned.
getStatusLevelByPoints(int) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
getStatusLevelByPoints(int) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
getStatusLevelByPoints(int) - Method in interface com.jivesoftware.forum.StatusLevelManager
Used to get a status level by a point value.
getStatusLevelFileNames() - Static method in class com.jivesoftware.base.action.util.ResourceLoaderServlet
Returns a list of all the known status level icons in the system
getStatusLevelManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getStatusLevelManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a StatusLevelManager that can be used to check a user status level, find leaders system wide, or by forum/category.
getStatusLevelManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getStdDevCount() - Method in class com.jivesoftware.base.stats.Histogram
The standard deviation of the bin counts (includes non-zero counts only)
getStdDevElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the standard deviation of the elements that have been added to the histogram.
getStep() - Method in class com.jivesoftware.base.stats.bin.RegularSequence
Get the interval step size for this sequence.
getStepSize() - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
getStepSize() - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
getStopDate() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Obtain the date the server was last stopped, or null if the server is running.
getStopSearchCount() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getStore(Date) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Retrieve the JavaMail store.
getStore(Date) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter.NNTPImporter
Override base class to set a system property and then get the JavaMail store.
getStrategyType(QueryCacheStrategy) - Static method in class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
getString() - Method in class com.jivesoftware.forum.renderer.util.FormatExclusion
 
getStringEnd() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getStringEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that ends string blocks.
getStringEnd() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the end of a String.
getStringEnd() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the end of a String.
getStringStart() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getStringStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the HTML tag that starts string blocks.
getStringStart() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Gets the html for the start of a String.
getStringStart() - Method in class com.jivesoftware.util.JavaCodeViewer
Gets the html for the start of a String.
getStringValue() - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
getStringValue() - Method in class com.jivesoftware.base.theme.ThemeMap
 
getSubject() - Method in class com.jivesoftware.base.EmailMessage
Returns the subject of the email.
getSubject() - Method in class com.jivesoftware.forum.action.BranchAction
 
getSubject() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the message subject.
getSubject() - Method in class com.jivesoftware.forum.action.PostAction
Returns the message subject.
getSubject() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
getSubject() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getSubject() - Method in class com.jivesoftware.forum.action.SpellAction
 
getSubject() - Method in interface com.jivesoftware.forum.Announcement
Returns the announcement subject.
getSubject() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getSubject() - Method in class com.jivesoftware.forum.database.DbDraft
 
getSubject() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getSubject() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getSubject() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getSubject() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getSubject() - Method in interface com.jivesoftware.forum.Draft
 
getSubject() - Method in class com.jivesoftware.forum.DraftImpl
 
getSubject() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message subject.
getSubject(Message) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the subject of a JavaMail message.
getSubject() - Method in interface com.jivesoftware.forum.JiveContentObject
Return the title of the jive object content
getSubject() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns the subject of the message
getSubject() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns the subject of the message
getSubject() - Method in class com.jivesoftware.forum.mail.IMAPMessage
 
getSubject() - Method in interface com.jivesoftware.forum.mail.InboundMessage
Returns the subject text of the message.
getSubject() - Method in class com.jivesoftware.forum.mail.POP3Message
 
getSubject() - Method in class com.jivesoftware.forum.moderation.ModBean
 
getSubject() - Method in interface com.jivesoftware.forum.nntp.Article
Obtain the subject of the article.
getSubject() - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
 
getSubject() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the message subject.
getSubject() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getSubject() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getSubject() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getSubject() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getSubject() - Method in class com.jivesoftware.forum.QueryResult
Returns the message's subject.
getSubject() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the announcement subject.
getSubject() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the subject string that results will be filtered on.
getSubject() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message subject.
getSubject() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getSubject() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
getSubject() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
getSubject(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
getSubjectProperty() - Method in class com.jivesoftware.base.EmailMessage
Returns the property name for subject of the email
getSubmitButton() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getSubPageID() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns the subpage ID (corresponds to sidebar ID's).
getSubsidebar() - Method in class com.jivesoftware.base.admin.Sidebar
 
getSubtract(int, int) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getSubtract(long, long) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getSubtract(double, double) - Static method in class com.jivesoftware.base.action.util.MathUtil
 
getSuccessURL() - Method in class com.jivesoftware.base.action.LoginAction
Returns the url that the login will redirect to upon a successful login.
getSuffix(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
If a dot ('.') occurs in the path portion of the URL, then all of the text starting at the last dot is returned, including the dot.
getSuggestions() - Method in class com.jivesoftware.forum.action.SpellAction
 
getSuggestions() - Method in class com.jivesoftware.util.SpellSession
Returns an array of alternate spelling suggestions for the misspelled word at the current cursor.
getSuggestions(String) - Method in class com.jivesoftware.util.SpellSession
Returns an array of alternate spelling suggestions for the provided word word or null if the word is not misspelt.
getSuggestions() - Method in class com.jivesoftware.webchat.utils.SpellSession
Returns an array of alternate spelling suggestions for the misspelled word at the current cursor.
getSumCount() - Method in class com.jivesoftware.base.stats.Histogram
The sum of the increments added to bins via the add() method.
getSumElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the sum of all elements that have been added to the histogram.
getSumSquaredCount() - Method in class com.jivesoftware.base.stats.Histogram
The sum of all bin counts squared.
getSumSquaredElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the sum of the squares of of all elements that have been added to the histogram.
getSupportedCipherSuites() - Method in class com.jivesoftware.util.ssl.DummySSLSocketFactory
 
getSupportedFileTypes() - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getSupportedFileTypes() - Method in class com.jivesoftware.base.util.PDFExtractor
 
getSupportedFileTypes() - Method in class com.jivesoftware.base.util.PowerPointExtractor
 
getSupportedFileTypes() - Method in interface com.jivesoftware.base.util.TextExtractor
Returns a list of file extensions that the extractor knows how to handle.
getSupportedFileTypes() - Method in class com.jivesoftware.base.util.WordExtractor
 
getSystemAnnouncementCountWithFilter(AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable system announcements using the specified AnnouncementFilter.
getSystemAnnouncementCountWithFilter(AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getSystemAnnouncementsWithFilter(AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable system announcements using the specified AnnouncementFilter.
getSystemAnnouncementsWithFilter(AnnouncementFilter) - Method in class com.jivesoftware.forum.webservices.server.AnnouncementServiceImpl
 
getSystemPropertiesService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of SystemPropertiesService
getTableBorderColor() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getTableBorderColor() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the code table's border color.
getTableCodePanelBckgrndColor() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getTableCodePanelBckgrndColor() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the code panel's background color.
getTableLinePanelBckgrndColor() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getTableLinePanelBckgrndColor() - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Returns the line-number panel's background color.
getTag(String, TagDelegator) - Method in class com.jivesoftware.forum.action.EditTagsAction
 
getTag(String) - Method in class com.jivesoftware.forum.action.PostAction
 
getTag() - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
getTag(String) - Method in class com.jivesoftware.forum.database.DbTagManager
 
getTag(long) - Method in class com.jivesoftware.forum.database.DbTagManager
 
getTag() - Method in class com.jivesoftware.forum.event.TagEvent
Returns the tag that the event corresponds to.
getTag(String) - Method in class com.jivesoftware.forum.TagDelegator
Returns a tag by tag name.
getTag(long) - Method in class com.jivesoftware.forum.TagDelegator
Returns a tag given a tag ID.
getTag(String) - Method in interface com.jivesoftware.forum.TagManager
Returns a tag by tag name.
getTag(long) - Method in interface com.jivesoftware.forum.TagManager
Returns a tag given a tag ID.
getTagCloud() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getTagCloud(Map, int) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
getTagDelegator() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getTagDelegator() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getTagDelegator() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getTagDelegator() - Method in interface com.jivesoftware.forum.ForumMessage
Retrieve a tag delegator to manage message tags.
getTagDelegator() - Method in interface com.jivesoftware.forum.ForumThread
Retrieve a tag delegator to manage thread tags.
getTagDelegator() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getTagDelegator() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getTagID(String) - Method in class com.jivesoftware.forum.database.DbTagManager
Checks cache for tagID, if it does find it, calls lookupTag(String tag), and caches and returns resulting tagID.
getTagManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getTagManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a tag manager that can be used for managing tags
getTagManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getTagName() - Method in class com.jivesoftware.forum.action.TagAction
 
getTagname() - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
getTags() - Method in class com.jivesoftware.forum.action.EditTagsAction
 
getTags() - Method in class com.jivesoftware.forum.action.PostAction
Gets the current tags for this thread
getTags() - Method in class com.jivesoftware.forum.action.TagAction
 
getTags() - Method in class com.jivesoftware.forum.database.DbForum
 
getTags(TagResultFilter) - Method in class com.jivesoftware.forum.database.DbForum
 
getTags() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getTags(TagResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getTags(JiveContentObject) - Method in class com.jivesoftware.forum.database.DbTagManager
 
getTags() - Method in interface com.jivesoftware.forum.Forum
Returns all tags for a given forum in a Map where the key is the name of tag and the value is the number of times the tag has been used in this forum.
getTags(TagResultFilter) - Method in interface com.jivesoftware.forum.Forum
Returns all tags for a given forum in a Map where the key is the name of tag and the value is the number of times the tag has been used in this forum filtered by the TagResultFilter.
getTags() - Method in interface com.jivesoftware.forum.ForumCategory
Returns all tags for a given community in a Map where the key is the name of tag and the value is the number of times the tag has been used in this community.
getTags(TagResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns all tags for a given community in a Map where the key is the name of tag and the value is the number of times the tag has been used in this community filtered by the TagResultFilter.
getTags() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getTags(TagResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getTags() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getTags(TagResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
getTags() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
getTags() - Method in interface com.jivesoftware.forum.renderer.TagFilter
Returns an array of string for the tag names a filter uses.
getTags() - Method in class com.jivesoftware.forum.ResultFilter
Returns the the ContentTags to filter on.
getTags() - Method in class com.jivesoftware.forum.TagDelegator
Return an Iterable for all the tags associated with this manager.
getTags(JiveContentObject) - Method in interface com.jivesoftware.forum.TagManager
Return an Iterable for all the tags associated with this manager.
getTarget() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
getTargetForum() - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
getTargetForumID() - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
getTargetObjectID() - Method in class com.jivesoftware.forum.mail.CreateThread
 
getTargetObjectID() - Method in interface com.jivesoftware.forum.mail.EmailAction
Returns the id of the object this action will act on.
getTargetObjectID() - Method in class com.jivesoftware.forum.mail.ReplyToThread
 
getTargetObjectType() - Method in class com.jivesoftware.forum.mail.CreateThread
 
getTargetObjectType() - Method in interface com.jivesoftware.forum.mail.EmailAction
Returns the type of object this action will act on.
getTargetObjectType() - Method in class com.jivesoftware.forum.mail.ReplyToThread
 
getTargetUser() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getTargetUser() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getTargetUser() - Method in class com.jivesoftware.profiles.action.EditProfile
 
getTargetUser() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
getTask() - Method in class com.jivesoftware.util.TaskWrapper
 
getTaskMaximum() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getTaskMaximum() - Method in class com.jivesoftware.forum.database.DbDataExport
 
getTaskMaximum() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
getTaskMaximum() - Method in class com.jivesoftware.forum.util.AttachmentUpgradeTask
 
getTaskMaximum() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getTaskMaximum() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the maximum value of task progress (default is 100).
getTaskMinimum() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getTaskMinimum() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the minimum value of task progress (default is 0).
getTasks() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
getTaskValue() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getTaskValue() - Method in class com.jivesoftware.forum.database.DbDataExport
 
getTaskValue() - Method in class com.jivesoftware.forum.database.DbDataImport
 
getTaskValue() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
getTaskValue() - Method in class com.jivesoftware.forum.stats.QuickStats.QuickStatsGenerator
 
getTaskValue() - Method in class com.jivesoftware.forum.util.AttachmentUpgradeTask
 
getTaskValue() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
getTaskValue() - Method in interface com.jivesoftware.util.PollableRunnable
Returns the current value of the task's progress.
getTempAttachmentID() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getTemplate(int) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getTemplate(int) - Method in interface com.jivesoftware.base.stats.ReportManager
Returns the template installed at the given index.
getTemplateCount() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
getTemplateCount() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns a count of currently installed templates.
getTemplateDir() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getTemplateDir() - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
getTemplateLoader(ServletContext) - Method in class com.jivesoftware.base.action.util.JiveFreemarkerManager
 
getTemporaryParentBody() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the body that will be used when creating temporary parent messages.
getTemporaryParentBody() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the body that will be used when creating temporary parent messages.
getTemporaryParentBody() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns the body that will be used when creating temporary parent messages.
getTemporaryParentBody() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the body that will be used when creating temporary parent messages.
getTermsURL() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Gets the string url representing the terms and conditions page
getTermsURL() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
getTermsURL() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
getText(String) - Method in class com.jivesoftware.base.action.JiveActionSupport
Override the ActionSupport getText(..) so that MessageFormat class is not used when i18n entries do not have parameters, e.g.
getText(String, String, List, OgnlValueStack) - Method in class com.jivesoftware.base.action.JiveActionSupport
Override the ActionSupport getText(..) so that MessageFormat is not used when i18n entries do not have parameters, e.g.
getText(String) - Method in class com.jivesoftware.base.tags.Paginator
 
getText(String, File) - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getText(String, InputStream) - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getText(String) - Method in class com.jivesoftware.base.util.HtmlExtractor
 
getText(String, File) - Method in class com.jivesoftware.base.util.PDFExtractor
 
getText(String, InputStream) - Method in class com.jivesoftware.base.util.PDFExtractor
 
getText(String, File) - Method in class com.jivesoftware.base.util.PowerPointExtractor
 
getText(String, InputStream) - Method in class com.jivesoftware.base.util.PowerPointExtractor
 
getText(String, File) - Method in interface com.jivesoftware.base.util.TextExtractor
Retrieves text from a file.
getText(String, InputStream) - Method in interface com.jivesoftware.base.util.TextExtractor
Retrieves text from a file.
getText(String, File) - Method in class com.jivesoftware.base.util.WordExtractor
 
getText(String, InputStream) - Method in class com.jivesoftware.base.util.WordExtractor
 
getText(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String, String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, List) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String[]) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String, List) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String, String[]) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String, List, OgnlValueStack) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText(String, String, String[], OgnlValueStack) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getText() - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
getText() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
getText(String) - Method in class com.jivesoftware.forum.renderer.RenderedTextStore
Retrieve a text snippet from the store.
getText() - Method in class com.jivesoftware.util.SpellSession
Returns the text being spell checked in its current state.
getText() - Method in class com.jivesoftware.webchat.history.Line
 
getText() - Method in class com.jivesoftware.webchat.utils.SpellSession
Returns the text being spell checked in its current state.
getTextBody() - Method in class com.jivesoftware.base.EmailMessage
Returns the text version of the body.
getTextBodyProperty() - Method in class com.jivesoftware.base.EmailMessage
Return the property name for the html version of the email body
getTextEmailBody(Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns the plain-text body of the nofication emails.
getTextExtractors() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
getTextExtractors() - Method in interface com.jivesoftware.forum.SearchManager
Returns the current array of TextExtractor objects.
getTextReader(Part) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Get a reader object for a Part with the character set properly chosen.
getTextRuns() - Method in class com.jivesoftware.base.util.textmining.chp.Word6CHPBinTable
 
getTexts(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getTexts() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
getTheme(ThemeMap) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
getTheme(String) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
Used to determine a theme given a url
getTheme(Locale) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
Used to determine a theme given a locale.
getTheme() - Static method in class com.jivesoftware.base.theme.ThemeContext
 
getTheme() - Method in class com.jivesoftware.base.theme.ThemeDecorator
 
getTheme(ThemeMap) - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns the Theme object corresponding to the provided themeMap, or null if no association is found.
getTheme() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getTheme() - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns the current skin theme or the string "default" to denote the default theme.
getThemeByName(String) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
Used to get a theme by the theme name.
getThemeHome() - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
getThemeHome() - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns the absolute path to the theme home directory.
getThemeMaps() - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
getThemeMaps() - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns a Map of theme name -> ThemeMap objects.
getThemeName() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns the theme name associated with the current request.
getThemes() - Method in class com.jivesoftware.base.theme.AbstractThemeManager
 
getThemes() - Method in interface com.jivesoftware.base.theme.ThemeManager
Returns a Collection of Theme objects for all the themes in the system.
getThemes() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getThread() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the thread specified by the threadID parameter.
getThread() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the thread we're replying in (or making a reply to).
getThread() - Method in class com.jivesoftware.forum.action.PostAction
Returns the thread we're replying in (or making a reply to).
getThread() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getThread() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getThread(long) - Method in class com.jivesoftware.forum.database.DbForum
 
getThread() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
getThread() - Method in class com.jivesoftware.forum.event.ThreadEvent
Returns the ForumThread that the event corresponds to.
getThread() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getThread(long) - Method in interface com.jivesoftware.forum.Forum
Returns the thread specified by id.
getThread(long) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getThreadCount() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the number of threads.
getThreadCount() - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the number of threads in the community.
getThreadCount(ResultFilter) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns the number of threads in the community based on the specified ResultFilter.
getThreadCount() - Method in class com.jivesoftware.forum.database.DbForum
 
getThreadCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForum
 
getThreadCount() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getThreadCount(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getThreadCount() - Method in interface com.jivesoftware.forum.Forum
Returns the number of threads in the forum.
getThreadCount(ResultFilter) - Method in interface com.jivesoftware.forum.Forum
Returns the number of threads in the forum based on the specified ResultFilter.
getThreadCount() - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of threads in the category.
getThreadCount(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns the number of threads in the category based on the specified ResultFilter.
getThreadCount() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getThreadCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getThreadCount() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getThreadCount(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getThreadCount(ForumThread) - 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.
getThreadCount() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the complete thread count for this forum.
getThreadCount() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns number of forums in the category and all sub-categories
getThreadCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns the number of threads in the specified category.
getThreadCountByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadCountByCategoryIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns the number of threads in the specified category after being filtered by the specified filter.
getThreadCountByCategoryIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadCountByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns a count of all threads under the forum.
getThreadCountByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadCountByForumIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns a count of all threads under the forum filtered by the specified result filter.
getThreadCountByForumIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadHistory() - Method in class com.jivesoftware.forum.action.RecentHistoryAction
 
getThreadHistorySize() - Method in class com.jivesoftware.forum.action.RecentHistoryAction
 
getThreadID() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the ID of the thread to load.
getThreadID() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns the thread ID or -1 if no thread was specified.
getThreadID() - Method in class com.jivesoftware.forum.action.RewardsAction
 
getThreadID() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
getThreadID() - Method in class com.jivesoftware.forum.action.SearchAction
 
getThreadID() - Method in class com.jivesoftware.forum.action.WatchesAction
 
getThreadID() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getThreadID() - Method in class com.jivesoftware.forum.QueryResult
Get the ID of the thread the message belongs to
getThreadID() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getThreadLink(String) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
getThreadListSQL(ResultFilter, boolean) - Method in class com.jivesoftware.forum.database.DbForum
Returns the SQL statement corresponding to a ResultFilter for threads.
getThreadListSQL(ResultFilter, boolean) - Method in class com.jivesoftware.forum.database.DbForumCategory
Returns the SQL statement corresponding to a ResultFilter for threads.
getThreadMatch() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
getThreadMode() - Method in class com.jivesoftware.forum.action.ForumAction
 
getThreadMode() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
 
getThreadMode() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the thread mode being used.
getThreadMode() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getThreadModes() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getThreads() - Method in class com.jivesoftware.forum.action.ForumAction
Returns a list of threads on the current page in this forum.
getThreads() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns a list of threads on the current page in this category.
getThreads() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
Returns the list of popular threads or an empty list if none exists.
getThreads() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
Returns a list of forums in the given forum or category.
getThreads() - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all the threads in the community.
getThreads(ResultFilter) - Method in interface com.jivesoftware.forum.ContentRetrieval
Returns an Iterable for all the threads in the community that match the criteria specified by the ResultFilter.
getThreads() - Method in class com.jivesoftware.forum.database.DbForum
 
getThreads(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForum
 
getThreads() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getThreads(ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
getThreads() - Method in interface com.jivesoftware.forum.Forum
Returns a Iterator for all the threads in the forum.
getThreads(ResultFilter) - Method in interface com.jivesoftware.forum.Forum
Returns a Iterator for all the threads in the forum that match the criteria specified by the ResultFilter.
getThreads() - Method in interface com.jivesoftware.forum.ForumCategory
Returns a Iterator for all the threads in the category.
getThreads(ResultFilter) - Method in interface com.jivesoftware.forum.ForumCategory
Returns a Iterator for all the threads in the category that match the criteria specified by the ResultFilter.
getThreads() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getThreads(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
getThreads() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getThreads(ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
getThreadsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a category.
getThreadsByCategoryID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadsByCategoryIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a category has filtered by the specified result filter.
getThreadsByCategoryIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a forum has.
getThreadsByForumID(long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadsByForumIDAndFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a forum has filtered by the specified result filter.
getThreadsByForumIDAndFilter(long, ResultFilter, boolean) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all threads in a forum filtered by the specified result filter, with option to set forum name, unfilteredSubject, and unfilteredBody to null to reduce response size.
getThreadsByForumIDAndFilter(long, ResultFilter) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadsByForumIDAndFilter(long, ResultFilter, boolean) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
getThreadsPerPage() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
getThreadsPerPage() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getThreadWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getThreadWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns a watch on a particular thread, or null if there isn't a watch.
getThreadWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getThreadWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getThreadWatches(User, ForumCategory, int, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns the ForumThread objects the user is watching under the provided ForumCategory.
getThrowable() - Method in class com.jivesoftware.base.event.LogEvent
 
getThumbnail(String, int, boolean) - Method in class com.jivesoftware.forum.util.JiveServlet
Returns the name of an image thumbnail that can be used.
getThumbnailImage(String) - Static method in class com.jivesoftware.forum.database.DbAttachmentManager
Returns a Map for the list of content types to image names.
getTid() - Method in class com.jivesoftware.forum.action.OldPostAction
 
getTime(long, String) - Method in class com.jivesoftware.base.log.PatternFormatter
Utility method to format time.
getTime() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns the current time on the cluster node in long format.
getTime() - Method in class com.jivesoftware.util.TimerFilter.Timer
 
getTimeFormat() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns a date formatter using the page user's locale and timezone for correct time formatting.
getTimeInstance(Object, TimeZone, Locale) - Static method in class com.jivesoftware.util.FastDateFormat
 
getTimesRan() - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
getTimesRan() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getTimestamp() - Method in class com.jivesoftware.forum.mail.token.EmailToken
Returns the date the token was created.
getTimestamp() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
getTimeWindow() - Static method in class com.jivesoftware.forum.database.DbReadTracker
The time window defines which content can participate in read tracking.
getTimeZone() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns the page user's time zone.
getTimeZone() - Method in class com.jivesoftware.base.action.util.DateUtils
Returns the page user's time zone.
getTimeZone() - Static method in class com.jivesoftware.base.JiveGlobals
Returns the global TimeZone used by Jive.
getTimezone() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
getTimezone() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getTimeZone() - Method in class com.jivesoftware.util.CronTimer
Returns the time zone for which the cronExpression of this CronTimer will be resolved.
getTimeZone() - Method in class com.jivesoftware.util.FastDateFormat
Returns the time zone used by this formatter, or null if time zone of formatted dates is used instead.
getTimeZone(HttpServletRequest, User) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the time zone for a user according to their time zone preferences (if they exist).
getTimeZoneList() - Static method in class com.jivesoftware.util.LocaleUtils
Returns a list of all available time zone's as a String [][].
getTimeZoneList(Locale) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the list of all available time zone's as a String [][], based on the specified locale.
getTimeZones() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns a list of time zones as a double String array.
getTitle() - Method in class com.jivesoftware.base.admin.AdminPageBean
Returns the title of the page with HTML escaped.
getTitle() - Method in class com.jivesoftware.base.stats.Chart
 
getTitle() - Method in class com.jivesoftware.base.stats.model.DataTable
Returns the title of the table.
getTitle() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getTo() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getToAddress() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the email address that messages will be sent to during exports.
getToHex(String, String) - Method in class com.jivesoftware.forum.action.OldPostAction
 
getToken() - Method in class com.jivesoftware.forum.action.ResetPassword
Returns the token as entered by the page user.
getTokenManager() - Method in class com.jivesoftware.forum.mail.spi.DefaultIntegrationProvider
 
getTokenManager() - Method in class com.jivesoftware.forum.mail.spi.EmailIntegrationProvider
Returns an EmailTokenManager instance for reading and creating message tokens.
getTokenPattern() - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Returns the Pattern which matches tokens created by this token manager.
getTokenPattern() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Returns a Pattern which can be used to detect the presence of email tokens.
getTokenPattern() - Method in interface com.jivesoftware.forum.mail.EmailTokenManager
Returns a Pattern which matches any email token generated by this EmailTokenManager instance.
getTokens() - Method in class com.jivesoftware.forum.renderer.RenderedTextStore
Returns a list of all the tokens in the store.
getTokenValue() - Method in class com.jivesoftware.forum.mail.token.EmailToken
Returns the actual token.
getTopUsers(int, int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getTopUsers(int, int, ForumCategory) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getTopUsers(int, int, Forum) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
getTopUsers(int, int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getTopUsers(int, int, ForumCategory) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getTopUsers(int, int, Forum) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
getTopUsers(int, int) - Method in interface com.jivesoftware.forum.RewardManager
Returns an iterator for the top point earners in the entire system.
getTopUsers(int, int, ForumCategory) - Method in interface com.jivesoftware.forum.RewardManager
Returns an iterator for the top point earners in a category.
getTopUsers(int, int, Forum) - Method in interface com.jivesoftware.forum.RewardManager
Returns an iterator for the top point earners in a forum.
getTotal() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the total number of samples reported during the monitor's lifetime.
getTotal() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getTotalCount() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
getTotalCount() - Method in interface com.jivesoftware.forum.SearchManager
Returns the total number of entries that are to be indexed if an indexing operation is currently active (i.e., SearchManager.isBusy() returns true).
getTotalCount() - Method in class com.jivesoftware.forum.watches.BatchWatchResult
Deprecated. This method only exists so that existing watch templates do not break
getTotalCount() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the total number of entries that are to be indexed if an indexing operation is currently active (i.e., ProfileSearchManager.isBusy() returns true).
getTotalCount() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
getTotalItemCount() - Method in class com.jivesoftware.forum.action.ForumAction
Returns the total number of threads in the forum.
getTotalItemCount() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Returns the total number of threads in the category.
getTotalItemCount() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the total number of messages in the thread.
getTotalItemCount() - Method in class com.jivesoftware.forum.action.OnlineAction
 
getTotalItemCount() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns the total number of polls to be iterated over.
getTotalItemCount() - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
getTotalItemCount() - Method in class com.jivesoftware.forum.action.SearchAction
 
getTotalItemCount() - Method in class com.jivesoftware.forum.action.TagAction
 
getTotalItemCount() - Method in class com.jivesoftware.forum.action.UserSearch
 
getTotalItemCount() - Method in interface com.jivesoftware.forum.action.util.Pageable
Returns the total number of items our list/collection/whatever.
getTotalItemCount() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getTotalItemCount() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getTotalMem() - Method in class com.jivesoftware.util.CoherenceInfo.NodeInfo
Returns the total amount of memory in the cluster node's VM (in bytes).
getTotalMessageCount() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
getTotalMessageCount() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
getTotalMessageCount() - Method in class com.jivesoftware.forum.watches.BatchWatchResult
 
getTotalMessageCount() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getTotalMessages() - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
getTotalMessages() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getTotalQueryTime(int) - Static method in class com.jivesoftware.base.database.ProfiledConnection
Returns the total amount of time in milliseconds spent doing a particular type of query.
getTotalResponsesNotCompressed() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
getTotalSize() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns the total size of the upload.
getTotalThreadCount() - Method in class com.jivesoftware.forum.watches.BatchWatchResult
 
getTotalTime() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
getTotalTime() - Method in interface com.jivesoftware.forum.net.Monitor
Obtain the total amount of time (in milliseconds) that the monitor has samples for.
getTotalTime() - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
getTotalUserCount() - Method in class com.jivesoftware.base.database.DbRoster
 
getTotalUserCount() - Method in interface com.jivesoftware.base.Roster
Returns the total number of users in the roster.
getTotalUserCount() - Method in class com.jivesoftware.base.RosterProxy
 
getTotalViews(Date, Date, QuickStats.Type) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the total views per given type.
getTotalWatchCount(User, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getTotalWatchCount(User, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getTotalWatchCount(User, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns a count of all watches that a user has of a particular type.
getTotalWatchCount(long, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getTotalWatchCount(long, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns a count of all watches that a userID has of a particular type.
getTotalWatchCount() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getTransactionConnection() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns a Connection from the currently active connection provider that is ready to participate in transactions (auto commit is set to false).
getTranscript() - Method in class com.jivesoftware.webchat.history.Transcript
 
getTranslatedFooter(ForumMessage, String) - Static method in class com.jivesoftware.forum.gateway.GatewayUtil
Gets the export footer for a message, which is the footer with all tokens replaced with correct values.
getTreeWalker() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getTreeWalker() - Method in interface com.jivesoftware.forum.ForumThread
Returns the TreeWalker for this thread.
getTreeWalker() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getTstart() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the index hint for this thread.
getType() - Method in class com.jivesoftware.base.action.ErrorAction
Returns the type, or classname, of the exception.
getType() - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Sets the type of interceptor this is - whether or not to execute its logic before or after passing control down the interceptor chain.
getType() - Method in class com.jivesoftware.base.EntityDescriptor
Returns the type of object this is.
getType() - Method in class com.jivesoftware.base.stats.Chart
 
getType() - Method in class com.jivesoftware.base.theme.ThemeMap
 
getType() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmOperation
 
getType() - Method in class com.jivesoftware.forum.action.ReadStatsInterceptor
Returns the type of object this interceptor operates on.
getType() - Method in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Returns the type of object this interceptor operates on.
getType() - Method in class com.jivesoftware.forum.action.ViewCountInterceptor
Returns the type of object this interceptor operates on.
getType() - Method in exception com.jivesoftware.forum.AvatarException
 
getType() - Method in class com.jivesoftware.forum.ban.interceptor.BanMessageInterceptor
 
getType() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
getType() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns the type of gateway (ie "POP").
getType() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
getType() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
 
getType() - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
 
getType() - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
returns whether this Interceptor is a pre, post, or both.
getType() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
getType() - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
getType() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
getType() - Method in class com.jivesoftware.forum.interceptor.VirusScanInterceptor
 
getType() - Method in interface com.jivesoftware.forum.MessageInterceptor
Returns the type of the interceptor.
getType() - Method in class com.jivesoftware.forum.moderation.ModBean
 
getType() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
getType() - Method in class com.jivesoftware.profiles.ProfileField
Returns the ProfileField.Type of this profile field.
getType(int) - Static method in class com.jivesoftware.profiles.ProfileField.Type
Gets an Type object from an typeID
getTypeID() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
 
getTypeID() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
getTypeID() - Method in class com.jivesoftware.profiles.ProfileField
Gets the id of the ProfileField.Type of this profile field.
getTypeIdFor(String) - Method in class com.jivesoftware.base.log.ExtendedPatternFormatter
Retrieve the type-id for a particular string.
getTypeIdFor(String) - Method in class com.jivesoftware.base.log.PatternFormatter
Retrieve the type-id for a particular string.
getTypes() - Static method in class com.jivesoftware.base.theme.ThemeType
Returns an array of all theme types, ordered by precedence.
getTypes() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
Returns a list of field types, appropriate for rendering to the user to show as options.
getTypes() - Static method in class com.jivesoftware.profiles.ProfileField.Type
Gets an array of all the possible profile field types.
getUnfilteredBody() - Method in interface com.jivesoftware.forum.Announcement
Returns the announceement body, bypassing any active filters.
getUnfilteredBody() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getUnfilteredBody() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message body, bypassing any active filters.
getUnfilteredBody() - Method in interface com.jivesoftware.forum.JiveContentObject
Returns the body, bypassing any active filters.
getUnfilteredBody() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the message body, bypassing any active filters.
getUnfilteredBody() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getUnfilteredBody() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message body, bypassing any active filters.
getUnfilteredBody() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
getUnfilteredName() - Method in interface com.jivesoftware.forum.ContentTag
The unfiltered name of the tag
getUnfilteredName() - Method in class com.jivesoftware.forum.database.DbContentTag
 
getUnfilteredProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the properties without applying filters to them first.
getUnfilteredProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
getUnfilteredProperty(String) - Method in interface com.jivesoftware.forum.Announcement
Returns an extended property of the announcement, bypassing any filters.
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getUnfilteredProperty(String) - Method in interface com.jivesoftware.forum.ForumMessage
Returns an extended property of this message, bypassing any filters.
getUnfilteredProperty(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Returns an extended property of this private message, bypassing any filters.
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getUnfilteredProperty(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getUnfilteredSubject() - Method in interface com.jivesoftware.forum.Announcement
Returns the annoucenment subject, bypassing any active filters.
getUnfilteredSubject() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getUnfilteredSubject() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the message subject, bypassing any active filters.
getUnfilteredSubject() - Method in interface com.jivesoftware.forum.JiveContentObject
Returns the subject, bypassing any active filters.
getUnfilteredSubject() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns the message subject, bypassing any active filters.
getUnfilteredSubject() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
getUnfilteredSubject() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message subject, bypassing any active filters.
getUnfilteredTagname() - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
getUniqueGuestCount(Date, Date, QuickStats.Type) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of unique guests for the given type over the given date range.
getUniqueID() - Method in class com.jivesoftware.base.database.Vote
 
getUniqueUserCount(Date, Date, QuickStats.Type) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of unique registered users for the given type over the given date range.
getUniqueVisitorCount(Date, Date, QuickStats.Type) - Static method in class com.jivesoftware.forum.stats.QuickStats
Returns the number of unique visitors (a visitor is a guest or a registered user) for the given type over the given date range.
getUnproxiedObject() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
getUnreadMessageCount() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
getUnreadMessageCount(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
getUnreadMessageCount(User, Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadMessageCount(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadMessageCount() - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Returns the number of unread messages in the folder.
getUnreadMessageCount(User) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns the total number of unread private messages a user has in their mailbox.
getUnreadMessageCount() - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
getUnreadMessageCount(User) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
getUnreadMessageCount(User, Forum) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadMessageCount(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadMessageCount(User, Forum) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the count of unread messages that the user has in the forum.
getUnreadMessageCount(User, ForumCategory) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the count of unread messages that the user has in the category.
getUnreadMessageCount(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the total number of unread private messages a user has in their mailbox.
getUnreadMessageCount(long) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns the total number of unread messages for a user.
getUnreadMessageCountForFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the total number of unread private messages a user has in a specific folder.
getUnreadMessageCountForFolder(long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns the unread message count for a specified folder.
getUnreadMessages(User, Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadMessages(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadMessages(User, Forum) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadMessages(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadMessages(User, Forum) - Method in interface com.jivesoftware.forum.ReadTracker
Returns an iterator for the unread messages in the forum.
getUnreadMessages(User, ForumCategory) - Method in interface com.jivesoftware.forum.ReadTracker
Returns an iterator for the unread messages in the category.
getUnreadThreadCount(User, Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadThreadCount(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadThreadCount(User, Forum) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadThreadCount(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadThreadCount(User, Forum) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the count of unread threads that the user has in the forum.
getUnreadThreadCount(User, ForumCategory) - Method in interface com.jivesoftware.forum.ReadTracker
Returns the count of unread threads that the user has in the category.
getUnreadThreads(User, Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadThreads(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
getUnreadThreads(User, Forum) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadThreads(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
getUnreadThreads(User, Forum) - Method in interface com.jivesoftware.forum.ReadTracker
Returns an iterator for the unread threads in the forum.
getUnreadThreads(User, ForumCategory) - Method in interface com.jivesoftware.forum.ReadTracker
Returns an iterator for the unread threads in the category.
getUnresolvedQuestionCount() - Method in class com.jivesoftware.profiles.action.ViewProfile
Returns the numbe of open questions asked by the user.
getUpdatedUsers() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
getUpgradeManager() - Method in class com.jivesoftware.forum.action.UpgradeAction
 
getUpgrades() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig
 
getUploadInfo() - Method in class com.jivesoftware.base.action.multipart.UploadMonitor
 
getUpperBound() - Method in class com.jivesoftware.util.UnboundedDateRange
 
getUptime() - Method in class com.jivesoftware.forum.net.AcceptPort
Returns the number of milliseconds the accept port has been open or -1 if the accept port is closed.
getUptime() - Method in interface com.jivesoftware.forum.net.Connection
Obtain the number of milliseconds the connection has been open.
getUptime() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getUriFromActionMapping(ActionMapping) - Method in class com.jivesoftware.base.action.util.JiveActionMapper
 
getUrl() - Method in class com.jivesoftware.base.action.util.RedirectAction
 
getUrl() - Method in class com.jivesoftware.base.admin.AdminPageBean.Breadcrumb
Returns the URL.
getUrl() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
getURL() - Method in class com.jivesoftware.webchat.License
 
getURLPrefix() - Static method in class com.jivesoftware.forum.stats.ReportViewerServlet
Returns the prefix to the URL of archived reports.
getURLS() - Method in class com.jivesoftware.base.plugin.PluginClassLoader
 
getUser() - Method in class com.jivesoftware.base.action.util.RedirectAction
 
getUser() - Method in class com.jivesoftware.base.database.DbPoll
 
getUser() - Method in class com.jivesoftware.base.database.DbPresence
 
getUser() - Method in class com.jivesoftware.base.database.DbRoster
 
getUser() - Method in class com.jivesoftware.base.event.UserEvent
 
getUser(long) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUser(String) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUser() - Method in interface com.jivesoftware.base.Poll
Returns the user who created the poll or null if the poll was created anonymously.
getUser() - Method in interface com.jivesoftware.base.Presence
Return the user owning the presence.
getUser() - Method in class com.jivesoftware.base.PresenceProxy
 
getUser() - Method in interface com.jivesoftware.base.Roster
Returns the user that this roster belongs to.
getUser() - Method in class com.jivesoftware.base.RosterProxy
 
getUser() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the user who read the object, or null if the user was a Guest.
getUser(long) - Method in interface com.jivesoftware.base.UserManager
Returns a User specified by their ID.
getUser(String) - Method in interface com.jivesoftware.base.UserManager
Returns the User specified by username.
getUser(long) - Method in class com.jivesoftware.base.UserManagerAdapter
Implementation that checks cache, if empty calls lookupUser(User)
getUser(String) - Method in class com.jivesoftware.base.UserManagerAdapter
Implementation that calls getUser(getUserID(username)).
getUser(long) - Method in class com.jivesoftware.base.UserManagerProxy
 
getUser(String) - Method in class com.jivesoftware.base.UserManagerProxy
 
getUser() - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
getUser() - Method in class com.jivesoftware.forum.action.AvatarUploadAction
 
getUser() - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
getUser() - Method in interface com.jivesoftware.forum.Announcement
Returns the User that is the author of the announcemnt.
getUser() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
getUser() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
getUser() - Method in class com.jivesoftware.forum.database.DbForumThread
 
getUser() - Method in class com.jivesoftware.forum.database.DbQuery
 
getUser() - Method in class com.jivesoftware.forum.database.DbWatch
 
getUser() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
getUser() - Method in interface com.jivesoftware.forum.ForumMessage
Returns the User that authored this message.
getUser() - Method in interface com.jivesoftware.forum.JiveContentObject
Returns the user who authored of the jive object.
getUser() - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Returns the current user that has been authenticated using this adapter.
getUser() - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
getUser() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
getUser() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
getUser() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUser() - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
getUser() - Method in interface com.jivesoftware.forum.Query
Returns the user that is executing the search.
getUser() - Method in interface com.jivesoftware.forum.Watch
Returns the user who is associated with this watch.
getUser() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the User that is the author of the announcemnt.
getUser() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the ID User that authored this message.
getUser(long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns a user by its id.
getUser(long) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUser() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getUser() - Method in class com.jivesoftware.profiles.action.ViewProfile
 
getUser() - Method in class com.jivesoftware.profiles.ProfileEvent
 
getUser() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
getUser() - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
getUser() - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
getUser(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a MUCUser by their nickname.
getUserAgent() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the user agent for this session or null if one was not found.
getUserAndMessageID(String) - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Returns the userID and messageID encoded in the token as a two element array.
getUserAndMessageID(String) - Method in interface com.jivesoftware.forum.mail.EmailTokenManager
Uses the supplied token string to lookup a user id and forums message id.
getUserAvatars() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
getUserAvatars() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
getUserByEmailAddress(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns a user object corresponding to the email address given.
getUserByEmailAddress(String) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUserByUsername(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns a user by its username.
getUserByUsername(String) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUserCount() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
getUserCount() - Method in class com.jivesoftware.base.database.DbUserManager
 
getUserCount() - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUserCount() - Method in interface com.jivesoftware.base.UserManager
Returns the number of users in the system.
getUserCount() - Method in class com.jivesoftware.base.UserManagerAdapter
 
getUserCount() - Method in class com.jivesoftware.base.UserManagerProxy
 
getUserCount() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the total number of users as long as the UserManager supports the getUserCount() method.
getUserCount() - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns the number of users in the system.
getUserCount() - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUserDN() - Method in class com.jivesoftware.base.ldap.LdapUser
Returns the user's LDAP DN.
getUserDocumentation(String) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
getUserDocumentation(String) - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
getUserDocumentation(String) - Method in interface com.jivesoftware.forum.renderer.RenderFilter
Returns a string array of [section,title, body] of xml formatted documentation that is targetted for end user usage.
getUserFromEmailAddress(String) - Method in interface com.jivesoftware.base.AdvancedUserManager
Returns a user object corresponding to the email address given.
getUserFromEmailAddress(String) - Method in class com.jivesoftware.base.database.DbUserManager
 
getUserFromEmailAddress(String) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUserGroups(User) - Method in interface com.jivesoftware.base.GroupManager
Returns an iterator for all groups that a user is a member of.
getUserGroups(User) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
getUserGroups(User) - Method in class com.jivesoftware.base.GroupManagerProxy
 
getUserGroups(User) - Method in class com.jivesoftware.base.ldap.LdapGroupManager
 
getUserGroups(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
getUserGroups(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the group IDs that a user belongs too.
getUserGroups(long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
getUserID() - Method in interface com.jivesoftware.base.AuthToken
Returns the userID associated with this AuthToken.
getUserID() - Method in class com.jivesoftware.base.database.DbAuthToken
 
getUserID() - Method in class com.jivesoftware.base.database.Vote
 
getUserID() - Method in class com.jivesoftware.base.ldap.LdapAuthToken
 
getUserID(String) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUserID() - Method in class com.jivesoftware.base.profile.UserProfile
 
getUserID(String) - Method in interface com.jivesoftware.base.UserManager
Returns the userID specified by the username.
getUserID(String) - Method in class com.jivesoftware.base.UserManagerAdapter
Checks cache for userID, if it does find it, calls lookupUser(String username), and caches and returns resulting userID.
getUserID(String) - Method in class com.jivesoftware.base.UserManagerProxy
 
getUserID() - Method in exception com.jivesoftware.base.UserNotFoundException
Returns id of the user not found if available, else -1.
getUserID() - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
getUserID() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
getUserID() - Method in class com.jivesoftware.forum.action.ProfileRedirectAction
 
getUserid() - Method in class com.jivesoftware.forum.action.ResetPassword
returns the userid as entered by the page user.
getUserID() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns the user id to filter by
getUserID() - Method in class com.jivesoftware.forum.action.SearchAction
 
getUserID() - Method in class com.jivesoftware.forum.action.ValidateAction
 
getUserID() - Method in class com.jivesoftware.forum.action.WatchesAction
 
getUserID() - Method in class com.jivesoftware.forum.database.DbDraft
 
getUserID(String) - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Returns just the user id as found in the supplied token string.
getUserID() - Method in class com.jivesoftware.forum.database.DbQuery
 
getUserID() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
getUserID() - Method in interface com.jivesoftware.forum.Draft
 
getUserID() - Method in class com.jivesoftware.forum.DraftImpl
 
getUserID() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns the user id of the user on whose befalf the system will act.
getUserID() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns the user id of the sender
getUserID(String) - Method in interface com.jivesoftware.forum.mail.EmailTokenManager
Returns just the user id as found in the supplied token string.
getUserID() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
getUserID() - Method in class com.jivesoftware.forum.ResultFilter
Returns the userID that results will be filtered on.
getUserID() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the userID that results will be filtered on.
getUserID() - Method in class com.jivesoftware.forum.webservices.ResultFilter
Returns the userID that results will be filtered on.
getUserID() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the if of the user who is associated with this watch.
getUserID() - Method in class com.jivesoftware.profiles.action.EditProfile
 
getUserLocale() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
getUserLocale(HttpServletRequest, User) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the page user's locale.
getUserLocale(HttpServletRequest, HttpServletResponse, String) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the user's locale.
getUserLocale(String) - Static method in class com.jivesoftware.util.LocaleUtils
Returns the user's locale using the authtoken from the HttpSession.
getUserManager(AuthToken) - Method in class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
 
getUserManager(AuthToken) - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
Returns a UserManager given an authToken.
getUserManager() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
getUserManager(AuthToken) - Method in class com.jivesoftware.forum.action.ForumAuthInterceptor
 
getUserManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getUserManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a UserManager that can be used to manage users.
getUserManager(AuthToken) - Method in class com.jivesoftware.forum.interceptor.ForumsAdminAuthInterceptor
Returns a UserManager using the supplied AuthToken.
getUserManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getUserManager() - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
getUserMessageCount(User) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getUserMessageCount(User, ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getUserMessageCount(User) - Method in class com.jivesoftware.forum.ForumFactory
Returns the total number of messages a user has posted in all forums.
getUserMessageCount(User, ResultFilter) - Method in class com.jivesoftware.forum.ForumFactory
Returns the total number of messages a user has posted in all forums that obey the parameters set by the specificed ResultFilter.
getUserMessageCount(User) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getUserMessageCount(User, ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getUserMessages(User) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getUserMessages(User) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getUserMessages(User, ResultFilter) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getUserMessages(User) - Method in class com.jivesoftware.forum.ForumFactory
Returns an iterator for all messages posted by a user.
getUserMessages(User, ResultFilter) - Method in class com.jivesoftware.forum.ForumFactory
Returns an iterator for all messages posted by a user that obey the parameters set by the specified ResultFilter.
getUserMessages(User) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getUserMessages(User, ResultFilter) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getUsername() - Method in class com.jivesoftware.base.action.LoginAction
Returns the username used to do a login.
getUsername() - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns the username to authenticate with.
getUsername() - Method in class com.jivesoftware.base.database.DbPresence
 
getUsername() - Method in class com.jivesoftware.base.database.DbUser
 
getUsername() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Returns the username used to connect to the database.
getUsername() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
getUsername() - Method in class com.jivesoftware.base.ldap.LdapUser
 
getUsername() - Method in class com.jivesoftware.base.MockUser
 
getUsername() - Method in interface com.jivesoftware.base.Presence
Returns the unique username for this status.
getUsername() - Method in class com.jivesoftware.base.PresenceProxy
 
getUsername() - Method in interface com.jivesoftware.base.User
Returns the user's username.
getUsername() - Method in exception com.jivesoftware.base.UserNotFoundException
Returns username of the user not found if available, else null.
getUsername() - Method in class com.jivesoftware.base.UserProxy
 
getUsername() - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
getUsername() - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
Returns the username as entered by the user.
getUsername() - Method in class com.jivesoftware.forum.action.ProfileRedirectAction
 
getUsername() - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
getUsername() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
getUsername() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
getUsername() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns the username that will be used when connection to the IMAP server.
getUsername() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns the username.
getUsername() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Retrieves the username set for this gateway.
getUsername() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Retrieves the username set for this gateway.
getUsername() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns the username that will be used when connection to the POP3 server.
getUsername() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns the username that will be used when connecting to the SMTP server.
getUsername() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns the username used to connect to the JIRA instance or null if no username is used.
getUsername() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns the user name string that results will be filtered on.
getUsername() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's username.
getUsername() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getUsername() - Method in class com.jivesoftware.webchat.user.UserSession
 
getUsernameField() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns the LDAP field name that the username lookup will be performed on.
getUsernameToAdd() - Method in class com.jivesoftware.forum.action.RosterAction
 
getUserPermissions(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns global permissions for specified user.
getUserPermissions(long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getUserPermissionsOnCategory(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for specified user on specified category.
getUserPermissionsOnCategory(long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getUserPermissionsOnForum(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for specified user on specified forum.
getUserPermissionsOnForum(long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
getUserPerms(long, PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getUserProperties(long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Return all extended properties for the user with the specified id.
getUserProperties(long) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUserRatings() - Method in class com.jivesoftware.forum.database.RatingCacheObject
 
getUsers() - Method in class com.jivesoftware.base.database.DbRoster
 
getUsers() - Method in interface com.jivesoftware.base.Roster
Returns an iterator of users in this roster.
getUsers() - Method in class com.jivesoftware.base.RosterProxy
 
getUsers() - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns the IDs of the first 1000 users.
getUsers() - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUsersBounded(int, int) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns the IDs of users begining at startIndex and until the number results equals numResults.
getUsersBounded(int, int) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUsersByEmailAddress(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns an array user objects corresponding to the email address given.
getUsersByEmailAddress(String) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
getUserSession(String) - Method in class com.jivesoftware.webchat.ChatManager
 
getUsersFromEmailAddress(String) - Method in interface com.jivesoftware.base.AdvancedUserManager
Returns an iterator of user objects corresponding to the email address given.
getUsersFromEmailAddress(String) - Method in class com.jivesoftware.base.database.DbUserManager
 
getUsersFromEmailAddress(String) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
getUsersNotUpdatedAfter(int, Date) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
getUsersNotUpdatedAfter(int, Date) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
getUsersWhoLeft() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns a collection of all users who have left the session since last being polled.
getUsersWithPerm(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
getUserVoteCount() - Method in class com.jivesoftware.base.database.DbPoll
 
getUserVoteCount(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getUserVoteCount() - Method in interface com.jivesoftware.base.Poll
Returns a count of all user votes for all options in the poll.
getUserVoteCount(int) - Method in interface com.jivesoftware.base.Poll
Returns a count of all user votes for the specified option in the poll.
getUserVoteCount() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUserVoteCount(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUserVotes() - Method in class com.jivesoftware.base.database.DbPoll
 
getUserVotes(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getUserVotes(User) - Method in class com.jivesoftware.base.database.DbPoll
 
getUserVotes() - Method in interface com.jivesoftware.base.Poll
Returns an Iterator of User objects for users who have voted for any options in the poll.
getUserVotes(int) - Method in interface com.jivesoftware.base.Poll
Returns an Iterator of User objects for users who have voted for the option at the given index.
getUserVotes(User) - Method in interface com.jivesoftware.base.Poll
Returns a list of option indexes corresponding to the user votes, or an empty array if the user has not voted.
getUserVotes() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUserVotes(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUserVotes(User) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getUserWatch(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getUserWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns a watch on a particular user, or null if there isn't a watch.
getValidation() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
getValidationKey() - Method in class com.jivesoftware.forum.action.ValidateAction
 
getValidator() - Method in class com.jivesoftware.profiles.ProfileField.Type
Gets the profile field validator for this type
getValidEmailDomains() - Static method in class com.jivesoftware.util.StringUtils
 
getValue(Object, String) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Get a single property of the bean.
getValue() - Method in class com.jivesoftware.base.ban.BanLevel
Gets the value of a BanLevel object
getValue() - Method in class com.jivesoftware.base.ban.DateRangeBean.RangeOption
Gets the internationalized value of the date range option
getValue() - Method in class com.jivesoftware.base.event.JivePropertyEvent
Returns the value of the jive property
getValue() - Method in class com.jivesoftware.base.stats.element.DateElement
Returns the object this element wraps.
getValue() - Method in class com.jivesoftware.base.stats.Element
Returns the internal object we're wrapping.
getValue() - Method in class com.jivesoftware.base.stats.element.InfiniteElement
 
getValue() - Method in class com.jivesoftware.base.stats.element.LongElement
Get the embedded Long
getValue() - Method in class com.jivesoftware.base.stats.element.StringElement
Returns the object this element wraps.
getValue() - Method in class com.jivesoftware.base.stats.Report.ExtraInfo
 
getValue() - Method in class com.jivesoftware.base.tags.ArgTag
Returns the value of the i18n parameter for the parent i18n tag.
getValue() - Method in class com.jivesoftware.forum.abuse.AbuseType
 
getValue() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
The wrapped value.
getValue() - Method in class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
The wrapped value.
getValue() - Method in interface com.jivesoftware.forum.nntp.NNTPResponse
Returns the int value associated with the response.
getValue() - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
 
getValue() - Method in class com.jivesoftware.forum.nntp.StaticNNTPResponse
 
getValue() - Method in class com.jivesoftware.forum.renderer.RenderTarget
Gets the value of a RenderTarget object
getValue() - Method in class com.jivesoftware.forum.renderer.RenderType
Gets the value of a RenderType object
getValue() - Method in class com.jivesoftware.forum.webservices.Property
Returns the property value.
getValue() - Method in class com.jivesoftware.profiles.ProfileFieldOption
Gets the value of this option.
getValue() - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
getValue() - Method in class com.jivesoftware.profiles.UserProfile
Gets the value that the user selected for the profile field.
getValues(Object, String[]) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Get Map of property values from a bean.
getValues() - Method in class com.jivesoftware.profiles.UserProfile
Gets the list of values that the user selected for the profile field.
getVariableContentTypes() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
getVarianceCount() - Method in class com.jivesoftware.base.stats.Histogram
The variance of the bin counts (includes non-zero counts only)
getVarianceElement() - Method in class com.jivesoftware.base.stats.Histogram
Get the variance of the elements that have been added to the histogram.
getVersion() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
getVersion(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns the version of a plugin.
getVersion() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
getVersion() - Method in exception com.jivesoftware.forum.upgrade.UpgradeTaskException
 
getVersion() - Method in class com.jivesoftware.webchat.License
 
getVersionString() - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns the version string displayed in the admin console.
getViewRange() - Method in class com.jivesoftware.base.tags.Paginator
 
getVirusScanManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getVirusScannerUri() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
The URI of the ICAP server used for virus scanning.
getVisitorID() - Method in class com.jivesoftware.base.stats.ReadStatSession
Returns the visitor ID associated with this read stat session.
getVisitorID() - Method in class com.jivesoftware.base.stats.WebContext
Returns an anonymous visitor ID.
getVoteCount() - Method in class com.jivesoftware.base.database.DbPoll
 
getVoteCount(int) - Method in class com.jivesoftware.base.database.DbPoll
 
getVoteCount() - Method in interface com.jivesoftware.base.Poll
Returns a count of all votes (both guest and user votes) for all options in the poll.
getVoteCount(int) - Method in interface com.jivesoftware.base.Poll
Returns a count of all votes (both guest and user votes) for the specified option in the poll.
getVoteCount() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getVoteCount(int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
getVoteDate() - Method in class com.jivesoftware.base.database.Vote
 
getVotes() - Method in class com.jivesoftware.base.database.DbPoll
 
getWait() - Method in class com.jivesoftware.base.admin.TaskTag
 
getWatch(User, User) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatch(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatch(User, Forum) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatch(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatch(User, User) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatch(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatch(User, Forum) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatch(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatch(User, User) - Method in interface com.jivesoftware.forum.WatchManager
Returns a watch on a particular thread, or null if there isn't a watch.
getWatch(User, ForumThread) - Method in interface com.jivesoftware.forum.WatchManager
Returns a watch on a particular thread, or null if there isn't a watch.
getWatch(User, Forum) - Method in interface com.jivesoftware.forum.WatchManager
Returns a watch on a particular forum, or null if there isn't a watch.
getWatch(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Returns a watch on a particular category, or null if there isn't a watch.
getWatchCount(User, Forum) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatchCount(User, Forum) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatchCount(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatchCount(User, Forum) - Method in interface com.jivesoftware.forum.WatchManager
Return the count of all thread watches in a particular forum for the given user.
getWatchCount(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Return the count of all forum watches in a particular category for the given user.
getWatchedCategories() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedCategoryCount() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedForumCount() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedForums() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedThreadCount() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedThreads() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedUserCount() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchedUsers() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchers(int, long) - Method in class com.jivesoftware.forum.database.DbWatchManager
Returns an Iterator of User objects who are watching the specified object.
getWatchers(int, long) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatchers(int, long) - Method in interface com.jivesoftware.forum.WatchManager
Returns all the Users watching the specified object.
getWatchers(int, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getWatchers(int, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns the Users who are watching the specified object.
getWatches(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatches(User, Forum) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatches(User, Forum, int, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
getWatches(User, Forum) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatches(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatches(User, Forum, int, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatches(User, ForumCategory, int, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatches(User, Forum) - Method in interface com.jivesoftware.forum.WatchManager
Returns an Iterator for all the thread objects a user is watching in a forum.
getWatches(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Returns an Iterator for all the forum objects a user is watching in a category.
getWatches(User, Forum, int, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns all the ForumThreads watched by the User under the given Forum.
getWatches(User, ForumCategory, int, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns the Forums watched by the User under the given Category.
getWatchFrequency() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchList(User, int) - Method in class com.jivesoftware.forum.database.DbWatchManager
Returns the watch list of a particular object type for a user.
getWatchList(User, int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
getWatchList(User, int) - Method in interface com.jivesoftware.forum.WatchManager
Returns an array of Watch objects for a particular object type that the given user is watching.
getWatchList(long, int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
getWatchList(long, int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns an array of Watch objects for a particular object type that the given user is watching.
getWatchManager() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
getWatchManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getWatchManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a watch manager that can be used to manage watches.
getWatchManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getWatchService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of WatchService
getWatchSettingsManager() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
getWatchSettingsManager() - Method in class com.jivesoftware.forum.ForumFactory
Returns a watch settings manager that can be used to manage watch settings.
getWatchSettingsManager() - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
getWatchType() - Method in class com.jivesoftware.forum.database.DbWatch
 
getWatchType() - Method in interface com.jivesoftware.forum.Watch
Returns the type of the watch.
getWatchType() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the type of the watch.
getWhiteList() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
Returns the current supported uri schemes as a comma separated string.
getWildmat() - Method in class com.jivesoftware.forum.nntp.ArticleHeaderFilter
Sets the wildmat pattern for this filter to use when restricting matching articles.
getWord() - Method in class com.jivesoftware.util.SpellSession
Returns the word at the current cursor.
getWord() - Method in class com.jivesoftware.webchat.utils.SpellSession
Returns the word at the current cursor.
getWordList() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
Returns the comma delimited list of words that will be filtered.
getWords() - Method in class com.jivesoftware.forum.action.InlineSpellAction
 
getWrappedCache() - Method in class com.jivesoftware.util.CacheWrapper
 
getWrappedCaches() - Static method in class com.jivesoftware.forum.util.AdminCacheInfo
Returns a list of caches in the system.
getWriteBufferSize() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtains the size of the write buffer used for the server when generating articles to be posted.
getWriter() - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredResponse
Overrides the PrintWriter used in this response object.
getWriter(Writer, Map) - Method in class com.jivesoftware.base.tags.PaginatorModel
 
getWriter() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
getWriter() - Method in interface com.jivesoftware.forum.net.Connection
 
getWriter() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
getXaxisLabel() - Method in class com.jivesoftware.base.stats.Chart
 
getXfire() - Method in class com.jivesoftware.forum.webservices.server.xfire.XFireHelper
 
getXFire() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns the current DefaultXFire instance.
getXHDR(Connection, String, ArticlePointer, ArticleFilter) - Static method in class com.jivesoftware.forum.nntp.XHDRResponse
Create a new XHDR response given a requested header, article pointer, and filter restricting results.
getXmlMatch() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
getXMPP_SSLPort() - Method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns the port to use for SSL XMPP connections.
getXMPPAdminPort() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
getXMPPAdminPort() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns the port of the admin console of the configured Wildfire server.
getXMPPConnection() - Method in class com.jivesoftware.webchat.user.UserSession
 
getXMPPHost() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns the host name of the configured XMPP server.
getXMPPIMService() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
getXMPPPassword() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
getXMPPPort() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns the port of the configured XMPP server.
getXMPPUser() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
getYaxisLabel() - Method in class com.jivesoftware.base.stats.Chart
 
GLOBAL - Static variable in class com.jivesoftware.base.theme.ThemeType
Type representing a Global map.
GlobalGatewaySettings - Class in com.jivesoftware.forum.gateway
 
GlobalGatewaySettings() - Constructor for class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
globalTheme - Static variable in class com.jivesoftware.base.theme.AbstractThemeManager
 
GOBACK - Static variable in class com.jivesoftware.forum.action.SpellAction
 
GOLD - Static variable in class com.jivesoftware.forum.ForumsLicenseUtils.Editions
 
GovernorInterceptor - Class in com.jivesoftware.forum.interceptor
Provides a mechanism to limit the rate at which a user may post messages -- in effect, a governor on postings.
GovernorInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.GovernorInterceptor
 
GovernorInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.GovernorInterceptor
Creates a new instance of the class.
GovernorInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the governor interceptor.
GovernorInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.GovernorInterceptorBeanInfo
 
gpl - Static variable in class com.jivesoftware.base.plugin.PluginManager.License
The plugin is distributed using the GNU Public License (GPL).
GraphicUtils - Class in com.jivesoftware.forum.util
GraphicsUtils class defines common image/graphical related utility functions.
Group - Interface in com.jivesoftware.base
Organizes users into a group for easier permissions management.
GROUP - Static variable in class com.jivesoftware.base.JiveConstants
 
GROUP - Static variable in class com.jivesoftware.base.util.JiveComparators
Compares two Group objects based on their group name value.
group(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
group(int) - Method in class com.jivesoftware.forum.renderer.filter.regex.MatchResult
 
Group - Class in com.jivesoftware.forum.webservices
Organizes users into a group for easier permissions management.
Group() - Constructor for class com.jivesoftware.forum.webservices.Group
 
GROUP_ADMIN - Static variable in class com.jivesoftware.base.Permissions
Permission to administer a particular group.
GROUP_ADMIN_ROLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
 
GROUP_ADMINISTRATOR_ADDED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever an administrator is added to a group.
GROUP_ADMINISTRATOR_DELETED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever an administrator is deleted from a group.
GROUP_CREATED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever a group is created.
GROUP_DELETED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever a group is deleted.
GROUP_MODIFIED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever a group is modified (properties added, etc).
GROUP_USER_ADDED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever a user is added to a group.
GROUP_USER_DELETED - Static variable in class com.jivesoftware.base.event.GroupEvent
Event type for whenever a user is deleted from a group.
GroupAdapter - Class in com.jivesoftware.base
GroupAdapter is an abstract class implementation of the IntrospectiveGroup interface.
GroupAdapter() - Constructor for class com.jivesoftware.base.GroupAdapter
 
groupAdministratorAdded(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired whenever an administrator is added to a group.
groupAdministratorAdded(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupAdministratorAdded(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupAdministratorAdded(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
groupAdministratorDeleted(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired whenever an administrator is deleted from a group.
groupAdministratorDeleted(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupAdministratorDeleted(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupAdministratorDeleted(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
GroupAlreadyExistsException - Exception in com.jivesoftware.base
Thrown when attempting to create a group that already exists.
GroupAlreadyExistsException() - Constructor for exception com.jivesoftware.base.GroupAlreadyExistsException
 
GroupAlreadyExistsException(String) - Constructor for exception com.jivesoftware.base.GroupAlreadyExistsException
 
GroupAlreadyExistsException(String, Throwable) - Constructor for exception com.jivesoftware.base.GroupAlreadyExistsException
 
GroupAlreadyExistsException(Throwable) - Constructor for exception com.jivesoftware.base.GroupAlreadyExistsException
 
groupCache - Static variable in class com.jivesoftware.base.GroupManagerFactory
A cache for group objects.
GroupChats - Class in com.jivesoftware.webchat.chat.group
 
GroupChats() - Constructor for class com.jivesoftware.webchat.chat.group.GroupChats
 
GroupChatServlet - Class in com.jivesoftware.webchat
Group Chat Servlet

GroupChatServlet() - Constructor for class com.jivesoftware.webchat.GroupChatServlet
 
GroupChatSession - Class in com.jivesoftware.webchat.chat.group
GroupChatSession is used to track all information pertainting to a specified Group Chat Room, including participants presences, messages, and connnections.
GroupChatSession(XMPPConnection, String) - Constructor for class com.jivesoftware.webchat.chat.group.GroupChatSession
Create a new Group Chat Session from the specified Connection.
GroupChatUtils - Class in com.jivesoftware.webchat.chat.group
 
GroupChatUtils() - Constructor for class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
groupCreated(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired when a group is created.
groupCreated(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupCreated(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupCreated(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
groupDeleted(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired when a group is deleted.
groupDeleted(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupDeleted(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupDeleted(GroupEvent) - Method in class com.jivesoftware.forum.database.GroupDeletedListener
 
groupDeleted(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
GroupDeletedListener - Class in com.jivesoftware.forum.database
A listener for Group delete events that clears all permissions for that group from the jiveGroupPerm db table.
GroupDeletedListener() - Constructor for class com.jivesoftware.forum.database.GroupDeletedListener
 
GroupEvent - Class in com.jivesoftware.base.event
A class for group events.
GroupEvent(int, Group, Map) - Constructor for class com.jivesoftware.base.event.GroupEvent
 
GroupEventDispatcher - Class in com.jivesoftware.base.event
Implementation of the JiveEventDispatcher for GroupEvent dispatching.
groupIDCache - Static variable in class com.jivesoftware.base.GroupManagerFactory
A cache that maps group names to ID's.
GroupIterator - Class in com.jivesoftware.base.database
An class that defines the logic to iterate through an array of long unique ID's of Jive objects.
GroupIterator(long[]) - Constructor for class com.jivesoftware.base.database.GroupIterator
Creates a new GroupIterator.
GroupIteratorProxy - Class in com.jivesoftware.base
Protection proxy for Iterators of groups.
GroupIteratorProxy(Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.GroupIteratorProxy
Creates a new group iterator proxy.
GroupListener - Interface in com.jivesoftware.base.event
A GroupListener gets notified anytime a group event is fired.
GroupListenerAdapter - Class in com.jivesoftware.base.event
Adapter class for the GroupListener interface.
GroupListenerAdapter() - Constructor for class com.jivesoftware.base.event.GroupListenerAdapter
 
GroupManager - Interface in com.jivesoftware.base
Manages groups.
groupManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
GroupManagerAdapter - Class in com.jivesoftware.base
 
GroupManagerAdapter() - Constructor for class com.jivesoftware.base.GroupManagerAdapter
 
GroupManagerFactory - Class in com.jivesoftware.base
A factory that returns a concrete instance of a group manager.
GroupManagerProxy - Class in com.jivesoftware.base
Protection proxy for the GroupManager class.
GroupManagerProxy(GroupManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.GroupManagerProxy
Creates a new GroupManagerProxy.
groupMemberCache - Static variable in class com.jivesoftware.base.GroupManagerFactory
A cache for the list members of in each group.This cache is not instantiated until after this factory is initialized.
groupModified(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired whenever a group is modified (properties added, etc)
groupModified(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupModified(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupModified(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
groupNameList(Iterator) - Method in class com.jivesoftware.forum.webservices.server.xfire.PermissionHandler
 
GroupNotFoundException - Exception in com.jivesoftware.base
Thrown when unable to find a group.
GroupNotFoundException() - Constructor for exception com.jivesoftware.base.GroupNotFoundException
 
GroupNotFoundException(String) - Constructor for exception com.jivesoftware.base.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.jivesoftware.base.GroupNotFoundException
 
GroupNotFoundException(Throwable) - Constructor for exception com.jivesoftware.base.GroupNotFoundException
 
GroupPostReport - Class in com.jivesoftware.forum.stats.report
A report that shows the number of postings by users in a particular group over time.
GroupPostReport() - Constructor for class com.jivesoftware.forum.stats.report.GroupPostReport
 
GroupPostReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
GroupPostReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.GroupPostReportBeanInfo
 
GroupProxy - Class in com.jivesoftware.base
Protection proxy for the Group interface.
GroupProxy(Group, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.GroupProxy
 
groups() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
groups() - Method in class com.jivesoftware.forum.renderer.filter.regex.MatchResult
 
GroupService - Interface in com.jivesoftware.forum.webservices
Provides a the ability for managing groups and group membership.
GroupServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
GroupServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
groupsWithPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
groupsWithPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
groupsWithPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns an Iterator of groups with a particular permission.
groupsWithPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
groupsWithPermissionCount(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
groupsWithPermissionCount(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
groupsWithPermissionCount(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns a count of the groups that have a particular permission.
groupsWithPermissionCount(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
groupUserAdded(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired when a user is added to a group.
groupUserAdded(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupUserAdded(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupUserAdded(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
groupUserDeleted(GroupEvent) - Method in interface com.jivesoftware.base.event.GroupListener
Fired when a user is deleted from a group.
groupUserDeleted(GroupEvent) - Method in class com.jivesoftware.base.event.GroupListenerAdapter
 
groupUserDeleted(GroupEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
groupUserDeleted(GroupEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
Guest - Class in com.jivesoftware.forum.action.util
A simple bean that encapsulates the email and name of a guest user.
Guest() - Constructor for class com.jivesoftware.forum.action.util.Guest
 
GuestSettingsAction - Class in com.jivesoftware.forum.action
An action to adjust guest settings.
GuestSettingsAction() - Constructor for class com.jivesoftware.forum.action.GuestSettingsAction
 
GZIP - Static variable in class com.jivesoftware.forum.nntp.spi.Base64
Specify that data should be gzip-compressed.
GZIP - Static variable in class com.jivesoftware.webchat.util.Base64
Specify that data should be gzip-compressed.
GZIP_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 

H

H1_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H1_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H1_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H1_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H1_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H2_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H2_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H2_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H2_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H2_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H3_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H3_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H3_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H3_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H3_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H4_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H4_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H4_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H4_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H4_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H5_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H5_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H5_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H5_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H5_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H6_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H6_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H6_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H6_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
H6_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
HalfOpenInterval - Class in com.jivesoftware.base.stats.bin
Creates an Interval that contains its left endpoint but not its right.
HalfOpenInterval(Element, Element) - Constructor for class com.jivesoftware.base.stats.bin.HalfOpenInterval
 
handle(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.util.HttpCachingInterfaceProcessor
 
handle(Callback[]) - Method in class com.jivesoftware.forum.webservices.server.xfire.PasswordHandler
 
handleAttachmentException(AttachmentException, ForumMessage) - Static method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
handleCancel() - Method in class com.jivesoftware.base.action.LoginAction
 
handleCreateAccount() - Method in class com.jivesoftware.base.action.LoginAction
 
handleDebugEvent(LogEvent) - Method in interface com.jivesoftware.base.event.LogListener
Fired when a debug event occurs.
handleDebugEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogListenerAdapter
 
handleErrorEvent(LogEvent) - Method in interface com.jivesoftware.base.event.LogListener
Fired when an error event occurs.
handleErrorEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogListenerAdapter
 
handleFatalEvent(LogEvent) - Method in interface com.jivesoftware.base.event.LogListener
Fired when a fatel event occurs.
handleFatalEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogListenerAdapter
 
handleInfoEvent(LogEvent) - Method in interface com.jivesoftware.base.event.LogListener
Fired when an info event occurs.
handleInfoEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogListenerAdapter
 
handleLogin() - Method in class com.jivesoftware.base.action.LoginAction
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
Method is called for every occurance of a regular expression.
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
handleMatch(StringBuffer, JdkMatchResult) - Method in interface com.jivesoftware.forum.renderer.filter.regex.jdk.Substitution
When substituting matches in a matcher, the handleMatch method of the supplied substitution is called with a MatchResult.
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
Method is called for every occurnce of a regular expression.
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatter
 
handleMatch(StringBuffer, JdkMatchResult, RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatter
 
handleSpecialParameters(HttpServletRequest, ActionMapping) - Static method in class com.jivesoftware.base.action.util.JiveActionMapper
 
handleTimer(TimerFilter.Timer) - Method in class com.jivesoftware.util.TimerFilter
Does nothing in this implementation.
handleWarnEvent(LogEvent) - Method in interface com.jivesoftware.base.event.LogListener
Fired when a warn event occurs.
handleWarnEvent(LogEvent) - Method in class com.jivesoftware.base.event.LogListenerAdapter
 
HARASSMENT - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a harassment abuse report.
hasActionErrors() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
hasActionMessages() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
hasAnonymousVoted(String) - Method in class com.jivesoftware.base.database.DbPoll
 
hasAnonymousVoted(String) - Method in interface com.jivesoftware.base.Poll
Returns true if the guest associated with the uniqueID has previously voted in the poll, false otherwise.
hasAnonymousVoted(String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
hasDraft() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns true if the user has one or more drafts that match this forum / thread / message combination.
hasDraft() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the user has one or more drafts that match this forum / thread / message combination.
hasDraft() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns true if the user has one or more drafts that match this forum / thread / message combination.
hasErrors() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
hasFieldErrors() - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
hash(String) - Static method in class com.jivesoftware.util.StringUtils
Hashes a String using the Md5 algorithm and returns the result as a String of hexadecimal numbers.
hash(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Hashes a String using the Md5 algorithm and returns the result as a String of hexadecimal numbers.
hashCode() - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
hashCode() - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
hashCode() - Method in class com.jivesoftware.base.database.DbGroup
 
hashCode() - Method in class com.jivesoftware.base.database.DbUser
 
hashCode() - Method in class com.jivesoftware.base.database.PollCacheKey
 
hashCode() - Method in class com.jivesoftware.base.database.Vote
 
hashCode() - Method in class com.jivesoftware.base.EmailMessage
 
hashCode() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
hashCode() - Method in class com.jivesoftware.base.GroupProxy
 
hashCode() - Method in class com.jivesoftware.base.ldap.LdapGroup
 
hashCode() - Method in class com.jivesoftware.base.ldap.LdapUser
 
hashCode() - Method in class com.jivesoftware.base.PermissionType
 
hashCode() - Method in class com.jivesoftware.base.plugin.PluginManager.License
 
hashCode() - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
hashCode() - Method in class com.jivesoftware.base.stats.bin.Interval
Provide a suitable hashCode so that Intervals can be used with HashMaps
hashCode() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Return a suitable hashcode so that this bin can be used in a HashMap
hashCode() - Method in class com.jivesoftware.base.stats.element.CyclicElement
Generate a hashCode for the current element.
hashCode() - Method in class com.jivesoftware.base.stats.element.DateElement
Generate a hashCode for the DateElement so we can insert DateElements into hashtables
hashCode() - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Generates a hashCode so we can use InfiniteElements in hash tables
hashCode() - Method in class com.jivesoftware.base.stats.element.LongElement
Generates a hashCode using the Long's hashcode so we can use LongElements with hash tables.
hashCode() - Method in class com.jivesoftware.base.stats.element.StringElement
Generate a hashCode for the StringElement so we can use them with hash tables.
hashCode() - Method in class com.jivesoftware.base.theme.ThemeMap
 
hashCode() - Method in class com.jivesoftware.base.UserProxy
 
hashCode() - Method in class com.jivesoftware.base.util.compression.StatsField
 
hashCode() - Method in class com.jivesoftware.forum.action.PollOption
 
hashCode() - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
hashCode() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
hashCode() - Method in class com.jivesoftware.forum.database.DbAvatar
 
hashCode() - Method in class com.jivesoftware.forum.database.DbContentTag
 
hashCode() - Method in class com.jivesoftware.forum.database.DbForum
 
hashCode() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
hashCode() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
hashCode() - Method in class com.jivesoftware.forum.database.DbForumThread
 
hashCode() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
hashCode() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
hashCode() - Method in class com.jivesoftware.forum.database.DbQuery
 
hashCode() - Method in class com.jivesoftware.forum.database.DbRating
 
hashCode() - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
hashCode() - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
hashCode() - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
hashCode() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
hashCode() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
hashCode() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
hashCode() - Method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
 
hashCode() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
hashCode() - Method in class com.jivesoftware.forum.database.SessionQuery
 
hashCode() - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
hashCode() - Method in class com.jivesoftware.forum.event.CategoryEvent
 
hashCode() - Method in class com.jivesoftware.forum.event.ForumEvent
 
hashCode() - Method in class com.jivesoftware.forum.event.PermissionEvent
 
hashCode() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
 
hashCode() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
hashCode() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
hashCode() - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
hashCode() - Method in class com.jivesoftware.forum.nntp.NewsGroupName
 
hashCode() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
hashCode() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
hashCode() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
hashCode() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
hashCode() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
hashCode() - Method in class com.jivesoftware.forum.QueryResult
 
hashCode() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
hashCode() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
hashCode() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
hashCode() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
hashCode() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
hashCode() - Method in class com.jivesoftware.forum.ResultFilter
 
hashCode() - Method in class com.jivesoftware.forum.util.Identifier
 
hashCode() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
hashCode() - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
hashCode() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
hashCode() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
hashCode() - Method in class com.jivesoftware.forum.webservices.attributes.Cacheable
 
hashCode() - Method in class com.jivesoftware.forum.webservices.attributes.ClearCache
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Forum
 
hashCode() - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
hashCode() - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
hashCode() - Method in class com.jivesoftware.forum.webservices.ForumThread
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Group
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Locale
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Property
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Query
 
hashCode() - Method in class com.jivesoftware.forum.webservices.ResultFilter
 
hashCode() - Method in class com.jivesoftware.forum.webservices.User
 
hashCode() - Method in class com.jivesoftware.forum.webservices.Watch
 
hashCode() - Method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
 
hashCode() - Method in class com.jivesoftware.profiles.ProfileField
 
hashCode() - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
hashCode() - Method in class com.jivesoftware.util.CacheObject
 
hashCode() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
hashCode() - Method in class com.jivesoftware.util.CronTask
 
hashCode() - Method in class com.jivesoftware.util.CronTimer
 
hashCode() - Method in class com.jivesoftware.util.LongList
 
hashCode() - Method in class com.jivesoftware.util.RelativeDateRange
 
hasKey(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
hasLength(String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns true if the specified String is not null and has a length greater than zero.
hasNext() - Method in class com.jivesoftware.base.database.GroupIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.base.database.PollBlockIterator
 
hasNext() - Method in class com.jivesoftware.base.database.UserIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.base.GroupIteratorProxy
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.base.UserGroupIteratorProxy
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.base.UserIteratorProxy
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.AvatarIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.forum.database.DatabaseObjectIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.ForumMessageBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.ForumThreadBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.database.StatusLevelIterator
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.forum.database.StatusLevelLeaderBlockIterator
 
hasNext() - Method in class com.jivesoftware.forum.ForumMessageIterator
Returns true if this iterator has more messages when traversing the list in the forward direction.
hasNext() - Method in class com.jivesoftware.forum.ForumThreadIterator
Returns true if this iterator has more threads when traversing the list in the forward direction.
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.ArticleIterator
 
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.DotIterator
Returns true if there are more elements that can be returned from calls to next() or peek() using both the end of the underlying iterator and/or the occurance of a dot on a line by itself.
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.FFNGIteratorAdapter
 
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.FNameFilterIterator
Return true if there is a next forum with an NNTP name that matches the news group name matching filter.
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.MimeBodyPartIterator
Returns true if there is another body string left in this iterator.
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.PeekIterator
Returns true if there are more elements that can be returned from calls to next() or peek().
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.UUBeginIterator
Tests whether another line exists before the uuencoding start section.
hasNext() - Method in class com.jivesoftware.forum.nntp.spi.UUEndIterator
 
hasNext() - Method in class com.jivesoftware.forum.proxy.AnnouncementIteratorProxy
 
hasNext() - Method in class com.jivesoftware.forum.proxy.AvatarIteratorProxy
 
hasNext() - Method in class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
hasNext() - Method in class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
hasNext() - Method in class com.jivesoftware.forum.proxy.IteratorProxy
Returns true if there are more elements in the iteration.
hasNext() - Method in class com.jivesoftware.forum.proxy.QueryResultIteratorWrapper
 
hasNext() - Method in class com.jivesoftware.forum.proxy.StatusLevelIteratorProxy
 
hasNext() - Method in class com.jivesoftware.forum.renderer.util.LineIterator
 
hasNext() - Method in class com.jivesoftware.util.ClusteredCache.CacheIterator
 
hasNext() - Method in class com.jivesoftware.util.MultiIterator
Tests to see whether or not there are more items to return.
hasNextBodyPart() - Method in class com.jivesoftware.forum.nntp.spi.MimeBodyPartIterator
Returns true if there is another body part following this one.
hasNextThread() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns true if there is a thread next to (after) this one in the list of threads in the forum.
hasNonNullElement(Object[]) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns true if the specified array is not null and contains a non-null element.
hasParent(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
hasParent(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
hasParent(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns true if the child message has a parent message.
hasParent(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns true if the child message has a parent message.
hasParent(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
hasPermission(long) - Method in class com.jivesoftware.base.Permissions
Returns true if one or more of the permission types is set to true.
hasPermissionsSet(int, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
hasPostPermission() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the user has permission to post in this forum, false otherwise.
hasPrevious() - Method in class com.jivesoftware.base.database.PollBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.database.ForumMessageBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.database.ForumThreadBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
hasPrevious() - Method in class com.jivesoftware.forum.ForumMessageIterator
Returns true if this list iterator has more messages when traversing the list in the reverse direction.
hasPrevious() - Method in class com.jivesoftware.forum.ForumThreadIterator
Returns true if this list iterator has more threads when traversing the list in the reverse direction.
hasPrevious() - Method in class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
hasPrevious() - Method in class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
hasPreviousThread() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns true if there is a thread previous to this one in the list of threads in the forum.
hasRated(User, ForumMessage) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
hasRated(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
hasRated(User, ForumMessage) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
hasRated(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
hasRated(User, ForumMessage) - Method in interface com.jivesoftware.forum.RatingManager
Returns whether the user has rated the forum message or not.
hasRated(User, ForumThread) - Method in interface com.jivesoftware.forum.RatingManager
Returns whether the user has rated the forum thread or not.
hasRun() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
hasRun() - Method in class com.jivesoftware.forum.gateway.GatewayImportTask
 
hasSettings() - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
hasSFPlugin() - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
hasSpellingErrors() - Method in class com.jivesoftware.forum.action.SpellAction
 
hasStringChanged(String, String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Determines if a string has been changed.
hasSubjectChanged() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if the subject has been changed.
hasSuggestions() - Method in class com.jivesoftware.forum.action.SpellAction
 
hasTrimmedLength(String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns true if the specified String is not null and has a length greater than zero when string has been trimmed.
hasUserReportedAbuse(long, long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
hasUserReportedAbuse(long, long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
hasUserReportedAbuse(ForumMessage, User) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Checks if a user has already reported abuse for a particular message.
hasUserReportedAbuse(ForumMessage, User) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
hasUserVoted(User) - Method in class com.jivesoftware.base.database.DbPoll
 
hasUserVoted(User) - Method in interface com.jivesoftware.base.Poll
Returns true if the user specified has previously voted in the poll, false otherwise.
hasUserVoted(User) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
hasVoice() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Checks whether this user has voice privileges.
hasVoice(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Check to see if the user has voice.
hasVoted() - Method in class com.jivesoftware.forum.action.PollAction
 
HEADER_CLOSE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
HEADER_OPEN - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
headercss - Variable in class com.jivesoftware.base.admin.SidebarTag
 
HEIGHT - Static variable in class com.jivesoftware.base.registration.ImageConfirmationServlet
 
HELP_DISABLED - Static variable in class com.jivesoftware.forum.action.HelpAction
 
HelpAction - Class in com.jivesoftware.forum.action
A simple action which just lets us wrap the help page with an action.
HelpAction() - Constructor for class com.jivesoftware.forum.action.HelpAction
 
HelpResponse - Class in com.jivesoftware.forum.nntp
The help response is a set list of command understood by this server.
HIGH_PRIORITY - Static variable in class com.jivesoftware.base.stats.StatsTaskEngine
 
HIGH_PRIORITY - Static variable in class com.jivesoftware.util.TaskEngine
 
highlightResult(QueryResult, String, String) - Method in class com.jivesoftware.forum.database.DbQuery
 
highlightResult(QueryResult, String, String, String) - Method in class com.jivesoftware.forum.database.LocalQuery
 
highlightResult(QueryResult, String, String, String) - Method in class com.jivesoftware.forum.database.RemoteQuery
 
highlightResult(QueryResult, String, String) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
highlightResult(QueryResult, String, String) - Method in interface com.jivesoftware.forum.Query
Returns a title and summary with search words highlighted appropriate to the search query string.
highlightWords(String, String[], String, String) - Static method in class com.jivesoftware.util.StringUtils
Highlights words in a string.
highlightWords(String, String[], String, String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Highlights words in a string.
highWaterMark - Variable in class com.jivesoftware.util.LongHashMap
 
Histogram - Class in com.jivesoftware.base.stats
A Histogram is used to obtain a set of counts for a set of elements.
Histogram(BinSequence, Element, Element) - Constructor for class com.jivesoftware.base.stats.Histogram
Create a histogram that uses the specified binSequence.getBin() method to put incoming elements into bins as they are added.
Histogram(BinSequence) - Constructor for class com.jivesoftware.base.stats.Histogram
Create a histogram that uses the specified binSequence.getBin() method to put incoming elements into bins as they are added.
Histogram() - Constructor for class com.jivesoftware.base.stats.Histogram
Create a histogram that uses the specified binSequence.getBin() method to put incoming elements into bins as they are added.
histograms - Variable in class com.jivesoftware.base.stats.AbstractReport
 
HistogramUtils - Class in com.jivesoftware.base.stats.util
A collection of utilities for Histgram data manipulation.
HistogramUtils() - Constructor for class com.jivesoftware.base.stats.util.HistogramUtils
 
HostNameFilter - Class in com.jivesoftware.forum.renderer.filter
 
HostNameFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
HostNameFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the Email filter.
HostNameFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.HostNameFilterBeanInfo
 
HOUR - Static variable in class com.jivesoftware.base.JiveConstants
One hour (in milliseconds).
HourOfDayElementFormat - Class in com.jivesoftware.base.stats.element
Format an hour of the day as a string.
HourOfDayElementFormat(String) - Constructor for class com.jivesoftware.base.stats.element.HourOfDayElementFormat
Creates new HourOfDayElementFormat with a specified format
HourOfDayElementFormat() - Constructor for class com.jivesoftware.base.stats.element.HourOfDayElementFormat
Creates new HourOfDayElementFormat with the default format
HourOfDayReport - Class in com.jivesoftware.forum.stats.report
A report that shows the total number of messages posted per hour of day over a given date range.
HourOfDayReport() - Constructor for class com.jivesoftware.forum.stats.report.HourOfDayReport
 
HourOfDayReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean class for HourOfDayReport.
HourOfDayReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.HourOfDayReportBeanInfo
 
HSQL - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
HTML_FILTER_CONTEXT_PARAM - Static variable in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
HtmlExtractor - Class in com.jivesoftware.base.util
A parser for html.
HtmlExtractor() - Constructor for class com.jivesoftware.base.util.HtmlExtractor
Constructor
HTMLFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that takes a string which may contain HTML tags (ie, <table>, etc) and converts the '<', '>' and '&' characters to their HTML escape sequences.
HTMLFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.HTMLFilter
Creates a new default HTML filter.
HTMLFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the HTML filter.
HTMLFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.HTMLFilterBeanInfo
 
HTMLReportTemplate - Class in com.jivesoftware.base.stats
An implementation of the ReportTemplate class -- loads report data and generates HTML output.
HTMLReportTemplate() - Constructor for class com.jivesoftware.base.stats.HTMLReportTemplate
 
HTTP_STAT - Static variable in class com.jivesoftware.forum.stats.QuickStats
 
HttpCachingInterfaceProcessor - Class in com.jivesoftware.base.util
The InterfaceProcessor for DWRHandler which will add the functionality to add the last modified header and check the if modified since header.
HttpCachingInterfaceProcessor() - Constructor for class com.jivesoftware.base.util.HttpCachingInterfaceProcessor
 
HTTPPageViewsReport - Class in com.jivesoftware.forum.stats.report
Reports on the number of HTTP page views over a given time frame.
HTTPPageViewsReport() - Constructor for class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
HTTPPageViewsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the HTTPPageViewsReport class.
HTTPPageViewsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.HTTPPageViewsReportBeanInfo
 
HTTPReadStatSession - Class in com.jivesoftware.base.stats
Encapsulates a series of HTTP read stat occurrences.
HTTPReadStatSession() - Constructor for class com.jivesoftware.base.stats.HTTPReadStatSession
 
HTTPReadStatSession(String, long, Date, String, String, String, String) - Constructor for class com.jivesoftware.base.stats.HTTPReadStatSession
Creates an HTTP session given all parameters.
HTTPReadStatSession(String, Date, String, String, String, String) - Constructor for class com.jivesoftware.base.stats.HTTPReadStatSession
Creates an 'unsaved' session given all parameters but the ID.

I

I18nTag - Class in com.jivesoftware.base.tags
A JSP tag to retrieve i18n'd (internationalized) Strings based on key names.
I18nTag() - Constructor for class com.jivesoftware.base.tags.I18nTag
 
ID - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The user ID.
Identifier - Class in com.jivesoftware.forum.util
Simple JiveObject implementation that only contains the object type and object id.
Identifier(JiveObject) - Constructor for class com.jivesoftware.forum.util.Identifier
 
Identifier(int, long) - Constructor for class com.jivesoftware.forum.util.Identifier
 
IDKeyValueExtractor - Class in com.jivesoftware.forum.database.querycache
ValueExtractor which calls QueryCacheKey.getIDKey().
IDKeyValueExtractor() - Constructor for class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
 
ignore() - Method in class com.jivesoftware.util.SpellSession
Ignores the spelling mistake found for the word at the current cursor.
ignore() - Method in class com.jivesoftware.webchat.utils.SpellSession
Ignores the spelling mistake found for the word at the current cursor.
ignoreAll() - Method in class com.jivesoftware.util.SpellSession
Ignores the spelling mistake found for the word at the current cursor and all future occurrences of the mistake.
ignoreAll(List) - Method in class com.jivesoftware.util.SpellSession
Ignores the spelling mistake found for the given word and all future occurrences of the mistake.
ignoreAll() - Method in class com.jivesoftware.webchat.utils.SpellSession
Ignores the spelling mistake found for the word at the current cursor and all future occurrences of the mistake.
ignoreAll(List) - Method in class com.jivesoftware.webchat.utils.SpellSession
Ignores the spelling mistake found for the given word and all future occurrences of the mistake.
IM_PAGE - Static variable in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
IMAGE_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
IMAGE_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
IMAGE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
IMAGE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
IMAGE_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ImageConfirmationServlet - Class in com.jivesoftware.base.registration
 
ImageConfirmationServlet() - Constructor for class com.jivesoftware.base.registration.ImageConfirmationServlet
 
ImageFilter - Class in com.jivesoftware.forum.renderer.filter
Format: servlet/JiveServlet/download/1-23-456-7890/test.gif
ImageFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.ImageFilter
 
ImageFilter.NntpImageResult - Class in com.jivesoftware.forum.renderer.filter
Simple class that contains both a parsed NNTP message, as well as a mapping between CID values (String) and the attachment that is associated with that CID (Attachment).
ImageFilter.NntpImageResult(String, Map) - Constructor for class com.jivesoftware.forum.renderer.filter.ImageFilter.NntpImageResult
 
ImageFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
ImageFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.ImageFilterBeanInfo
 
ImageServlet - Class in com.jivesoftware.webchat.servlets
 
ImageServlet() - Constructor for class com.jivesoftware.webchat.servlets.ImageServlet
 
ImageUtils - Class in com.jivesoftware.webchat.util
 
ImageUtils() - Constructor for class com.jivesoftware.webchat.util.ImageUtils
 
IMAP - Static variable in class com.jivesoftware.forum.gateway.GatewayManager.Type
 
ImapGateway - Class in com.jivesoftware.forum.gateway
 
ImapGateway() - Constructor for class com.jivesoftware.forum.gateway.ImapGateway
 
ImapImporter - Class in com.jivesoftware.forum.gateway
A gateway to import to a forum with the contents of an email account or a mailing list.
ImapImporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.ImapImporter
Create a new ImapImporter instance.
IMAPMailStrategy - Class in com.jivesoftware.forum.mail
Mail checking strategy which uses the IMAP protocol to check an account and relies on the presence of IMAP specific features, like message flags indicating which messages have been seen.
IMAPMailStrategy(EmailIntegrationProvider) - Constructor for class com.jivesoftware.forum.mail.IMAPMailStrategy
 
IMAPMessage - Class in com.jivesoftware.forum.mail
Implementation of InboundMessage for IMAP protocol.
IMAPMessage(Message) - Constructor for class com.jivesoftware.forum.mail.IMAPMessage
Sole constructor
ImgReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
 
ImgReplaceRule(String, FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.ImgReplaceRule
 
IMPERSONATION - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing an impersonation abuse report.
IMPORT_INTERVAL_PROPERTY - Static variable in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
IMPORT_THREAD_POOL_SIZE - Static variable in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
IMPORT_THREAD_POOL_SIZE_PROPERTY - Static variable in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
importData(Date) - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
Import data from the data source into the specified forum.
importData(Date) - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
importData(Date) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
importData(Date) - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
importData(Date) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
importData(Date) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
importMessages(List) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Import the List of messages into the forum specified.
IMService - Class in com.jivesoftware.forum.im
Represents the various IM Services for which we show presence in the forums.
IMSettingsUtils - Class in com.jivesoftware.forum.im
Contains static utility methods for accessing XMPP configuration settings as well as other IM settings.
IN_CONTROL_PANEL - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute key used to indicate whether the current page is part of the control panel
in_grouping(char[], int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
in_grouping_b(char[], int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
IN_PROGRESS - Static variable in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
in_range(int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
in_range_b(int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
InboundMessage - Interface in com.jivesoftware.forum.mail
Simplified view of an email message which allows access only to message elements needed by the system.
include(long) - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
INCLUDE_CSS - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
INCOMPLETE - Static variable in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
incrementNumResponsesCompressed() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
incrementServicesExecutions() - Static method in class com.jivesoftware.base.search.RemoteServicesManager
Increments the number of current services been executed in this cluster service member.
incrementTotalResponsesNotCompressed() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
indexerAnalyzer - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The analyzer governs how words are tokenized.
indexerAnalyzer - Static variable in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
The analyzer governs how words are tokenized.
indexOf(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
indexOf(long) - Method in class com.jivesoftware.util.LongList
Returns the index in this list of the first occurrence of the specified value, or -1 if this list does not contain this value.
indexOfValue(Object) - Method in class com.jivesoftware.util.LongHashMap
 
InfiniteElement - Class in com.jivesoftware.base.stats.element
InfiniteElement is a special Element used to represent the largest and smallest possible elements.
INFINITY - Static variable in class com.jivesoftware.base.stats.element.InfiniteElement
 
info(String) - Static method in class com.jivesoftware.base.Log
 
info(Throwable) - Static method in class com.jivesoftware.base.Log
 
info(String, Throwable) - Static method in class com.jivesoftware.base.Log
 
INFO_EVENT - Static variable in class com.jivesoftware.base.event.LogEvent
Event type for whenever a info log event occurs.
Information - Class in com.jivesoftware.webchat.chat.group
 
Information() - Constructor for class com.jivesoftware.webchat.chat.group.Information
 
INFORMIX - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
inheritedFilters - Static variable in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
init() - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
 
init() - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Sets the default type to be ConditionalInterceptor.BEFORE.
init() - Method in class com.jivesoftware.base.action.interceptor.FlashInterceptor
 
init() - Method in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
init() - Method in class com.jivesoftware.base.action.interceptor.JiveObjectLoaderInterceptor
Does nothing in this implementation.
init(FilterConfig) - Method in class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
init(ServletConfig) - Method in class com.jivesoftware.base.action.util.JiveWebWorkServlet
 
init(ServletConfig) - Method in class com.jivesoftware.base.action.util.JSServlet
 
init(ServletConfig) - Method in class com.jivesoftware.base.action.util.ResourceLoaderServlet
Initializes parameters and starts a task which periodically checks the jiveHome directory for updated resources
init(ServletConfig) - Method in class com.jivesoftware.base.action.util.TinyMCECompressionServlet
 
init(InvocationService) - Method in class com.jivesoftware.base.database.PollDeleteClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.base.database.PollOptionRemoveClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.base.database.VoteChangeClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(FilterConfig) - Method in class com.jivesoftware.base.plugin.PluginFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.PresenceFilter
 
init(InvocationService) - Method in class com.jivesoftware.base.search.task.ServiceInvocation
 
init() - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
init(FilterConfig) - Method in class com.jivesoftware.base.stats.BytesSentFilter
Does nothing.
init(FilterConfig) - Method in class com.jivesoftware.base.stats.ReadStatsFilter
Does nothing.
init(InvocationService) - Method in class com.jivesoftware.base.stats.ReadStatsManagerClusterTask
 
init(InvocationService) - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemePutTask
 
init(InvocationService) - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemeRemoveTask
 
init(Config, Properties, DecoratorMapper) - Method in class com.jivesoftware.base.theme.ThemeDecoratorMapper
 
init(FilterConfig) - Method in class com.jivesoftware.base.theme.ThemeFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.util.ApplicationInitializedFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.util.JiveCacheFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.util.JiveMaxAgeFilter
 
init(FilterConfig) - Method in class com.jivesoftware.base.util.MaintenanceFilter
Loads the maintenance page to redirect to.
init(ServletConfig) - Method in class com.jivesoftware.base.util.MigrationServlet
 
init() - Method in class com.jivesoftware.base.util.webwork.JiveSecurityInterceptor
 
init() - Method in class com.jivesoftware.forum.action.AdminLocaleInterceptor
 
init() - Method in class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
init() - Method in class com.jivesoftware.forum.action.ForumFilterInterceptor
Does nothing.
init() - Method in class com.jivesoftware.forum.action.ForumsInterceptor
 
init() - Method in class com.jivesoftware.forum.action.JiveExceptionInterceptor
Does nothing.
init() - Method in class com.jivesoftware.forum.action.LocaleInterceptor
 
init(InvocationService) - Method in class com.jivesoftware.forum.database.DbRating.UpdateAvailableRatingsClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.forum.database.PushCategoryTreeClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.forum.database.ReloadCategoryTreeClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.forum.database.SearchClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(GatewaySettings, ForumFactory) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
init(InvocationService) - Method in class com.jivesoftware.forum.gateway.GatewayManagerClusterTask
 
init(String, String) - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
init() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderEngine
 
init() - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
init(FilterConfig) - Method in class com.jivesoftware.forum.upgrade.UpgradeFilter
 
init(ServletConfig) - Method in class com.jivesoftware.forum.util.DataExportServlet
Gets reference to the servlet context and loads the default attribute name (see class description).
init(ServletConfig) - Method in class com.jivesoftware.forum.util.JiveServlet
This method will set the "jiveHome" property if its passed in as an init parameter to this servlet.
init(InvocationService) - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
init() - Method in class com.jivesoftware.profiles.interceptor.ProfileAwareInterceptor
 
init(InvocationService) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
Called by the InvocationService exactly once on this Invocable object as part of its initialization.
init(InvocationService) - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
init() - Method in class com.jivesoftware.util.DbJiveProperties
For internal use only.
init(FilterConfig) - Method in class com.jivesoftware.util.JiveServletFilter
 
init(FilterConfig) - Method in class com.jivesoftware.util.SetRequestCharacterEncodingFilter
 
init(FilterConfig) - Method in class com.jivesoftware.util.TimerFilter
Sets the timer attribute name to the value of the 'key' init paramter if it was set.
init(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext, JspWriter) - Method in class com.jivesoftware.webchat.actions.WebBean
 
init(PageContext) - Method in class com.jivesoftware.webchat.actions.WebBean
 
init(FilterConfig) - Method in class com.jivesoftware.webchat.ErrorCatchingFilter
Loads the error page to redirect to.
init(FilterConfig) - Method in class com.jivesoftware.webchat.filter.SetCharacterEncodingFilter
 
init(ServletConfig) - Method in class com.jivesoftware.webchat.GroupChatServlet
Initialize the servlet by reading init params for smack debugging and messenger host and port.
init(ServletConfig) - Method in class com.jivesoftware.webchat.servlets.AuthServlet
 
init(ServletConfig) - Method in class com.jivesoftware.webchat.servlets.ImageServlet
 
init(ServletConfig) - Method in class com.jivesoftware.webchat.test.LoadTestServlet
Initialize the servlet by reading init params for smack debugging and messenger host and port.
initFields() - Method in class com.jivesoftware.forum.action.ForumAction
 
initialize() - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
initialize() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
initialize() - Method in class com.jivesoftware.base.EmailManager
 
initialize() - Method in class com.jivesoftware.base.GroupManagerFactory
 
initialize() - Method in interface com.jivesoftware.base.JiveManager
Initialize the manager.
initialize() - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Initializes the class loader with all configured classpath URLs.
initialize() - Method in class com.jivesoftware.base.plugin.PluginManager
Starts plugins and the plugin monitoring service.
initialize() - Method in class com.jivesoftware.base.PollManagerFactory
 
initialize() - Method in class com.jivesoftware.base.UserManagerFactory
 
initialize() - Method in class com.jivesoftware.forum.AvatarManagerFactory
 
initialize() - Method in class com.jivesoftware.forum.database.DbAnnouncementManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbDraftManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Called during application startup.
initialize() - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbQueryManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbReadTracker
 
initialize() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbTagManager
 
initialize() - Method in class com.jivesoftware.forum.database.DbWatchManager
 
initialize() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
initialize() - Method in class com.jivesoftware.forum.net.AcceptManager
 
initialize() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
initialize() - Method in class com.jivesoftware.forum.nntp.NNTPServer
 
initialize() - Method in class com.jivesoftware.forum.nntp.SessionManager
 
initialize() - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
initialize() - Method in class com.jivesoftware.forum.proxy.ForumRenderManagerProxyFactory
 
initialize() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxyFactory
 
initialize() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
initialize() - Method in class com.jivesoftware.forum.renderer.RendererFactory
 
initialize() - Method in class com.jivesoftware.forum.StatusLevelManagerFactory
 
initialize() - Method in class com.jivesoftware.forum.TagManagerFactory
 
initialize() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
 
initialize() - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
initialize() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
initialize() - Static method in class com.jivesoftware.util.CacheFactory
Starts the cluster service if clustering is enabled, and begins tracking cache statistics.
initialize() - Method in class com.jivesoftware.util.CronTaskManager
 
initialized - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
initializeInstance() - Static method in class com.jivesoftware.forum.database.DbForumFactory
 
initializePlugin(PluginManager, File) - Method in interface com.jivesoftware.base.plugin.Plugin
Initializes the plugin.
initializeSize(File) - Method in interface com.jivesoftware.base.log.RotateStrategy
Initializes the size of the strategy from the length of the given file.
initializeSize(File) - Method in class com.jivesoftware.base.log.RotateStrategyBySize
Initializes the size of the strategy from the length of the given file.
initializeXMPPConnection() - Static method in class com.jivesoftware.forum.im.IMService
Creates a connection (and logs into) to the XMPP server as specified by the current values of ForumsChatSettings.
initLog() - Static method in class com.jivesoftware.base.Log
This method is used to initialize the Log class.
initMaps(Properties) - Method in class com.jivesoftware.base.util.MigrationServlet
 
initQueryCache() - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
InlineSpellAction - Class in com.jivesoftware.forum.action
This class is designed to be called with an array of words to check and returns a string in the format: data = [ [1], [0,["suggestion1", "suggestion2"]], [2] ] Each element in the array corresponds to a passed in word, a response of 1 indicates no spelling error, a response of 0 indicates an error with suggestions and a response of 2 indicates a duplicate word.
InlineSpellAction() - Constructor for class com.jivesoftware.forum.action.InlineSpellAction
 
INSERT - Static variable in class com.jivesoftware.base.database.ProfiledConnection
Constant for INSERT database queries.
insert() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
insert(int, int, String) - Method in class com.jivesoftware.util.search.SnowballProgram
 
insert(int, int, StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
INSERT_ATTACHMENT_DATA - Static variable in class com.jivesoftware.forum.database.DbAttachment
 
INSERT_ATTACHMENT_DATA_ORACLE - Static variable in class com.jivesoftware.forum.database.DbAttachment
 
INSERT_OBJECT_READ - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
insertExtraSessions(ReadStatSession[], boolean) - Method in class com.jivesoftware.base.stats.ReadStatsManager.PersistenceTask
 
insertIntoDb() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
insertIntoDb() - Method in class com.jivesoftware.forum.database.DbContentTag
 
insertIntoDb(DbForumThread, long, Connection) - Method in class com.jivesoftware.forum.database.DbForumMessage
Inserts a new message into the database.
insertIntoDb(DbForum, Connection) - Method in class com.jivesoftware.forum.database.DbForumThread
Inserts a new thread into the database.
insertIntoDb() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
Inserts a new private message into the database.
insertIntoDb() - Method in class com.jivesoftware.forum.database.DbWatch
 
insertQueue - Static variable in class com.jivesoftware.base.database.DbPollManager
A queue for batch inserts of new votes.
installPlugin(InputStream, String) - Method in class com.jivesoftware.base.plugin.PluginManager
Installs or updates an existing plugin.
instantiateEntry() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache
 
instantiateEntry() - Method in class com.jivesoftware.forum.database.ShortTermQueryCache
 
instantiateEntry() - Method in class com.jivesoftware.util.CoherenceCache
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.AdminAuthInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Calls ActionInvocation.invoke() based on the type - it will be called either before or after the main logic of this interceptor is called.
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.FlashInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.JiveObjectLoaderInterceptor
Calls JiveObjectLoader.loadObjects() if the action implements the JiveObjectLoader interface.
intercept(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.JiveTokenSessionStoreInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.base.util.webwork.JiveSecurityInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.AdminLocaleInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.ForumFilterInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.ForumsInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.JiveExceptionInterceptor
Returns ForumActionSupport.UNAUTHORIZED if action execution results in an unauthorized exception.
intercept(ActionInvocation) - Method in class com.jivesoftware.forum.action.LocaleInterceptor
 
intercept(ActionInvocation) - Method in class com.jivesoftware.profiles.interceptor.ProfileAwareInterceptor
 
InterceptorManager - Interface in com.jivesoftware.forum
Manages interceptors.
InterceptorManagerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for InterceptorManager instances.
InterceptorManagerProxy(InterceptorManager, Permissions) - Constructor for class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
internal - Static variable in class com.jivesoftware.base.plugin.PluginManager.License
The plugin is for internal use at an organization only and is not re-distributed.
Interval - Class in com.jivesoftware.base.stats.bin
Interval is a Bin that represents an open, closed, or half-open interval.
Interval(Element, Element, boolean, boolean) - Constructor for class com.jivesoftware.base.stats.bin.Interval
Creates new Interval extending from begin to end.
IntrospectiveGroup - Interface in com.jivesoftware.base
This Group subinterface adds the ability to query what optional capabilities are supported in this Group implementation.
IntrospectiveGroupManager - Interface in com.jivesoftware.base
Interface that marks which GroupManager features a particular GroupManager implementation supports.
IntrospectiveUser - Interface in com.jivesoftware.base
This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
IntrospectiveUserManager - Interface in com.jivesoftware.base
This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation.
InvocationResult - Class in com.jivesoftware.base.search.task
An InvocationResult is created when a task has finished to be executed in a remote JVM.
InvocationResult(RemoteWorkItem) - Constructor for class com.jivesoftware.base.search.task.InvocationResult
 
invoke(MessageContext) - Method in class com.jivesoftware.forum.webservices.server.xfire.PermissionHandler
 
invoke(MessageContext) - Method in class com.jivesoftware.forum.webservices.server.xfire.ServerExceptionHandler
 
invoke(MessageContext) - Method in class com.jivesoftware.forum.webservices.server.xfire.ServiceCleanupHandler
 
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.jivesoftware.util.ClusteredCache
 
invokeAll(Collection, InvocableMap.EntryProcessor) - Method in class com.jivesoftware.util.ClusteredCache
 
invokeAll(Filter, InvocableMap.EntryProcessor) - Method in class com.jivesoftware.util.ClusteredCache
 
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.ban.interceptor.BanMessageInterceptor
Checks to see if the author or ip of the message is banned.
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
 
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
 
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
checks to see if IP is banned, moderated, or requires an email notification.
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Checks to see if the author of the message is a banned user.
invokeInterceptor(ForumMessage, int) - Method in class com.jivesoftware.forum.interceptor.VirusScanInterceptor
 
invokeInterceptor(ForumMessage, int) - Method in interface com.jivesoftware.forum.MessageInterceptor
Invokes the interceptor on the specified message.
invokeInterceptors(ForumMessage, int) - Method in class com.jivesoftware.forum.database.DbInterceptorManager
Invokes all currently-installed interceptors on the specified message.
IPInterceptor - Class in com.jivesoftware.forum.interceptor
Interceptor to take action on a message posting depending on IP address of user posting.
IPInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.IPInterceptor
 
IPInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.IPInterceptor
 
IPInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the IPInterceptor.
IPInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.IPInterceptorBeanInfo
 
isAcceptCreated() - Method in interface com.jivesoftware.forum.net.Connection
Retrieve the mechanism used to open this connection
isAcceptCreated() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
isAccountValidated(long) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Checks if a user account has been validated
isAccountValidated(long) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
isAccountValidated(long) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
isActive() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
isActive() - Method in interface com.jivesoftware.base.database.Transaction
Returns true if the transaction is active, false otherwise
isActive() - Method in class com.jivesoftware.webchat.user.UserSession
 
isActiveSession() - Method in class com.jivesoftware.webchat.chat.ChatPoller
 
isActiveSession() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if this session is still active.
isAdd() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
isAdd() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
isAddAdministratorSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isAddAdministratorSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isAddAdministratorSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether adding an administrator to this group is supported.
isAddComment() - Method in class com.jivesoftware.forum.action.EditAction
 
isAddComment() - Method in class com.jivesoftware.forum.action.OldEditAction
 
isAddContentType() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isAddContentTypeFromList() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isAddFilter() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isAddMemberSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isAddMemberSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isAddMemberSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether adding a member to this group is supported.
isAddSuccess() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
isAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isAdmin(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is an administrator of the specified category, false otherwise.
isAdmin(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is an administrator of the specified forum, false otherwise.
isAdmin() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
isAdmin() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
isAdmin() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
Return True if the user performing the search is a system administrator, false otherwise.
isAdministrator(User) - Method in class com.jivesoftware.base.database.DbGroup
 
isAdministrator(User) - Method in interface com.jivesoftware.base.Group
Returns true if the User has group administrator permissions.
isAdministrator(User) - Method in class com.jivesoftware.base.GroupAdapter
 
isAdministrator(User) - Method in class com.jivesoftware.base.GroupProxy
 
isAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
isAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
isAdministrator(User) - Method in class com.jivesoftware.base.MockGroup
 
isAdministrator() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isAdministrator() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Checks to see if this user is a room admin.
isAdministrator(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Checks to see if the user is a room admin.
isAdministratorListSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isAdministratorListSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isAdministratorListSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether returning a list of group administrators is supported.
isAdvanced() - Method in class com.jivesoftware.forum.action.SearchAction
 
isAIMPresenceEnabled() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
isAIMPresenceEnabled() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if AOL IM presence has been enabled in the admin console.
isAllowAllByDefault() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isAllowedEdition(Element) - Static method in class com.jivesoftware.base.admin.AdminConsole
Used to check to see if the element's required product and element information matches the systems product information.
isAllowedProduct(String, Element) - Static method in class com.jivesoftware.base.admin.AdminConsole
Used to check to see if the element's required product matches the passed in product.
isAllowedRole(String, Element) - Static method in class com.jivesoftware.base.admin.AdminConsole
Returns true if the specified role is allowed.
isAllowedToVote() - Method in class com.jivesoftware.forum.action.PollAction
 
isAllowExportAgain() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Return whether this gateway will allow reexporting of messages or not.
isAllowExportAgain() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Return whether this gateway will allow reexporting of messages or not.
isAllowImageResize() - Method in interface com.jivesoftware.forum.AvatarManager
Returns true if the system should attempt to resize images
isAllowImageResize() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
isAllowImageResize() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
isAllowModerator() - Method in class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
isAllowRelativeLinks() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
isAllowSymbols() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
isAllTagsRequired() - Method in class com.jivesoftware.forum.ResultFilter
Returns true if the content must be tagged with every tag contained in getTags().
isAlwaysWatchNewTopics() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
isAlwaysWatchReplies() - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
isAnnouncement() - Method in class com.jivesoftware.base.ForumObject
Whether this object is an announcement
isAnonymous() - Method in interface com.jivesoftware.base.AuthToken
Returns true if this AuthToken is the Anonymous auth token.
isAnonymous() - Method in class com.jivesoftware.base.database.DbAuthToken
 
isAnonymous() - Method in class com.jivesoftware.base.ldap.LdapAuthToken
 
isAnonymous() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
isAnonymous() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
isAnonymous() - Method in interface com.jivesoftware.forum.ForumMessage
Returns true if this message was posted anonymously.
isAnonymous() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
isAnonymous() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns true if this message was posted anonymously.
isAnonymous() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isAnonymous() - Method in class com.jivesoftware.webchat.user.UserSession
 
isAnonymousReadAllowed() - Method in class com.jivesoftware.forum.nntp.SessionManager
Flag indicating if logins are required to read content from the server.
isAnonymousXMPPConnectionEnabled() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
isArchived() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns true if this thread is archived, false otherwise.
isArchivingEnabled(Forum) - Method in interface com.jivesoftware.forum.ArchiveManager
Returns true if archiving is enabled for the specified forum.
isArchivingEnabled(Forum) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
isArchivingEnabled(Forum) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
isATagFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
isAttachmentsAllowed() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Returns true if attachments will be sent/received from clients.
isAttachmentSearchEnabled() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isAttachmentSearchEnabled() - Method in interface com.jivesoftware.forum.SearchManager
Returns true if the attachment search feature is turned on.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns true if attachments are allowed for the email transport layers.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
True if attachments are enabled, false otherwise.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.MboxImporter
Returns true if attachments are allowed.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
By default attachments are disallowed by this gateway.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
By default attachments are allowed by this gateway.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns true if attachments are allowed for the email transport layers.
isAttachmentsEnabled() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
 
isAuthenticated() - Method in class com.jivesoftware.forum.nntp.Session
Flag indicated if this session has been authenticated.
isAuthenticated() - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Returns true if the user has authenticated.
isAuthenticated() - Method in class com.jivesoftware.webchat.chat.ChatSession
Returns true if the user has logged in anonymous or with a username and password.
isAuthenticated() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if the user has logged in anonymous or with a username and password.
isAuthor(ForumThread) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is the author of the specified thread, false otherwise.
isAuthor(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is the author of the specified message, false otherwise.
isAuthorized(long) - Method in class com.jivesoftware.base.database.DbGroup
 
isAuthorized(long) - Method in class com.jivesoftware.base.database.DbPoll
 
isAuthorized(long) - Method in class com.jivesoftware.base.database.DbUser
 
isAuthorized(long) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isAuthorized(long) - Method in interface com.jivesoftware.base.Group
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in class com.jivesoftware.base.GroupAdapter
 
isAuthorized(long) - Method in class com.jivesoftware.base.GroupProxy
 
isAuthorized(long) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
isAuthorized(long) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
isAuthorized(long) - Method in class com.jivesoftware.base.ldap.LdapUser
 
isAuthorized(long) - Method in class com.jivesoftware.base.MockGroup
 
isAuthorized(long) - Method in class com.jivesoftware.base.MockUser
 
isAuthorized(long) - Method in interface com.jivesoftware.base.Poll
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in interface com.jivesoftware.base.User
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in class com.jivesoftware.base.UserProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbForum
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbForumThread
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
isAuthorized(long) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
isAuthorized(long) - Method in interface com.jivesoftware.forum.Forum
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in interface com.jivesoftware.forum.ForumCategory
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in class com.jivesoftware.forum.ForumFactory
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in interface com.jivesoftware.forum.ForumMessage
Returns true if the handle on this object has the permission specified.
isAuthorized(long) - Method in interface com.jivesoftware.forum.ForumThread
Returns true if the handle on the object has the permission specified.
isAuthorized(long) - Method in interface com.jivesoftware.forum.PrivateMessage
Returns true if the handle on this object has the permission specified.
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
isAuthorized(long) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
isAuthorized(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the current user has globally has the specified permission.
isAuthorized(long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isAuthorizedOnCategory(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the current user has the permission specified on the specified category.
isAuthorizedOnCategory(long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isAuthorizedOnForum(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the current user has the permission specified on the specified forum.
isAuthorizedOnForum(long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isAutoArchiveEnabled() - Method in interface com.jivesoftware.forum.ArchiveManager
Returns true if auto-archiving is enabled.
isAutoArchiveEnabled() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
isAutoArchiveEnabled() - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
isAutoIndexEnabled() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isAutoIndexEnabled() - Method in interface com.jivesoftware.forum.SearchManager
Returns true if auto indexing is turned on.
isAutoIndexEnabled() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns true if auto indexing is turned on.
isAutoIndexEnabled() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
isAutoLogin() - Method in class com.jivesoftware.base.action.LoginAction
Returns true if the user wants to enable auto-login, false otherwise.
isAutosaveEnabled() - Method in class com.jivesoftware.forum.database.DbDraftManager
 
isAutosaveEnabled() - Method in interface com.jivesoftware.forum.DraftManager
Determines whether or not the system has been configured to allow for autosave in text fields.
isAutosaveEnabled() - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
isAutoWatchNewTopics() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
isAutoWatchReplies() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
isAvailable(Presence) - Static method in class com.jivesoftware.webchat.utils.WebUtils
 
isAvatarEditEnabled() - Method in class com.jivesoftware.profiles.action.EditProfileAction
Returns true if the current user can edit avatars.
isAvatarsEnabled() - Method in interface com.jivesoftware.forum.AvatarManager
Returns true if the avatars feature is enabled, else false
isAvatarsEnabled() - Static method in class com.jivesoftware.forum.AvatarManagerFactory
 
isAvatarsEnabled() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
isAvatarsEnabled() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
isBankEnabled() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
isBankEnabled() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
isBankEnabled() - Method in interface com.jivesoftware.forum.RewardManager
Returns true if bank points are enabled.
isBanned() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isBanningEnabled() - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
isBanningEnabled() - Method in interface com.jivesoftware.base.ban.BanManager
Checks if the ban feature is enabled
isBanningEnabled() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
isBatchingEnabled() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
isBatchUpdatesSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isBlackListEnabled() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
isBlocked() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isBlocked(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Checks to see if a user is blocked.
isBody() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
isBusy() - Method in interface com.jivesoftware.forum.ArchiveManager
Returns true if the archiving process is currently running.
isBusy() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
isBusy() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isBusy() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
isBusy() - Method in class com.jivesoftware.forum.gateway.GatewayImportTask
 
isBusy() - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
isBusy() - Method in interface com.jivesoftware.forum.SearchManager
Returns true if the search manager is currently busy with an search indexing task.
isBusy() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns true if the search manager is currently busy with an search indexing task.
isBusy() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
isCachingEnabled() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Returns true if caching is enabled for this service.
isCancel() - Method in class com.jivesoftware.base.action.LoginAction
 
isCancel() - Method in class com.jivesoftware.forum.action.AnnounceDeleteAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.AnnounceExpireAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.OldPostAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.PollDeleteAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.PollExpireAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.PollPostAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.PostAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Indicates the user wants to cancel.
isCancel() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
isCaseSensitive() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns whether or not string matching is case sensitive.
isCatAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isCategory() - Method in class com.jivesoftware.base.ForumObject
Whether this object is a forum category
isCategoryAnnounce() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns true if this announcement is a forum announcment, false otherwise.
isCategoryPoll() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns true if this is a category level poll, false otherwise.
isCategoryPollList() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns true if the this poll list is a list of category polls, false otherwise.
isCategoryWatched(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
isCategoryWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified category.
isClosed() - Method in interface com.jivesoftware.forum.net.Connection
Retrieve the closed state of the Session.
isClosed() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
isClosed() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
isClosed() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if the connection is closed.
isClusteringEnabled() - Static method in class com.jivesoftware.util.CacheFactory
Returns true if cache clustering is enabled.
isCompressing() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
isConnected() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
isConnected(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
isContainsEmptyTag() - Method in class com.jivesoftware.forum.renderer.filter.rules.EmptyNodeRemovalRule
 
isCopyGlobalFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isCopyToSent() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
isCountUsers() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Indicates if the user count should be included.
isCreateGroupSupported() - Method in class com.jivesoftware.base.database.DbGroupManager
Indicate that createGroup(String name) is supported by default.
isCreateGroupSupported() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
isCreateGroupSupported() - Method in class com.jivesoftware.base.GroupManagerProxy
 
isCreateGroupSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroupManager
Indicates whether the GroupManager supports creating groups via the createGroups() method.
isCreateGroupSupported() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
isCreateUserSupported() - Method in class com.jivesoftware.base.database.DbUserManager
 
isCreateUserSupported() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
Indicates whether user creation (createUser(String username, String password, String email)) is supported.
isCreateUserSupported() - Method in class com.jivesoftware.base.ldap.LdapUserManager
Creation of users in ldap implementation is not supported
isCreateUserSupported() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isCreateUserSupported() - Method in class com.jivesoftware.base.UserManagerProxy
 
isCrossPostingAllowed() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Returns true if cross-posting is allowed.
isCustomAvatarsEnabled() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
isCutOffDateDisabled() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
isDaemon() - Method in class com.jivesoftware.base.search.task.TaskWithNoResult
 
isDatabaseModeEnabled() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns true if the binary attachment data is stored in the database.
isDatabaseModeEnabled() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
isDatabaseModeEnabled() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
isDatabaseModeEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if the binary attachment data is stored in the database.
isDatabaseModeEnabled() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
isDatetime() - Method in class com.jivesoftware.profiles.ProfileField
Indicates whether this profile field is of type DATETIME
isDebugEnabled() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns true if LDAP connection debugging is turned on.
isDebugEnabled() - Static method in class com.jivesoftware.base.Log
 
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns true if debugging is turned on for the email transport layers.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
True if debug is enabled, false otherwise.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.MboxImporter
Returns true if debugging is turned on for the Mbox transport layer.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Returns true if debugging is turned on for the NNTP transport layer.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns true if debugging is turned on for the NNTP transport layer.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns true if debugging is turned on for the email transport layers.
isDebugEnabled() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns true if debugging is turned on for the email transport layers.
isDebugMode() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Checks if the virus scanner is running in debug mode.
isDefaultAutoWatchReplies() - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
isDefaultAutoWatchTopics() - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
isDefaultOption() - Method in class com.jivesoftware.profiles.ProfileFieldOption
Gets whether or not this option is to be selected by default.
isDelete() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
isDelete() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
isDeleteAllFilters() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isDeleteEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns true if the IMAP delete flag is set.
isDeleteEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns true if data will be deleted from the store after being read.
isDeleteEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns true if the POP3 delete flag is set.
isDeleteGroupSupported() - Method in class com.jivesoftware.base.database.DbGroupManager
Indicate that deleteGroup(Group group) is supported by default.
isDeleteGroupSupported() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
isDeleteGroupSupported() - Method in class com.jivesoftware.base.GroupManagerProxy
 
isDeleteGroupSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroupManager
Indicates whether the GroupManager supports deleting groups via the deleteGroups() method.
isDeleteGroupSupported() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
isDeleteSubqueriesSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isDeleteUserSupported() - Method in class com.jivesoftware.base.database.DbUserManager
 
isDeleteUserSupported() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
Indicates whether user deletion (deleteUser(User user)) is supported.
isDeleteUserSupported() - Method in class com.jivesoftware.base.ldap.LdapUserManager
true, however ldap will remain unaffected
isDeleteUserSupported() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isDeleteUserSupported() - Method in class com.jivesoftware.base.UserManagerProxy
 
isDisableCutOffDate() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
isDisableCutOffDate() - Method in interface com.jivesoftware.forum.gateway.Gateway
 
isDisableCutOffDate() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
isDisabled() - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
isDisplayable() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
isDisplayable() - Method in class com.jivesoftware.forum.renderer.impl.AbstractClassicRegexTokenRenderFilter
 
isDisplayable() - Method in class com.jivesoftware.forum.renderer.impl.AbstractJiveClassicRenderFilter
 
isDisplayPerThread() - Method in class com.jivesoftware.forum.action.SearchAction
 
isDotAll() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
isDoTask() - Method in class com.jivesoftware.util.CancellableRunnable
 
isDoubleWords() - Method in class com.jivesoftware.forum.action.SpellAction
 
isDraftEnabled() - Method in class com.jivesoftware.forum.action.OldPostAction
Indicates whether or not drafts are enabled.
isDraftEnabled() - Method in class com.jivesoftware.forum.action.PollPostAction
Indicates whether or not drafts are enabled.
isDraftEnabled() - Method in class com.jivesoftware.forum.action.PostAction
Indicates whether or not drafts are enabled.
isDraftEnabled() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Indicates whether or not drafts are enabled.
isDraftExists() - Method in class com.jivesoftware.forum.action.OldPostAction
Indicates whether or not the user has a draft.
isDraftExists() - Method in class com.jivesoftware.forum.action.PollPostAction
Indicates whether or not the user has a draft.
isDraftExists() - Method in class com.jivesoftware.forum.action.PostAction
Indicates whether or not the user has a draft.
isDraftExists() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Indicates whether or not the user has a draft.
isEdit() - Method in class com.jivesoftware.forum.action.AttachAction
 
isEdit() - Method in class com.jivesoftware.forum.action.EditAction
Returns true always to indicate that this action is for message editing.
isEdit() - Method in class com.jivesoftware.forum.action.EditAttachAction
 
isEdit() - Method in class com.jivesoftware.forum.action.OldEditAction
Returns true always to indicate that this action is for message editing.
isEdit() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns false always.
isEdit() - Method in class com.jivesoftware.forum.action.PostAction
Returns false always.
isEditable() - Method in class com.jivesoftware.profiles.ProfileField
Gets whether or not this profile field is editable by the user.
isEditMode() - Method in class com.jivesoftware.profiles.action.ViewProfile
 
isEditStampRequired() - Method in class com.jivesoftware.forum.action.EditAction
Returns true if the user is a system admin or moderator, and edit stamps must accompany changes by a moderator.
isEditStampRequired() - Method in class com.jivesoftware.forum.action.OldEditAction
 
isEditStampRequired() - Method in class com.jivesoftware.forum.action.PostAction
Returns false always.
isEditStampRequired() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
Returns if the editStamp is required to be set when moderators edit messages.
isEmail() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
isEmailAlertEnabled() - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Returns true if moderation email alerts enabled.
isEmailAlertEnabled() - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
isEmailEnabled() - Method in class com.jivesoftware.forum.action.UserSearch
 
isEmailEnabled() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isEmailNotifyEnabled() - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
isEmailNotifyEnabled() - Method in interface com.jivesoftware.base.ban.BanManager
Gets the comma-delimited list of email addresses to notify when a user with with ban level notify posts a message.
isEmailNotifyEnabled() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
isEmailPrefEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
True if a user's privacy setting on their email address should be obeyed when doing an export.
isEmailPrefEnabled() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns true if a user's privacy setting on their email address should be obeyed when doing an export.
isEmailToUserMappingEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
True if email address -> user mapping is enabled, false otherwise.
isEmailToUserMappingEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
True if email address -> user mapping is enabled, false otherwise.
isEmailToUserMappingEnabled() - Method in class com.jivesoftware.forum.gateway.MboxImporter
True if email address -> user mapping is enabled, false otherwise.
isEmailToUserMappingEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
True if email address -> user mapping is enabled, false otherwise.
isEmailToUserMappingEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
True if email address -> user mapping is enabled, false otherwise.
isEmailVisible() - Method in class com.jivesoftware.base.database.DbUser
 
isEmailVisible() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isEmailVisible() - Method in class com.jivesoftware.base.ldap.LdapUser
 
isEmailVisible() - Method in class com.jivesoftware.base.MockUser
 
isEmailVisible() - Method in interface com.jivesoftware.base.User
Returns true if the user has chosen to make her email visible to other users.
isEmailVisible() - Method in class com.jivesoftware.base.UserProxy
 
isEmailVisible() - Method in class com.jivesoftware.forum.webservices.User
Returns true if the user has chosen to make her email visible to other users.
isEmailVisible() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isEmailVisible() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Determines whether or not user email addresses are visible when performing a user search.
isEmailVisible() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
isEmpty() - Method in class com.jivesoftware.base.action.util.JiveStaticModels
 
isEmpty() - Method in class com.jivesoftware.forum.database.QueryCache
 
isEmpty() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
isEmpty() - Method in class com.jivesoftware.forum.webservices.Cache
 
isEmpty() - Method in class com.jivesoftware.util.CacheWrapper
 
isEmpty() - Method in class com.jivesoftware.util.CircularLinkedList
Returns true if the circular linked list is empty.
isEmpty() - Method in class com.jivesoftware.util.ClusteredCache
 
isEmpty() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
isEmpty() - Method in class com.jivesoftware.util.DbJiveProperties
 
isEmpty() - Method in class com.jivesoftware.util.DefaultCache
 
isEmpty() - Method in class com.jivesoftware.util.LongHashMap
Returns true if the receiver contains no (key,value) associations.
isEmpty() - Method in class com.jivesoftware.util.LRUCache
 
isEmpty() - Method in class com.jivesoftware.util.XMLJiveProperties
 
isEmptyList() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtain flag indicating if the LIST and NEWGROUPS command should return an empty response.
isEmptyNewNews() - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Obtain a flag indicating if the NEWNEWS command should return an empty response.
isEnabled() - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
isEnabled() - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Returns true if the open question monitoring feature is enabled for the Category or Forum this instance is associated with.
isEnabled() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Returns true if forums is configured to check for incoming mail.
isEnabled() - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
isEnabled() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
isEnabled() - Method in interface com.jivesoftware.forum.renderer.RenderFilter
Returns true if the filter is enabled, false otherwise.
isEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
Returns true if the filter should be enabled by default, false otherwise.
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.ImageFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
isEnabledByDefault() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
isEnableThumbs() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isEnableUserReports() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
isEnableUserReports() - Method in interface com.jivesoftware.base.stats.ReportManager
Returns true if user reports should be run (admins might wish to disable them if their system is integrated with a 3rd party user system).
isError() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
isErrorEnabled() - Static method in class com.jivesoftware.base.Log
 
isExceeded() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
isExcludeUserAgentPatterns() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
isExistingTransaction() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
isExistingTransaction() - Method in interface com.jivesoftware.base.database.Transaction
Returns true if the transaction was previously started, false otherwise
isExpirable() - Method in class com.jivesoftware.forum.database.DbWatch
 
isExpirable() - Method in interface com.jivesoftware.forum.Watch
Returns whether this watch is expirable or not.
isExpirable() - Method in class com.jivesoftware.forum.webservices.Watch
Returns whether this watch is expirable or not.
isExpired() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.Entry
 
isExpired() - Method in class com.jivesoftware.forum.database.ShortTermQueryCache.Entry
 
isExportAnnouncementsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates whether or not announcements will be exported.
isExportAttachmentsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Resturns whether or not attachments should be exported
isExportEnabled() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
isExportEnabled() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns true if exporting is enabled in this gateway.
isExportEnabled() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
isExportEnabled() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
isExportForumsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates if forums will be exported.
isExportGroupsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates if groups will be exported.
isExportIDsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates if IDs will be exported.
isExportJivePropertiesEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns whether or not jive properties are being exported
isExportPermsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates if all permissions (that includes global and per-forum permissions) will be exported.
isExportPollsEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates whether or not polls will be exported.
isExportPrivateMessagesEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Returns whether private messages are being exported
isExportUsersEnabled() - Method in class com.jivesoftware.forum.database.DbDataExport
Indicates if users will be exported.
isExtraStartupPropertyReadOnly(String) - Static method in class com.jivesoftware.base.util.StartupContent
Checks if an extra startup property is read only.
isFailedLookup(String) - Method in class com.jivesoftware.base.action.JiveActionSupport
Lookup cache - this should be used if you want to note and remember a lookup on a field.
isFetchSizeSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isFilterable() - Method in class com.jivesoftware.profiles.ProfileField
Gets whether or not this profile field is filterable.
isFilterHTMLEnabled() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isFilterHTMLEnabled() - Method in interface com.jivesoftware.forum.SearchManager
Determines whether to filter out HTML when indexing and retrieving messages.
isFinished() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
isFinished() - Method in interface com.jivesoftware.util.PollableRunnable
A simple call back method which will be called when the task has completed.
isForceIDLinks() - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
Returns true if all links are to be outputted as ID's.
isForum() - Method in class com.jivesoftware.base.ForumObject
Whether this object is a forum
isForumAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isForumAnnounce() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns true if this announcement is a category announcment, false otherwise.
isForumIntegrated(Forum) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
isForumPoll() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns true if this is a forum level poll, false otherwise.
isForumPollList() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns true if the this poll list is a list of forum polls, false otherwise.
isForumSelected() - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Returns true if a specific forum was selected by passing a forumID in the request
isForumWatched(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
isForumWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified forum.
isForward() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
isFromAddressOnly() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Returns true if the default from address should be used exclusively when sending email, ignoring the user's preferences.
isFull() - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Returns true if the full body content of the announcement should be returned, false otherwise.
isFull() - Method in class com.jivesoftware.forum.action.rss.RSSMessages
Indicates if the full message body content should be returned or just a summary.
isFull() - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
Indicates if the full message body content should be returned or just a summary.
isFull() - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
isFull() - Method in class com.jivesoftware.forum.action.rss.RSSThreads
Indicates if the full message body content should be returned or just a summary.
isFullListingEnabled() - Method in class com.jivesoftware.forum.action.rss.RSSForums
Returns the full list of forums if there are no categories or forums specified.
isGetAdministratorCountSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isGetAdministratorCountSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isGetAdministratorCountSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether getting a count of administrators is supported.
isGetMemberCountSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isGetMemberCountSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isGetMemberCountSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether getting a count of members is supported.
isGetPasswordHashSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isGetPasswordHashSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isGetPasswordHashSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether retrieving a password hash is supported for this user.
isGetPasswordHashSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
false, not supported in ldap implementation
isGetPasswordHashSupported() - Method in class com.jivesoftware.base.UserProxy
 
isGetUserCountSupported() - Method in class com.jivesoftware.base.database.DbUserManager
 
isGetUserCountSupported() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
Indicates whether getting a count of all users (getUserCount()) is supported.
isGetUserCountSupported() - Method in class com.jivesoftware.base.ldap.LdapUserManager
supported, returns true
isGetUserCountSupported() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isGetUserCountSupported() - Method in class com.jivesoftware.base.UserManagerProxy
 
isGetUserFromEmailAddressSupported() - Method in class com.jivesoftware.base.database.DbUserManager
 
isGetUserFromEmailAddressSupported() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
Indicates whether retrieving a user for an email address (getUserFromEmailAddress(String emailAddr)) is supported.
isGetUserFromEmailAddressSupported() - Method in class com.jivesoftware.base.ldap.LdapUserManager
supported, returns true
isGetUserFromEmailAddressSupported() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isGetUserFromEmailAddressSupported() - Method in class com.jivesoftware.base.UserManagerProxy
 
isGetUserGroupsSupported() - Method in class com.jivesoftware.base.database.DbGroupManager
Indicate that getUserGroups(User user) is supported by default.
isGetUserGroupsSupported() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
isGetUserGroupsSupported() - Method in class com.jivesoftware.base.GroupManagerProxy
 
isGetUserGroupsSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroupManager
Indicates whether the GroupManager supports getting a listing of all groups for a given user via the getUserGroups() method.
isGetUserGroupsSupported() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
isGold() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the exact version is Gold
isGoldOrGreater() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the edition is gold edition or a greater version
isGroupAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isGroupChatEnabled() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if XMPP integration is enabled.
isGroupIntegrated(Group) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
isGroupListSupported() - Method in class com.jivesoftware.base.database.DbGroupManager
Indicate that getGroups() is supported by default.
isGroupListSupported() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
isGroupListSupported() - Method in class com.jivesoftware.base.GroupManagerProxy
 
isGroupListSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroupManager
Indicates whether the GroupManager supports getting a listing of all groups via the getGroups() method.
isGroupListSupported() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
isGuest() - Method in class com.jivesoftware.base.action.JiveActionSupport
Returns true if the page user is a guest or false if they're logged in.
isGuestChatEnabled() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
isGuestChatEnabled() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if guest group chat (which requires no login) is enabled.
isHasVoice() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isHeader() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
isHeader() - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
isHeadingsEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isHideEmail() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns true if the poster's email should be hidden when a gateway message is imported, false otherwise.
isHideName() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns true if the poster's name should be hidden when a gateway message is imported, false otherwise.
isHostInBlackList(String) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
isHostInWhiteList(String) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
isHtml() - Method in class com.jivesoftware.forum.database.DbForumMessage
 
isHtml() - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
isHtml() - Method in interface com.jivesoftware.forum.ForumMessage
Returns true if this body of this message contains HTML.
isHtml() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
isHumanValidationEnabled() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Returns true if the human input validation feature is turned on.
isHumanValidationEnabled() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
isHumanValidationEnabled() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
isImAdministrator() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isImagePreviewEnabled() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns true if image preview support is enabled.
isImagePreviewEnabled() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
isImagePreviewEnabled() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
isImagePreviewEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if image preview support is enabled.
isImagePreviewEnabled() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
isImagePreviewRatioEnabled() - Method in interface com.jivesoftware.forum.AttachmentManager
Returns true if the aspect ratio of thumbnails should be preserved.
isImagePreviewRatioEnabled() - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
isImagePreviewRatioEnabled() - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
isImagePreviewRatioEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if the aspect ratio of thumbnails should be preserved.
isImagePreviewRatioEnabled() - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
isImagesEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isImModerator() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isImportEnabled() - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
isImportEnabled() - Method in interface com.jivesoftware.forum.gateway.Gateway
Returns true if importing is enabled in this gateway.
isImportEnabled() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
isImportEnabled() - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
isImportHtmlEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
True if if the importation of html email is enabled, false otherwise.
isImportHtmlEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
True if if the importation of html email is enabled, false otherwise.
isImportHtmlEnabled() - Method in class com.jivesoftware.forum.gateway.MboxImporter
True if if the importation of html email is enabled, false otherwise.
isImportHtmlEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
True if if the importation of html email is enabled, false otherwise.
isImportHtmlEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
True if if the importation of html email is enabled, false otherwise.
isImporting() - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
 
isImporting() - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
isImporting() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Not implemented throws UnsupportedOperation exception
isImporting() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
isImporting() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
isImporting() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
isInChat() - Method in class com.jivesoftware.webchat.chat.ChatSession
 
isIndeterminate() - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
isIndeterminate() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
isIndeterminate() - Method in interface com.jivesoftware.util.PollableRunnable
Returns true if we are unable to determine the progress being made, false othewise.
isInDistribution(NewsGroupName) - Method in class com.jivesoftware.forum.nntp.NewsGroupName
Determines if this name is in the given distribution.
isInfoEnabled() - Static method in class com.jivesoftware.base.Log
 
isInGroupChat() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if the Group Chat is active.
isInitialized() - Static method in class com.jivesoftware.base.LocaleManagerFactory
 
isInitialized() - Static method in class com.jivesoftware.base.util.ApplicationInitializedFilter
Returns true if the application has initialized, false otherwise.
isInitialized() - Static method in class com.jivesoftware.forum.database.DbForumFactory
 
isInProgress() - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Returns true if the upload is in progress, false otherwise.
isInRange(int) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
isInRange(int, StatusLevel) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
isInRange(int) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
isInRange(int) - Method in interface com.jivesoftware.forum.StatusLevel
Used to check to see if a point value is in the range for this status level
isJiveForumUploadSizeLimitExceeded() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the request size limit was exceeded.
isJiveUserManager() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
isKicked() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isKnownType(int) - Static method in class com.jivesoftware.forum.database.DatabaseObjectLoader
Returns true if the provided type a type that this class knows how to load, false otherwise.
isLdapUserManager() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
isLdapUserManager() - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
isLeaf(ForumMessage) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
isLeaf(ForumMessage) - Method in class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
isLeaf(ListItem) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns true if the tree node is a leaf.
isLeaf(ForumMessage) - Method in interface com.jivesoftware.forum.TreeWalker
Returns true if node is a leaf.
isLeaf(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns true if node is a leaf.
isLeaf(long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
isLeaf(long) - Method in class com.jivesoftware.util.LongTree
Returns true if the tree node is a leaf.
isLeapYear(int) - Method in class com.jivesoftware.util.CronTimer
 
isLinkNewWindowEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isLinksEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isListsEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isLocked() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns true if this thread is locked, false otherwise.
isLoggable(LogRecord) - Method in class com.jivesoftware.base.log.LevelFilter
 
isLogin() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
isMarkAsQuestion() - Method in class com.jivesoftware.forum.action.OldPostAction
Indicates whether or not the user wants to mark this posting as a question.
isMarkAsQuestion() - Method in class com.jivesoftware.forum.action.PostAction
Indicates whether or not the user wants to mark this posting as a question.
isMaxRowsSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isMember(User) - Method in class com.jivesoftware.base.database.DbGroup
 
isMember(User) - Method in interface com.jivesoftware.base.Group
Returns true if if the User is a member of the group.
isMember(User) - Method in class com.jivesoftware.base.GroupProxy
 
isMember(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
isMember(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
isMember(User) - Method in class com.jivesoftware.base.MockGroup
 
isMembersSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isMembersSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isMembersSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether returning a list of group members is supported.
isMessage() - Method in class com.jivesoftware.base.ForumObject
Whether this object is a message
isMessageID(String) - Static method in class com.jivesoftware.forum.nntp.MessageID
Determines if the given string is a valid Message-ID or not.
isMessageinInsertCache(List, String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
isMessageModerationOn(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returs true if message-level moderation is enabled for this forum, false otherwise.
isMessageWithAttachments(Message) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Utility method to check to see if a Message object contains attachments or not.
isMisspelledWords() - Method in class com.jivesoftware.forum.action.SpellAction
 
isModeEnabled(long) - Method in class com.jivesoftware.base.database.DbPoll
 
isModeEnabled(long) - Method in interface com.jivesoftware.base.Poll
Returns true if the mode specified is enabled for the poll, false otherwise.
isModeEnabled(long) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
isModerated() - Method in interface com.jivesoftware.forum.nntp.NewsGroup
Returns true if the news group is moderated.
isModerated() - Method in class com.jivesoftware.forum.nntp.spi.FForumNewsGroupAdapter
 
isModerateUserAvatars() - Method in interface com.jivesoftware.forum.AvatarManager
Returns whether or not user avatars will be moderated.
isModerateUserAvatars() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
isModerateUserAvatars() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
isModerationEnabled() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
isModerationEnabled() - Method in class com.jivesoftware.forum.database.DbForumFactory
 
isModerator() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isModerator() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns true if the user is a moderator, or if the user has the announcement permission and the current announcement was authored by the user.
isModerator(ForumCategory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is a moderator of the specified category.
isModerator(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is a moderator of the specified forum.
isModerator() - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
isModerator() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Returns true if this user is a moderator.
isModerator(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Check to see if the nickname is a moderator.
isModified(HttpServletRequest, byte[], long) - Static method in class com.jivesoftware.util.ServletUtils
Checks to see if the request script has been modified since the last time the given browser has requested the script based on the 'If-Modified-Since' and 'If-None-Match' headers.
isModified(HttpServletRequest, long, long) - Static method in class com.jivesoftware.util.ServletUtils
Checks to see if the request script has been modified since the last time the given browser has requested the script based on the 'If-Modified-Since' and 'If-None-Match' headers.
isModUserAvatars() - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
isMultiPart(HttpServletRequest) - Static method in class com.jivesoftware.forum.action.AttachAction
A utility method to determine if the given request is of the multipart content-type.
isMultiple() - Method in class com.jivesoftware.forum.action.UserPicker
 
isName() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
isNamedSequencesSupportd() - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
 
isNamedSequencesSupported() - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
isNamedSequencesSupported() - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
isNamedSequencesSupported() - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
isNamedSequencesSupported() - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
isNamedSequencesSupported() - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
isNameEnabled() - Method in class com.jivesoftware.forum.action.UserSearch
 
isNameEnabled() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isNameVisible() - Method in class com.jivesoftware.base.database.DbUser
 
isNameVisible() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isNameVisible() - Method in class com.jivesoftware.base.ldap.LdapUser
 
isNameVisible() - Method in class com.jivesoftware.base.MockUser
 
isNameVisible() - Method in interface com.jivesoftware.base.User
Returns true if the user has chosen to make her name visible to other users.
isNameVisible() - Method in class com.jivesoftware.base.UserProxy
 
isNameVisible() - Method in class com.jivesoftware.forum.webservices.User
Returns true if the user has chosen to make her name visible to other users.
isNew(ForumCategory, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns true if the category has been modified since the specified time.
isNew(Forum, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns true if the forum has been modified since the specified time.
isNew(ForumThread, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns true if the forum thread has been modified since the specified time.
isNew(ForumMessage, Date) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns true if the forum message has been modified since the specified time.
isNewFragment(Token) - Method in class com.jivesoftware.util.search.NullFragmenter
 
isNewUser() - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
isNewWindowEnabled() - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
isNobrEnabled() - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
isNoBrEnabled() - Method in class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
isNobrEnabled() - Method in class com.jivesoftware.forum.renderer.filter.rules.NewlineTextFilter
 
isNoLoginRedirect() - Method in class com.jivesoftware.forum.action.Accountbox
 
isNot() - Method in class com.jivesoftware.forum.nntp.Wildmat
Determines if the match results on it's inverse is in the match set.
isNotEvil(String) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkUtils
 
isNotificationEnabled() - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
isNotifyUserEnabled() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Checks if notify user has been enabled
isNotNull(String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Check to see if string has been assigned a value.
isNumValue(ThemeMap) - Method in class com.jivesoftware.base.theme.AbstractThemeManager
Returns true if the themeMap is using a number value, false if it's using a string value.
isNumValue(ThemeMap) - Method in class com.jivesoftware.forum.theme.ForumThemeManager
 
isOnline(User) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
isOnline(User) - Method in interface com.jivesoftware.base.PresenceManager
Returns whether the user is currently online or not.
isOnline(User) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
isOnlyFltrBlksEnabled() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Returns true if HTML filtering will only occur inside of [html] blocks or not.
isOpenWindow() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns true if link clicks should pen a new window.
isOrderedList() - Method in class com.jivesoftware.base.stats.model.DataTable
 
isOverwrite() - Method in class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
isPluginDownloaded(String) - Method in class com.jivesoftware.base.plugin.PluginManager
Returns true if the specified filename, that belongs to a plugin, exists.
isPmEnabled() - Method in class com.jivesoftware.forum.action.Accountbox
 
isPoll() - Method in class com.jivesoftware.base.ForumObject
Whether this object is a poll
isPollActive() - Method in class com.jivesoftware.forum.action.PollAction
 
isPollExpired() - Method in class com.jivesoftware.forum.action.PollAction
 
isPooled() - Method in interface com.jivesoftware.base.database.ConnectionProvider
Returns true if this connection provider provides connections out of a connection pool.
isPooled() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
isPooled() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
isPooled() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
isPooled() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
isPosixMode() - Method in class com.jivesoftware.base.ldap.LdapManager
Return true if the LDAP server is operating in Posix mode.
isPost() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
isPostedFromGUIEditor() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the content being posted was posted from the GUI editor.
isPostingOK() - Method in class com.jivesoftware.forum.nntp.Session
Flag indicating if posting is ok or not.
isPresencesEnabled() - Method in class com.jivesoftware.base.database.DbPresenceManager
 
isPresencesEnabled() - Method in interface com.jivesoftware.base.PresenceManager
Returns whether presences are enabled on a global basis or not.
isPresencesEnabled() - Method in class com.jivesoftware.base.PresenceManagerProxy
 
isPreserveAspect() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isPrivateMessage() - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
isPrivateMessagesEnabled() - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
isPrivateMessagesEnabled() - Method in interface com.jivesoftware.forum.PrivateMessageManager
Returns true if the feature is enabled, false otherwise.
isPrivateMessagesEnabled() - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
isPrivateMessagesEnabled() - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns true if the feature is enabled, false otherwise.
isPrivateMessagesEnabled() - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Returns whether or not Private Messaging is enabled or disabled.
isProfessional() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the professional version is gold
isProfessionalOrGreater() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the edition is professional edition or a greater version
isProfile() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
isProfileEnabled() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isProfilingEnabled() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns true if connection profiling is turned on.
isProfilingEnabled() - Static method in class com.jivesoftware.util.profile.Profiler
 
isProperty() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
isPropertyEditSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isPropertyEditSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isPropertyEditSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isPropertyEditSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether the property methods (get, set, delete, etc.) are supported.
isPropertyEditSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether the property methods (get, set, delete, etc.) are supported.
isPropertyEditSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
supported, returns true
isPropertyEditSupported() - Method in class com.jivesoftware.base.UserProxy
 
isQuote() - Method in class com.jivesoftware.forum.action.OldPostAction
 
isRatingsEnabled() - Method in class com.jivesoftware.forum.database.DbRatingManager
 
isRatingsEnabled() - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
isRatingsEnabled() - Method in interface com.jivesoftware.forum.RatingManager
Returns true if the rating feature is turned on.
isRead() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
isRead() - Method in interface com.jivesoftware.forum.PrivateMessage
Returns true if this message has been marked as read.
isRead() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
isReadOnly() - Method in class com.jivesoftware.base.database.DbUser
 
isReadOnly() - Method in class com.jivesoftware.base.GroupAdapter
 
isReadOnly() - Method in class com.jivesoftware.base.GroupManagerAdapter
 
isReadOnly() - Method in class com.jivesoftware.base.GroupManagerProxy
 
isReadOnly() - Method in class com.jivesoftware.base.GroupProxy
 
isReadOnly() - Method in interface com.jivesoftware.base.IntrospectiveGroup
 
isReadOnly() - Method in interface com.jivesoftware.base.IntrospectiveGroupManager
 
isReadOnly() - Method in interface com.jivesoftware.base.IntrospectiveUser
Convenience method - returns true if the user is in a 'read only' mode - that is, none of the setter methods are implemented.
isReadOnly() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
 
isReadOnly() - Method in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
isReadOnly() - Method in class com.jivesoftware.base.ldap.LdapUser
not read only, returns false
isReadOnly() - Method in class com.jivesoftware.base.ldap.LdapUserManager
returns false
isReadOnly() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isReadOnly() - Method in class com.jivesoftware.base.UserManagerProxy
 
isReadOnly() - Method in class com.jivesoftware.base.UserProxy
 
isReadonly() - Method in class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
isReadStatsEnabled() - Static method in class com.jivesoftware.base.stats.ReadStatsManager
 
isReadTrackingEnabled() - Method in class com.jivesoftware.forum.database.DbReadTracker
 
isReadTrackingEnabled() - Method in class com.jivesoftware.forum.nntp.SessionManager
Returns true if read tracking of NNTP sessions is enabled.
isReadTrackingEnabled() - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
isReadTrackingEnabled() - Method in interface com.jivesoftware.forum.ReadTracker
Returns true if read tracking is enabled, false otherwise.
isRebuild() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
isRebuild() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
isReceiveEmails() - Method in class com.jivesoftware.forum.watches.WatchSettings
 
isRecursive() - Method in class com.jivesoftware.forum.action.TagCloudAction
 
isRecursive() - Method in class com.jivesoftware.forum.ResultFilter
If true, the result filter will return content from all sub-communities of specified community, including content from sub-communities of sub-communities, etc.
isReformatTextEnabled() - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
isRegisteredChatEnabled() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
isRegisteredChatEnabled() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if registered group chat (which requires login) is enabled.
isRemoveAdministratorSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isRemoveAdministratorSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isRemoveAdministratorSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether removing a group administrator is supported.
isRemoveContentType() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isRemoveFilter() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isRemoveMemberSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isRemoveMemberSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isRemoveMemberSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether removing a group member is supported.
isReply() - Method in class com.jivesoftware.forum.action.EditAction
Returns true if the message being edited is a reply, false otherwise
isReply() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if this message is a reply to another message.
isReply() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if this message is a reply to another message.
isReply() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
isReportAbuseEnabled() - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Checks if report abuse feature is enabled.
isReportAbuseEnabled() - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
isRequired() - Method in class com.jivesoftware.profiles.ProfileField
Gets whether or not this profile field is a required field.
isResourceInTheme(String) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Checks if a file is available for the current theme.
isRewardsEnabled() - Method in class com.jivesoftware.forum.database.DbRewardManager
 
isRewardsEnabled() - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
isRewardsEnabled() - Method in interface com.jivesoftware.forum.RewardManager
Returns true if rewards are enabled, false otherwise.
isRootCategory(int, long) - Static method in class com.jivesoftware.base.ForumObject
Convenience method to test whether the type and id is the root category of the jive forums instance
isRootCategory() - Method in class com.jivesoftware.base.ForumObject
Whether the type and id is the root category of the jive forums instance
isRootCategory() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Returns true if the given category is the root, false otherwise.
isRootMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns true if the given message is the root message of the thread, false otherwise.
isRosterMember(User) - Method in class com.jivesoftware.base.database.DbRoster
 
isRosterMember(User) - Method in interface com.jivesoftware.base.Roster
Returns true if the specified user is a member of the roster, false otherwise.
isRosterMember(User) - Method in class com.jivesoftware.base.RosterProxy
 
isRotationNeeded(String, File) - Method in interface com.jivesoftware.base.log.RotateStrategy
Check if a log rotation is neccessary at this time.
isRotationNeeded(String, File) - Method in class com.jivesoftware.base.log.RotateStrategyBySize
Check if now a log rotation is neccessary.
isRunning() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Returns true if the server is currently running.
isRunning() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
isRunning() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Returns true if the server is currently running.
isRunning() - Method in class com.jivesoftware.util.AbstractPollableRunnable
 
isRunning() - Method in interface com.jivesoftware.util.PollableRunnable
Returns true if the task is running, false otherwise.
isSalesForceAgent(User) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
isSalesForceContact(User) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
isSalesForceLead(User) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
isSaveAllowSetting() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isSaveFilterSettings() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isSaveInDb() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isSaveSettings() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
isScrambleMode() - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
isScrollResultsSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isSearchable() - Method in class com.jivesoftware.profiles.ProfileField
Gets whether or not this profile field is searchable.
isSearchClusterEnabled() - Static method in class com.jivesoftware.forum.database.DbSearchManager
Returns true when searches are being actually performed in the search cluster.
isSearchEnabled() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isSearchEnabled() - Method in interface com.jivesoftware.forum.SearchManager
Returns true if the search feature is turned on.
isSearchEnabled() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns true if the profile search feature is turned on.
isSearchEnabled() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
isSecure() - Method in class com.jivesoftware.forum.net.AcceptPort
Returns true if this accept port generates natively secure connections.
isSecure() - Method in interface com.jivesoftware.forum.net.Connection
Determines if this connection is secure.
isSecure() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
isSeniorClusterMember() - Static method in class com.jivesoftware.util.CacheFactory
Returns true if this member is the senior member in the cluster.
isSession(Connection) - Method in class com.jivesoftware.forum.nntp.SessionManager
Indicates if the given connection has an associated session.
isSetDescriptionSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isSetDescriptionSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isSetDescriptionSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether modifying the group description is supported.
isSetEmailSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetEmailSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetEmailSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether setting the email address is supported for this user.
isSetEmailSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
Returns true only if in Full LDAP mode and the Jive Property "ldap.fullMode.updateDirectory.enabled" is set to "true".
isSetEmailSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetEmailVisibleSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetEmailVisibleSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetEmailVisibleSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether setting the visibility of the email address is supported for this user.
isSetEmailVisibleSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
supported, returns true
isSetEmailVisibleSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetNameSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetNameSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetNameSupported() - Method in class com.jivesoftware.base.GroupAdapter
 
isSetNameSupported() - Method in class com.jivesoftware.base.GroupProxy
 
isSetNameSupported() - Method in interface com.jivesoftware.base.IntrospectiveGroup
Indicates whether modifying the group name is supported.
isSetNameSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether setting the full name is supported for this user.
isSetNameSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
Returns true only if in Full LDAP mode and the Jive Property "ldap.fullMode.updateDirectory.enabled" is set to "true".
isSetNameSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetNameVisibleSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetNameVisibleSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetNameVisibleSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether setting the visibility of the name is supported for this user.
isSetNameVisibleSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
supported, returns true
isSetNameVisibleSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetPasswordHashSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetPasswordHashSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetPasswordHashSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether modifying the hash of the user's password is supported for this user.
isSetPasswordHashSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
false, not supported in ldap implementation
isSetPasswordHashSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetPasswordSupported() - Method in class com.jivesoftware.base.database.DbUser
 
isSetPasswordSupported() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
isSetPasswordSupported() - Method in interface com.jivesoftware.base.IntrospectiveUser
Indicates whether modifying the user's password is supported.
isSetPasswordSupported() - Method in class com.jivesoftware.base.ldap.LdapUser
false, not supported in ldap implementation
isSetPasswordSupported() - Method in class com.jivesoftware.base.UserProxy
 
isSetup() - Static method in class com.jivesoftware.base.JiveGlobals
Returns true if the application has been set up, false otherwise.
isShortTermQueryCacheEnabled() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if short term query cache is enabled, false otherwise.
isShortTermQueryCacheEnabled() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if short term query cache is enabled, false otherwise.
isShortTermQueryCacheEnabled() - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
Returns true if the short term query cache is enabled.
isShowEditStamp() - Method in class com.jivesoftware.forum.moderation.ModBean
 
isShowEmail() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
isShowName() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
isShowSignature() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
isSilver() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the exact version is silver
isSilverOrGreater() - Static method in class com.jivesoftware.forum.ForumsLicenseUtils
Returns true if the edition is silver edition or a greater version (ie gold)
isSingleGroupFilter() - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Obtains a flag indicating if the filter is for a single group.
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
isSingleTagMacro() - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
isSingleTagMacro() - Method in interface com.jivesoftware.forum.renderer.RenderMacro
Returns true is the macro has only a single tag such as {testMacro}, false if the macro should have both an opening and closing tag ({testMacro}text here{testMacro})
isSlimLayout() - Static method in class com.jivesoftware.forum.util.SkinUtils
Used to tell if we should user a slimmer layout
isSoapEnabled() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
isSoapWrite() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
isSpellSuggestOn() - Method in class com.jivesoftware.forum.action.SearchAction
 
isSQLCommandPart(String) - Method in class com.jivesoftware.forum.upgrade.tasks.AbstractDatabaseUpgradeTask
Returns true if a line from a SQL schema is a valid command part.
isSslEnabled() - Method in class com.jivesoftware.base.ldap.LdapManager
Returns true if LDAP connection is via SSL or not.
isSSLEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns true if this gateway is configured to connect to the IMAP server using an SSL encrypted connection.
isSSLEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns true if this gateway is configured to connect to the POP3 server using an SSL encrypted connection.
isSSLEnabled() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Checks to see if this gateway is configured for SSL connections to the SMTP server or not.
isSslEnabled() - Method in class com.jivesoftware.webchat.ChatSettings
 
isStale() - Method in class com.jivesoftware.util.classloader.DirectoryClassLoader
 
isStale() - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
isStateChanged() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
isStatsEnabled() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
isStatusLevelsEnabled() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
isStatusLevelsEnabled() - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
isStatusLevelsEnabled() - Method in interface com.jivesoftware.forum.StatusLevelManager
Returns true if status levels are enabled in the system
isStatusLevelsEnabled() - Static method in class com.jivesoftware.forum.StatusLevelManagerFactory
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.CzechAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.DanishStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.DutchStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.GermanStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
 
isStemmingDisabled() - Method in interface com.jivesoftware.util.search.JiveAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.RussianStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.StandardSynonymAnalyzer
 
isStemmingDisabled() - Method in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
 
isStemmingEnabled() - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Returns true if stemming will be applied to keywords.
isStopped() - Method in class com.jivesoftware.util.CronTask
Returns true is the CronTask is stopped, false otherwise.
isStopSearch() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isStoreEmailAsProp() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns whether to store the poster's email in a seperate extended property when hiding emails.
isStoreNameAsProp() - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Returns whether to store the poster's name in a seperate extended property when hiding names.
isStqc() - Method in class com.jivesoftware.forum.action.ForumThreadAction
 
isStreamBlobRequired() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isStreamTextRequired() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isStripDisallowedTags() - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
isStylesEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isSubject() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
isSubjectParentageCheckEnabled() - Method in class com.jivesoftware.forum.gateway.ImapImporter
Returns whether parentage checks will be done using subject line matching or not.
isSubjectParentageCheckEnabled() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Returns whether parentage checks will be done using subject line matching or not.
isSubjectParentageCheckEnabled() - Method in class com.jivesoftware.forum.gateway.MboxImporter
Returns whether parentage checks will be done using subject line matching or not.
isSubjectParentageCheckEnabled() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Returns whether parentage checks will be done using subject line matching or not.
isSubjectParentageCheckEnabled() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Returns whether parentage checks will be done using subject line matching or not.
isSubqueriesSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isSuccess() - Method in class com.jivesoftware.forum.action.FilterSettings
 
isSuccess() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
isSuccess() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
isSuccess() - Method in class com.jivesoftware.webchat.chat.group.Information
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.CzechAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.DanishStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.DutchStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.GermanStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
 
isSynonymsDisabled() - Method in interface com.jivesoftware.util.search.JiveAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.RussianStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.StandardSynonymAnalyzer
 
isSynonymsDisabled() - Method in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
 
isSystemAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isSystemAdmin() - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if the page user is the system admin, false otherwise.
isSystemAdmin() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isSystemAnnounce() - Method in class com.jivesoftware.forum.action.AnnounceAction
Returns true if this announcement is a system-level announcment, false otherwise.
isSystemPoll() - Method in class com.jivesoftware.forum.action.PollViewAction
Returns true if this is a system-wide poll, false otherwise.
isSystemPollList() - Method in class com.jivesoftware.forum.action.PollsViewAction
Returns true if the this poll list is a list of system-level polls, false otherwise.
isTablesEnabled() - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
isTag() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
isTermsEnabled() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Returns true if terms and conditions is enabled
isTermsEnabled() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
isTermsEnabled() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
isTest() - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
isTest() - Method in class com.jivesoftware.forum.renderer.impl.AbstractClassicRegexTokenRenderFilter
 
isTest() - Method in class com.jivesoftware.forum.renderer.impl.AbstractJiveClassicRenderFilter
 
isThread() - Method in class com.jivesoftware.base.ForumObject
Whether this object is a thread
isThreadModerationOn(Forum) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Returns true if thread-level moderation is enabled for this forum, false otherwise.
isThreadWatched(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
isThreadWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified thread.
isTokenChar(char) - Method in class com.jivesoftware.util.search.AlphaNumericTokenizer
 
isTrackbackEnabled() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns true if trackabck information is sent to the JIRA instance.
isTransactionsSupported() - Static method in class com.jivesoftware.base.database.ConnectionManager
 
isTrue(String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns true if the specified String is not null and is true
isTrue(String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Checks to see if the String is boolean value and will return the appropriate value
isTyping(String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
isUpdate() - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
isUpdate() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
isUpdated() - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
isUpdateMessageIDOnExport() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Retrieve whether the gateway will update the messageID message property stored in Jive upon export of a message.
isUpdateMessageIDOnExport() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Retrieve whether the gateway will update the messageID message property stored in Jive upon export of a message.
isUpgraded() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
isUpgradeStarted() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
isUploadSuccess() - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
isUseAltSyntaxForLongSchemaNames() - Static method in class com.jivesoftware.base.database.ConnectionManager
Returns true if we're using the alternate syntax for longer schema names in the database scripts (names longer than 18 characters), false otehrwise.
isUseNewStyle() - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Returns true if the filter should use the new RSS feeds available in Jira 3.7.
isUserAdmin() - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
isUserAuthorized(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Checks to see if a particular user has a praticular permission system wide.
isUserAuthorized(long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isUserAuthorizedOnCategory(long, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Checks to see if a particular user has a particular permission on the specified category.
isUserAuthorizedOnCategory(long, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isUserAuthorizedOnForum(long, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Checks to see if a particular user has a particular permission on the specified forum.
isUserAuthorizedOnForum(long, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
isUserAvatarsEnabled() - Method in interface com.jivesoftware.forum.AvatarManager
Returns true if users can create their own avatars, false otherwise.
isUserAvatarsEnabled() - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
isUserAvatarsEnabled() - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
isUserListSupported() - Method in class com.jivesoftware.base.database.DbUserManager
 
isUserListSupported() - Method in interface com.jivesoftware.base.IntrospectiveUserManager
Indicates whether getting an Iterator of all users (users()) is supported.
isUserListSupported() - Method in class com.jivesoftware.base.ldap.LdapUserManager
supported, returns true
isUserListSupported() - Method in class com.jivesoftware.base.UserManagerAdapter
 
isUserListSupported() - Method in class com.jivesoftware.base.UserManagerProxy
 
isUsername() - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
isUsernameEnabled() - Method in class com.jivesoftware.forum.action.UserSearch
 
isUsernameEnabled() - Method in class com.jivesoftware.profiles.action.SearchProfile
 
isUsersChooseLocale() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
isUsersChooseLocale() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
isUsersChooseTheme() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
isUsersChooseThreadMode() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
isUserWatched(long, long) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
isUserWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified user.
isValid() - Method in class com.jivesoftware.base.EntityDescriptor
Returns true if this entity descriptor references a valid object.
isValid() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
isValid(String) - Static method in class com.jivesoftware.forum.tags.TagValidator
Validates a comma or space separated list of tags against a set of rules.
isValid(URL) - Method in class com.jivesoftware.webchat.util.URLFileSystem
Tests whether the specified URL is valid.
isValidationEnabled() - Method in interface com.jivesoftware.base.registration.RegistrationManager
Returns true if the validation feature is turned on.
isValidationEnabled() - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
isValidationEnabled() - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
isValidCharacterEncoding(String) - Static method in class com.jivesoftware.util.LocaleUtils
Returns true if the given character encoding is valid, false otherwise.
isValidEmailAddress(String) - Static method in class com.jivesoftware.util.StringUtils
Validate an email address.
isValidEmailAddress(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Validate an email address.
isValidIpAddress(String) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
isValidIpAddress(String) - Method in interface com.jivesoftware.base.ban.BanManager
Check that an IP Address is valid.
isValidIpAddress(String) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
isValidLicense() - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
isValidPasswordToken(long, String) - Static method in class com.jivesoftware.forum.util.SkinUtils
Returns true is the supplied token is valid for the userId given.
isValidType(String) - Method in interface com.jivesoftware.forum.AttachmentManager
Returns true if the content type is valid based on the current settings of the allowAllByDefault flag and the allowed and disallowed types list.
isValidType(String) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
isValidType(String) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
isValidType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if the content type is valid based on the current settings of the allowAllByDefault flag and the allowed and disallowed types list.
isValidType(String) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
isValidVisitorID(String) - Static method in class com.jivesoftware.base.stats.WebContext
Verifies the visitor ID is of the form: IP:RAND.
isVersionTableExists() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
isViewCountsEnabled() - Static method in class com.jivesoftware.forum.stats.ViewCountManager
 
isVirusScanEnabled() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Checks if the virus scanner is enabled
isVisible() - Method in class com.jivesoftware.profiles.ProfileField
Gets whether or not this profile field is visible by the public.
isWarnEnabled() - Static method in class com.jivesoftware.base.Log
 
isWarning() - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
isWatched(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
isWatched(User, Forum) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
isWatched(User, ForumThread) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
isWatched(User, User) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
isWatched(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
isWatched(User, Forum) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
isWatched(User, ForumThread) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
isWatched(User, User) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
isWatched(User, ForumCategory) - Method in interface com.jivesoftware.forum.WatchManager
Returns true if the user is watching the specified category.
isWatched(User, Forum) - Method in interface com.jivesoftware.forum.WatchManager
Returns true if the user is watching the specified forum.
isWatched(User, ForumThread) - Method in interface com.jivesoftware.forum.WatchManager
Returns true if the user is watching the specified thread.
isWatched(User, User) - Method in interface com.jivesoftware.forum.WatchManager
Returns true if the user is watching the specified user.
isWebSafeString(String) - Static method in class com.jivesoftware.util.StringUtils
Tests to make certain a string is a web safe string.
isWebSafeString(String, String) - Static method in class com.jivesoftware.util.StringUtils
Tests to make certain a string is a web safe string.
isWhiteLabel() - Static method in class com.jivesoftware.base.JiveGlobals
Returns true if the application is running in white label mode, false otherwise.
isWhiteListEnabled() - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
isWikiHeadingSyntaxEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isWikiImageSyntaxEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isWikiLinkSyntaxEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isWikiStyleSyntaxEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isWikiTableSyntaxEnabled(Forum) - Static method in class com.jivesoftware.forum.util.WikiUtils
 
isWildcardIgnored() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
isWildcardIgnored() - Method in interface com.jivesoftware.forum.SearchManager
Returns true if wildcarding is disabled.
isXMMPPresenceEnabled() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if XMPP presence has been enabled in the admin console.
isXMPP_SSLEnabled() - Method in class com.jivesoftware.forum.im.IMSettingsUtils
Returns true if forums is configured to connect to an XMPP server via SSL.
isXMPPConfigured() - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
 
isXMPPPresenceEnabled() - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
ITALIAN_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The italian analyzer provides for stemming of words to allow for flexibility in searching when most content is in Italian.
ItalianStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
ItalianStemmer() - Constructor for class com.jivesoftware.util.search.ItalianStemmer
 
ItalianStemmingAnalyzer - Class in com.jivesoftware.util.search
An Italian analyzer for Lucene based upon the standard analyzer that supports stemming of italian words.
ItalianStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.ItalianStemmingAnalyzer
Builds an analyzer.
ItalianStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.ItalianStemmingAnalyzer
Builds an analyzer with the given stop words.
ITALIC_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ITALIC_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ITALIC_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ITALIC_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ITALIC_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
iterator() - Method in class com.jivesoftware.base.proxy.GenericCollectionProxy
 
iterator() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
iterator() - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
Returns an Iterator of all EmailTokens in the set, sorted by timestamp.
iterator() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
iterator() - Method in class com.jivesoftware.util.ClusteredCache.CacheCollectionWrapper
 
iterator() - Method in class com.jivesoftware.util.ClusteredCache.CacheSetWrapper
 
iterator() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
iteratorAsList(Iterator) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Build a List of all elements in an Iterator.
IteratorProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for Iterators of polls, categories, forums, threads, messages, private messages and attachments.
IteratorProxy(int, Iterator, AuthToken) - Constructor for class com.jivesoftware.forum.proxy.IteratorProxy
Creates a new iterator proxy.
iUser - Variable in class com.jivesoftware.profiles.action.EditProfileAction
 

J

JAVA_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
JavaCodeFilter - Class in com.jivesoftware.forum.renderer.filter
This filter renders [code] java code here[/code].
JavaCodeFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
javaCodeFilter(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Syntax highlights any java code in the input.
javaCodeFilter(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Syntax highlights any java code in the input.
JavaCodeFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the JavaCodeFilter.
JavaCodeFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.JavaCodeFilterBeanInfo
 
JavaCodeFormatter - Class in com.jivesoftware.forum.renderer.macro.code
Syntax highlights java code.
JavaCodeFormatter() - Constructor for class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
JavaCodeFormatterBeanInfo - Class in com.jivesoftware.forum.renderer.macro.code
BeanInfo class for the JavaCodeFormatter.
JavaCodeFormatterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatterBeanInfo
 
JavaCodeViewer - Class in com.jivesoftware.forum.renderer.macro.code
A class that syntax highlights Java code into html.
JavaCodeViewer() - Constructor for class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
 
JavaCodeViewer - Class in com.jivesoftware.util
A class that syntax highlights Java code into html.
JavaCodeViewer() - Constructor for class com.jivesoftware.util.JavaCodeViewer
 
JavaMailImporter - Class in com.jivesoftware.forum.gateway
This class is an abstract JavaMail implementation of the Gateway interface.
JavaMailImporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.JavaMailImporter
 
JavaMailImporter.InsertCacheItem - Class in com.jivesoftware.forum.gateway
Small class to cache insert's so that we can do them all at once and not incur penalties for continuously invalidating the message & thread caches because of constant inserts.
JavaMailImporter.InsertCacheItem(Forum, ForumThread, ForumMessage, ForumMessage) - Constructor for class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
JDBCTransaction - Class in com.jivesoftware.base.database
 
JDBCTransaction(Connection) - Constructor for class com.jivesoftware.base.database.JDBCTransaction
 
JdkCompiler - Class in com.jivesoftware.forum.renderer.filter.regex.jdk
 
JdkCompiler() - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkCompiler
 
JdkMatcher - Class in com.jivesoftware.forum.renderer.filter.regex.jdk
 
JdkMatcher(String, JdkPattern) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
JdkMatchResult - Class in com.jivesoftware.forum.renderer.filter.regex.jdk
 
JdkMatchResult(Matcher) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
JdkMatchResult(JdkMatcher) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
JdkPattern - Class in com.jivesoftware.forum.renderer.filter.regex.jdk
 
JdkPattern(String, boolean, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
JdkPattern(String, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkPattern
 
JIRAFilter - Class in com.jivesoftware.forum.renderer.filter
A filter for transforming JIRA issue numbers into more detailed issue information as well as a link to the actual issue.
JIRAFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.JIRAFilter
 
JIRAFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
The BeanInfo class for the JIRA Filter.
JIRAFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.JIRAFilterBeanInfo
 
JIVE_CONFIG_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
JIVE_DEPENDENCY - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
JIVE_HOME - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
JIVE_INFO_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
JIVE_LICENSE - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
JIVE_LICENSE_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
JIVE_LICENSE_TEXT - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
JIVE_PORTLET - Static variable in class com.jivesoftware.base.JiveConstants
 
JIVE_SETUP_FILE - Static variable in class com.jivesoftware.forum.action.setup.SetupAction
 
JiveActionContextCleanUp - Class in com.jivesoftware.base.util.webwork
Subclass of ActionContextCleanUp which can be called recursively without prematurely cleaning up the action context.
JiveActionContextCleanUp() - Constructor for class com.jivesoftware.base.util.webwork.JiveActionContextCleanUp
 
JiveActionMapper - Class in com.jivesoftware.base.action.util
Default action mapper implementation, using the standard *.
JiveActionMapper() - Constructor for class com.jivesoftware.base.action.util.JiveActionMapper
 
JiveActionMapping - Class in com.jivesoftware.base.action.util
 
JiveActionMapping() - Constructor for class com.jivesoftware.base.action.util.JiveActionMapping
 
JiveActionMapping(Result) - Constructor for class com.jivesoftware.base.action.util.JiveActionMapping
 
JiveActionMapping(String, String, String, Map) - Constructor for class com.jivesoftware.base.action.util.JiveActionMapping
 
JiveActionMapping(String, String, String, String, Map) - Constructor for class com.jivesoftware.base.action.util.JiveActionMapping
 
JiveActionSupport - Class in com.jivesoftware.base.action
A base action class that handles a set of common Jive code.
JiveActionSupport() - Constructor for class com.jivesoftware.base.action.JiveActionSupport
 
JiveAdminActionFilter - Class in com.jivesoftware.base.action
Set a request parameter if an admin authtoken is detected to let the AuthInterceptor getAuthToken method get the correct authToken to use.
JiveAdminActionFilter() - Constructor for class com.jivesoftware.base.action.JiveAdminActionFilter
 
JiveAdminRole - Class in com.jivesoftware.base.admin
Object for the Jive role determined from the AuthToken User: jeff ritter Date: Sep 13, 2007 Time: 3:21:19 PM
JiveAdminRole(AuthToken) - Constructor for class com.jivesoftware.base.admin.JiveAdminRole
 
JiveAnalyzer - Interface in com.jivesoftware.util.search
 
JiveBeanInfo - Class in com.jivesoftware.util
An abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.
JiveBeanInfo() - Constructor for class com.jivesoftware.util.JiveBeanInfo
 
JiveBeansWrapper - Class in com.jivesoftware.base.action.util
Simple extension of the default FreeMarker bean wrapper.
JiveBeansWrapper() - Constructor for class com.jivesoftware.base.action.util.JiveBeansWrapper
 
JiveCacheFilter - Class in com.jivesoftware.base.util
A filter which allows page level caching for anonymous users.
JiveCacheFilter() - Constructor for class com.jivesoftware.base.util.JiveCacheFilter
 
JiveComparators - Class in com.jivesoftware.base.util
A collection of Comparators to handle sorting various objects.
JiveComparators() - Constructor for class com.jivesoftware.base.util.JiveComparators
 
JiveCompressionFilter - Class in com.jivesoftware.base.util
This filter can, based on HTTP headers compress data written to the response stream.
JiveCompressionFilter() - Constructor for class com.jivesoftware.base.util.JiveCompressionFilter
 
JiveCompressionFilterContext - Class in com.jivesoftware.base.util.compression
Encapsulates the JiveCompressionFilter environment, including configuration and runtime statistics.
JiveCompressionFilterContext() - Constructor for class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
JiveCompressionFilterStats - Class in com.jivesoftware.base.util.compression
This class provides runtime statistics on the performance of JiveCompressionFilter.
JiveConstants - Class in com.jivesoftware.base
Contains constant values representing various objects in Jive.
JiveContentObject - Interface in com.jivesoftware.forum
 
JiveEvent - Interface in com.jivesoftware.base
JiveEvent is the base interface that all events must implement.
JiveException - Exception in com.jivesoftware.base
Base Jive Checked Exception
JiveException() - Constructor for exception com.jivesoftware.base.JiveException
 
JiveException(String) - Constructor for exception com.jivesoftware.base.JiveException
 
JiveException(String, Throwable) - Constructor for exception com.jivesoftware.base.JiveException
 
JiveException(Throwable) - Constructor for exception com.jivesoftware.base.JiveException
 
JiveExceptionInterceptor - Class in com.jivesoftware.forum.action
Handles exceptions thrown by the action.
JiveExceptionInterceptor() - Constructor for class com.jivesoftware.forum.action.JiveExceptionInterceptor
 
JiveFilterDispatcher - Class in com.jivesoftware.base.action.util
 
JiveFilterDispatcher() - Constructor for class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
JiveFreemarkerManager - Class in com.jivesoftware.base.action.util
Overridden so we can put static methods from the JiveGlobals, JiveConstants, LocaleUtils and StringUtils classes into the FreeMarker context.
JiveFreemarkerManager() - Constructor for class com.jivesoftware.base.action.util.JiveFreemarkerManager
 
JiveGlobals - Class in com.jivesoftware.base
This class controls access to a number of global propeties in the applcation.
JiveGlobals.JiveHomeProvider - Interface in com.jivesoftware.base
A pluggable way to specify a value for jiveHome.
jiveHome - Static variable in class com.jivesoftware.base.JiveGlobals
Location of the jiveHome directory.
JiveLoginInterceptor - Class in com.jivesoftware.base.action.interceptor
 
JiveLoginInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
JiveManager - Interface in com.jivesoftware.base
An interface that all Jive Managers should implement.
JiveMaxAgeFilter - Class in com.jivesoftware.base.util
A simple servlet filter which sets the cache-control header to max-age=3600.
JiveMaxAgeFilter() - Constructor for class com.jivesoftware.base.util.JiveMaxAgeFilter
 
JiveModels - Class in com.jivesoftware.base.tags
 
JiveModels(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.JiveModels
 
JiveMultiPartRequest - Class in com.jivesoftware.base.action.multipart
Adapted from the PellMultiPartRequest class.
JiveMultiPartRequest(HttpServletRequest, String, int) - Constructor for class com.jivesoftware.base.action.multipart.JiveMultiPartRequest
Creates a new request wrapper to handle multi-part data using methods adapted from Jason Pell's multipart classes (see class description).
JiveObject - Interface in com.jivesoftware.base
An interface for watchable objects.
JiveObjectLoader - Interface in com.jivesoftware.base.action
An interface to mark an action as capable of loading a set of objects.
JiveObjectLoaderInterceptor - Class in com.jivesoftware.base.action.interceptor
A simple interceptor which picks up on actions that implement the JiveObjectLoader interface.
JiveObjectLoaderInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.JiveObjectLoaderInterceptor
 
JiveProperties - Interface in com.jivesoftware.util
An extension of the Map interface to add support for getting child property names or a Collection of all property names.
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveWebWorkServlet
 
jivePropertyAdded(JivePropertyEvent) - Method in interface com.jivesoftware.base.event.JivePropertyListener
Fired when a jive property is added
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCacheFilter
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
If the import interval jive property is changed the import task timer is restarted with the new value
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
 
jivePropertyAdded(JivePropertyEvent) - Method in class com.jivesoftware.forum.StatusLevelManagerFactory.StatusCalculatorPropertyListener
 
JivePropertyEvent - Class in com.jivesoftware.base.event
An event for JiveProperty changes Certain event types will populate the params Map with additional objects as outlined below: Event Type Extra Params PROPERTY_ADDED none PROPERTY_REMOVED REMOVED_VALUES => list of values (excluding event param value) PROPERTY_MODIFIED PARAM_MODIFIED_OLD_VALUE -> original value value
JivePropertyEvent(int, String, String, Map) - Constructor for class com.jivesoftware.base.event.JivePropertyEvent
Creates a new jive property event.
JivePropertyEventDispatcher - Class in com.jivesoftware.base.event
Dispatcher for jive property events.
JivePropertyListener - Interface in com.jivesoftware.base.event
Listener for jive property events.
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveWebWorkServlet
 
jivePropertyModified(JivePropertyEvent) - Method in interface com.jivesoftware.base.event.JivePropertyListener
Fired when a jive property is modified
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCacheFilter
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Restart the import interval if the jive proeprty is changed
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
 
jivePropertyModified(JivePropertyEvent) - Method in class com.jivesoftware.forum.StatusLevelManagerFactory.StatusCalculatorPropertyListener
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveFilterDispatcher
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.base.action.util.JiveWebWorkServlet
 
jivePropertyRemoved(JivePropertyEvent) - Method in interface com.jivesoftware.base.event.JivePropertyListener
Fired when a jive property is removed
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCacheFilter
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.base.util.JiveCompressionFilter
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
If the import interval jive property is changed the import task timer is restarted with the new value
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
 
jivePropertyRemoved(JivePropertyEvent) - Method in class com.jivesoftware.forum.StatusLevelManagerFactory.StatusCalculatorPropertyListener
 
JivePropertyTag - Class in com.jivesoftware.forum.tags
A JSP tag to retrieve property values from the database.
JivePropertyTag() - Constructor for class com.jivesoftware.forum.tags.JivePropertyTag
 
JiveRenderContext - Class in com.jivesoftware.forum.renderer.impl
 
JiveRenderContext(ForumFactory) - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
JiveRenderContext(ForumFactory, Object) - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
JiveRenderContext(ForumFactory, Object, Map, RenderStrategy, List) - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
JiveRenderContext(ForumFactory, Object, Map, RenderStrategy, RenderPipe, List) - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
JiveRenderEngine - Class in com.jivesoftware.forum.renderer.impl
The default implementation of the Renderer interface.
JiveRenderEngine() - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderEngine
 
JiveRenderManager - Class in com.jivesoftware.forum.renderer.impl
Default implementation of the RenderManager interface.
JiveRenderManager(DbForumFactory, int, long) - Constructor for class com.jivesoftware.forum.renderer.impl.JiveRenderManager
Creates a new render manager.
JiveRuntimeException - Exception in com.jivesoftware.base
Base RuntimeException for all JiveRuntime Exceptions
JiveRuntimeException() - Constructor for exception com.jivesoftware.base.JiveRuntimeException
 
JiveRuntimeException(String) - Constructor for exception com.jivesoftware.base.JiveRuntimeException
 
JiveRuntimeException(String, Throwable) - Constructor for exception com.jivesoftware.base.JiveRuntimeException
 
JiveRuntimeException(Throwable) - Constructor for exception com.jivesoftware.base.JiveRuntimeException
 
JiveSecurityInterceptor - Class in com.jivesoftware.base.util.webwork
Remove the ability to execute OGNL expressions in a URL.
JiveSecurityInterceptor() - Constructor for class com.jivesoftware.base.util.webwork.JiveSecurityInterceptor
 
JiveServlet - Class in com.jivesoftware.forum.util
A servlet that is used to initialize and destroy Jive resources and performs other functions that a servlet is needed for (such as handling attachment operations).
JiveServlet() - Constructor for class com.jivesoftware.forum.util.JiveServlet
 
JiveServletFilter - Class in com.jivesoftware.util
A base Jive servlet filter class.
JiveServletFilter() - Constructor for class com.jivesoftware.util.JiveServletFilter
 
JiveStaticModels - Class in com.jivesoftware.base.action.util
 
JiveStaticModels(TemplateHashModel) - Constructor for class com.jivesoftware.base.action.util.JiveStaticModels
 
JiveTokenSessionStoreInterceptor - Class in com.jivesoftware.base.action.interceptor
Simple interceptor which extends the webwork interceptor to only check for token status if the action isn't being invoked through the default command.
JiveTokenSessionStoreInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.JiveTokenSessionStoreInterceptor
 
JiveWebWorkServlet - Class in com.jivesoftware.base.action.util
 
JiveWebWorkServlet() - Constructor for class com.jivesoftware.base.action.util.JiveWebWorkServlet
 
JiveXFireServlet - Class in com.jivesoftware.forum.webservices.server.xfire
Jive subclass of the XFireServlet.
JiveXFireServlet() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
 
JNDIDataSourceProvider - Class in com.jivesoftware.base.database
An implementation of ConnectionProvider that utilizes a JDBC 2.0 DataSource made available via JNDI.
JNDIDataSourceProvider() - Constructor for class com.jivesoftware.base.database.JNDIDataSourceProvider
Initialize.
joinRoom(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Join a MultiUserChat Room.
JSServlet - Class in com.jivesoftware.base.action.util
A servlet for combining multiple js files into a single file and compressing it.
JSServlet() - Constructor for class com.jivesoftware.base.action.util.JSServlet
 

K

KB_CATEGORY - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_CATEGORY_INDEX - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_COMMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_BODY - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_FIELD - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_FIELD_OPTION - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_FIELD_TYPE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_ID - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_PRESENTER - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_STATE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_TITLE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_TYPE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_DOCUMENT_TYPE_ELEMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_ENTRY - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_ENTRY_PART - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_ENTRY_TITLE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_ENTRY_TYPE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_IMAGE - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_RECOMMENDATION - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_SEARCH_QUERY - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_TEMPORARY_DOCUMENT_ID - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_VERSION - Static variable in class com.jivesoftware.base.JiveConstants
 
KB_VERSION_COMMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
ket - Variable in class com.jivesoftware.util.search.SnowballProgram
 
keyOf(Object) - Method in class com.jivesoftware.util.LongHashMap
Returns the first key the given value is associated with.
keys - Variable in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
keys() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the list items in the tree.
keys() - Method in class com.jivesoftware.util.LongHashMap
Returns all the keys in the map.
keys() - Method in class com.jivesoftware.util.LongTree
Returns the keys in the tree.
keySet() - Method in class com.jivesoftware.forum.database.QueryCache
This method throws UnsupportedOperationException.
keySet() - Method in class com.jivesoftware.forum.webservices.Cache
 
keySet() - Method in class com.jivesoftware.util.CacheWrapper
 
keySet() - Method in class com.jivesoftware.util.ClusteredCache
 
keySet(Filter) - Method in class com.jivesoftware.util.ClusteredCache
 
keySet() - Method in class com.jivesoftware.util.DbJiveProperties
 
keySet() - Method in class com.jivesoftware.util.DefaultCache
 
keySet() - Method in class com.jivesoftware.util.LRUCache
 
keySet() - Method in class com.jivesoftware.util.XMLJiveProperties
 
KeywordInterceptor - Class in com.jivesoftware.forum.interceptor
An interceptor that looks for certain keywords in the message subject or body and notifies a list of email addresses if those keywords are found.
KeywordInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
KeywordInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
KeywordInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the keyword interceptor.
KeywordInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.KeywordInterceptorBeanInfo
 
kickUser(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 

L

LARGE_PRESET - Static variable in class com.jivesoftware.forum.util.AdminCacheInfo
Constant for large cache preset.
LARGEST_PRIME - Static variable in class com.jivesoftware.util.LongHashMap
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
LARGETEXT - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a textarea type.
last() - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Moves the article pointer to the previous article in the current group.
last() - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
LAST_30_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
LAST_7_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
LAST_90_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
LAST_MONTH - Static variable in class com.jivesoftware.util.RelativeDateRange
 
LAST_WEEK - Static variable in class com.jivesoftware.util.RelativeDateRange
 
LAST_YEAR - Static variable in class com.jivesoftware.util.RelativeDateRange
 
lastAccessedList - Variable in class com.jivesoftware.forum.webservices.Cache
Linked list to maintain order that cache objects are accessed in, most used to least used.
lastAccessedList - Variable in class com.jivesoftware.util.DefaultCache
Linked list to maintain order that cache objects are accessed in, most used to least used.
lastAccessedList - Variable in class com.jivesoftware.util.LRUCache
Linked list to maintain order that cache objects are accessed in, most used to least used.
lastAccessedListNode - Variable in class com.jivesoftware.util.CacheObject
A reference to the node in the cache order list.
lastIndexOf(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
LDAP_ADMIN_PASSWORD - Static variable in class com.jivesoftware.base.ldap.LdapManager
 
LDAP_ADMIN_PASSWORD_ENCRYPTED - Static variable in class com.jivesoftware.base.ldap.LdapManager
 
LDAP_ADMIN_PASSWORD_ENCRYPTED - Static variable in class com.jivesoftware.forum.upgrade.tasks.EncryptLdapPasswordTask
 
LDAP_ADMIN_PASSWORD_KEY - Static variable in class com.jivesoftware.base.ldap.LdapManager
 
LDAP_DB_MODE - Static variable in class com.jivesoftware.base.ldap.LdapManager
The mode for storing only critical user data in LDAP (username, name, and email) and all other Jive-specific user data in the normal database tables.
LDAP_MODE - Static variable in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
LdapAdminSetupAction - Class in com.jivesoftware.forum.action.setup
 
LdapAdminSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
LdapAuthFactory - Class in com.jivesoftware.base.ldap
A AuthFactory implementation that uses LDAP to verify the username and password.
LdapAuthFactory() - Constructor for class com.jivesoftware.base.ldap.LdapAuthFactory
 
LdapAuthToken - Class in com.jivesoftware.base.ldap
LDAP AuthToken token implementation.
LdapAuthToken(long) - Constructor for class com.jivesoftware.base.ldap.LdapAuthToken
Constucts a new LdapAuthToken with the specified userID.
LdapGroup - Class in com.jivesoftware.base.ldap
 
LdapGroup(String, String, List) - Constructor for class com.jivesoftware.base.ldap.LdapGroup
Creates a new LdapGroup.
LdapGroup(long) - Constructor for class com.jivesoftware.base.ldap.LdapGroup
Creates a new LdapGroup.
LdapGroupManager - Class in com.jivesoftware.base.ldap
 
LdapGroupManager() - Constructor for class com.jivesoftware.base.ldap.LdapGroupManager
Constructor of the LdapGroupProvider class.
LdapManager - Class in com.jivesoftware.base.ldap
Centralized administration of LDAP connections.
LdapSearchGroup - Class in com.jivesoftware.base.ldap
The memebers of the group based off of an LDAP search.
LdapSearchGroupManager - Class in com.jivesoftware.base.ldap
Manages the LDAP search groups.
LdapSearchGroupManager() - Constructor for class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
LdapSearchManager - Class in com.jivesoftware.base.ldap
Handles LDAP searches for users that are both members of groups and users in LDAP.
LdapUser - Class in com.jivesoftware.base.ldap
LDAP implementation of the User interface.
LdapUser(String) - Constructor for class com.jivesoftware.base.ldap.LdapUser
Creates a new LdapUser.
LdapUser(long, Object) - Constructor for class com.jivesoftware.base.ldap.LdapUser
Load a LdapUser object specified by userID.
LdapUser(String, Object) - Constructor for class com.jivesoftware.base.ldap.LdapUser
Load a LdapUser object specified by username.
LdapUserManager - Class in com.jivesoftware.base.ldap
LDAP connections are made via JNDI using the Sun LDAP provider.
LdapUserManager() - Constructor for class com.jivesoftware.base.ldap.LdapUserManager
 
LdapUserSystemSetupAction - Class in com.jivesoftware.forum.action.setup
 
LdapUserSystemSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.LdapUserSystemSetupAction
 
leftChildren - Variable in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
length - Variable in class com.jivesoftware.util.classloader.BytesURLConnection
 
LengthValidator - Class in com.jivesoftware.profiles.validator
A validator which validates the size of a profile field value.
LengthValidator() - Constructor for class com.jivesoftware.profiles.validator.LengthValidator
 
LengthValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the minlength field validator.
LengthValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.LengthValidatorBeanInfo
 
LevelFilter - Class in com.jivesoftware.base.log
Only prints records that are part of a select set of levels
LevelFilter(Level) - Constructor for class com.jivesoftware.base.log.LevelFilter
 
LexicographicalUtils - Class in com.jivesoftware.profiles.search
Provides support for converting longs to Strings, and back again.
LexicographicalUtils() - Constructor for class com.jivesoftware.profiles.search.LexicographicalUtils
 
License - Class in com.jivesoftware.webchat
Holds all the data that makes up a license for the Jive Forums software.
License.LicenseType - Class in com.jivesoftware.webchat
A typesafe enum class for license types.
LicenseApplyAction - Class in com.jivesoftware.base.action
 
LicenseApplyAction() - Constructor for class com.jivesoftware.base.action.LicenseApplyAction
 
LicenseException - Exception in com.jivesoftware.webchat
 
LicenseException() - Constructor for exception com.jivesoftware.webchat.LicenseException
 
LicenseException(String) - Constructor for exception com.jivesoftware.webchat.LicenseException
 
LicenseFactory - Class in com.jivesoftware.webchat
Factory to create license objects from a license file.
LicenseFactory() - Constructor for class com.jivesoftware.webchat.LicenseFactory
 
LicenseManager - Class in com.jivesoftware.webchat
Validates Jive license file.
LicenseManager(File) - Constructor for class com.jivesoftware.webchat.LicenseManager
Only containers should be able to create license managers.
LicenseNotificationAction - Class in com.jivesoftware.base.action
 
LicenseNotificationAction() - Constructor for class com.jivesoftware.base.action.LicenseNotificationAction
 
LicenseValidateAction - Class in com.jivesoftware.base.action
The first step of the license upgrade process.
LicenseValidateAction() - Constructor for class com.jivesoftware.base.action.LicenseValidateAction
 
LifeCycleListener - Class in com.jivesoftware.base.util
A simple context listener which shuts down services in when the context is unloaded.
LifeCycleListener() - Constructor for class com.jivesoftware.base.util.LifeCycleListener
 
limit - Variable in class com.jivesoftware.util.search.SnowballProgram
 
limit_backward - Variable in class com.jivesoftware.util.search.SnowballProgram
 
LIMIT_FIFTEEN_MESSAGES - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
LIMIT_FIVE_MESSAGES - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
LIMIT_TEN_MESSAGES - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
LIMIT_TWENTY_MESSAGES - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
LINE - Static variable in class com.jivesoftware.base.stats.Chart
 
LINE - Static variable in class com.jivesoftware.base.stats.ChartWriter
 
Line - Class in com.jivesoftware.webchat.history
A Line is a line in a chat - has a from and text.
Line(String, String) - Constructor for class com.jivesoftware.webchat.history.Line
 
LINE_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
LINE_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
LINE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
LINE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
LINE_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
LineIterator - Class in com.jivesoftware.forum.renderer.util
Iterator for strings that iterates over lines in the string.
LineIterator(String) - Constructor for class com.jivesoftware.forum.renderer.util.LineIterator
 
LineParsingRule - Class in com.jivesoftware.forum.renderer.filter.rules
This filter converts specific multiline tags into multiple single line tags.
LineParsingRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.LineParsingRule
 
Link - Class in com.jivesoftware.forum.renderer.filter.wiki.link
 
Link() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
Link.LinkType - Class in com.jivesoftware.forum.renderer.filter.wiki.link
 
LINK_CLASS_ANCHOR - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_ATTACHMENT - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_EMAIL - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_EXTERNAL - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_FORUM - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_MESSAGE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_PROFILE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_CLASS_THREAD - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
LINK_ESCAPE_MATCH_1 - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
LINK_ESCAPE_MATCH_2 - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
LINK_ESCAPE_REPLACE_1 - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
LINK_ESCAPE_REPLACE_2 - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
LINK_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
LinkedList - Class in com.jivesoftware.util
Simple LinkedList implementation.
LinkedList() - Constructor for class com.jivesoftware.util.LinkedList
Creates a new linked list.
LinkedListNode - Class in com.jivesoftware.util
Doubly linked node in a LinkedList.
LinkedListNode(Object, LinkedListNode, LinkedListNode) - Constructor for class com.jivesoftware.util.LinkedListNode
Constructs a new linked list node.
LinkRenderer - Class in com.jivesoftware.forum.renderer.filter.wiki.link
This class handles the rendering of links from wiki syntax into html links and the 'unrendering' of html links to wiki syntax.
LinkUtils - Class in com.jivesoftware.forum.renderer.filter.wiki.link
Utility class with methods for validating and parsing links.
LIST_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
LIST_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
LIST_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
listeners - Variable in class com.jivesoftware.util.DefaultCache
 
listenForMessages(XMPPConnection, Chat) - Method in class com.jivesoftware.webchat.chat.ChatPoller
 
listenForMessages(XMPPConnection, MultiUserChat) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Listen for new messages.
ListItem - Class in com.jivesoftware.forum.renderer.filter.wiki.list
 
ListItem(char[], ListType, String) - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
ListItem() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
listIterator() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
listIterator(int) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
ListProfileFields - Class in com.jivesoftware.profiles.action.admin
 
ListProfileFields() - Constructor for class com.jivesoftware.profiles.action.admin.ListProfileFields
 
ListReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
This rule converts html lists to wiki list syntax.
ListReplaceRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.ListReplaceRule
 
ListType - Class in com.jivesoftware.forum.renderer.filter.wiki.list
Defines list types used for rendering lists.
load(Image) - Static method in class com.jivesoftware.forum.util.GraphicUtils
 
loadAnnouncement() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
loadAnnouncement() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
loadAvailableRatings() - Method in class com.jivesoftware.forum.database.DbRatingManager
 
loadBulkFromDb(long, int, int) - Static method in class com.jivesoftware.forum.database.DbForumMessage
Bulk loads messages within a range of of forumIndex values.
loadClass(String) - Method in class com.jivesoftware.base.plugin.PluginClassLoader
Load a class using this plugin class loader.
loadClass(Plugin, String) - Method in class com.jivesoftware.base.plugin.PluginManager
Loads a class from the classloader of a plugin.
loadClass(String, boolean) - Method in class com.jivesoftware.util.classloader.ReloadingClassLoader
 
loadClass(String, Class) - Static method in class com.jivesoftware.util.ClassUtils
Load a class with a given name.
loadContent(Connection) - Static method in class com.jivesoftware.base.util.StartupContent
Loads the required Jive Forums content from the jive_forums_data.sql file, found in the classpath.
loadFilterHelp(Class, String) - Static method in class com.jivesoftware.forum.renderer.util.RendererUtil
Helper method for loading filter help from text files somewhere in the classpath.
loadJiveObjects() - Method in class com.jivesoftware.forum.action.ForumAction
 
loadJiveObjects() - Method in class com.jivesoftware.forum.action.OldEditAction
 
loadJiveObjects() - Method in class com.jivesoftware.forum.action.OldPostAction
Loads Jive objects used in this actions (ie, forum, thread, message objects).
loadJiveObjects() - Method in class com.jivesoftware.forum.action.PostAction
Loads Jive objects used in this actions (ie, forum, thread, message objects).
loadJiveObjects() - Method in class com.jivesoftware.forum.action.ReadAction
Loads the forum.
loadJiveObjects() - Method in class com.jivesoftware.forum.action.RewardsAction
 
loadJiveObjects() - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
 
loadJiveObjects() - Method in class com.jivesoftware.forum.action.WatchesAction
 
loadJiveObjects() - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
loadObjects() - Method in interface com.jivesoftware.base.action.JiveObjectLoader
Loads objects in an action.
loadObjects() - Method in class com.jivesoftware.forum.action.AnnounceAction
 
loadObjects() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
loadObjects() - Method in class com.jivesoftware.forum.action.ForumAction
 
loadObjects() - Method in class com.jivesoftware.forum.action.ForumCategoryAction
 
loadObjects() - Method in class com.jivesoftware.forum.action.ForumThreadAction
Loads Thread and (@link Message} objects.
loadObjects() - Method in class com.jivesoftware.forum.action.PollAction
Override the loading of page objects from ForumThreadAction.
loadObjects() - Method in class com.jivesoftware.forum.action.PollEditAction
 
loadObjects() - Method in class com.jivesoftware.forum.action.PollPostAction
Optionally loads the category or forum specified.
loadObjects() - Method in class com.jivesoftware.forum.action.PollsViewAction
Loads the category or forum objects if specified.
loadObjects() - Method in class com.jivesoftware.forum.action.PollViewAction
Loads the poll given the poll ID.
loadObjects() - Method in class com.jivesoftware.forum.action.PollVoteAction
Loads the poll.
loadObjects() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
loadPlugin(File) - Method in class com.jivesoftware.base.plugin.PluginManager
Loads a plug-in module into the container.
loadRooms() - Method in class com.jivesoftware.webchat.user.UserSession
 
loadRooms() - Method in class com.jivesoftware.webchat.utils.RoomUtils
 
loadSettings(ServletContext, Configuration) - Method in class com.jivesoftware.base.action.util.JiveFreemarkerManager
Loads the parent's (super) settings before setting the action's locale and user's time zone in the FreeMarker context.
LoadTestClient - Class in com.jivesoftware.webchat.test
 
LoadTestClient() - Constructor for class com.jivesoftware.webchat.test.LoadTestClient
 
LoadTestServlet - Class in com.jivesoftware.webchat.test
 
LoadTestServlet() - Constructor for class com.jivesoftware.webchat.test.LoadTestServlet
 
LoadTestStarter - Class in com.jivesoftware.webchat.test
 
LoadTestStarter() - Constructor for class com.jivesoftware.webchat.test.LoadTestStarter
 
loadToSession(ForumMessage) - Method in class com.jivesoftware.forum.action.OldPostAction
Puts relevant message data in the session.
loadToSession(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
Puts relevant message data in the session.
loadXFireHelper() - Method in class com.jivesoftware.forum.webservices.server.xfire.CustomXFireServlet
 
loadXFireHelper() - Method in class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
 
LOCALE - Static variable in class com.jivesoftware.base.theme.ThemeType
Type representing a Locale map.
LOCALE - Static variable in class com.jivesoftware.base.util.JiveComparators
Compares two java.util.Locale objects, based on their display names.
Locale - Class in com.jivesoftware.forum.webservices
Webservice object that contains locale information such as the country code and language code.
Locale() - Constructor for class com.jivesoftware.forum.webservices.Locale
 
Locale(String, String) - Constructor for class com.jivesoftware.forum.webservices.Locale
Creates a new instance of a Locale using the specified country code and language code.
localeCodeToLocale(String) - Static method in class com.jivesoftware.util.LocaleUtils
Converts a locale string like "en", "en_US" or "en_US_win" to a Java locale object.
LocaleInterceptor - Class in com.jivesoftware.forum.action
An interceptor the will set the correct locale for the current page
LocaleInterceptor() - Constructor for class com.jivesoftware.forum.action.LocaleInterceptor
 
LocaleManager - Interface in com.jivesoftware.base
Manages Locale settings for various objects.
LocaleManagerFactory - Class in com.jivesoftware.base
A factory that returns a concrete instance of a locale manager.
LocaleUtils - Class in com.jivesoftware.util
A set of methods for retrieving and converting locale specific strings and numbers.
localizeDateString(String, Locale) - Static method in class com.jivesoftware.base.action.util.DateUtils
Converts a generic date string (MM/dd/yyyy) to a localized date string
LocalPutGetRemoveStrategy - Class in com.jivesoftware.forum.database.querycache
Implements put get and remove operations for QueryCache when clustering is enabled.
LocalPutGetRemoveStrategy(CoherenceCache, QueryCache) - Constructor for class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
LocalQuery - Class in com.jivesoftware.forum.database
LocalQuery is responsible for performing document searches.
LocalQuery() - Constructor for class com.jivesoftware.forum.database.LocalQuery
 
LocalQuery(DbQuery) - Constructor for class com.jivesoftware.forum.database.LocalQuery
 
lockingMap - Static variable in class com.jivesoftware.util.CacheFactory
A special map that can be used for doing cluster-wide locking.
LockThreadAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for locking threads.
LockThreadAction() - Constructor for class com.jivesoftware.forum.action.LockThreadAction
 
Log - Class in com.jivesoftware.base
Simple wrapper to the JDK logger.
log() - Method in class com.jivesoftware.util.search.BrazilianStemmer
For log and debug purpose
logError(String, Exception) - Static method in class com.jivesoftware.webchat.util.WebLog
Logs all error messages to default error logger.
logError(String) - Static method in class com.jivesoftware.webchat.util.WebLog
Logs all error messages to default error logger.
LogEvent - Class in com.jivesoftware.base.event
A class for log events.
LogEvent(int, Map) - Constructor for class com.jivesoftware.base.event.LogEvent
 
LogEvent(int, Map, Throwable, String) - Constructor for class com.jivesoftware.base.event.LogEvent
 
LogEventDispatcher - Class in com.jivesoftware.base.event
Implementation of the JiveEventDispatcher for LogEvent dispatching.
login(String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Login the user using the specified username and password.
login(String, String) - Method in class com.jivesoftware.webchat.test.LoadTestClient
 
login(String, String, String, String) - Method in class com.jivesoftware.webchat.user.UserManager
Login user needing authentication.
LOGIN_CANCEL_URL - Static variable in class com.jivesoftware.base.action.LoginAction
The URL where a user redirects after a cancel is issued.
LOGIN_SUCCESS_URL - Static variable in class com.jivesoftware.base.action.LoginAction
The URL where a user redirects after a successful login.
LoginAction - Class in com.jivesoftware.base.action
This class is an Action which encapsulates all the logic of user log-in.
LoginAction() - Constructor for class com.jivesoftware.base.action.LoginAction
 
loginAnonymously() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Login the user as anonoymus
loginAnonymously(String, String) - Method in class com.jivesoftware.webchat.user.UserManager
Logs in an anonymous user.
loginUser(String, String, boolean, HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.base.AuthFactory
This method is a method for logging a user in and creating the appropriate session variables and/or cookies to keep state.
LogListener - Interface in com.jivesoftware.base.event
A LogListener gets notified anytime a log event is fired.
LogListenerAdapter - Class in com.jivesoftware.base.event
Adapter class for the LogListener interface.
LogListenerAdapter() - Constructor for class com.jivesoftware.base.event.LogListenerAdapter
 
LogoutAction - Class in com.jivesoftware.base.action
This class is an Action which encapsulates all the logic of a user logout.
LogoutAction() - Constructor for class com.jivesoftware.base.action.LogoutAction
 
logoutUser(HttpServletRequest, HttpServletResponse) - Static method in class com.jivesoftware.base.AuthFactory
This method is a method for logging a user out and destroying or resetting the appropriate session variables and/or cookies to keep state.
logQuery(User) - Method in class com.jivesoftware.forum.database.DbQuery
 
logQuery(User, DbQuery) - Method in class com.jivesoftware.forum.database.DbQueryLogger
Log a query to the database.
logQuery(User) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
logQuery(User) - Method in interface com.jivesoftware.forum.Query
Logs the query for later statistical analysis.
logSearchClick(long, long) - Method in class com.jivesoftware.forum.database.DbQuery
 
logSearchClick(long, long) - Method in class com.jivesoftware.forum.database.DbQueryLogger
Logs a search result clickthrough.
logSearchClick(long, long) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
logSearchClick(long, long) - Method in interface com.jivesoftware.forum.Query
Logs a search result clickthrough.
LONG - Static variable in class com.jivesoftware.util.FastDateFormat
Style pattern
LONG - Static variable in class com.jivesoftware.util.TimeFormat
Constant for long styles.
LONG_SIZE - Static variable in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
LongElement - Class in com.jivesoftware.base.stats.element
An implementation of Element that wraps a Long.
LongElement(long) - Constructor for class com.jivesoftware.base.stats.element.LongElement
Generates a new LongElement given an initial long value
LongElement(Long) - Constructor for class com.jivesoftware.base.stats.element.LongElement
Generates a new LongElement given an initial Long value.
LongHashMap - Class in com.jivesoftware.util
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
LongHashMap() - Constructor for class com.jivesoftware.util.LongHashMap
Constructs an empty map with default capacity and default load factors.
LongHashMap(int) - Constructor for class com.jivesoftware.util.LongHashMap
Constructs an empty map with the specified initial capacity and default load factors.
LongHashMap(int, double, double) - Constructor for class com.jivesoftware.util.LongHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
LongList - Class in com.jivesoftware.util
A List type class for long values.
LongList() - Constructor for class com.jivesoftware.util.LongList
Creates a new list of long values with a default capacity of 50.
LongList(int) - Constructor for class com.jivesoftware.util.LongList
Creates a new list of long values with a specified initial capacity.
LongList(long[]) - Constructor for class com.jivesoftware.util.LongList
Creates a new list of long values with an initial array of elements.
longToString(long) - Static method in class com.jivesoftware.profiles.search.LexicographicalUtils
Converts a long to a String suitable for indexing.
LongTree - Class in com.jivesoftware.util
A simple tree structure for long values.
LongTree(long, int) - Constructor for class com.jivesoftware.util.LongTree
Creates a new tree.
LongTree() - Constructor for class com.jivesoftware.util.LongTree
Constructor for use with the Externalizable interface.
lookupGroup(String) - Method in class com.jivesoftware.base.database.DbGroupManager
 
lookupGroup(long) - Method in class com.jivesoftware.base.database.DbGroupManager
 
lookupGroup(String) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
lookupGroup(long) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
lookupGroupsForUser(User) - Method in class com.jivesoftware.base.database.DbGroupManager
 
lookupGroupsForUser(User) - Method in class com.jivesoftware.base.GroupManagerAdapter
 
lookupMessageByID(Forum, String, boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Utility method to determine if a message exists in the forum already.
lookupUser(long) - Method in class com.jivesoftware.base.database.DbUserManager
 
lookupUser(String) - Method in class com.jivesoftware.base.database.DbUserManager
 
lookupUser(long) - Method in class com.jivesoftware.base.UserManagerAdapter
Returns a User with a given user ID.
lookupUser(String) - Method in class com.jivesoftware.base.UserManagerAdapter
Returns a User with a given username.
LOW_PRIORITY - Static variable in class com.jivesoftware.base.stats.StatsTaskEngine
 
LOW_PRIORITY - Static variable in class com.jivesoftware.util.TaskEngine
 
LOWER_STRING - Static variable in class com.jivesoftware.base.util.JiveComparators
String comparator based on the toLowerCase() values of the two Strings.
lowWaterMark - Variable in class com.jivesoftware.util.LongHashMap
The table capacity c=table.length always satisfies the invariant c * minLoadFactor <= s <= c * maxLoadFactor, where s=size() is the number of associations currently contained.
LRUCache - Class in com.jivesoftware.util
Default, non-distributed implementation of the Cache interface.
LRUCache(String, int, long) - Constructor for class com.jivesoftware.util.LRUCache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.

M

m_data - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
m_format - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
m_maxSize - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
m_minSize - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
m_rightJustify - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
m_type - Variable in class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
MACRO_LINK_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
MacroFilter - Class in com.jivesoftware.forum.renderer.filter
Class that finds (macros) like {link:java|http://www.java.com} ---> MacroFilter(List) - Constructor for class com.jivesoftware.forum.renderer.filter.MacroFilter
 
MacroFilter(List, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.MacroFilter
 
MacroFilterParameters - Class in com.jivesoftware.forum.renderer.filter
 
MacroFilterParameters() - Constructor for class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
main(String[]) - Static method in class com.jivesoftware.base.stats.bin.CyclicSequence
 
main(String[]) - Static method in class com.jivesoftware.base.stats.bin.SigFigSequence
 
main(String[]) - Static method in class com.jivesoftware.base.stats.bin.TimeSigFigSequence
 
main(String[]) - Static method in class com.jivesoftware.base.stats.element.CyclicElement
 
main(String[]) - Static method in class com.jivesoftware.base.stats.NaturalComparator
 
main(String[]) - Static method in class com.jivesoftware.base.stats.ReverseComparator
 
main(String[]) - Static method in class com.jivesoftware.forum.database.DbDataExport
 
main(String[]) - Static method in class com.jivesoftware.forum.database.DbDataImport
Usage -username - user to execute importer as -password - password to execute user as -input - xml file to import

jiveHome env property must be set (-DjiveHome=main(String[]) - Static method in class com.jivesoftware.forum.nntp.NNTPServer

Starts the server from the command line.
main(String[]) - Static method in class com.jivesoftware.util.search.PorterStemmer
Test program for demonstrating the Stemmer.
main(String[]) - Static method in class com.jivesoftware.webchat.License
 
main(String[]) - Static method in class com.jivesoftware.webchat.LicenseManager
 
main(String[]) - Static method in class com.jivesoftware.webchat.test.LoadTestStarter
 
main(String[]) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
main(String[]) - Static method in class com.jivesoftware.webchat.utils.WebUtils
 
MaintenanceFilter - Class in com.jivesoftware.base.util
A filter that checks for the "skin.default.maintenance.enabled=true" Jive property.
MaintenanceFilter() - Constructor for class com.jivesoftware.base.util.MaintenanceFilter
 
makeConnectionPool() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
manager - Variable in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
map - Variable in class com.jivesoftware.forum.webservices.Cache
The map the keys and values are stored in.
map - Variable in class com.jivesoftware.util.ClusteredCache
The map is used for distributed operations such as get, put, etc.
map - Variable in class com.jivesoftware.util.DefaultCache
The map the keys and values are stored in.
map - Variable in class com.jivesoftware.util.LRUCache
The map the keys and values are stored in.
mark() - Method in class com.jivesoftware.util.CircularLinkedList
Resets the pass count to zero and sets the mark to the current list position.
MARK_THREADS - Static variable in interface com.jivesoftware.forum.ArchiveManager
An archive mode that specifies that threads are marked as archived and left in their original forum.
markAccountForValidation(User) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Marks the user account for validation and sends a validation request to the user.
markAccountForValidation(User) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
markAccountForValidation(User) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
markDebugLogFile(User) - Static method in class com.jivesoftware.base.Log
 
markErrorLogFile(User) - Static method in class com.jivesoftware.base.Log
 
markInfoLogFile(User) - Static method in class com.jivesoftware.base.Log
 
MarkPrivateMessageAction - Class in com.jivesoftware.forum.action
 
MarkPrivateMessageAction() - Constructor for class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
markRead(User, ForumMessage) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
markRead(User, Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
markRead(User, ForumCategory) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
markRead(ForumMessage) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
markRead(Forum) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
Marks an entire forum as read.
markRead(User, ForumMessage) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
markRead(User, Forum) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
markRead(User, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
markRead(User, ForumMessage) - Method in interface com.jivesoftware.forum.ReadTracker
Marks an individual message as read.
markRead(User, Forum) - Method in interface com.jivesoftware.forum.ReadTracker
Marks an entire forum as read up until the current instant in time.
markRead(User, ForumCategory) - Method in interface com.jivesoftware.forum.ReadTracker
Marks an entire category as read up until the current instant in time.
markWarnLogFile(User) - Static method in class com.jivesoftware.base.Log
 
MATCH_ALL - Static variable in class com.jivesoftware.forum.nntp.NewsGroupFilter
Static filter that matches all groups.
matches(String) - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Tests a group name to see if it matches this filter.
matches(NewsGroupName) - Method in class com.jivesoftware.forum.nntp.Wildmat
Determines if the pattern matches the given name.
matches() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
MatchResult - Class in com.jivesoftware.forum.renderer.filter.regex
 
MatchResult(Matcher) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.MatchResult
 
MathUtil - Class in com.jivesoftware.base.action.util
 
MAX_MESSAGE_RESULTS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The maximum amount of message IDs that will be returned by any method by default.
MAX_RESULTS_SIZE - Static variable in class com.jivesoftware.forum.database.DbQuery
The maximum number of results to return with a search.
MAX_STRING_VALUE - Static variable in class com.jivesoftware.profiles.search.LexicographicalUtils
Equivalent to longToString(Long.MAX_VALUE)
MAX_THREAD_RESULTS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The maximum amount of thread IDs that will be returned by any method by default.
MAX_TYPE - Static variable in class com.jivesoftware.base.log.PatternFormatter
The maximum value used for TYPEs.
MAX_USER_RESULTS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The maximum amount of user IDs that will be returned by any method by default.
maxCacheSize - Variable in class com.jivesoftware.forum.webservices.Cache
Maximum number of items the cache will hold.
maxCacheSize - Variable in class com.jivesoftware.util.DefaultCache
Maximum size in bytes that the cache can grow to.
maxLifetime - Variable in class com.jivesoftware.forum.webservices.Cache
Maximum length of time objects can exist in cache before expiring.
maxLifetime - Variable in class com.jivesoftware.util.DefaultCache
Maximum length of time objects can exist in cache before expiring.
maxLifetime - Variable in class com.jivesoftware.util.LRUCache
Maximum length of time objects can exist in cache before expiring.
maxLoadFactor - Variable in class com.jivesoftware.util.LongHashMap
 
MBOX - Static variable in class com.jivesoftware.forum.gateway.GatewayManager.Type
 
MboxGateway - Class in com.jivesoftware.forum.gateway
 
MboxGateway() - Constructor for class com.jivesoftware.forum.gateway.MboxGateway
 
MboxImporter - Class in com.jivesoftware.forum.gateway
A gateway for the import of messages from a Mbox file This gateway (and the provider underneath it) assumes that the Mbox is only being used by this gateway.
MboxImporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.MboxImporter
Create an instance
MCKOI - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
MEDIUM - Static variable in class com.jivesoftware.util.FastDateFormat
Style pattern
MEDIUM - Static variable in class com.jivesoftware.util.TimeFormat
Constant for medium styles.
MEDIUM_PRESET - Static variable in class com.jivesoftware.forum.util.AdminCacheInfo
Constant for medium cache preset.
MEDIUM_PRIORITY - Static variable in class com.jivesoftware.base.stats.StatsTaskEngine
 
MEDIUM_PRIORITY - Static variable in class com.jivesoftware.util.TaskEngine
 
MemLexicon - Class in com.jivesoftware.util
A serializable memory lexicon.
MemLexicon() - Constructor for class com.jivesoftware.util.MemLexicon
 
MemLexicon(int) - Constructor for class com.jivesoftware.util.MemLexicon
 
MemLexicon - Class in com.jivesoftware.webchat.utils
A serializable memory lexicon.
MemLexicon() - Constructor for class com.jivesoftware.webchat.utils.MemLexicon
 
MemLexicon(int) - Constructor for class com.jivesoftware.webchat.utils.MemLexicon
 
mergeForums(Forum, Forum) - Method in class com.jivesoftware.forum.database.DbForumFactory
 
mergeForums(Forum, Forum) - Method in class com.jivesoftware.forum.ForumFactory
Merges the content of two forums by copying the threads from forum2 to forum1.
mergeForums(Forum, Forum) - Method in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
mergeForums(long, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Merges the content of two forums by copying the threads from Forum with ID forumID2 to forum with ID forumID1.
mergeForums(long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
 
MESSAGE_ADDED - Static variable in class com.jivesoftware.forum.event.MessageEvent
Message was added to the system.
MESSAGE_ADDED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever a message is added to the search index.
MESSAGE_BODY - Static variable in class com.jivesoftware.base.JiveConstants
 
MESSAGE_DATE_HEADER - Static variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used to store a messages original date if the date had to be changed such as in the case of a parent with an older child
MESSAGE_DELETED - Static variable in class com.jivesoftware.forum.event.MessageEvent
Message was deleted.
MESSAGE_DELETED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever a message is removed from the search index.
MESSAGE_ID - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter will match one article by message id.
MESSAGE_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
MESSAGE_MODERATION_MODIFIED - Static variable in class com.jivesoftware.forum.event.MessageEvent
The moderation value of the message was changed.
MESSAGE_MODIFIED - Static variable in class com.jivesoftware.forum.event.MessageEvent
The message was modified.
MESSAGE_MOVED - Static variable in class com.jivesoftware.forum.event.MessageEvent
The message was moved by becoming the root message of a new thread.
MESSAGE_RATED - Static variable in class com.jivesoftware.forum.event.MessageEvent
The message was rated.
MESSAGE_SUBJECT - Static variable in class com.jivesoftware.base.JiveConstants
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageAdded(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when a message has been added to the system.
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageAdded(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when a message is added to the index.
messageAdded(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
messageAdded(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
messageCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for ForumMessage objects.
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageDeleted(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when a message is about to be deleted from the system.
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageDeleted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when a message is deleted from the search index.
messageDeleted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
messageDeleted(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
MessageEvent - Class in com.jivesoftware.forum.event
An event for ForumMessage objects.
MessageEvent(int, ForumMessage, Map) - Constructor for class com.jivesoftware.forum.event.MessageEvent
Creates a new message event.
MessageEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for message events.
MessageFilter - Class in com.jivesoftware.forum.renderer.filter
A filter that converts [message]123[/message] or [msg]123[/msg] tags into urls.
MessageFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.MessageFilter
 
MessageFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the MessageFilter.
MessageFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.MessageFilterBeanInfo
 
MessageID - Class in com.jivesoftware.forum.nntp
Utility class for managing, generating, and parsing Message-ID's.
MessageInterceptor - Interface in com.jivesoftware.forum
A message interceptor encapsulates an action that is invoked on a message immediately before or after it is added to the system and also when the message subject or body is being edited.
MessageLengthReport - Class in com.jivesoftware.forum.stats.report
Create a report that looks at the distribution of message lengths
MessageLengthReport() - Constructor for class com.jivesoftware.forum.stats.report.MessageLengthReport
 
MessageLengthReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
MessageLengthReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.MessageLengthReportBeanInfo
 
MessageListener - Interface in com.jivesoftware.forum.event
Listener for message events.
MessageListenerAdapter - Class in com.jivesoftware.forum.event
Adapter class for the MessageListener interface.
MessageListenerAdapter() - Constructor for class com.jivesoftware.forum.event.MessageListenerAdapter
 
MessageMacro - Class in com.jivesoftware.forum.renderer.macro
A macro to convert {message:id=123} into a link to a message
MessageMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.MessageMacro
 
MessageMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the MessageMacro.
MessageMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.MessageMacroBeanInfo
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageModerationModified(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when the moderation value of a message has been changed.
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageModerationModified(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageModified(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when portions of a message have been modified.
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageModified(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageMoved(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when a message is moved to another thread.
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageMoved(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
messagePut(long, ForumMessage) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
messageRated(MessageEvent) - Method in interface com.jivesoftware.forum.event.MessageListener
Fired when a message has been rated.
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.event.MessageListenerAdapter
 
messageRated(MessageEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
MessageRejectedException - Exception in com.jivesoftware.forum
Thrown by a MessageInterceptor when a message is prevented from being posted.
MessageRejectedException(String) - Constructor for exception com.jivesoftware.forum.MessageRejectedException
 
MessageRejectedException(String, ForumMessage) - Constructor for exception com.jivesoftware.forum.MessageRejectedException
 
MessageRejectedException(Throwable, ForumMessage) - Constructor for exception com.jivesoftware.forum.MessageRejectedException
 
messageRemove(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
messages - Static variable in exception com.jivesoftware.forum.AttachmentException
 
messageSearch(Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc.
messageSearch(Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
messageSearchByCategories(long, Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category.
messageSearchByCategories(long, Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
messageSearchByCategoriesForObjects(long, Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc. all by category.
messageSearchByCategoriesForObjects(long, Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
messageSearchByForum(long, Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to perform a search query for messages within a forum.
messageSearchByForum(long, Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
messageSearchByForumForObjects(long, Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to perform a search query for messages within a forum.
messageSearchByForumForObjects(long, Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
messageSearchForObjects(Query, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to create complex search queries with the ability to change sorting, filtering, etc.
messageSearchForObjects(Query, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
MessageUtils - Class in com.jivesoftware.forum.mail
Utility functions for reading Message data.
MessageUtils() - Constructor for class com.jivesoftware.forum.mail.MessageUtils
 
method - Variable in class com.jivesoftware.util.search.Among
 
methodobject - Variable in class com.jivesoftware.util.search.Among
 
MigrateLocalCacheProperties - Class in com.jivesoftware.forum.upgrade.tasks
Upgrade task which migrates cache related local properties from the old naming scheme to the new one.
MigrateLocalCacheProperties() - Constructor for class com.jivesoftware.forum.upgrade.tasks.MigrateLocalCacheProperties
 
MigrationServlet - Class in com.jivesoftware.base.util
A servlet to aide with the transition from one style of URL to another.
MigrationServlet() - Constructor for class com.jivesoftware.base.util.MigrationServlet
 
MimeBodyPartIterator - Class in com.jivesoftware.forum.nntp.spi
An iterator of MIME body parts, it scans an underlying Iterator of Strings comprising the RFC822 email message.
MimeBodyPartIterator(Iterator, String) - Constructor for class com.jivesoftware.forum.nntp.spi.MimeBodyPartIterator
Create an iterator using the given body iterator.
MimeTools - Class in com.jivesoftware.forum.nntp.spi
Pure MIME related tools.
MimeTools.Header - Class in com.jivesoftware.forum.nntp.spi
Data structure containing a single header name/value pair.
MimeTools.Header() - Constructor for class com.jivesoftware.forum.nntp.spi.MimeTools.Header
 
MimeTools.Headers - Class in com.jivesoftware.forum.nntp.spi
Contains the parsed article information.
MimeTools.Headers() - Constructor for class com.jivesoftware.forum.nntp.spi.MimeTools.Headers
 
MIN_STRING_VALUE - Static variable in class com.jivesoftware.profiles.search.LexicographicalUtils
Equivalent to longToString(Long.MIN_VALUE)
minEdition - Variable in class com.jivesoftware.base.admin.SidebarTag
 
minLoadFactor - Variable in class com.jivesoftware.util.LongHashMap
 
MINUS_INFINITY - Static variable in class com.jivesoftware.base.stats.element.InfiniteElement
 
MINUTE - Static variable in class com.jivesoftware.base.JiveConstants
One minute (in milliseconds).
MISSPELLED_WORD - Static variable in class com.jivesoftware.util.SpellSession
The current word appears to be misspelled.
MISSPELLED_WORD - Static variable in class com.jivesoftware.webchat.utils.SpellSession
The current word appears to be misspelled.
mkdirs(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
MockGroup - Class in com.jivesoftware.base
A mock implementation of the Group interface - developers should subclass this class to provide more functionality in their test cases.
MockGroup(long) - Constructor for class com.jivesoftware.base.MockGroup
 
MockUser - Class in com.jivesoftware.base
A mock implementation of the User interface - developers should subclass this class to provide more functionality in their test cases.
MockUser(long) - Constructor for class com.jivesoftware.base.MockUser
 
ModBean - Class in com.jivesoftware.forum.moderation
 
ModBean() - Constructor for class com.jivesoftware.forum.moderation.ModBean
 
MODE_ALWAYS_REQUIRE_LOGIN - Static variable in class com.jivesoftware.forum.nntp.SessionManager
Always require the user to login before posting.
MODE_NEVER_REQUIRE_LOGIN - Static variable in class com.jivesoftware.forum.nntp.SessionManager
Ignore forum permissions and always permit users to post anonymously.
MODE_USE_PERMISSIONS - Static variable in class com.jivesoftware.forum.nntp.SessionManager
Use standard forum permissions to determine whether the user must login before posting or not.
ModelUtil - Class in com.jivesoftware.webchat.util
Utility methods frequently used by data classes and design-time classes.
MODERATE - Static variable in class com.jivesoftware.base.ban.BanLevel
Posts from a user will need to be moderated
MODERATION_OFF - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant to indicate that moderation is off.
moderationDisabled() - Method in class com.jivesoftware.forum.database.DbForumFactory
Returns true if moderation has been disabled by setting the Jive property "database.moderationDisabled" to true.
ModerationFilter - Class in com.jivesoftware.forum.moderation
 
ModerationFilter() - Constructor for class com.jivesoftware.forum.moderation.ModerationFilter
 
ModerationInterceptor - Class in com.jivesoftware.forum.interceptor
 
ModerationInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
ModerationInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
ModerationInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the keyword interceptor.
ModerationInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.ModerationInterceptorBeanInfo
 
ModerationManager - Interface in com.jivesoftware.forum.moderation
 
ModerationManagerImpl - Class in com.jivesoftware.forum.moderation
 
moderationValue - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
moderationValue - Variable in class com.jivesoftware.forum.database.DbForumThread
 
MODERATOR - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to moderate threads.
MODERATOR_PAGE - Static variable in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
MODERATOR_ROLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
 
moderatorPermissionChanged() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Need to handle simple state changes without always checking.
MODIFICATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
modificationDate - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The date the user was last modified.
ModifyAttachmentContentTypeSize - Class in com.jivesoftware.forum.upgrade.tasks
 
ModifyAttachmentContentTypeSize() - Constructor for class com.jivesoftware.forum.upgrade.tasks.ModifyAttachmentContentTypeSize
 
ModifyUserProfileSize - Class in com.jivesoftware.forum.upgrade.tasks
 
ModifyUserProfileSize() - Constructor for class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize
 
ModifyUserProfileSize2 - Class in com.jivesoftware.forum.upgrade.tasks
 
ModifyUserProfileSize2() - Constructor for class com.jivesoftware.forum.upgrade.tasks.ModifyUserProfileSize2
 
Monitor - Interface in com.jivesoftware.forum.net
Monitors a network usage.
MonitoredDiskFileItem - Class in com.jivesoftware.base.action.multipart
An extension of the DiskFileItem class which allows for monitoring of the upload as it progresses.
MonitoredDiskFileItem(String, String, boolean, String, int, File, OutputStreamListener) - Constructor for class com.jivesoftware.base.action.multipart.MonitoredDiskFileItem
 
MonitoredDiskFileItemFactory - Class in com.jivesoftware.base.action.multipart
An extension of the DiskFileItemFactory this class creates MonitoredDiskFileItem to allow for monitoring of file uploads.
MonitoredDiskFileItemFactory(OutputStreamListener) - Constructor for class com.jivesoftware.base.action.multipart.MonitoredDiskFileItemFactory
Constructor that accepts an OutputStreamListener that will receive upload events.
MonitoredDiskFileItemFactory(int, File, OutputStreamListener) - Constructor for class com.jivesoftware.base.action.multipart.MonitoredDiskFileItemFactory
 
MonitoredOutputStream - Class in com.jivesoftware.base.action.multipart
This class monitors an OutputStream and reports the bytes written to that ouput stream to an OutputStreamListener.
MonitoredOutputStream(OutputStream, OutputStreamListener) - Constructor for class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
MOVE_THREADS - Static variable in interface com.jivesoftware.forum.ArchiveManager
An archive mode that specifies that threads should be moved to another forum.
moveCategory(ForumCategory, ForumCategory) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
moveCategory(ForumCategory, ForumCategory) - Method in interface com.jivesoftware.forum.ForumCategory
Moves a sub-category to another category.
moveCategory(ForumCategory, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
moveForum(Forum, ForumCategory) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
moveForum(Forum, ForumCategory) - Method in interface com.jivesoftware.forum.ForumCategory
Moves a forum from this category to another.
moveForum(Forum, ForumCategory) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
moveForums(long, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Move the forum with the specified ID to the category with the specified ID.
moveForums(long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
moveMessage(DbForumThread, long, Connection) - Method in class com.jivesoftware.forum.database.DbForumMessage
Moves an existing message and all of its children from an existing thread to a new thread.
moveMessage(PrivateMessage, PrivateMessageFolder) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
moveMessage(PrivateMessage, PrivateMessageFolder) - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Moves a private message to another folder.
moveMessage(PrivateMessage, PrivateMessageFolder) - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
moveMessage(long, long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Moves a private message to another folder.
moveMessage(long, long, int) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
 
movePolls(int, long, int, long) - Method in class com.jivesoftware.base.database.DbPollManager
 
MovePrivateMessageAction - Class in com.jivesoftware.forum.action
 
MovePrivateMessageAction() - Constructor for class com.jivesoftware.forum.action.MovePrivateMessageAction
 
MoveProfileFieldDown - Class in com.jivesoftware.profiles.action.admin
An action to move a profile field down one index value.
MoveProfileFieldDown() - Constructor for class com.jivesoftware.profiles.action.admin.MoveProfileFieldDown
 
MoveProfileFieldUp - Class in com.jivesoftware.profiles.action.admin
An action to move a profile field up one index value.
MoveProfileFieldUp() - Constructor for class com.jivesoftware.profiles.action.admin.MoveProfileFieldUp
 
moveThread(ForumThread, Forum) - Method in class com.jivesoftware.forum.database.DbForum
 
moveThread(ForumThread, Forum) - Method in interface com.jivesoftware.forum.Forum
Moves a thread from one forum to another.
moveThread(ForumThread, Forum) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
moveThread(long, long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Moves the thread with the specified ID to the forum with the specified ID.
moveThread(long, long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
MoveThreadAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for moving threads from one forum to another.
MoveThreadAction() - Constructor for class com.jivesoftware.forum.action.MoveThreadAction
 
moveToShortTerm(Collection) - Method in class com.jivesoftware.forum.database.QueryCache
Iterates a set of keys, moving each entry to the short term query cache.
MSWordToTextFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that converts strategically incompatible non-ISO characters used by MS Word in the range 0x82 -- 0x9F into plausible ISO-8859-1 substitutes where possible.
MSWordToTextFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
MSWordToTextFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the XMLFilter.
MSWordToTextFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.MSWordToTextFilterBeanInfo
 
MultiArticleIterator - Class in com.jivesoftware.forum.nntp.spi
A simple extension of the MultiIterator class which assumes that items in the iterators are DbForumMessages.
MultiArticleIterator() - Constructor for class com.jivesoftware.forum.nntp.spi.MultiArticleIterator
 
MultiFilter - Class in com.jivesoftware.util.search
A Filter that logically combines multiple other Filters.
MultiFilter() - Constructor for class com.jivesoftware.util.search.MultiFilter
Creates a new MultiFilter.
MultiFilter(MultiFilter.FilterType) - Constructor for class com.jivesoftware.util.search.MultiFilter
 
MultiFilter(int) - Constructor for class com.jivesoftware.util.search.MultiFilter
Creates a new MultiFilter with the specified initial capacity.
MultiFilter(int, MultiFilter.FilterType) - Constructor for class com.jivesoftware.util.search.MultiFilter
Creates a new MultiFilter with the specified initial capacity.
MultiFilter.FilterType - Class in com.jivesoftware.util.search
 
MultiIterator - Class in com.jivesoftware.util
A class which iterates over multiple iterators.
MultiIterator() - Constructor for class com.jivesoftware.util.MultiIterator
 
MULTILINE - Static variable in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
MULTILINE - Static variable in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
MULTILIST - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a multiselect type.
MULTIPART_ALTERNATIVE - Static variable in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
 
MULTIPART_MIXED - Static variable in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
 
MULTIPART_RELATED - Static variable in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
 
MultipartParamUtils - Class in com.jivesoftware.util
This class retrieves web page parameters from a multipart/form-data encoded HTML form and stores them as key/values pairs.
MultipartParamUtils(ServletRequest, int) - Constructor for class com.jivesoftware.util.MultipartParamUtils
Initialize the class with the ServletRequest object and the maximum allowable request size (in bytes).
MULTIPLE_SELECTIONS_ALLOWED - Static variable in interface com.jivesoftware.base.Poll
Mode to allow users to select multiple options in a poll.
MyRewardsAction - Class in com.jivesoftware.forum.action
A simple action class that allows the view to get a handle on the reward manager (by the call to getForumFactory()).
MyRewardsAction() - Constructor for class com.jivesoftware.forum.action.MyRewardsAction
 
MYSQL - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
MYSQL3 - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
MySQLDefaultSequenceProvider - Class in com.jivesoftware.base.database.sequence
A sequence provider that uses the mysql 'returning' feature to improve performance of retrieving ID blocks.
MySQLDefaultSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
MySQLSequence - Class in com.jivesoftware.base.database.sequence
 

N

name - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The user's full name.
name() - Method in class com.jivesoftware.base.plugin.PluginManager.License
 
name - Variable in class com.jivesoftware.base.stats.AbstractReport
 
name - Variable in class com.jivesoftware.util.DefaultCache
The name of the cache.
NameAlreadyExistsException - Exception in com.jivesoftware.forum
 
NameAlreadyExistsException() - Constructor for exception com.jivesoftware.forum.NameAlreadyExistsException
 
NameAlreadyExistsException(String) - Constructor for exception com.jivesoftware.forum.NameAlreadyExistsException
 
NAMESPACE - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The namespace used for jive web services.
nameVisible - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
Flag to indicate whether the user's name should be visible to other users.
NaturalComparator - Class in com.jivesoftware.base.stats
A class that implements the Comparator interface using the natural order for a set of objects.
NaturalComparator() - Constructor for class com.jivesoftware.base.stats.NaturalComparator
 
NEGATIVE - Static variable in class com.jivesoftware.base.PermissionType
The negative permission type indicates that the permission should be 'revoked' or 'removed' from permissions retrieved from parent object(s).
NEVER - Static variable in class com.jivesoftware.base.ban.DateRangeBean
A RelativeDateRange object representing a future date value that will never be reached.
NEVER - Static variable in class com.jivesoftware.util.RelativeDateRange
 
NEW_THREADS_MODERATED - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant to indicate that moderation of new threads is on.
NEW_WINDOW - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
newFileURL(File) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
newFileURL(String) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
newInstance(String) - Static method in class com.jivesoftware.util.ClassUtils
Creates a new instance of the class with the specified name.
NewlineFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that converts newline characters into HTML <br> tags.
NewlineFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
NewlineFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the Newline filter.
NewlineFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.NewlineFilterBeanInfo
 
NewlineTextFilter - Class in com.jivesoftware.forum.renderer.filter.rules
A TextFilter which handles newline to br conversions.
NewlineTextFilter(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.NewlineTextFilter
 
newMessageModerated(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
Determines whether the new message is moderated and sets the PostAction.isNewMessageModerated variable.
NewMessagesReport - Class in com.jivesoftware.forum.stats.report
Reports on the number of new reports over time.
NewMessagesReport() - Constructor for class com.jivesoftware.forum.stats.report.NewMessagesReport
 
NewMessagesReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the NewMessagesReport class.
NewMessagesReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.NewMessagesReportBeanInfo
 
NewNewsResponse - Class in com.jivesoftware.forum.nntp
Response for the NEWNEWS RFC977 command.
NEWS - Static variable in class com.jivesoftware.forum.gateway.GatewayManager.Type
 
NewsGroup - Interface in com.jivesoftware.forum.nntp
Represents an NNTP news group allowing the retreival of group information and group content information.
NewsgroupExporter - Class in com.jivesoftware.forum.gateway
A gateway for the export of messages to a newsgroup.
NewsgroupExporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.NewsgroupExporter
Create an instance.
NewsgroupFailedImportTask - Class in com.jivesoftware.forum.gateway
The sole purpose of this class is to reattempt to import articles that failed to be previously imported hopefully because of networking issues.
NewsgroupFailedImportTask(NewsgroupImporter.NNTPImporter, long, List) - Constructor for class com.jivesoftware.forum.gateway.NewsgroupFailedImportTask
 
NewsGroupFilter - Class in com.jivesoftware.forum.nntp
Filters news group names according to those that match the patterns passed to the filter.
NewsGroupFilter() - Constructor for class com.jivesoftware.forum.nntp.NewsGroupFilter
 
NewsgroupGateway - Class in com.jivesoftware.forum.gateway
 
NewsgroupGateway() - Constructor for class com.jivesoftware.forum.gateway.NewsgroupGateway
 
NewsgroupImporter - Class in com.jivesoftware.forum.gateway
A gateway for the import of messages from a newsgroup.
NewsgroupImporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.NewsgroupImporter
Create an instance
NewsgroupImporter.NNTPImporter - Class in com.jivesoftware.forum.gateway
An extension of the JavaMailGateway class
NewsGroupListResponse - Class in com.jivesoftware.forum.nntp
Contains the response for a news group list command.
NewsGroupName - Class in com.jivesoftware.forum.nntp
Understands the dot separated name of news groups, along with wildcarding as specified in some NNTP commands.
NewsGroupName(String) - Constructor for class com.jivesoftware.forum.nntp.NewsGroupName
Create a name based on the group's name string.
NewsGroupNotFoundException - Exception in com.jivesoftware.forum.nntp
Thrown when an appropriate news group is not found.
NewsGroupNotFoundException() - Constructor for exception com.jivesoftware.forum.nntp.NewsGroupNotFoundException
Constructs a new exception with null as its detail message.
NewsGroupNotFoundException(String) - Constructor for exception com.jivesoftware.forum.nntp.NewsGroupNotFoundException
Constructs a new exception with the specified detail message.
NewsGroupSelectedResponse - Class in com.jivesoftware.forum.nntp
Represents a newsgroup selection response.
newURL(String, String) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
newURL(String, String, String, int, String, String, String) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
Creates a new URL whose parts have the exact values that are specified.
next() - Method in class com.jivesoftware.base.database.GroupIterator
Returns the next element.
next() - Method in class com.jivesoftware.base.database.PollBlockIterator
 
next() - Method in class com.jivesoftware.base.database.UserIterator
Returns the next element.
next() - Method in class com.jivesoftware.base.GroupIteratorProxy
Returns the next element.
next() - Method in class com.jivesoftware.base.UserGroupIteratorProxy
Returns the next element.
next() - Method in class com.jivesoftware.base.UserIteratorProxy
Returns the next element.
next() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmIterator
 
NEXT - Static variable in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
next() - Method in class com.jivesoftware.forum.database.AvatarIterator
Returns the next available element, or null if there are no more elements to return.
next() - Method in class com.jivesoftware.forum.database.DatabaseObjectIterator
Returns the next element.
next() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
next() - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
next() - Method in class com.jivesoftware.forum.database.ForumMessageBlockIterator
 
next() - Method in class com.jivesoftware.forum.database.ForumThreadBlockIterator
 
next() - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
next() - Method in class com.jivesoftware.forum.database.StatusLevelIterator
Returns the next element.
next() - Method in class com.jivesoftware.forum.database.StatusLevelLeaderBlockIterator
 
next() - Method in class com.jivesoftware.forum.ForumMessageIterator
Returns the next message in the list.
next() - Method in class com.jivesoftware.forum.ForumThreadIterator
Returns the next thread in the list.
next() - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Moves the article pointer to the next article in the current group.
next() - Method in class com.jivesoftware.forum.nntp.spi.ArticleIterator
 
next() - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
next() - Method in class com.jivesoftware.forum.nntp.spi.DotIterator
 
next() - Method in class com.jivesoftware.forum.nntp.spi.FFNGIteratorAdapter
 
next() - Method in class com.jivesoftware.forum.nntp.spi.FNameFilterIterator
Return the next forum in the iterator who's NNTP name matches this iterator's filter.
next() - Method in class com.jivesoftware.forum.nntp.spi.MimeBodyPartIterator
Return an iterator over the lines (String objects) of the next body part.
next() - Method in class com.jivesoftware.forum.nntp.spi.MultiArticleIterator
 
next() - Method in class com.jivesoftware.forum.nntp.spi.PeekIterator
Returns the next element and moves the iterator forward.
next() - Method in class com.jivesoftware.forum.nntp.spi.UUBeginIterator
 
next() - Method in class com.jivesoftware.forum.nntp.spi.UUEndIterator
 
next() - Method in class com.jivesoftware.forum.proxy.AnnouncementIteratorProxy
 
next() - Method in class com.jivesoftware.forum.proxy.AvatarIteratorProxy
 
next() - Method in class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
next() - Method in class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
next() - Method in class com.jivesoftware.forum.proxy.IteratorProxy
Returns the next element.
next() - Method in class com.jivesoftware.forum.proxy.QueryResultIteratorWrapper
 
next() - Method in class com.jivesoftware.forum.proxy.StatusLevelIteratorProxy
 
next() - Method in class com.jivesoftware.forum.renderer.util.LineIterator
 
next() - Method in class com.jivesoftware.util.CircularLinkedList
Advances the list to the next item and returns the item found or null if no items are in the list.
next() - Method in class com.jivesoftware.util.ClusteredCache.CacheIterator
 
next - Variable in class com.jivesoftware.util.LinkedListNode
 
next() - Method in class com.jivesoftware.util.MultiIterator
Returns the next object in the iterator list.
next() - Method in class com.jivesoftware.util.search.CJKAnalyzer.CJKTokenizer
Returns the next token in the stream, or null at EOS.
next() - Method in class com.jivesoftware.util.search.SynonymFilter
 
next() - Method in class com.jivesoftware.util.SpellSession
Runs the next iteration of spell checking and returns the result.
next() - Method in class com.jivesoftware.webchat.utils.SpellSession
Runs the next iteration of spell checking and returns the result.
nextFile() - Method in interface com.jivesoftware.base.log.FileStrategy
Get the next log file to rotate to.
nextFile() - Method in class com.jivesoftware.base.log.RevolvingFileStrategy
Calculate the real file name from the base filename.
nextID(int) - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
Returns the next ID of the specified type.
nextID(JiveObject) - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
 
nextID(String) - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
 
nextID() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
nextIndex - Variable in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
nextPrime(int) - Method in class com.jivesoftware.util.LongHashMap
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextUniqueID() - Method in class com.jivesoftware.base.database.sequence.MySQLSequence
Returns the next available unique ID.
nextUniqueID() - Method in class com.jivesoftware.base.database.sequence.OracleSequence
Returns the next available unique ID.
NNTP_STAT - Static variable in class com.jivesoftware.forum.stats.QuickStats
 
NNTPConnectionManager - Class in com.jivesoftware.forum.nntp.spi
A connection manager for NNTP servers.
NNTPConnectionManager(SessionManager) - Constructor for class com.jivesoftware.forum.nntp.spi.NNTPConnectionManager
Create a connection manager a session manager.
NNTPDate - Class in com.jivesoftware.forum.nntp
Reads and writes NNTP standard dates.
NNTPDate(Date) - Constructor for class com.jivesoftware.forum.nntp.NNTPDate
Create a new date using the given Java java.util.Date class.
NNTPDateResponse - Class in com.jivesoftware.forum.nntp
A response for the local server date-time in NNTP format (YYYYMMDDhhmmss).
NNTPDateResponse() - Constructor for class com.jivesoftware.forum.nntp.NNTPDateResponse
Create a new date response of server local time set to the current date-time.
NNTPException - Exception in com.jivesoftware.forum.nntp
Base NNTP exception.
NNTPException() - Constructor for exception com.jivesoftware.forum.nntp.NNTPException
Constructs a new exception with null as its detail message.
NNTPException(String) - Constructor for exception com.jivesoftware.forum.nntp.NNTPException
Constructs a new exception with the specified detail message.
NNTPException(Throwable) - Constructor for exception com.jivesoftware.forum.nntp.NNTPException
Constructs a new exception with the specified cause and a detail message which contains the class and detail message of cause).
NNTPException(String, Throwable) - Constructor for exception com.jivesoftware.forum.nntp.NNTPException
Constructs a new exception with the specified detail message and cause.
NNTPPageViewsReport - Class in com.jivesoftware.forum.stats.report
Reports on the number of NNTP page views over time.
NNTPPageViewsReport() - Constructor for class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
NNTPPageViewsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the NNTPPageViewsReport class.
NNTPPageViewsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.NNTPPageViewsReportBeanInfo
 
NNTPParser - Class in com.jivesoftware.forum.nntp
A parser that understands the basic semantics of the NNTP protocol and can translate them into calls on the NNTP API.
NNTPParser(SessionManager, Session, Connection) - Constructor for class com.jivesoftware.forum.nntp.NNTPParser
Create a parser for the given session.
NNTPReadStatSession - Class in com.jivesoftware.forum.stats
Encapsulates a series of NNTP read stat occurrences.
NNTPReadStatSession() - Constructor for class com.jivesoftware.forum.stats.NNTPReadStatSession
 
NNTPReadStatSession(String, Date, String, String) - Constructor for class com.jivesoftware.forum.stats.NNTPReadStatSession
 
NNTPReadStatSession(String, Date, Date, String, String) - Constructor for class com.jivesoftware.forum.stats.NNTPReadStatSession
 
NNTPResponse - Interface in com.jivesoftware.forum.nntp
A standard NNTP response contains a numeric response code, optional line text and is terminated by a CR-LF pair.
NNTPResponseBuffer - Class in com.jivesoftware.forum.nntp
A simple tool for building dynamic responses.
NNTPResponseBuffer(Connection, int) - Constructor for class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Create a simple NNTP response with the given response value.
NNTPResponseBuffer(Connection, int, String, boolean) - Constructor for class com.jivesoftware.forum.nntp.NNTPResponseBuffer
Create a simple NNTP response with the given response value and the response text on the first line of the response.
NNTPServer - Class in com.jivesoftware.forum.nntp
Factory class to simplify access to NNTP system.
NNTPServerConfig - Class in com.jivesoftware.forum.nntp
The configuration settings for server behavior when article reading (POST) and writing (ARTICLE).
NO_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
"No encoding" content type: "identity".
NO_JIVE_TABLES - Static variable in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
NO_MARKUP_STRATEGY - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
A render stragegy used to render text without any markup
NO_OPTIONS - Static variable in class com.jivesoftware.forum.nntp.spi.Base64
No options specified.
NO_OPTIONS - Static variable in class com.jivesoftware.webchat.util.Base64
No options specified.
NO_RESULT_LIMIT - Static variable in class com.jivesoftware.forum.net.BasicResultFilter
Indicates that no result limit should be enforced.
NO_STRATEGY - Static variable in class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
NoFormatFilter - Class in com.jivesoftware.forum.renderer.macro
 
NoFormatFilter() - Constructor for class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
NoFormatFilterBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the NoFormatFilter.
NoFormatFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.NoFormatFilterBeanInfo
 
NoGroupSelectedException - Exception in com.jivesoftware.forum.nntp
Thrown when an operation fails because it requires a group to be selected.
NoGroupSelectedException() - Constructor for exception com.jivesoftware.forum.nntp.NoGroupSelectedException
Create a new exception.
NON_COMMERCIAL - Static variable in class com.jivesoftware.webchat.License.LicenseType
Type representing a non-commercial license.
NONE - Static variable in class com.jivesoftware.base.Permissions
No permissions.
NoNextArticleException - Exception in com.jivesoftware.forum.nntp
Thrown when no next article exists (NNTP NEXT command).
NoNextArticleException() - Constructor for exception com.jivesoftware.forum.nntp.NoNextArticleException
Create a new exception.
NonFormattingFormatter - Class in com.jivesoftware.profiles.formatter
A formatter that does nothing.
NonFormattingFormatter() - Constructor for class com.jivesoftware.profiles.formatter.NonFormattingFormatter
 
NonValidatingValidator - Class in com.jivesoftware.profiles.validator
A validator that does nothing.
NonValidatingValidator() - Constructor for class com.jivesoftware.profiles.validator.NonValidatingValidator
 
NonValidatingValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the nonvalidating field validator.
NonValidatingValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.NonValidatingValidatorBeanInfo
 
NoPermissionException - Exception in com.jivesoftware.forum.nntp
Indicates an operation could not be completed because the user did not have sufficient permissions.
NoPermissionException() - Constructor for exception com.jivesoftware.forum.nntp.NoPermissionException
Create a new exception.
NoPreviousArticleException - Exception in com.jivesoftware.forum.nntp
Thrown when no previous article exists (NNTP LAST command).
NoPreviousArticleException() - Constructor for exception com.jivesoftware.forum.nntp.NoPreviousArticleException
Create a new exception.
NORMAL_WATCH - Static variable in interface com.jivesoftware.forum.Watch
Normal watch type.
NORMAL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Normal watch type.
normalize(char) - Method in class com.jivesoftware.util.search.AlphaNumericTokenizer
 
NORWEGIAN_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The norwegian analyzer provides for stemming of words to allow for flexibility in searching when most content is in Norwegian.
NorwegianStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
NorwegianStemmer() - Constructor for class com.jivesoftware.util.search.NorwegianStemmer
 
NorwegianStemmingAnalyzer - Class in com.jivesoftware.util.search
An Norwegian analyzer for Lucene based upon the standard analyzer that supports stemming of norwegian words.
NorwegianStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
Builds an analyzer.
NorwegianStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
Builds an analyzer with the given stop words.
NoSuchArticleNumberException - Exception in com.jivesoftware.forum.nntp
Thrown when an appropriate article id is not found in the current group.
NoSuchArticleNumberException() - Constructor for exception com.jivesoftware.forum.nntp.NoSuchArticleNumberException
Create a new exception.
NOT_ALLOWED - Static variable in exception com.jivesoftware.forum.PrivateMessageRejectedException
 
NOT_AVAILABLE - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
NOTFOUND - Static variable in class com.jivesoftware.base.action.JiveActionSupport
An action return type that indicates the requested resource was not found.
NOTFOUND - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
NotFoundException - Exception in com.jivesoftware.base
Thrown when trying to load an object that does not exist, or the object could not be loaded.
NotFoundException() - Constructor for exception com.jivesoftware.base.NotFoundException
 
NotFoundException(String) - Constructor for exception com.jivesoftware.base.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.jivesoftware.base.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.jivesoftware.base.NotFoundException
 
notifyWatchUpdate(ForumMessage) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
NotPolicy - Class in com.jivesoftware.forum.net.policies
Performs a basic logical NOT evaluation on a child policy (e.g.
NotPolicy(AcceptPolicy) - Constructor for class com.jivesoftware.forum.net.policies.NotPolicy
Create an NOT policy for the given policy.
NotUniqueException - Exception in com.jivesoftware.base.database.dao
Can be thrown by the DAO when creation is attempted on an object that should be unique
NotUniqueException() - Constructor for exception com.jivesoftware.base.database.dao.NotUniqueException
 
NotUniqueException(String) - Constructor for exception com.jivesoftware.base.database.dao.NotUniqueException
 
NotUniqueException(String, Throwable) - Constructor for exception com.jivesoftware.base.database.dao.NotUniqueException
 
NotUniqueException(Throwable) - Constructor for exception com.jivesoftware.base.database.dao.NotUniqueException
 
NULL_INT - Static variable in class com.jivesoftware.forum.ResultFilter
An integer value that represents NULL.
NULL_INT - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
An integer value that represents NULL.
NULL_INT - Static variable in class com.jivesoftware.forum.webservices.ResultFilter
An integer value that represents NULL.
NullFragmenter - Class in com.jivesoftware.util.search
Fragmenter implementation which does not fragment the text.
NullFragmenter() - Constructor for class com.jivesoftware.util.search.NullFragmenter
 
nullifyIfEmpty(String) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns null if the specified string is empty or null.
nullifyingToString(Object) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Returns null if the specified object is null or if its toString() representation is empty.
NUM_POLLS_PER_PAGE - Static variable in class com.jivesoftware.forum.action.PollsViewAction
 
NUMBER - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter will match one article by message number.
NUMBER - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.list.ListType
Type representing a numbered list
NUMBER - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a number type.
NumberConverter - Class in com.jivesoftware.base.action.util
Simple ognl type converter which converts integers and longs to string without going through l10n
NumberConverter() - Constructor for class com.jivesoftware.base.action.util.NumberConverter
 
NumberFormatter - Class in com.jivesoftware.base.stats.util
 
NumberFormatter() - Constructor for class com.jivesoftware.base.stats.util.NumberFormatter
 
numberOfMessagesInDB() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Gets the number of messages in the database waiting to be virus scanned.
NumberValidator - Class in com.jivesoftware.profiles.validator
A validator which validates numbers.
NumberValidator() - Constructor for class com.jivesoftware.profiles.validator.NumberValidator
 
NumberValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the regex field validator.
NumberValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.NumberValidatorBeanInfo
 
numTasks - Variable in class com.jivesoftware.base.stats.AbstractReportRunner
 

O

object - Variable in class com.jivesoftware.util.CacheObject
Underlying object wrapped by the CacheObject.
object - Variable in class com.jivesoftware.util.LinkedListNode
 
OBJECT_FORUM - Static variable in interface com.jivesoftware.forum.webservices.WatchService
An integer representing Forum Objects
OBJECT_FORUM_CATEGORY - Static variable in interface com.jivesoftware.forum.webservices.WatchService
An integer representing Forum Category objects.
OBJECT_THREAD - Static variable in interface com.jivesoftware.forum.webservices.WatchService
An integer representing Forum Thread objects.
OBJECT_USER - Static variable in interface com.jivesoftware.forum.webservices.WatchService
An integer representing User objects.
objectID - Variable in class com.jivesoftware.forum.util.Identifier
 
ObjectRedirectAction - Class in com.jivesoftware.base.action
A simple action which helps with redirects from objectIDs and objectTypes.
ObjectRedirectAction() - Constructor for class com.jivesoftware.base.action.ObjectRedirectAction
 
objects - Variable in class com.jivesoftware.base.stats.AbstractReport
 
objectType - Variable in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
objectType - Variable in class com.jivesoftware.forum.util.Identifier
 
OFFLINE - Static variable in class com.jivesoftware.base.JiveConstants
 
offlineNotification(String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
offset - Variable in class com.jivesoftware.util.classloader.BytesURLConnection
 
OGNLBeanUtils - Class in com.jivesoftware.base.action.util
Convenience methods for manipulating the getter/setter properties of JavaBeans (well any kind of Object).
OGNLBeanUtils() - Constructor for class com.jivesoftware.base.action.util.OGNLBeanUtils
 
OK - Static variable in class com.jivesoftware.util.SpellSession
There were no errors; ie spell checking is done.
OK - Static variable in class com.jivesoftware.webchat.utils.SpellSession
There were no errors; ie spell checking is done.
OldEditAction - Class in com.jivesoftware.forum.action
Action for handling logic of editing forum content.
OldEditAction() - Constructor for class com.jivesoftware.forum.action.OldEditAction
 
OldPostAction - Class in com.jivesoftware.forum.action
An Action to encapsulate all the logic for posting messages.
OldPostAction() - Constructor for class com.jivesoftware.forum.action.OldPostAction
 
onConnectionClose(Object) - Method in interface com.jivesoftware.forum.net.ConnectionCloseListener
Called when a connection is closed.
ONE_DAY - Static variable in class com.jivesoftware.util.RelativeDateRange
 
ONE_DAY_IN_MILLIS - Static variable in class com.jivesoftware.base.action.util.DateUtils
 
ONE_MONTH - Static variable in class com.jivesoftware.util.RelativeDateRange
 
ONE_WEEK - Static variable in class com.jivesoftware.util.RelativeDateRange
 
ONE_YEAR - Static variable in class com.jivesoftware.util.RelativeDateRange
 
onError(Throwable) - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
OnlineAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for showing who is online is the forums.
OnlineAction() - Constructor for class com.jivesoftware.forum.action.OnlineAction
 
onlineGuestCache - Variable in class com.jivesoftware.base.database.DbPresenceManager
 
onlineUserCache - Variable in class com.jivesoftware.base.database.DbPresenceManager
 
onStart() - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
open() - Method in class com.jivesoftware.forum.net.AcceptPort
Opens the port by starting up an accept thread (if needed).
OPEN_RANGE - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter will match articles with numbers greater than or equal to the start index number.
openConnection(URL) - Method in class com.jivesoftware.util.classloader.BytesURLStreamHandler
 
openFile() - Method in class com.jivesoftware.base.log.RotatingFileHandler
Open underlying file and allocate resources.
openOutputStream(URL) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
OpenQuestionAlertSettings - Class in com.jivesoftware.forum.expert
Holds the settings used by OpenQuestionMonitor in determining when and how to send email alerts.
optimize() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
optimize() - Method in interface com.jivesoftware.forum.SearchManager
Optimizes the underlying search index for maximum speed.
optimize() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Optimizes the underlying search index for maximum speed.
optimize() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
OPTIMIZE_COMPLETED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index optimize is completed.
OPTIMIZE_COMPLETED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index optimize is completed.
OPTIMIZE_STARTED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index optimize is started.
OPTIMIZE_STARTED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index optimize is started.
optimizeCompleted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index optimization is completed.
optimizeCompleted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
optimizeCompleted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index optimization is completed.
optimizeStarted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index optimization is started.
optimizeStarted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
optimizeStarted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index optimization is started.
OR - Static variable in class com.jivesoftware.util.search.MultiFilter.FilterType
 
OR_MODE - Static variable in class com.jivesoftware.forum.ResultFilter
'OR' mode;
ORACLE - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
OracleDefaultSequenceProvider - Class in com.jivesoftware.base.database.sequence
A sequence provider that uses the oracle 'returning' feature to improve performance of retrieving ID blocks.
OracleDefaultSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
OracleSequence - Class in com.jivesoftware.base.database.sequence
 
OracleSequenceProvider - Class in com.jivesoftware.base.database.sequence
 
OracleSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.OracleSequenceProvider
 
OrPolicy - Class in com.jivesoftware.forum.net.policies
Performs a basic logical OR evaluation on child policies (if either evaluate to true this policy will evaluate true).
OrPolicy(AcceptPolicy, AcceptPolicy) - Constructor for class com.jivesoftware.forum.net.policies.OrPolicy
Create an OR policy with the given two child policies.
OTHER - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
other - Static variable in class com.jivesoftware.base.plugin.PluginManager.License
The plugin is distributed under another license agreement not covered by one of the other choices.
OTHER_SAFE_CHARACTERS - Static variable in class com.jivesoftware.util.StringUtils
An array of non-alphanumeric, non-space characters which are web safe.
out - Variable in class com.jivesoftware.webchat.actions.WebBean
 
out_grouping(char[], int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
out_grouping_b(char[], int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
out_range(int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
out_range_b(int, int) - Method in class com.jivesoftware.util.search.SnowballProgram
 
OUTPUT_DIR_PATTERN - Static variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
outputDir - Variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
OutputStreamListener - Interface in com.jivesoftware.base.action.multipart
This interface is used to listen for events on an OutputStream.
OverviewFormatResponse - Class in com.jivesoftware.forum.nntp
Response for an overview format command.

P

pad(int, String) - Static method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
Page - Class in com.jivesoftware.forum.action.util
A class to represent a page in a paginator.
Page() - Constructor for class com.jivesoftware.forum.action.util.Page
Default constructor - does nothing.
PAGE_BREADCRUMBS - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant for the breadcrumb attribute of JSP pages.
PAGE_ID - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant for the page ID of JSP pages.
PAGE_TITLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant for the title attribute of JSP pages.
Pageable - Interface in com.jivesoftware.forum.action.util
A Pageable object is an object which describes how a list of items can be paged (split up into equals chunks of items).
pageStateHasChanged() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Check to see if the page state has been changed since last checking.
pageUser - Variable in class com.jivesoftware.base.action.JiveActionSupport
 
paginator - Variable in class com.jivesoftware.base.tags.JiveModels
 
Paginator - Class in com.jivesoftware.base.tags
A freemarker tag to print out a paginator in the standard Jive format.
Paginator(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.Paginator
 
Paginator - Class in com.jivesoftware.forum.action.util
A class to make paging of forum content easier.
Paginator(Pageable) - Constructor for class com.jivesoftware.forum.action.util.Paginator
Creates a Paginator object.
PaginatorCallbackWriter - Class in com.jivesoftware.base.tags
 
PaginatorCallbackWriter(Component, Writer) - Constructor for class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
PaginatorModel - Class in com.jivesoftware.base.tags
 
PaginatorModel(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.tags.PaginatorModel
 
PaginatorTag - Class in com.jivesoftware.base.tags
A JSP tag to print out a paginator in the standard Jive format.
PaginatorTag() - Constructor for class com.jivesoftware.base.tags.PaginatorTag
 
pane - Static variable in class com.jivesoftware.webchat.test.LoadTestStarter
 
PARAGRAPH_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
PARAGRAPH_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
PARAGRAPH_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
ParagraphTagReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
 
ParagraphTagReplaceRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.ParagraphTagReplaceRule
 
PARAM_KEY - Static variable in class com.jivesoftware.base.action.interceptor.JiveLoginInterceptor
 
PARAM_MODIFIED_OLD_VALUE - Static variable in class com.jivesoftware.base.event.JivePropertyEvent
Param map value for modified values on a PROPERTY_MODIFIED event
PARAM_REMOVED_VALUES - Static variable in class com.jivesoftware.base.event.JivePropertyEvent
Param map value for removed values on a PROPERTY_REMOVED event
ParameterNameDispatchAction - Class in com.jivesoftware.forum.action
 
ParameterNameDispatchAction() - Constructor for class com.jivesoftware.forum.action.ParameterNameDispatchAction
 
params - Variable in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
ParamUtils - Class in com.jivesoftware.util
A utility class to handle servlet parameters.
ParamUtils() - Constructor for class com.jivesoftware.util.ParamUtils
 
ParamUtils - Class in com.jivesoftware.webchat.util
A utility class to handle servlet parameters.
ParamUtils() - Constructor for class com.jivesoftware.webchat.util.ParamUtils
 
parentCatHasReadPerm(ForumCategory, ForumCategory, Group) - Static method in class com.jivesoftware.forum.util.AdminUtils
Returns true if any parent category of the specified category has read access to the group.
parentMessageIDs - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used to store the parent message id's indexed by message id
parse(String) - Method in class com.jivesoftware.base.log.PatternFormatter
Parse the input pattern and build internal data structures.
parse(InboundMessage) - Method in interface com.jivesoftware.forum.mail.EmailParser
Parses the contents of the supplied Message and uses it to populate all the properties exposed by this object.
parse(InboundMessage) - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Parses the contents of the supplied Message and uses it to populate all the properties exposed by this object.
parse() - Method in class com.jivesoftware.forum.nntp.NNTPParser
Parse a socket in a fully blocking manner.
parseAlternative(ForumSession, MimeTools.Headers, Iterator, String) - Static method in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
Parse a multipart alternative body part searching for the start of the text/plain part.
parseBody(ForumSession, MimeTools.Headers, MimeTools.Headers, Charset, Iterator, String, String) - Static method in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
Parses the raw article and pushes the data as plain text into a body string.
parseCompleted() - Method in interface com.jivesoftware.forum.mail.EmailParser
Returns true if EmailParser.parse(com.jivesoftware.forum.mail.InboundMessage) has been called and successfully completed.
parseCompleted() - Method in class com.jivesoftware.forum.mail.EmailParserImpl
Returns true if EmailParserImpl.parse(com.jivesoftware.forum.mail.InboundMessage) has been called and successfully completed.
parseDate(String) - Static method in class com.jivesoftware.forum.nntp.NNTPDate
Parse a date from the given NNTP string representation.
parseDateTimeDist(String[], int, NewsGroupFilter) - Static method in class com.jivesoftware.forum.nntp.NNTPDate
Parse a date as it appears on an NNTP command line or header field.
parsedText - Variable in class com.jivesoftware.base.util.HtmlExtractor
 
parseGMTDate(String) - Static method in class com.jivesoftware.forum.nntp.NNTPDate
Parse a date from the given GMT NNTP string representation.
parseHeader(String) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Parse a single header for the name and value.
parseHeaders(Iterator) - Static method in class com.jivesoftware.forum.nntp.spi.MimeTools
Parses the headers from the list and returns a map of header to value fields in the map.
parseHostName(String) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
parseLink(String, int, List) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkUtils
The following link syntaxes are supported: f- forum link t- thread link m- message link | link has link text/tooltip ^ attachment link # anchor link ~ profile link @ email link Rules: You can append anchors to most links with the exception of attachment links and email links.
parseLocalizedDateString(String, Locale) - Static method in class com.jivesoftware.base.action.util.DateUtils
Parses a localized date string into a Date
parseMessage(Message, Date) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Parse the JavaMail message object and return a ForumMessage object.
parseMessageID(String) - Static method in class com.jivesoftware.forum.nntp.MessageID
Takes a message ID and strips the angle brackets from it.
parseMultipart(Iterator, MimeTools.Headers, String, ForumSession) - Static method in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
Parse a multipart body part.
parseObject(String, ParsePosition) - Method in class com.jivesoftware.util.ByteFormat
In this implementation, returns null always.
parsePrivateData(XmlPullParser) - Method in class com.jivesoftware.webchat.providers.SettingsDataProvider
 
password - Variable in class com.jivesoftware.base.action.LoginAction
 
PASSWORD - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Change Password' page.
PasswordHandler - Class in com.jivesoftware.forum.webservices.server.xfire
WSSJ needs a password handler to function, this password handler doesn't perform any operations on the password just leaves it unmodified.
PasswordHandler() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.PasswordHandler
 
PasswordProtectedException - Exception in com.jivesoftware.base.util.textmining
 
PasswordProtectedException(String) - Constructor for exception com.jivesoftware.base.util.textmining.PasswordProtectedException
 
pattern - Variable in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
PatternFormatter - Class in com.jivesoftware.base.log
This formater formats the LogEvents according to a input pattern string.
PatternFormatter() - Constructor for class com.jivesoftware.base.log.PatternFormatter
Deprecated. Use constructor PatternFormatter(String pattern) as this does not correctly initialize object
PatternFormatter(String) - Constructor for class com.jivesoftware.base.log.PatternFormatter
 
PatternFormatter.PatternRun - Class in com.jivesoftware.base.log
 
PatternFormatter.PatternRun() - Constructor for class com.jivesoftware.base.log.PatternFormatter.PatternRun
 
PDFExtractor - Class in com.jivesoftware.base.util
This class extracts text from pdf files by using the pdfToText native utility or the PDFBox library.
PDFExtractor() - Constructor for class com.jivesoftware.base.util.PDFExtractor
Constructor
peek() - Method in class com.jivesoftware.forum.nntp.spi.DotIterator
 
peek() - Method in class com.jivesoftware.forum.nntp.spi.PeekIterator
Peeks into the next element without iterating.
peek() - Method in class com.jivesoftware.forum.nntp.spi.UUBeginIterator
 
peek() - Method in class com.jivesoftware.forum.renderer.util.LineIterator
 
PeekIterator - Class in com.jivesoftware.forum.nntp.spi
A simple iterator wrapper that allows a caller to peek into the next element without actually iterating over it.
PeekIterator(Iterator) - Constructor for class com.jivesoftware.forum.nntp.spi.PeekIterator
Wraps the given iterator in this one to make it peek()'able.
PeekIterator(Iterator, Object) - Constructor for class com.jivesoftware.forum.nntp.spi.PeekIterator
Wraps the given iterator in this one to make it peek()'able and adding the given line as the first line to peek.
PeopleURLMapping - Class in com.jivesoftware.base.action.util
Process profile uri's into profile actions and parameters
PeopleURLMapping() - Constructor for class com.jivesoftware.base.action.util.PeopleURLMapping
 
performAction(ActionInvocation) - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
The core logic of the interceptor.
PERM_HIDDEN_MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
Used as an alternative to removing messages from the database.
permCheck() - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
permCheck() - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
PERMISSION_MODIFIED - Static variable in class com.jivesoftware.forum.event.PermissionEvent
 
PermissionEvent - Class in com.jivesoftware.forum.event
Created by IntelliJ IDEA.
PermissionEvent(int, int, long) - Constructor for class com.jivesoftware.forum.event.PermissionEvent
 
PermissionEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for permission events.
PermissionHandler - Class in com.jivesoftware.forum.webservices.server.xfire
Checks The results from WSS4J Security Handler.
PermissionHandler() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.PermissionHandler
 
PermissionListener - Interface in com.jivesoftware.forum.event
This is a listener for Permission events.
permissionModificationDetected() - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
permissionModificationDetected(int, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
Sends event to the dispatcher.
permissionModificationDetected() - Method in interface com.jivesoftware.base.PermissionsManager
Is called when a permission is modified.
permissionModificationDetected() - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
permissionModified(PermissionEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
permissionModified(PermissionEvent) - Method in class com.jivesoftware.forum.event.DefaultPermissionListener
 
permissionModified(PermissionEvent) - Method in interface com.jivesoftware.forum.event.PermissionListener
 
Permissions - Class in com.jivesoftware.base
Represents a set of permissions that an entity has for an object in the system.
Permissions(long) - Constructor for class com.jivesoftware.base.Permissions
Create a new permissions object with the specified permissions.
Permissions(Permissions, Permissions) - Constructor for class com.jivesoftware.base.Permissions
Creates a new Permission object by combining two permissions objects.
PERMISSIONS - Static variable in class com.jivesoftware.base.Permissions
The enumeration of permissions
PERMISSIONS - Static variable in class com.jivesoftware.forum.ForumPermissions
The enumeration of permissions.
permissions - Variable in class com.jivesoftware.forum.proxy.AttachmentProxy
 
permissions - Variable in class com.jivesoftware.forum.proxy.ForumFactoryProxy
 
permissions - Variable in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
permissions - Variable in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
permissions - Variable in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
permissions - Variable in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
PermissionService - Interface in com.jivesoftware.forum.webservices
Provides a webservice for managing permissions on users and groups.
PermissionServiceHelper - Class in com.jivesoftware.forum.webservices.server
User: jeff ritter Date: Oct 9, 2007 Time: 3:38:23 PM
PermissionServiceHelper() - Constructor for class com.jivesoftware.forum.webservices.server.PermissionServiceHelper
 
PermissionServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
PermissionServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
PermissionsManager - Interface in com.jivesoftware.base
Manages permissions for users and groups on a particular resource.
permissionsManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
PermissionsManagerProxy - Class in com.jivesoftware.forum.proxy
 
PermissionsManagerProxy(int, long, Permissions) - Constructor for class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
PermissionType - Class in com.jivesoftware.base
A class to represent the two modes of permissions - additive and negative.
permits - Variable in class com.jivesoftware.util.Semaphore
current number of available permits
permits() - Method in class com.jivesoftware.util.Semaphore
Return the current number of available permits.
persistenceTask - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
persistenceTaskTimer - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
PIE - Static variable in class com.jivesoftware.base.stats.Chart
 
PIE - Static variable in class com.jivesoftware.base.stats.ChartWriter
 
PLAIN_STRATEGY - Static variable in interface com.jivesoftware.forum.JiveContentObject
 
Plugin - Interface in com.jivesoftware.base.plugin
Plugin interface.
pluginAvailable() - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
PluginClassLoader - Class in com.jivesoftware.base.plugin
ClassLoader for plugins.
PluginClassLoader() - Constructor for class com.jivesoftware.base.plugin.PluginClassLoader
Constructs a plugin loader for the given plugin directory.
pluginCreated(String, Plugin) - Method in interface com.jivesoftware.base.plugin.PluginListener
Called when a plugin has been created.
pluginDestroyed(String, Plugin) - Method in interface com.jivesoftware.base.plugin.PluginListener
Called when a plugin has been destroyed.
PluginFilter - Class in com.jivesoftware.base.plugin
Figures out if a plugin url is being accessed.
PluginFilter() - Constructor for class com.jivesoftware.base.plugin.PluginFilter
 
PluginListener - Interface in com.jivesoftware.base.plugin
Allows for notifications that a plugin has been either created or destroyed.
PluginManager - Class in com.jivesoftware.base.plugin
Loads and manages plugins.
PluginManager(File) - Constructor for class com.jivesoftware.base.plugin.PluginManager
Constructs a new plugin manager.
PluginManager.License - Class in com.jivesoftware.base.plugin
An enumberation for plugin license agreement types.
PluginSettingsAction - Class in com.jivesoftware.base.action
 
PluginSettingsAction() - Constructor for class com.jivesoftware.base.action.PluginSettingsAction
 
PluginSettingsAction.PluginInfo - Class in com.jivesoftware.base.action
 
PluginSettingsAction.PluginInfo() - Constructor for class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
PluginSettingsAction.PluginInfo(Plugin, PluginManager) - Constructor for class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
PluginTemplateLoader - Class in com.jivesoftware.base.action
 
PluginTemplateLoader() - Constructor for class com.jivesoftware.base.action.PluginTemplateLoader
 
pluginUnavailable() - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
pointsAvailable(Question) - Method in class com.jivesoftware.profiles.action.ViewProfile
 
POLL - Static variable in class com.jivesoftware.base.JiveConstants
 
Poll - Interface in com.jivesoftware.base
A poll can be attached to any object in the system or can exist at the global level.
POLL_CREATED - Static variable in class com.jivesoftware.base.event.PollEvent
A poll was created.
POLL_DELETED - Static variable in class com.jivesoftware.base.event.PollEvent
A poll is about to be deleted.
PollableRunnable - Interface in com.jivesoftware.util
A simple extension of the Runnable class which adds the ability for a runnable to be monitored much like a progress meter.
PollAction - Class in com.jivesoftware.forum.action
 
PollAction() - Constructor for class com.jivesoftware.forum.action.PollAction
 
PollBlockIterator - Class in com.jivesoftware.base.database
Iterates through a set of polls.
PollBlockIterator(long[], String, int, int) - Constructor for class com.jivesoftware.base.database.PollBlockIterator
Constructs a new PollBlockIterator.
pollCache - Static variable in class com.jivesoftware.base.PollManagerFactory
 
PollCacheKey - Class in com.jivesoftware.base.database
Represents a key in the PollCache.
PollCacheKey(String, int) - Constructor for class com.jivesoftware.base.database.PollCacheKey
Creates a new PollCacheKey.
PollCleanupListener - Class in com.jivesoftware.forum.database
Listens for events generated by forum activity which deletes polls associated with those objects when those objects are deleted
PollCleanupListener() - Constructor for class com.jivesoftware.forum.database.PollCleanupListener
 
pollCreated(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when a poll is created.
pollCreated(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
pollCreated(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
PollDeleteAction - Class in com.jivesoftware.forum.action
An action which handles deleting of a poll.
PollDeleteAction() - Constructor for class com.jivesoftware.forum.action.PollDeleteAction
 
PollDeleteClusterTask - Class in com.jivesoftware.base.database
Coherence cluster task that updates the insert queue across cluster members whenever a poll is deleted.
PollDeleteClusterTask() - Constructor for class com.jivesoftware.base.database.PollDeleteClusterTask
 
pollDeleted(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when a poll is deleted.
pollDeleted(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
pollDeleted(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
PollEditAction - Class in com.jivesoftware.forum.action
 
PollEditAction() - Constructor for class com.jivesoftware.forum.action.PollEditAction
 
PollEvent - Class in com.jivesoftware.base.event
An event for Poll objects.
PollEvent(int, Poll, Map) - Constructor for class com.jivesoftware.base.event.PollEvent
Creates a new message event.
PollEventDispatcher - Class in com.jivesoftware.base.event
Poll event dispatcher.
PollException - Exception in com.jivesoftware.base
A poll exception is thrown by methods in the Poll class.
PollException() - Constructor for exception com.jivesoftware.base.PollException
 
PollException(String) - Constructor for exception com.jivesoftware.base.PollException
 
PollException(Throwable) - Constructor for exception com.jivesoftware.base.PollException
 
PollException(String, Throwable) - Constructor for exception com.jivesoftware.base.PollException
 
PollExpireAction - Class in com.jivesoftware.forum.action
A simple action to expire a poll.
PollExpireAction() - Constructor for class com.jivesoftware.forum.action.PollExpireAction
 
PollListener - Interface in com.jivesoftware.base.event
A PollListener gets notified anytime a poll event is fired.
PollManager - Interface in com.jivesoftware.base
Provides a manager to create, retrieve and delete polls.
PollManagerFactory - Class in com.jivesoftware.base
A factory that returns a concrete instance of a poll manager.
PollManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the PollManager.
PollManagerProxy(PollManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.PollManagerProxy
Creates a new PollManagerProxy object.
PollOption - Class in com.jivesoftware.forum.action
Simple wrapper for poll options.
PollOption() - Constructor for class com.jivesoftware.forum.action.PollOption
 
PollOption(String) - Constructor for class com.jivesoftware.forum.action.PollOption
 
PollOptionMoveClusterTask - Class in com.jivesoftware.base.database
Coherence cluster task that updates the insert queue across cluster members whenever a poll option is moved.
PollOptionMoveClusterTask() - Constructor for class com.jivesoftware.base.database.PollOptionMoveClusterTask
 
PollOptionRemoveClusterTask - Class in com.jivesoftware.base.database
Coherence cluster task that updates the insert queue across cluster members whenever a poll option is added or removed.
PollOptionRemoveClusterTask() - Constructor for class com.jivesoftware.base.database.PollOptionRemoveClusterTask
 
PollPostAction - Class in com.jivesoftware.forum.action
Logic for creating a poll.
PollPostAction() - Constructor for class com.jivesoftware.forum.action.PollPostAction
 
PollProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for Polls.
PollProxy(Poll, Permissions) - Constructor for class com.jivesoftware.forum.proxy.PollProxy
Creates a new PollProxy object.
pollQueryCache - Static variable in class com.jivesoftware.base.PollManagerFactory
 
PollsViewAction - Class in com.jivesoftware.forum.action
Class to support viewing multiple polls in a given area (system, category or forum).
PollsViewAction() - Constructor for class com.jivesoftware.forum.action.PollsViewAction
 
PollViewAction - Class in com.jivesoftware.forum.action
Logic for loading a poll given a poll ID.
PollViewAction() - Constructor for class com.jivesoftware.forum.action.PollViewAction
 
PollVoteAction - Class in com.jivesoftware.forum.action
 
PollVoteAction() - Constructor for class com.jivesoftware.forum.action.PollVoteAction
 
POOL_ALIAS - Static variable in class com.jivesoftware.base.database.ConnectionPool
 
POP3 - Static variable in class com.jivesoftware.forum.gateway.GatewayManager.Type
 
POP3Gateway - Class in com.jivesoftware.forum.gateway
 
POP3Gateway() - Constructor for class com.jivesoftware.forum.gateway.POP3Gateway
 
Pop3Importer - Class in com.jivesoftware.forum.gateway
A gateway to import to a forum with the contents of an email account or a mailing list.
Pop3Importer(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.Pop3Importer
Create a new Pop3Importer instance.
POP3MailStrategy - Class in com.jivesoftware.forum.mail
Mail checking strategy which uses the POP3 protocol to check an account and does not rely on the presence of IMAP specific features, like message flags indicating which messages have been seen.
POP3MailStrategy(EmailIntegrationProvider) - Constructor for class com.jivesoftware.forum.mail.POP3MailStrategy
 
POP3Message - Class in com.jivesoftware.forum.mail
Implementation of InboundMessage for POP3 protocol.
POP3Message(String, String, List, Address[], List) - Constructor for class com.jivesoftware.forum.mail.POP3Message
Sole constructor
populateContext(ScopesHashModel, OgnlValueStack, Object, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.action.util.JiveFreemarkerManager
Populates the FreeMarker context.
populateContext(Ban, Map) - Static method in class com.jivesoftware.base.ban.AbstractBanManager
 
populateParams() - Method in class com.jivesoftware.base.tags.AuthorTag
 
PorterStemmer - Class in com.jivesoftware.util.search
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
PorterStemmer() - Constructor for class com.jivesoftware.util.search.PorterStemmer
 
PORTLET - Static variable in class com.jivesoftware.base.JiveConstants
 
PORTUGUESE_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The portuguese analyzer provides for stemming of words to allow for flexibility in searching when most content is in Portuguese.
PortugueseStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
PortugueseStemmer() - Constructor for class com.jivesoftware.util.search.PortugueseStemmer
 
PortugueseStemmingAnalyzer - Class in com.jivesoftware.util.search
An Portuguese analyzer for Lucene based upon the standard analyzer that supports stemming of portuguese words.
PortugueseStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
Builds an analyzer.
PortugueseStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
Builds an analyzer with the given stop words.
POST - Static variable in class com.jivesoftware.forum.action.SpellAction
 
post(Iterator, ForumSession) - Static method in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
Post the article to the appropriate forum in the given factory.
post(Iterator) - Method in class com.jivesoftware.forum.nntp.spi.ForumSession
Posts an article to the system.
PostAction - Class in com.jivesoftware.forum.action
An Action to encapsulate all the logic for posting messages using the new style single post page (as opposed to additional pages for spell checking, adding attachments, previewing, etc).
PostAction() - Constructor for class com.jivesoftware.forum.action.PostAction
 
PostAnnounceAction - Class in com.jivesoftware.forum.action
Logic for creating an announcement.
PostAnnounceAction() - Constructor for class com.jivesoftware.forum.action.PostAnnounceAction
 
postArticle(Iterator) - Method in class com.jivesoftware.forum.nntp.Session
Post the given article to the server.
postCountCache - Static variable in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
Used for caching poing levels at the forum and category level
PostCountStatusLevelCalculator - Class in com.jivesoftware.forum.database
StatusLevelManager implementation that works by counting the number of messages a user has added to the system.
PostCountStatusLevelCalculator() - Constructor for class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
PostCountStatusLevelCalculator.PostCountCacheKey - Class in com.jivesoftware.forum.database
Keys used in the postCountCache
PostCountStatusLevelCalculator.PostCountCacheKey() - Constructor for class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
PostCountStatusLevelCalculator.PostCountCacheKey(int, long, long) - Constructor for class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
postData(String) - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Posts the data to the SERVICE_URL.
PostFailedException - Exception in com.jivesoftware.forum.nntp
Posting an article failed.
PostFailedException() - Constructor for exception com.jivesoftware.forum.nntp.PostFailedException
Create a new exception when a post fails.
PostFailedException(String) - Constructor for exception com.jivesoftware.forum.nntp.PostFailedException
 
PostFailedException(Throwable) - Constructor for exception com.jivesoftware.forum.nntp.PostFailedException
 
PostFailedException(String, Throwable) - Constructor for exception com.jivesoftware.forum.nntp.PostFailedException
 
POSTGRES - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
PostgresSequenceProvider - Class in com.jivesoftware.base.database.sequence
 
PostgresSequenceProvider() - Constructor for class com.jivesoftware.base.database.sequence.PostgresSequenceProvider
 
PostNotAllowedException - Exception in com.jivesoftware.forum.nntp
Posting an article failed.
PostNotAllowedException() - Constructor for exception com.jivesoftware.forum.nntp.PostNotAllowedException
Create a new exception when post is not allowed.
PostProcessingRenderFilter - Interface in com.jivesoftware.forum.renderer
This is a marker interface which is used to denote filters that should be run after all other filters and macros and after all text tokens are replaced with the corresponding text values.
PostRejectedException - Exception in com.jivesoftware.forum.nntp
The post was rejected.
PostRejectedException() - Constructor for exception com.jivesoftware.forum.nntp.PostRejectedException
Create a new exception when a post fails.
PostRejectedException(Throwable) - Constructor for exception com.jivesoftware.forum.nntp.PostRejectedException
 
PostRejectedException(String) - Constructor for exception com.jivesoftware.forum.nntp.PostRejectedException
 
PostRejectedException(String, Throwable) - Constructor for exception com.jivesoftware.forum.nntp.PostRejectedException
 
PowerPointExtractor - Class in com.jivesoftware.base.util
 
PowerPointExtractor() - Constructor for class com.jivesoftware.base.util.PowerPointExtractor
Constructor
prepare() - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
prepare() - Method in class com.jivesoftware.forum.action.FilterSettings
 
prepare() - Method in class com.jivesoftware.forum.action.setup.CustomUserSystemSetupAction
 
prepare() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
prepare() - Method in class com.jivesoftware.forum.action.setup.LdapUserSystemSetupAction
 
prepare() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
prepare() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
prepare() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
prepare() - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
prepare() - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
prepare() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
prepareCall(String) - Method in class com.jivesoftware.base.database.ProfiledConnection
 
prepareCall(String, int, int) - Method in class com.jivesoftware.base.database.ProfiledConnection
 
prepareEncryptionUtil() - Method in class com.jivesoftware.base.ldap.LdapManager
 
prepareInsertIntoDb(DbForumThread) - Method in class com.jivesoftware.forum.database.DbForumMessage
Prepares the message to be inserted into the database.
prepareInsertIntoDb(DbForum) - Method in class com.jivesoftware.forum.database.DbForumThread
Prepares the message to be inserted into the database.
prepareStatement(String) - Method in class com.jivesoftware.base.database.ProfiledConnection
 
prepareStatement(String, int, int) - Method in class com.jivesoftware.base.database.ProfiledConnection
 
PreProcessingRenderFilter - Interface in com.jivesoftware.forum.renderer
This is a marker interface which is used to denote a filter which should be run before all other macros and filters.
Presence - Interface in com.jivesoftware.base
A Presence encapsulates information relating to the owning user such as login time, status and last update time.
PresenceFilter - Class in com.jivesoftware.base
This filter updates presences every time they are seen and checks for user changes to update the presence as needed.
PresenceFilter() - Constructor for class com.jivesoftware.base.PresenceFilter
 
PresenceListener - Class in com.jivesoftware.base
This listener creates new Presence objects when the session is created and destroys them when the session has been invalidated.
PresenceListener() - Constructor for class com.jivesoftware.base.PresenceListener
Creates a new presence listener.
PresenceManager - Interface in com.jivesoftware.base
The presence manager creates presences and keeps track on a global basis who's online.
PresenceManagerProxy - Class in com.jivesoftware.base
Protection proxy for the PresenceManager class.
PresenceManagerProxy(PresenceManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.PresenceManagerProxy
 
PresenceProxy - Class in com.jivesoftware.base
Protection proxy for the Presence class.
PresenceProxy(Presence, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.PresenceProxy
 
Preserved - Class in com.jivesoftware.forum.renderer.macro
A specialized macro that allows to preserve certain special characters by creating character entities.
Preserved() - Constructor for class com.jivesoftware.forum.renderer.macro.Preserved
 
prev() - Method in class com.jivesoftware.util.CircularLinkedList
Moves the list to the previous item and returns the item found or null if no items are in the list.
preventFromRunning - Variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
PREVIEW - Static variable in class com.jivesoftware.forum.action.OldPostAction
 
previous() - Method in class com.jivesoftware.base.database.PollBlockIterator
 
previous() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
previous() - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
previous() - Method in class com.jivesoftware.forum.database.ForumMessageBlockIterator
 
previous() - Method in class com.jivesoftware.forum.database.ForumThreadBlockIterator
 
previous() - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
previous() - Method in class com.jivesoftware.forum.ForumMessageIterator
Returns the previous element in the list.
previous() - Method in class com.jivesoftware.forum.ForumThreadIterator
Returns the previous element in the list.
previous() - Method in class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
previous() - Method in class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
previous - Variable in class com.jivesoftware.util.LinkedListNode
 
printParentCategories(ForumCategory, String) - Static method in class com.jivesoftware.forum.util.AdminUtils
Prints the list of parent categories in top-down order delimited by the given delimiter.
printParentCategories(Forum, String) - Static method in class com.jivesoftware.forum.util.AdminUtils
Prints the list of parent categories in top-down order delimited by the given delimiter.
printStackTrace() - Method in exception com.jivesoftware.base.UnauthorizedException
 
printStackTrace(PrintStream) - Method in exception com.jivesoftware.base.UnauthorizedException
 
printStackTrace(PrintWriter) - Method in exception com.jivesoftware.base.UnauthorizedException
 
printStackTrace() - Method in exception com.jivesoftware.forum.AttachmentException
 
printStackTrace(PrintStream) - Method in exception com.jivesoftware.forum.AttachmentException
 
printStackTrace(PrintWriter) - Method in exception com.jivesoftware.forum.AttachmentException
 
PRIVATE_INFORMATION - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a private information abuse report.
PRIVATE_MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
 
PRIVATE_MESSAGE - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to get and send private messages.
PRIVATE_MESSAGE_FOLDER - Static variable in class com.jivesoftware.base.JiveConstants
 
PRIVATE_MESSAGE_SENT - Static variable in class com.jivesoftware.forum.event.PrivateMessageEvent
A private message was sent.
PrivateChats - Class in com.jivesoftware.webchat.chat
 
PrivateChats() - Constructor for class com.jivesoftware.webchat.chat.PrivateChats
 
PrivateMessage - Interface in com.jivesoftware.forum
Private messages are used for user to user communication.
PrivateMessage - Class in com.jivesoftware.forum.webservices
 
PrivateMessage() - Constructor for class com.jivesoftware.forum.webservices.PrivateMessage
 
privateMessageCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for PrivateMessage objects.
PrivateMessageEvent - Class in com.jivesoftware.forum.event
An event for PrivateMessage objects.
PrivateMessageEvent(int, PrivateMessage, Map) - Constructor for class com.jivesoftware.forum.event.PrivateMessageEvent
Creates a new private message event.
PrivateMessageEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for private message events.
PrivateMessageFolder - Interface in com.jivesoftware.forum
Holds private messages.
PrivateMessageFolder - Class in com.jivesoftware.forum.webservices
 
PrivateMessageFolder() - Constructor for class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
PrivateMessageFolderAction - Class in com.jivesoftware.forum.action
 
PrivateMessageFolderAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessageFolderAction
 
PrivateMessageFolderAddAction - Class in com.jivesoftware.forum.action
 
PrivateMessageFolderAddAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
privateMessageFolderCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for PrivateMessageFolder objects.
PrivateMessageFolderDeleteAction - Class in com.jivesoftware.forum.action
 
PrivateMessageFolderDeleteAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
PrivateMessageFolderEditAction - Class in com.jivesoftware.forum.action
 
PrivateMessageFolderEditAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
PrivateMessageFolderNotFoundException - Exception in com.jivesoftware.forum
 
PrivateMessageFolderNotFoundException() - Constructor for exception com.jivesoftware.forum.PrivateMessageFolderNotFoundException
 
PrivateMessageFolderNotFoundException(String) - Constructor for exception com.jivesoftware.forum.PrivateMessageFolderNotFoundException
 
PrivateMessageFolderProxy - Class in com.jivesoftware.forum.proxy
Proxy class for PrivateMessageFolder objects.
PrivateMessageFolderProxy(PrivateMessageFolder, AuthToken) - Constructor for class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
Creates a new PrivateMessageFolderProxy to protect the supplied message with the specified permissions.
PrivateMessageListener - Interface in com.jivesoftware.forum.event
Listener for private message events.
PrivateMessageManager - Interface in com.jivesoftware.forum
Manages the private message feature.
PrivateMessageManagerProxy - Class in com.jivesoftware.forum.proxy
Proxy class for PrivateMessageManager objects.
PrivateMessageManagerProxy(PrivateMessageManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
Creates a new PrivateMessageManagerProxy to protect the supplied message with the specified permissions.
PrivateMessageNotFoundException - Exception in com.jivesoftware.forum
Thrown when a private message could not be loaded.
PrivateMessageNotFoundException() - Constructor for exception com.jivesoftware.forum.PrivateMessageNotFoundException
 
PrivateMessageNotFoundException(String) - Constructor for exception com.jivesoftware.forum.PrivateMessageNotFoundException
 
PrivateMessagePostAction - Class in com.jivesoftware.forum.action
An action for posting private messages.
PrivateMessagePostAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessagePostAction
 
PrivateMessageProxy - Class in com.jivesoftware.forum.proxy
Proxy class for PrivateMessage objects.
PrivateMessageProxy(PrivateMessage, Permissions) - Constructor for class com.jivesoftware.forum.proxy.PrivateMessageProxy
Creates a new PrivateMessageProxy to protect the supplied message with the specified permissions.
PrivateMessageRejectedException - Exception in com.jivesoftware.forum
Thrown when a private is prevented from being posted.
PrivateMessageRejectedException(int) - Constructor for exception com.jivesoftware.forum.PrivateMessageRejectedException
Creates a new PrivateMessageRejectedException.
PrivateMessagesAction - Class in com.jivesoftware.forum.action
An action to view the main private messages list.
PrivateMessagesAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessagesAction
 
privateMessageSent(PrivateMessageEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
privateMessageSent(PrivateMessageEvent) - Method in interface com.jivesoftware.forum.event.PrivateMessageListener
Fired when a private message is sent.
PrivateMessageService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate private messages.
PrivateMessageServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
PrivateMessageServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
 
PrivateMessageUtils - Class in com.jivesoftware.forum.action.util
 
PrivateMessageViewAction - Class in com.jivesoftware.forum.action
An action to load a private message given its ID.
PrivateMessageViewAction() - Constructor for class com.jivesoftware.forum.action.PrivateMessageViewAction
 
PRO - Static variable in class com.jivesoftware.forum.ForumsLicenseUtils.Editions
 
PRO_DEFAULT_INTERCEPTOR_CLASSES - Static variable in class com.jivesoftware.forum.database.DbInterceptorManager
 
process(String, ActionMapping) - Method in class com.jivesoftware.base.action.util.PeopleURLMapping
 
process(String, ActionMapping) - Method in class com.jivesoftware.base.action.util.TagURLMapping
 
process(String, ActionMapping) - Method in interface com.jivesoftware.base.action.util.URLMapping
Populate the action mapping for a specific uri.
process(InvocableMap.Entry) - Method in class com.jivesoftware.forum.database.querycache.RemovalProcessor
Removes the supplied entry from the cache.
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.AcceptAllRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.AnchorReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.BlockQuoteReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.EmoticonReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.EmptyNodeRemovalRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.ImgReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.LineParsingRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.ListReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.ParagraphTagReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.RewriteStyleTagsRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.StartTagReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.StripTagsRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.TableReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.filter.rules.TagReplaceRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.FontColorTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.FontFaceTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.FontSizeTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.SpanColorTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.SpanFaceTagRule
 
process(Tag) - Method in class com.jivesoftware.forum.renderer.macro.rule.SpanSizeTagRule
 
processAwareInterfaces(ActionInvocation, AuthToken, Object) - Method in class com.jivesoftware.base.action.interceptor.AuthInterceptor
 
processMessages() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Checks the email account specified by constructor parameters, reads messages and takes appropriate action based on message content.
processMessagesAndImport(List) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Resolves parentage, corrects dates, sorts, imports, then clears messages.
processPacket(Packet) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
processPacket(Packet) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
processPacket(Packet) - Method in class com.jivesoftware.webchat.user.UserSession
 
processTagRules(List, List, String) - Static method in class com.jivesoftware.forum.renderer.util.RendererUtil
Utility method for executing the html processor.
product - Variable in class com.jivesoftware.base.admin.SidebarTag
 
PRODUCT - Static variable in class com.jivesoftware.forum.ForumsLicenseUtils
The name of the forums product
ProductCheck - Class in com.jivesoftware.base.tags
Component that can be used to perform product and edition checks.
ProductCheck(OgnlValueStack) - Constructor for class com.jivesoftware.base.tags.ProductCheck
 
ProductCheckTag - Class in com.jivesoftware.base.tags
JSP Tag support for ProductCheck.
ProductCheckTag() - Constructor for class com.jivesoftware.base.tags.ProductCheckTag
 
PROFANITY - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a profanity abuse report.
ProfanityFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that filters out user-specified profanity.
ProfanityFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.ProfanityFilter
 
ProfanityFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the XMLFilter.
ProfanityFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.ProfanityFilterBeanInfo
 
PROFILE - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Edit Your Profile' page.
PROFILE_FIELD - Static variable in class com.jivesoftware.base.JiveConstants
 
PROFILE_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
PROFILE_MODIFIED - Static variable in class com.jivesoftware.profiles.ProfileEvent
Event type for whenever a user profile is modified.
ProfileAction - Class in com.jivesoftware.profiles.action
 
ProfileAction() - Constructor for class com.jivesoftware.profiles.action.ProfileAction
 
ProfileAwareInterceptor - Class in com.jivesoftware.profiles.interceptor
 
ProfileAwareInterceptor() - Constructor for class com.jivesoftware.profiles.interceptor.ProfileAwareInterceptor
 
ProfiledConnection - Class in com.jivesoftware.base.database
Wraps a Connection object and collects statistics about the database queries that are performed.
ProfiledConnection(Connection) - Constructor for class com.jivesoftware.base.database.ProfiledConnection
Creates a new ProfiledConnection that wraps the specified connection.
ProfiledConnectionEntry - Class in com.jivesoftware.base.database
Simple class for tracking profiling stats for individual SQL queries.
ProfiledConnectionEntry(String) - Constructor for class com.jivesoftware.base.database.ProfiledConnectionEntry
 
ProfileEvent - Class in com.jivesoftware.profiles
A class for profile events.
ProfileEvent(int, User) - Constructor for class com.jivesoftware.profiles.ProfileEvent
 
ProfileEventDispatcher - Class in com.jivesoftware.profiles
A Profile Event Dispatcher
ProfileField - Class in com.jivesoftware.profiles
A profile field defines a single field of a user's profile, such as 'Phone Number' or 'Job Title'.
ProfileField() - Constructor for class com.jivesoftware.profiles.ProfileField
 
ProfileField.Type - Class in com.jivesoftware.profiles
A typesafe enum class for ProfileField types.
ProfileFieldFormatter - Interface in com.jivesoftware.profiles.formatter
Profile field formatter format a profile field for display to the end user.
profileFieldManager - Variable in class com.jivesoftware.profiles.action.ProfileAction
 
ProfileFieldManager - Interface in com.jivesoftware.profiles
Defines methods used to create, access, update, and remove profile fields data.
ProfileFieldManagerAware - Interface in com.jivesoftware.profiles
Enables an action to acquire the profile field manager instance.
ProfileFieldManagerImpl - Class in com.jivesoftware.profiles
 
ProfileFieldOption - Class in com.jivesoftware.profiles
Represents a possible option of a ProfileField.
ProfileFieldOption() - Constructor for class com.jivesoftware.profiles.ProfileFieldOption
 
ProfileFieldValidator - Interface in com.jivesoftware.profiles.validator
Profile field validator validate a profile field value as entered or selected by the end user.
ProfileFieldValue - Class in com.jivesoftware.base.profile
 
ProfileFieldValue(long) - Constructor for class com.jivesoftware.base.profile.ProfileFieldValue
 
ProfileFieldWizard - Class in com.jivesoftware.profiles.action.admin
 
ProfileFieldWizard() - Constructor for class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
 
ProfileFieldWizard2 - Class in com.jivesoftware.profiles.action.admin
 
ProfileFieldWizard2() - Constructor for class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
ProfileListener - Interface in com.jivesoftware.profiles
A ProfileListener gets notified anytime a profile event is fired.
profileManager - Variable in class com.jivesoftware.profiles.action.ProfileAction
 
ProfileManager - Interface in com.jivesoftware.profiles
Manages user profile and user skill data.
ProfileManagerAware - Interface in com.jivesoftware.profiles
Enables an action to acquire the profile manager instance.
ProfileManagerFactory - Class in com.jivesoftware.profiles
 
ProfileManagerImpl - Class in com.jivesoftware.profiles
 
Profiler - Class in com.jivesoftware.util.profile
A basic profiler used for development or debugging purposes only.
Profiler() - Constructor for class com.jivesoftware.util.profile.Profiler
 
Profiler.ProfileStat - Class in com.jivesoftware.util.profile
 
Profiler.ProfileStat() - Constructor for class com.jivesoftware.util.profile.Profiler.ProfileStat
 
Profiler.ProfileStat(Profiler.ProfileStat) - Constructor for class com.jivesoftware.util.profile.Profiler.ProfileStat
 
ProfileRedirectAction - Class in com.jivesoftware.forum.action
An action for handling PeopleURLMapping.
ProfileRedirectAction() - Constructor for class com.jivesoftware.forum.action.ProfileRedirectAction
 
ProfileSearchClusterTask - Class in com.jivesoftware.profiles.search
Coherence cluster task that updates search indexes across cluster members.
ProfileSearchClusterTask() - Constructor for class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
ProfileSearchFilter - Class in com.jivesoftware.profiles.search
 
ProfileSearchFilter() - Constructor for class com.jivesoftware.profiles.search.ProfileSearchFilter
 
ProfileSearchFilter(long, String) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchFilter
 
ProfileSearchIndexEvent - Class in com.jivesoftware.profiles.search
A class for search index events.
ProfileSearchIndexEvent(int, Map) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
 
ProfileSearchIndexEventDispatcher - Class in com.jivesoftware.profiles.search
Implementation of the JiveEventDispatcher for ProfileSearchIndexEvent dispatching.
ProfileSearchIndexListener - Interface in com.jivesoftware.profiles.search
A ProfileSearchIndexListener gets notified anytime an search index event is fired.
ProfileSearchManager - Interface in com.jivesoftware.profiles.search
Manages the search feature of Jive Expert User Search by defining properties of the search indexer.
ProfileSearchManagerAware - Interface in com.jivesoftware.profiles.search
 
ProfileSearchManagerImpl - Class in com.jivesoftware.profiles.search
Database implementation of ProfileSearchManager using the Lucene search package.
ProfileSearchQuery - Class in com.jivesoftware.profiles.search
Contains the necessary information to perform a user search.
ProfileSearchQuery(String) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchQuery
 
ProfileSearchQuery(String, List, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchQuery
 
ProfileSearchQuery(String, List, boolean, boolean, boolean, boolean, boolean, Locale) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchQuery
 
ProfileSearchResult - Class in com.jivesoftware.profiles.search
Contains the necessary user information to be displayed during a user search.
ProfileSearchResult() - Constructor for class com.jivesoftware.profiles.search.ProfileSearchResult
 
ProfileSearchResult(User, Document, float, int) - Constructor for class com.jivesoftware.profiles.search.ProfileSearchResult
 
ProfileService - Interface in com.jivesoftware.forum.webservices
Provides a webservice for managing user's, avatar's, and status levels.
ProfileServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
ProfileServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
profileUpdated(ProfileEvent) - Method in interface com.jivesoftware.profiles.ProfileListener
Fired when a user's profile is updated.
progressCount - Variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
PROP_CONTENT_TYPE - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
PROP_EMAIL - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
PROP_IP - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
PROP_NAME - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
PROP_SOURCE - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
PROP_USER - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
properties - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
Map of extended user properties.
properties - Variable in class com.jivesoftware.base.stats.AbstractReport
 
propertiesLoaded() - Static method in class com.jivesoftware.util.ClassUtils
 
PROPERTY - Static variable in class com.jivesoftware.forum.renderer.RenderType
Type representing a message property.
Property - Class in com.jivesoftware.forum.webservices
Represents 1 extended property on an object.
Property() - Constructor for class com.jivesoftware.forum.webservices.Property
 
Property(String, String) - Constructor for class com.jivesoftware.forum.webservices.Property
Creates a new property the specfied property name and value.
PROPERTY_ABUSE_ENABLED - Static variable in interface com.jivesoftware.forum.abuse.AbuseManager
 
PROPERTY_ABUSE_THRESHOLD - Static variable in interface com.jivesoftware.forum.abuse.AbuseManager
 
PROPERTY_ACCESS_TYPE - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The Jive Property is set to determine the type of access the webservices will allow.
PROPERTY_ADDED - Static variable in class com.jivesoftware.base.event.JivePropertyEvent
A new property was added
PROPERTY_ALLOW_IMAGE_RESIZE - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_ALLOWED_GROUPS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
If access type is set to SPECIFIC_GROUPS then this property should contain a comma seperated list of group names of groups who can access web services.
PROPERTY_ALLOWED_REFERERS - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
PROPERTY_ALLOWED_USERS - Static variable in class com.jivesoftware.forum.webservices.WSConstants
If access type is set to SPECIFIC_USERS then this property should contain a comma seperated list of usernames of users who can access web services.
PROPERTY_BANNED_USER_ENABLE - Static variable in interface com.jivesoftware.base.ban.BanManager
****** Ban Setting Properties ******
PROPERTY_BASEDN - Static variable in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
PROPERTY_CUSTOM_CRYPTO_FILE_NAME - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The jive property containing the file name of the crypto.properties file used by wss4j.
PROPERTY_CUSTOM_ENABLED - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_CUSTOM_IN_HANDLER - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The Jive Property is set to determine if the CustomXFireServlet should be deployed for customized security options.
PROPERTY_CUSTOM_PERMISSION_HANDLER - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The inbound handler for the CustomXFireServlet that handles permissions.
PROPERTY_CUSTOM_WSS4J_HANDLER_PROVIDER - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The inbound handler for the CustomXFireServlet that handles permissions.
PROPERTY_CUSTOM_XFIRE_ACTIVE - Static variable in class com.jivesoftware.forum.webservices.WSConstants
If this jive property is set the CustomXFireServlet will be activated.
PROPERTY_EMAIL_ADDRESS - Static variable in interface com.jivesoftware.base.ban.BanManager
 
PROPERTY_EMAIL_ADDRESS - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_EMAIL_ADDRESS - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_EMAIL_BODY - Static variable in interface com.jivesoftware.base.ban.BanManager
 
PROPERTY_EMAIL_BODY - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_EMAIL_BODY_HTML - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_EMAIL_BODY_TEXT - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_EMAIL_ENABLED - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_EMAIL_NAME - Static variable in interface com.jivesoftware.base.ban.BanManager
 
PROPERTY_EMAIL_NAME - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_EMAIL_NAME - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_EMAIL_NOTIFY_ENABLED - Static variable in interface com.jivesoftware.base.ban.BanManager
 
PROPERTY_EMAIL_SUBJECT - Static variable in interface com.jivesoftware.base.ban.BanManager
 
PROPERTY_EMAIL_SUBJECT - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_EMAIL_SUBJECT - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_ENABLED - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
PROPERTY_FORCE_SSL - Static variable in class com.jivesoftware.forum.webservices.WSConstants
If this jive property is set webservices will only work over an ssl connection, non ssl requests will be denied.
PROPERTY_HISTORY_ENABLED - Static variable in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Jive Property key for enabling user history
PROPERTY_HISTORY_NUMBER - Static variable in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Jive Property key for number of objects to store
PROPERTY_HUMAN_VALIDATION_ENABLED - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_MAX_ALLOWABLE_HEIGHT - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_MAX_ALLOWABLE_WIDTH - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_MAX_USER_AVATARS - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_MESSAGE_TIME_APPROVED - Static variable in interface com.jivesoftware.forum.moderation.ModerationManager
 
PROPERTY_MOD_USER_AVATARS - Static variable in class com.jivesoftware.forum.database.DbAvatarManager
 
PROPERTY_MODIFIED - Static variable in class com.jivesoftware.base.event.JivePropertyEvent
A property was modified.
PROPERTY_NAMES - Static variable in class com.jivesoftware.base.database.DefaultConnectionProviderBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.GatewayInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.GovernorInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.IPInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.KeywordInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.ModerationInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.UserInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.interceptor.VirusScanInterceptorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.EmailFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.EmoticonFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.ForceNewlineFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.ForumFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.HostNameFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.HTMLFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.ImageFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.JavaCodeFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.JIRAFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.MessageFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.NewlineFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.ProfanityFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.QuoteFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.StyleTagFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.ThreadFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.URLFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.WikiFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.WordBreakFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.filter.XMLFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.CodeMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.ForumMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.MessageMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.NoFormatFilterBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.QuoteMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.TextColorMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.TextFontMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.TextSizeMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.ThreadMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.forum.renderer.macro.UserMacroBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.DateValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.DecimalValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.EmailValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.LengthValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.NonValidatingValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.NumberValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.RangeValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.RegexValidatorBeanInfo
 
PROPERTY_NAMES - Static variable in class com.jivesoftware.profiles.validator.URLValidatorBeanInfo
 
PROPERTY_PERMISSION_HANDLER - Static variable in class com.jivesoftware.forum.webservices.WSConstants
The inbound handler for xfire that handles permissions.
PROPERTY_READ_WRITE - Static variable in class com.jivesoftware.forum.webservices.WSConstants
This Jive Property should be set to true if SOAP web services are to be write enabled.
PROPERTY_REMOVED - Static variable in class com.jivesoftware.base.event.JivePropertyEvent
A property was removed.
PROPERTY_ROOT_USER - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
PROPERTY_SEARCH - Static variable in class com.jivesoftware.base.ldap.LdapSearchGroupManager
 
PROPERTY_SOAP_ENABLED - Static variable in class com.jivesoftware.forum.webservices.WSConstants
This Jive Property should be set to true if SOAP web services should be enabled.
PROPERTY_TERMS_ENABLED - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_TERMS_URL - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_USER_VALIDATION_KEY - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
PROPERTY_VALIDATION_ENABLED - Static variable in interface com.jivesoftware.base.registration.RegistrationManager
 
propertyNames() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
ProxyFactory - Interface in com.jivesoftware.base
An interface that defines a method to create proxy objects based on an authToken and permissions.
publish(LogRecord) - Method in class com.jivesoftware.base.log.EventHandler
 
publish(LogRecord) - Method in class com.jivesoftware.base.log.RotatingFileHandler
Output the log message, and check if rotation is needed.
PushCategoryTreeClusterTask - Class in com.jivesoftware.forum.database
Coherence cluster task that pushes the forum category tree structure to all other cluster members.
PushCategoryTreeClusterTask(LongTree) - Constructor for class com.jivesoftware.forum.database.PushCategoryTreeClusterTask
 
pushPreviousURL(HttpServletRequest) - Static method in class com.jivesoftware.base.action.util.RedirectAction
Updates the page the user is currently on - the value is stored in the session.
put(Object, Object) - Method in class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
put(Object, Object) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
put(Object, Object) - Method in class com.jivesoftware.forum.database.QueryCache
 
put(Object, Object) - Method in interface com.jivesoftware.forum.database.QueryCache.PutGetRemoveStrategy
 
put(Object, Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
put(Object, Object) - Method in class com.jivesoftware.util.CacheWrapper
 
put(Object, Object) - Method in class com.jivesoftware.util.ClusteredCache
 
put(Object, Object, long) - Method in class com.jivesoftware.util.CoherenceCache
Function that overrides the put of the com.tangosol.net.cache.OldCache class.
put(Object, Object) - Method in class com.jivesoftware.util.DbJiveProperties
 
put(Object, Object) - Method in class com.jivesoftware.util.DefaultCache
 
put(long, Object) - Method in class com.jivesoftware.util.LongHashMap
Associates the given key with the given value.
put(Object, Object) - Method in class com.jivesoftware.util.LRUCache
 
put(Object, Object) - Method in class com.jivesoftware.util.XMLJiveProperties
Sets the value of the specified property.
putAll(Map) - Method in class com.jivesoftware.forum.database.QueryCache
This method throws UnsupportedOperationException.
putAll(Map) - Method in class com.jivesoftware.forum.webservices.Cache
 
putAll(Map) - Method in class com.jivesoftware.util.CacheWrapper
 
putAll(Map) - Method in class com.jivesoftware.util.ClusteredCache
 
putAll(Map) - Method in class com.jivesoftware.util.DbJiveProperties
 
putAll(Map) - Method in class com.jivesoftware.util.DefaultCache
 
putAll(Map) - Method in class com.jivesoftware.util.LRUCache
 
putAll(Map) - Method in class com.jivesoftware.util.XMLJiveProperties
Sets multiple properties at once.
putSettings(long, WatchSettings) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
putSettings(long, WatchSettings) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 

Q

Query - Interface in com.jivesoftware.forum
Encapsulates a search for content in a forum.
Query - Class in com.jivesoftware.forum.webservices
Provides the ability to create complex search queries.
Query() - Constructor for class com.jivesoftware.forum.webservices.Query
 
QueryBlockIterator - Class in com.jivesoftware.forum.database
Iterator for search blocks.
QueryBlockIterator(long[], CachedPreparedStatement, int, int, long) - Constructor for class com.jivesoftware.forum.database.QueryBlockIterator
Constructs a new QueryBlockIterator.
queryCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for database query results generated by the use of ResultFilters.
QueryCache - Class in com.jivesoftware.forum.database
Cache for storing query results.
QueryCache(CoherenceCache) - Constructor for class com.jivesoftware.forum.database.QueryCache
Create a new QueryCache with specified cache as the backing cache.
QueryCache(ClusteredCache) - Constructor for class com.jivesoftware.forum.database.QueryCache
Create a new QueryCache with specified cache as the backing cache.
QueryCache.PutGetRemoveStrategy - Interface in com.jivesoftware.forum.database
Defines a strategy object for different mechanisms to do the actual map access.
QueryCacheKey - Class in com.jivesoftware.forum.database.querycache
Represents a key in the QueryCache.
QueryCacheKey(int, long, CachedPreparedStatement, int) - Constructor for class com.jivesoftware.forum.database.querycache.QueryCacheKey
Creates a new QueryCacheKey.
QueryCacheKey(int, long, CachedPreparedStatement, int, int) - Constructor for class com.jivesoftware.forum.database.querycache.QueryCacheKey
Creates a new QueryCacheKey.
QueryCacheKey() - Constructor for class com.jivesoftware.forum.database.querycache.QueryCacheKey
Constructor for internal use only.
QueryCacheStrategy - Interface in com.jivesoftware.forum.database
Strategy interface use by QueryCache to retrieve query data.
QueryCacheStrategyFactory - Class in com.jivesoftware.forum.database.querycache
Allows for mapping between a type code and an actual instance of QueryCacheStrategy.
QueryCacheStrategyFactory() - Constructor for class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
QueryCacheUpdateTask - Class in com.jivesoftware.forum.database.querycache
A task to reload a cache entry from the database and then move it from the short-term query cache and into the long-term cache.
QueryCacheUpdateTask(QueryCacheKey) - Constructor for class com.jivesoftware.forum.database.querycache.QueryCacheUpdateTask
Creates a new cache entry update task.
queryGet(QueryCacheKey) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
QueryLogger - Interface in com.jivesoftware.forum
This manager provides methods to retrieve query objects previously used for searching either the whole system or just in particular forums.
QueryLoggerFactory - Class in com.jivesoftware.forum
A factory that returns a concrete instance of a query logger.
QueryLoggerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the QueryLogger.
QueryLoggerProxy(QueryLogger, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.QueryLoggerProxy
Creates a new QueryLoggerProxy object.
queryManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
QueryManager - Interface in com.jivesoftware.forum
This manager provides methods to create query objects to be used for searching either the whole system or just in particular forums.
QueryManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the QueryManager.
QueryManagerProxy(QueryManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.QueryManagerProxy
Creates a new QueryManagerProxy object.
QueryProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for the query class.
QueryProxy(Query, AuthToken) - Constructor for class com.jivesoftware.forum.proxy.QueryProxy
 
queryPut(QueryCacheKey, Object) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
queryRemove(int, long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
QueryResult - Class in com.jivesoftware.forum
Encapsulates a search result resulting from a search using the Query class.
QueryResult(ForumMessage, float) - Constructor for class com.jivesoftware.forum.QueryResult
Creates a new QueryResult object.
QueryResult(long, long, long, String, Date, Date, float) - Constructor for class com.jivesoftware.forum.QueryResult
Creates a new QueryResult object.
QueryResultIteratorWrapper - Class in com.jivesoftware.forum.proxy
 
QueryResultIteratorWrapper(Iterator, AuthToken) - Constructor for class com.jivesoftware.forum.proxy.QueryResultIteratorWrapper
 
QueryResultIteratorWrapper(Iterator, AuthToken, int, int) - Constructor for class com.jivesoftware.forum.proxy.QueryResultIteratorWrapper
 
QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
questionCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for questions.
QuestionResolutionTime - Class in com.jivesoftware.forum.stats.report
 
QuestionResolutionTime() - Constructor for class com.jivesoftware.forum.stats.report.QuestionResolutionTime
 
QuestionResolutionTimeBeanInfo - Class in com.jivesoftware.forum.stats.report
 
QuestionResolutionTimeBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.QuestionResolutionTimeBeanInfo
 
QUESTIONS - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Your Questions' page.
quickMessageSearch(String, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to do quick search queries based on the provided string.
quickMessageSearch(String, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
quickMessageSearchByCategoryID(long, String, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to do quick search queries based on the provided string.
quickMessageSearchByCategoryID(long, String, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
quickMessageSearchByCategoryIDForObjects(long, String, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to do quick search queries based on the provided string.
quickMessageSearchByCategoryIDForObjects(long, String, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
quickMessageSearchForObjects(String, int, int) - Method in interface com.jivesoftware.forum.webservices.ContentService
Provides the ability to do quick search queries based on the provided string.
quickMessageSearchForObjects(String, int, int) - Method in class com.jivesoftware.forum.webservices.server.ContentServiceImpl
 
QuickStats - Class in com.jivesoftware.forum.stats
A class of static methods for retrieving quick statistics from the Jive Forums system.
QuickStats.QuickStatsGenerator - Class in com.jivesoftware.forum.stats
A runnable class used to generate a set of quick stats.
QuickStats.QuickStatsGenerator(Date, Date, List) - Constructor for class com.jivesoftware.forum.stats.QuickStats.QuickStatsGenerator
 
QuickStats.Type - Class in com.jivesoftware.forum.stats
A simple class to encapsulate the type of stat being asked for - usually either HTTP or NNTP.
QuickStats.Type(String) - Constructor for class com.jivesoftware.forum.stats.QuickStats.Type
 
quit() - Method in class com.jivesoftware.forum.nntp.Session
Quits the client-server session.
QuoteCleanupFilter - Class in com.jivesoftware.forum.renderer.filter
 
QuoteCleanupFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilter
 
QuoteCleanupFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the QuoteCleanupFilter filter.
QuoteCleanupFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.QuoteCleanupFilterBeanInfo
 
QuoteFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that can highlight quoted messages based upon the level of indentation - very similar to how groups.google.com highlights quotes.
QuoteFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
QuoteFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the QuoteFilter filter.
QuoteFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.QuoteFilterBeanInfo
 
QuoteMacro - Class in com.jivesoftware.forum.renderer.macro
The quote macro pretty prints quoted for display.
QuoteMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
QuoteMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the QuoteMacro.
QuoteMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.QuoteMacroBeanInfo
 
quoteOriginal(String, String, int) - Static method in class com.jivesoftware.forum.util.SkinUtils
Formats the unfiltered body of a message to make it appear in the "quote original" format.
QuoteTagRule - Class in com.jivesoftware.forum.renderer.filter.rules
Tag rule for converting from html quotes to plain text quotes
QuoteTagRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.QuoteTagRule
 
QuoteTagTokenizingRule - Class in com.jivesoftware.forum.renderer.filter.rules
Tag rule for converting from html quotes to plain text quotes
QuoteTagTokenizingRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 

R

RACIAL - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a racial abuse report.
randomString(int) - Static method in class com.jivesoftware.util.StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
randomString(int) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
RANGE - Static variable in class com.jivesoftware.forum.action.OnlineAction
Default number of online users to show on one page.
RANGE - Static variable in class com.jivesoftware.forum.action.UserSearch
Default number of search results (users) to show on one page.
RANGE - Static variable in class com.jivesoftware.forum.nntp.ArticleFilter
The filter will match articles between the start and end index numbers.
RANGE - Static variable in class com.jivesoftware.profiles.action.SearchProfile
Default number of search results (users) to show on one page.
RangeValidator - Class in com.jivesoftware.profiles.validator
A validator which validates using a range of acceptable values.
RangeValidator() - Constructor for class com.jivesoftware.profiles.validator.RangeValidator
 
RangeValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the range field validator.
RangeValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.RangeValidatorBeanInfo
 
RATE_MESSAGE - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to rate messages.
RATING - Static variable in class com.jivesoftware.base.JiveConstants
 
RATING - Static variable in interface com.jivesoftware.forum.Query
Sort by rating
Rating - Interface in com.jivesoftware.forum
A container object for Ratings.
RATING - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by rating
RatingAddAction - Class in com.jivesoftware.forum.action
 
RatingAddAction() - Constructor for class com.jivesoftware.forum.action.RatingAddAction
 
RatingCacheObject - Class in com.jivesoftware.forum.database
 
RatingCacheObject(Map, List) - Constructor for class com.jivesoftware.forum.database.RatingCacheObject
 
RatingManager - Interface in com.jivesoftware.forum
Provides optional rating of forum messages.
RatingManagerFactory - Class in com.jivesoftware.forum
A factory that returns a concrete instance of a rating manager.
RatingManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the RatingManager.
RatingManagerProxy(RatingManager, Permissions) - Constructor for class com.jivesoftware.forum.proxy.RatingManagerProxy
Creates a new RatingManagerProxy object.
ratingsCache - Static variable in class com.jivesoftware.forum.RatingManagerFactory
 
READ - Static variable in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
read() - Method in class com.jivesoftware.forum.nntp.spi.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.jivesoftware.forum.nntp.spi.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class com.jivesoftware.forum.nntp.spi.StringIteratorInputStream
 
READ - Static variable in interface com.jivesoftware.forum.ReadTracker
Status to indicate that the object has been read.
read() - Method in class com.jivesoftware.webchat.util.Base64.InputStream
Reads enough of the input stream to convert

to/from Base64 and returns the next byte.

read(byte[], int, int) - Method in class com.jivesoftware.webchat.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream

is reached or len bytes are read.

READ_FORUM - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to read object.
READ_STAT - Static variable in class com.jivesoftware.base.JiveConstants
 
READ_STAT_SESSION - Static variable in class com.jivesoftware.base.JiveConstants
 
READ_STAT_SESSION_KEY - Static variable in class com.jivesoftware.base.stats.ReadStatsFilter
Name of the session attribute key used to store the ReadStatSession object.
ReadAction - Class in com.jivesoftware.forum.action
An action to take care of marking all topics in a given forum as "read".
ReadAction() - Constructor for class com.jivesoftware.forum.action.ReadAction
 
readCount - Variable in class com.jivesoftware.util.CacheObject
A count of the number of times the object has been read from cache.
readExternal(DataInput) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
readExternal(DataInput) - Method in class com.jivesoftware.base.database.DbGroup
 
readExternal(DataInput) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
readExternal(DataInput) - Method in class com.jivesoftware.base.database.DbUser
 
readExternal(DataInput) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
readExternal(DataInput) - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
readExternal(DataInput) - Method in class com.jivesoftware.base.search.task.TaskWithNoResult
Subclasses may redefine this method if they are going to have internal state (i.e. instance variables).
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbAttachment
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbAvatar
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbContentTag
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbForum
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbForumThread
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.DbWatch
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.querycache.RemovalProcessor
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.QueryResult
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
readExternal(DataInput) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
readExternal(DataInput) - Method in class com.jivesoftware.profiles.ProfileField
 
readExternal(DataInput) - Method in class com.jivesoftware.profiles.ProfileFieldOption
 
readExternal(DataInput) - Method in class com.jivesoftware.profiles.UserProfile
 
readExternal(DataInput) - Method in class com.jivesoftware.util.LongTree
 
readLongArray(DataInput) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Reads an array of long values.
readLongIntMap(DataInput) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Reads a Map of Long key and Integer value pairs.
readLongList(DataInput) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Reads a LongList.
ReadStat - Class in com.jivesoftware.base.stats
A read stat encapsulates information about an object read.
ReadStat(User, int, long, ReadStatSession) - Constructor for class com.jivesoftware.base.stats.ReadStat
Creates a new ReadStat.
readStats - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
ReadStatSession - Class in com.jivesoftware.base.stats
Encapsulates a series of read stat occurrences.
ReadStatSession() - Constructor for class com.jivesoftware.base.stats.ReadStatSession
 
ReadStatSession(long, String, Date) - Constructor for class com.jivesoftware.base.stats.ReadStatSession
Creates a session given all parameters.
ReadStatSession(String, Date) - Constructor for class com.jivesoftware.base.stats.ReadStatSession
Creates an 'unsaved' session given all parameters but the ID.
ReadStatsFilter - Class in com.jivesoftware.base.stats
A servlet filter which initializes a ReadStatSession if one is not found in the session.
ReadStatsFilter() - Constructor for class com.jivesoftware.base.stats.ReadStatsFilter
 
ReadStatsInterceptor - Class in com.jivesoftware.forum.action
A WebWork interceptor which records a read stat for a particular object.
ReadStatsInterceptor() - Constructor for class com.jivesoftware.forum.action.ReadStatsInterceptor
 
ReadStatsManager - Class in com.jivesoftware.base.stats
Manager for read statistics in the Jive Platform products.
ReadStatsManager() - Constructor for class com.jivesoftware.base.stats.ReadStatsManager
 
ReadStatsManager.BytesTask - Class in com.jivesoftware.base.stats
An internal class which updates the bytesSent field of a HTTPReadStatSession or NNTPReadStatSession object to the database.
ReadStatsManager.BytesTask(Map) - Constructor for class com.jivesoftware.base.stats.ReadStatsManager.BytesTask
 
ReadStatsManager.PersistenceTask - Class in com.jivesoftware.base.stats
An internal class which saves sessions and read stats to the database.
ReadStatsManager.PersistenceTask(List, List) - Constructor for class com.jivesoftware.base.stats.ReadStatsManager.PersistenceTask
 
ReadStatsManagerClusterTask - Class in com.jivesoftware.base.stats
 
ReadStatsManagerClusterTask() - Constructor for class com.jivesoftware.base.stats.ReadStatsManagerClusterTask
 
ReadStatsManagerFactory - Class in com.jivesoftware.base.stats
 
readStream(InputStream, int) - Static method in class com.jivesoftware.util.ClassUtils
 
readStringList(DataInput) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Reads a List of Strings.
readStringMap(DataInput) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Reads a Map of String key and value pairs.
ReadTracker - Interface in com.jivesoftware.forum
Provides optional tracking of the messages and threads that each user has read.
readTrackerCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for read tracker data.
ReadTrackerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for ReadTracker instances.
ReadTrackerProxy(ReadTracker, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.ReadTrackerProxy
Creates a new ForumProxy object.
ReadWriteLock - Class in com.jivesoftware.util
Simple read write lock class that allows multiple readers but only 1 writer.
ReadWriteLock() - Constructor for class com.jivesoftware.util.ReadWriteLock
 
REBUILD_COMPLETED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index rebuild is completed.
REBUILD_COMPLETED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index rebuild is completed.
REBUILD_STARTED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index rebuild is started.
REBUILD_STARTED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index rebuild is started.
rebuildCompleted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index rebuild is completed.
rebuildCompleted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
rebuildCompleted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index rebuild is completed.
rebuildIndex() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
rebuildIndex() - Method in interface com.jivesoftware.forum.SearchManager
Manually rebuild the entire index.
rebuildIndex() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Manually rebuild the entire index.
rebuildIndex() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
rebuildStarted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index rebuild is started.
rebuildStarted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
rebuildStarted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index rebuild is started.
RecentHistoryAction - Class in com.jivesoftware.forum.action
An action to display the recent history for a user.
RecentHistoryAction() - Constructor for class com.jivesoftware.forum.action.RecentHistoryAction
 
RecentHistoryInterceptor - Class in com.jivesoftware.forum.action
A WebWork interceptor which records the last 'X' objects a user has viewed.
RecentHistoryInterceptor() - Constructor for class com.jivesoftware.forum.action.RecentHistoryInterceptor
 
RecentHistoryList - Class in com.jivesoftware.forum.util
A list that manages storing item history.
RecentHistoryList(int) - Constructor for class com.jivesoftware.forum.util.RecentHistoryList
 
RECIPIENT_MAILBOX_FULL - Static variable in exception com.jivesoftware.forum.PrivateMessageRejectedException
 
REDIRECT_URL - Static variable in class com.jivesoftware.base.action.util.RedirectAction
 
RedirectAction - Class in com.jivesoftware.base.action.util
An action that handles redirects.
RedirectAction() - Constructor for class com.jivesoftware.base.action.util.RedirectAction
 
REFERRER_SESSION_KEY - Static variable in class com.jivesoftware.base.stats.ReadStatsFilter
The session attribute name of the referrer string in the session.
refreshCategoryTree(boolean) - Static method in class com.jivesoftware.forum.database.DbForumCategory
Loads the entire category tree into memory.
RegexFilter - Class in com.jivesoftware.forum.renderer.filter.regex
 
RegexFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
RegexFilter(String, String) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
create a new regular expression that takes input as multiple lines
RegexFilter(String, String, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
create a new regular expression and set
RegexReplaceFilter - Class in com.jivesoftware.forum.renderer.filter.regex
 
RegexReplaceFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexReplaceFilter
 
RegexReplaceFilter(String, String) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexReplaceFilter
 
RegexReplaceFilter(String, String, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexReplaceFilter
 
RegexReplaceFilter - Class in com.jivesoftware.forum.renderer.filter
A filter that allows arbitrary regular expressions to be used to replace text blocks.
RegexReplaceFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
RegexReplaceFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for RegexReplaceFilter
RegexReplaceFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.RegexReplaceFilterBeanInfo
 
RegexTokenFilter - Class in com.jivesoftware.forum.renderer.filter.regex
 
RegexTokenFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
 
RegexTokenFilter(String, boolean) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
Create a new regular expression.
RegexTokenFilter(String) - Constructor for class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
Create a new multiline regular expression.
RegexValidator - Class in com.jivesoftware.profiles.validator
A validator which validates using a regular expression.
RegexValidator() - Constructor for class com.jivesoftware.profiles.validator.RegexValidator
 
RegexValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the regex field validator.
RegexValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.RegexValidatorBeanInfo
 
registerCloseListener(ConnectionCloseListener, Object) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Register a listener for close event notification.
registerCloseListener(ConnectionCloseListener, Object) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
registerCustomGatewayType(String, Class) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Used to register a custom gateway manager implementation.
REGISTERED - Static variable in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Access type that will allow only registered users to connect to web services.
REGISTERED_USERS - Static variable in class com.jivesoftware.base.JiveConstants
 
registeredUserHasPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
registeredUserHasPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
registeredUserHasPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns true if registered users have a particular permission.
registeredUserHasPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
registeredUserHasPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if registered users have a particular permission globally.
registeredUserHasPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
registeredUserHasPermissionOnCategory(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if registered users have a particular permission on the category with the specified ID.
registeredUserHasPermissionOnCategory(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
registeredUserHasPermissionOnForum(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if registered users have a particular permission on the forum with the specified ID.
registeredUserHasPermissionOnForum(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
registerHandlers(DefaultXFire) - Method in class com.jivesoftware.forum.webservices.server.xfire.CustomXFireServlet
 
registerHandlers(DefaultXFire) - Method in class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
Registers the default Handers, including WSS4J and the PermissionHandler
registerService(Class) - Method in class com.jivesoftware.forum.webservices.server.xfire.XFireHelper
 
registerServices() - Method in class com.jivesoftware.forum.webservices.server.xfire.JiveXFireServlet
Configures and registers the services.
registerTypes() - Static method in class com.jivesoftware.forum.theme.ForumThemeType
 
RegistrationManager - Interface in com.jivesoftware.base.registration
Manages validation settings and validating new user accounts.
RegistrationManagerAware - Interface in com.jivesoftware.base.action
Provides an action an instance of RegistrationManager
RegistrationManagerImpl - Class in com.jivesoftware.base.registration
Database implementation of the RegistrationManager interface.
RegistrationManagerProxy - Class in com.jivesoftware.forum.proxy
 
RegistrationManagerProxy(RegistrationManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
RegularSequence - Class in com.jivesoftware.base.stats.bin
Generates a regularly spaced sequence of Bins.
RegularSequence(Element, Element) - Constructor for class com.jivesoftware.base.stats.bin.RegularSequence
Create a BinSequence that will generate a sequence of regularly spaced intervals.
RegularSequence(Element) - Constructor for class com.jivesoftware.base.stats.bin.RegularSequence
Create a BinSequence that will generate a sequence of regularly spaced intervals.
rehash(int) - Method in class com.jivesoftware.util.LongHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
reject(AuthToken, ForumMessage) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Reject a moderated message
reject(AuthToken, ForumMessage) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
REJECTED - Static variable in class com.jivesoftware.forum.action.OldPostAction
 
REJECTED - Static variable in class com.jivesoftware.forum.action.PostAction
 
REJECTED_MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
Messages rejected by a moderator will be marked with this value.
RelativeDateRange - Class in com.jivesoftware.util
A class to manage relative date range.
RelativeDateRange(String, String) - Constructor for class com.jivesoftware.util.RelativeDateRange
 
RelativeDateRange(String, String, String) - Constructor for class com.jivesoftware.util.RelativeDateRange
 
release() - Method in class com.jivesoftware.base.search.task.ServiceInvocation
 
release() - Method in class com.jivesoftware.base.tags.CacheTag
 
release() - Method in class com.jivesoftware.forum.tags.JivePropertyTag
 
release() - Method in class com.jivesoftware.util.Semaphore
Release a permit
release(long) - Method in class com.jivesoftware.util.Semaphore
Release N permits.
releaseReadLock() - Method in class com.jivesoftware.util.ReadWriteLock
 
releaseWriteLock() - Method in class com.jivesoftware.util.ReadWriteLock
 
RELEVANCE - Static variable in interface com.jivesoftware.forum.Query
Sort by relevance
RELEVANCE - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by relevance
RELIGIOUS - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a religious abuse report.
ReloadCategoryTreeClusterTask - Class in com.jivesoftware.forum.database
Coherence cluster task that simply clears out the category tree structure, forcing the node to reload it.
ReloadCategoryTreeClusterTask() - Constructor for class com.jivesoftware.forum.database.ReloadCategoryTreeClusterTask
 
reloadDatabase() - Static method in class com.jivesoftware.base.util.CountryLookup
Reloads the country database from the file system.
reloadDictionaries() - Static method in class com.jivesoftware.util.SpellChecker
Re-initializes the spell-checking dictionaries.
reloadDictionaries() - Static method in class com.jivesoftware.webchat.utils.SpellChecker
Re-initializes the spell-checking dictionaries.
ReloadingClassLoader - Class in com.jivesoftware.util.classloader
 
ReloadingClassLoader() - Constructor for class com.jivesoftware.util.classloader.ReloadingClassLoader
 
ReloadingClassLoader(ClassLoader) - Constructor for class com.jivesoftware.util.classloader.ReloadingClassLoader
 
reloadLicenses() - Method in class com.jivesoftware.webchat.LicenseManager
Explicitly reloads license file.
reloadThemeMaps() - Method in class com.jivesoftware.base.theme.AbstractThemeManager
Used to force a reload (and resort) of theme maps.
reloadThemeMaps() - Method in interface com.jivesoftware.base.theme.ThemeManager
Used to force a reload (and resort) of theme maps.
RemoteQuery - Class in com.jivesoftware.forum.database
RemoteQuery is used to request the search cluster to perform a document search.
RemoteQuery(long, long[], long, Date, Date, int, int) - Constructor for class com.jivesoftware.forum.database.RemoteQuery
 
RemoteServicesManager - Class in com.jivesoftware.base.search
Base class for managers that provide services to remote JVMs.
RemoteServicesManager() - Constructor for class com.jivesoftware.base.search.RemoteServicesManager
 
RemovalProcessor - Class in com.jivesoftware.forum.database.querycache
Entry processor which handles bulk removal of query cache entries using coherence InvocableMap features.
RemovalProcessor() - Constructor for class com.jivesoftware.forum.database.querycache.RemovalProcessor
 
remove() - Method in class com.jivesoftware.base.database.GroupIterator
Not supported for security reasons.
remove() - Method in class com.jivesoftware.base.database.PollBlockIterator
 
remove() - Method in class com.jivesoftware.base.database.UserIterator
Not supported for security reasons.
remove() - Method in class com.jivesoftware.base.GroupIteratorProxy
Not supported for security reasons.
remove() - Method in class com.jivesoftware.base.UserGroupIteratorProxy
Not supported for security reasons.
remove() - Method in class com.jivesoftware.base.UserIteratorProxy
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.database.AvatarIterator
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.database.DatabaseObjectIterator
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
remove() - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
remove() - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
remove(Object) - Method in class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
remove(int, long) - Method in class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
remove(Object) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
remove(int, long) - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
remove(Object) - Method in interface com.jivesoftware.forum.database.QueryCache.PutGetRemoveStrategy
 
remove(int, long) - Method in interface com.jivesoftware.forum.database.QueryCache.PutGetRemoveStrategy
 
remove(int, long) - Method in class com.jivesoftware.forum.database.QueryCache
Removes all query keys that match the objectType and objectID combination.
remove(Object) - Method in class com.jivesoftware.forum.database.QueryCache
 
remove() - Method in class com.jivesoftware.forum.database.StatusLevelIterator
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.database.StatusLevelLeaderBlockIterator
 
remove() - Method in class com.jivesoftware.forum.ForumMessageIterator
This method of the Iterator interface is not supported due to security considerations.
remove() - Method in class com.jivesoftware.forum.ForumThreadIterator
This method of the Iterator interface is not supported due to security considerations.
remove(Forum) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Deletes all gateways for this context by removing their properties and stopping them from running.
remove(Gateway) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
remove(Forum) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Deletes all gateways for this context by removing their properties and stopping them from running.
remove(Gateway) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Delete a specific gateway
remove(Forum) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
remove(Gateway) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
remove(GatewaySettings) - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
remove(EmailToken) - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
Removes the supplied EmailToken from the set.
remove() - Method in class com.jivesoftware.forum.net.AcceptPort
Closes the AcceptPort and removes it from service.
remove() - Method in class com.jivesoftware.forum.nntp.spi.ArticleIterator
 
remove() - Method in class com.jivesoftware.forum.nntp.spi.FFNGIteratorAdapter
 
remove() - Method in class com.jivesoftware.forum.nntp.spi.PeekIterator
Unsupported operation.
remove() - Method in class com.jivesoftware.forum.proxy.AnnouncementIteratorProxy
 
remove() - Method in class com.jivesoftware.forum.proxy.AvatarIteratorProxy
 
remove() - Method in class com.jivesoftware.forum.proxy.IteratorProxy
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.proxy.QueryResultIteratorWrapper
Not supported for security reasons.
remove() - Method in class com.jivesoftware.forum.proxy.StatusLevelIteratorProxy
 
remove(int) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
remove(Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
remove(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
remove(Object, boolean) - Method in class com.jivesoftware.forum.webservices.Cache
 
remove(Object) - Method in class com.jivesoftware.util.CacheWrapper
 
remove(Object) - Method in class com.jivesoftware.util.CircularLinkedList
Removes the first item found that matches equals() on the given item.
remove() - Method in class com.jivesoftware.util.CircularLinkedList
Removes the current item (the item last returned by next() or prev()).
remove() - Method in class com.jivesoftware.util.ClusteredCache.CacheIterator
 
remove(Object) - Method in class com.jivesoftware.util.ClusteredCache
 
remove(Object) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
remove(Object) - Method in class com.jivesoftware.util.DbJiveProperties
 
remove(Object) - Method in class com.jivesoftware.util.DefaultCache
 
remove(Object, boolean) - Method in class com.jivesoftware.util.DefaultCache
 
remove() - Method in class com.jivesoftware.util.LinkedListNode
Removes this node from the linked list that it is a part of.
remove(int) - Method in class com.jivesoftware.util.LongList
Removes a value from the list at the specified index.
remove(Object) - Method in class com.jivesoftware.util.LRUCache
 
remove() - Method in class com.jivesoftware.util.MultiIterator
Note: not supported in this class.
remove(Object) - Method in class com.jivesoftware.util.XMLJiveProperties
Deletes the specified property.
removeAdministrator(User) - Method in class com.jivesoftware.base.database.DbGroup
 
removeAdministrator(User) - Method in interface com.jivesoftware.base.Group
Revokes administrator privileges of the group to a user.
removeAdministrator(User) - Method in class com.jivesoftware.base.GroupAdapter
 
removeAdministrator(User) - Method in class com.jivesoftware.base.GroupProxy
 
removeAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
removeAdministrator(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
removeAdministrator(User) - Method in class com.jivesoftware.base.MockGroup
 
removeAdministratorFromGroup(long, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Remove the user with the specified ID as an administrator from the group with the specified ID.
removeAdministratorFromGroup(long, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
removeAliases(List) - Static method in class com.jivesoftware.util.search.SynonymFilter
Remove a key completely from the alias list.
removeAll(Collection) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
removeAll(Collection) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
removeAllFilters() - Method in class com.jivesoftware.forum.proxy.ForumRenderManagerProxy
 
removeAllFilters() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
removeAllFilters() - Method in interface com.jivesoftware.forum.renderer.ForumRenderManager
Removes all filters from the current context.
removeAllFilters() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
removeAllFilters() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Removes all filters from the current context.
removeAllGroupPermissions(PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllGroupPermissions(int, long, PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllGroupPermissions(PermissionType) - Method in interface com.jivesoftware.base.PermissionsManager
Revokes all group permissions.
removeAllGroupPermissions(PermissionType) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeAllListeners() - Method in class com.jivesoftware.base.event.JivePropertyEventDispatcher
Unregisters all listeners
removeAllowedType(String) - Method in interface com.jivesoftware.forum.AttachmentManager
Removes a content type fromt he list of explicitly allowed types.
removeAllowedType(String) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
removeAllowedType(String) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
removeAllowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Removes a content type fromt he list of explicitly allowed types.
removeAllowedType(String) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
removeAllPermissions(int, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllPermissions(Connection, int, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllTags(JiveContentObject) - Method in class com.jivesoftware.forum.database.DbTagManager
 
removeAllTags() - Method in class com.jivesoftware.forum.TagDelegator
Disassociates this object with all tags.
removeAllTags(JiveContentObject) - Method in interface com.jivesoftware.forum.TagManager
Disassociates this object with all tags.
removeAllUserPermissions(PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllUserPermissions(int, long, PermissionType) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAllUserPermissions(PermissionType) - Method in interface com.jivesoftware.base.PermissionsManager
Removes all user permissions.
removeAllUserPermissions(PermissionType) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeAnonymousUserPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAnonymousUserPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeAnonymousUserPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Removes a permission of the specified PermissionType for anonymous users.
removeAnonymousUserPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeAnonymousUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from anonymous users.
removeAnonymousUserPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeAnonymousVote(int, String) - Method in class com.jivesoftware.base.database.DbPoll
 
removeAnonymousVote(int, String) - Method in interface com.jivesoftware.base.Poll
Remove a guest vote.
removeAnonymousVote(int, String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
removeAttachments(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
Remove attachments from a message
removeBan(long) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
removeBan(long) - Method in interface com.jivesoftware.base.ban.BanDAO
Removes a Ban entry from the database
removeBan(long) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
removeBan(long) - Method in interface com.jivesoftware.base.ban.BanManager
Removes a ban entry from the database
removeBan(long) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
removeBlockedUser(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Removes a user from the blocked user list.
removeCategoryPermissionFromAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from anonymous users.
removeCategoryPermissionFromAnonymousUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeCategoryPermissionFromGroup(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from the group with the specified id.
removeCategoryPermissionFromGroup(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeCategoryPermissionFromRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from registered users.
removeCategoryPermissionFromRegisteredUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeCategoryPermissionFromUser(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from the user with the specified id.
removeCategoryPermissionFromUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeCategoryPermissionFromUsers(long, boolean, long[], long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from the specified users.
removeCategoryPermissionFromUsers(long, boolean, long[], long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeChatSession(String) - Method in class com.jivesoftware.webchat.user.UserSession
Removes the ChatSession associated with the participant.
removeCloseListener(ConnectionCloseListener) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Remove a registered close event listener.
removeCloseListener(ConnectionCloseListener) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
removeClusteringListener(CacheFactory.ClusteringListener) - Static method in class com.jivesoftware.util.CacheFactory
 
removeConnection(Connection) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Remove the given connection from the manager.
removeConnection(Connection) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
removeConnection(Connection) - Method in class com.jivesoftware.forum.nntp.spi.NNTPConnectionManager
 
removeControlCharacters(String) - Static method in class com.jivesoftware.base.util.WordExtractor
 
removeCronTask(CronTask) - Method in class com.jivesoftware.util.CronTaskManager
Stop the cronTask and remove the cronTask from the current list of CronTasks.
removeCronTaskNoCluster(CronTask) - Method in class com.jivesoftware.util.CronTaskManager
Method which is used to stop and remove cron tasks without cluster propogation.
REMOVED - Static variable in class com.jivesoftware.util.LongHashMap
 
removeDisallowedType(String) - Method in interface com.jivesoftware.forum.AttachmentManager
Removes a content type from the list of explicitly disallowed types.
removeDisallowedType(String) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
removeDisallowedType(String) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
removeDisallowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Removes a content type from the list of explicitly disallowed types.
removeDisallowedType(String) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
removeExcludeObjectID(long) - Method in class com.jivesoftware.base.stats.AbstractReportManager
Removes an object ID from the exclude list.
removeExcludeObjectID(long) - Method in interface com.jivesoftware.base.stats.ReportManager
Removes a objectID from the exclude list.
removeFilterRenderTypes(String, List) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
removeFilterRenderTypes(String, List) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
removeFilterRenderTypes(String, List) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Removes a set of render types from the given filter.
removeForumPermissionFromAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum to anonymous users.
removeForumPermissionFromAnonymousUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeForumPermissionFromGroup(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum from the group with the specified id.
removeForumPermissionFromGroup(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeForumPermissionFromRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum to registered users.
removeForumPermissionFromRegisteredUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeForumPermissionFromUser(long, boolean, long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum from the user with the specified id.
removeForumPermissionFromUser(long, boolean, long, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeForumPermissionFromUsers(long, boolean, long[], long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum from the specified users.
removeForumPermissionFromUsers(long, boolean, long[], long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeFromIndex(ForumMessage) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(ForumMessage, boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(ForumThread) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(ForumThread, boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(Forum) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(Forum, boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeFromIndex(ForumMessage) - Method in interface com.jivesoftware.forum.SearchManager
Removes an individual message from the index.
removeFromIndex(ForumThread) - Method in interface com.jivesoftware.forum.SearchManager
Removes a thread from the index.
removeFromIndex(Forum) - Method in interface com.jivesoftware.forum.SearchManager
Removes a forum from the index.
removeFromIndex(User) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Removes an individual user from the index.
removeFromIndex(User) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
removeFromIndex(User, boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
removeFromIndex(long) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
removeFromQueue(ChatMessage[]) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
removeFromSession() - Method in class com.jivesoftware.forum.action.OldPostAction
Retrieves relevant message data from the session.
removeFromSession() - Method in class com.jivesoftware.forum.action.PostAction
Retrieves relevant message data from the session.
removeGroupChatSession(String) - Method in class com.jivesoftware.webchat.user.UserSession
Removes the GroupChatSession associated with the room.
removeGroupPermission(Group, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeGroupPermission(int, long, Group, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeGroupPermission(Group, PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Removes a permission of the specified PermissionType for a group.
removeGroupPermission(Group, PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeIgnorableCharacters(String) - Static method in class com.jivesoftware.util.StringUtils
Removes any character in the given input which are 'ignorable identifiers' in the Java and Unicode language character sets.
removeIndex(ValueExtractor) - Method in class com.jivesoftware.util.ClusteredCache
 
removeIntegratedFlag(Forum) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
removeIntegratedFlag(Group) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
removeInterceptor(int) - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
removeInterceptor(int) - Method in interface com.jivesoftware.forum.InterceptorManager
Removes the specified interceptor from the list of interceptors.
removeInterceptor(int) - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
removeKey(long) - Method in class com.jivesoftware.util.LongHashMap
Removes the given key with its associated element from the receiver, if present.
removeListener(GroupListener) - Method in class com.jivesoftware.base.event.GroupEventDispatcher
 
removeListener(JivePropertyListener) - Method in class com.jivesoftware.base.event.JivePropertyEventDispatcher
Unregisters a listener from this event dispatcher.
removeListener(LogListener) - Method in class com.jivesoftware.base.event.LogEventDispatcher
 
removeListener(PollListener) - Method in class com.jivesoftware.base.event.PollEventDispatcher
Removes an event listener from the dispatcher.
removeListener(UserListener) - Method in class com.jivesoftware.base.event.UserEventDispatcher
 
removeListener(GroupListener) - Static method in class com.jivesoftware.base.GroupManagerFactory
Method used internally by Jive.
removeListener(UserListener) - Static method in class com.jivesoftware.base.UserManagerFactory
Method used internally by Jive.
removeListener(AnnouncementListener) - Method in class com.jivesoftware.forum.event.AnnouncementEventDispatcher
 
removeListener(CategoryListener) - Method in class com.jivesoftware.forum.event.CategoryEventDispatcher
 
removeListener(ForumListener) - Method in class com.jivesoftware.forum.event.ForumEventDispatcher
 
removeListener(MessageListener) - Method in class com.jivesoftware.forum.event.MessageEventDispatcher
 
removeListener(PermissionListener) - Method in class com.jivesoftware.forum.event.PermissionEventDispatcher
 
removeListener(PrivateMessageListener) - Method in class com.jivesoftware.forum.event.PrivateMessageEventDispatcher
 
removeListener(SearchIndexListener) - Method in class com.jivesoftware.forum.event.SearchIndexEventDispatcher
 
removeListener(TagListener) - Method in class com.jivesoftware.forum.event.TagEventDispatcher
 
removeListener(ThreadListener) - Method in class com.jivesoftware.forum.event.ThreadEventDispatcher
 
removeListener(ProfileListener) - Method in class com.jivesoftware.profiles.ProfileEventDispatcher
 
removeListener(ProfileSearchIndexListener) - Method in class com.jivesoftware.profiles.search.ProfileSearchIndexEventDispatcher
 
removeMapListener(MapListener) - Method in class com.jivesoftware.util.DefaultCache
Remove a map listener.
removeMapListener(MapListener, Object) - Method in class com.jivesoftware.util.DefaultCache
 
removeMapListener(MapListener, Filter) - Method in class com.jivesoftware.util.DefaultCache
 
removeMember(User) - Method in class com.jivesoftware.base.database.DbGroup
 
removeMember(User) - Method in interface com.jivesoftware.base.Group
Removes a member from the group.
removeMember(User) - Method in class com.jivesoftware.base.GroupAdapter
 
removeMember(User) - Method in class com.jivesoftware.base.GroupProxy
 
removeMember(User) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
removeMember(User) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
removeMember(User) - Method in class com.jivesoftware.base.MockGroup
 
removeMemberFromGroup(long, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Remove the user with the specified id from the group with the specified id.
removeMemberFromGroup(long, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
removeMemberListener(MemberListener) - Method in class com.jivesoftware.util.ClusteredCache
 
removeMessages(int) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Removes certain size from message list.
removeModel(String) - Static method in class com.jivesoftware.base.admin.AdminConsole
Removes an <adminconsole> Element from the tabs/sidebar model.
removeNamedSequence(String) - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
removeNamedSequence(String) - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
removeNamedSequence(String) - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
removeNamedSequence(String) - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
removeNamedSequence(String) - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
removePermissionFromGroup(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from the group with the specified id.
removePermissionFromGroup(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removePermissionFromUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from the user with the specified id.
removePermissionFromUser(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removePermissionFromUsers(long, boolean, long[]) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from all specified users.
removePermissionFromUsers(long, boolean, long[]) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removePluginListener(PluginListener) - Method in class com.jivesoftware.base.plugin.PluginManager
Unregisters a plugin listener.
removePresences(int) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Removes certain size from presence list.
removeRating(Rating) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
removeRating(Rating) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
removeRating(Rating) - Method in interface com.jivesoftware.forum.RatingManager
Remove the specified rating from the list of currently available ratings.
removeRegisteredUserPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeRegisteredUserPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeRegisteredUserPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Removes a permission of the specified PermissionType for registered users.
removeRegisteredUserPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeRegisteredUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from registered users.
removeRegisteredUserPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
removeRenderFilter(String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
removeRenderFilter(String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
removeRenderFilter(String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Removes the specified filter from the list of currently configured filters.
removeReport(int) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
removeReport(int) - Method in interface com.jivesoftware.base.stats.ReportManager
Uninstalls a report at the given index.
removeReports(int[]) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
removeReports(int[]) - Method in interface com.jivesoftware.base.stats.ReportManager
Uninstalls multiple reports at once.
removeResolutionState(Question.State) - Method in class com.jivesoftware.forum.ResultFilter
Removes a resolution state from the set of states that will be included in filtered results.
removeSession(Connection) - Method in class com.jivesoftware.forum.nntp.SessionManager
Removes the session associated with the connection.
removeTag(ContentTag, JiveContentObject) - Method in class com.jivesoftware.forum.database.DbTagManager
 
removeTag(ContentTag) - Method in class com.jivesoftware.forum.TagDelegator
Disassociates this object with the given tag.
removeTag(ContentTag, JiveContentObject) - Method in interface com.jivesoftware.forum.TagManager
Disassociates this object with the given tag.
removeTemplate(int) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
removeTemplate(int) - Method in interface com.jivesoftware.base.stats.ReportManager
Uninstalls the specified template.
removeTextExtractor(String) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
removeTextExtractor(String) - Method in interface com.jivesoftware.forum.SearchManager
Removes an existing text extractor from the list of current text extractors.
removeThreadLink(long) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
removeTransparency(Image) - Static method in class com.jivesoftware.forum.util.GraphicUtils
 
removeURLMapping(String) - Static method in class com.jivesoftware.base.action.util.JiveActionMapper
 
removeUser(User) - Method in class com.jivesoftware.base.database.DbRoster
 
removeUser(User) - Method in interface com.jivesoftware.base.Roster
Remove a user from the roster.
removeUser(User) - Method in class com.jivesoftware.base.RosterProxy
 
removeUser(long, String) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Removes the specified username from a users Private Message addressbook.
removeUser(long, String) - Method in class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
Removes a username from the addressbook of a specified user.
removeUserPermission(User, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeUserPermission(int, long, User, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
removeUserPermission(User, PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Removes a permission of the specified PermissionType for the specified user.
removeUserPermission(User, PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
removeUsers() - Method in class com.jivesoftware.forum.database.querycache.ClusteredPutGetRemoveStrategy
 
removeUsers() - Method in class com.jivesoftware.forum.database.querycache.LocalPutGetRemoveStrategy
 
removeUsers() - Method in interface com.jivesoftware.forum.database.QueryCache.PutGetRemoveStrategy
 
removeUsers() - Method in class com.jivesoftware.forum.database.QueryCache
Removes all entries associated with users.
removeUsers(long, long[]) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Removes the specified list of users from a users Private Message addressbook.
removeUsers(long, long[]) - Method in class com.jivesoftware.forum.webservices.server.AddressBookServiceImpl
Removes the list of specified userIds from a users addressbook.
removeUserSession(String) - Method in class com.jivesoftware.webchat.ChatManager
 
removeUserVote(int, User) - Method in class com.jivesoftware.base.database.DbPoll
 
removeUserVote(int, User) - Method in interface com.jivesoftware.base.Poll
Remove a user vote.
removeUserVote(int, User) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
removeUUencodedAttachments(StringBuffer, BufferedReader) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Search for uuencoded attachments from a reader and remove them appending the remaining lines into the provided stringbuffer
render(Map) - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
render(Map) - Method in interface com.jivesoftware.base.stats.ReportTemplate
 
render(Object, RenderType, String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
render(Object, RenderType, RenderStrategy, String) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
render(Link, RenderContext, boolean) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
render(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
render(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
render(String, RenderContext, WikiFilter) - Method in interface com.jivesoftware.forum.renderer.filter.wiki.WikiRenderer
 
render(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
render(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
render(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderEngine
 
render(Object, RenderType, String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
render(Object, RenderType, RenderStrategy, String) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
render(String, RenderContext) - Method in interface com.jivesoftware.forum.renderer.Renderer
Render the input string according to the RenderStrategy and RenderTarget specified by the given render context.
render(Object, RenderType, String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Applies filters to the specified string.
render(Object, RenderType, RenderStrategy, String) - Method in interface com.jivesoftware.forum.renderer.RenderManager
Applies filters to the specified string.
RENDER_ALL - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to enable the rendering of all links, tables, images, lists, macros and text decorations.
RENDER_IMAGES - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render images.
RENDER_LINKS - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render links.
RENDER_LISTS - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render lists.
RENDER_MACROS - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render macros.
RENDER_TABLES - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render tables.
RENDER_TARGETS - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
An array containing all possible types of targets
RENDER_TEXT_DECORATION - Static variable in class com.jivesoftware.forum.renderer.RenderStrategy
Use this render flag to render text decorations.
RenderContext - Interface in com.jivesoftware.forum.renderer
Encapsulates the context in which a piece of content is being rendered.
renderDetailTemplate(Map, int) - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
renderDetailTemplate(Map, int) - Method in interface com.jivesoftware.base.stats.ReportTemplate
 
RenderedTextStore - Class in com.jivesoftware.forum.renderer
A store for text snippets.
RenderedTextStore() - Constructor for class com.jivesoftware.forum.renderer.RenderedTextStore
 
Renderer - Interface in com.jivesoftware.forum.renderer
A Renderer is an object that allows for converting text markup to html and back again.
RendererFactory - Class in com.jivesoftware.forum.renderer
A factory for creating Renderer's.
RendererUtil - Class in com.jivesoftware.forum.renderer.util
Utility methods useful for render filters and macros.
RenderFilter - Interface in com.jivesoftware.forum.renderer
A filter is an object that performs filtering on Strings.
renderImages() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
renderLinks() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
renderLists() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
RenderMacro - Interface in com.jivesoftware.forum.renderer
The RenderMacro interface is an extension to the RenderFilter interface, the main difference being that it will not execute over the whole page, rather it will be provided with just the text between the macro tags, if it exists.
renderMacros() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
RenderManager - Interface in com.jivesoftware.forum.renderer
A manager to manage filters to be used for render operations.
RenderManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the RenderManager.
RenderManagerProxy() - Constructor for class com.jivesoftware.forum.proxy.RenderManagerProxy
 
RenderManagerProxy(RenderManager, long, Permissions) - Constructor for class com.jivesoftware.forum.proxy.RenderManagerProxy
 
RenderManagerProxyFactory - Class in com.jivesoftware.forum.proxy
A factory for creating proxies for the RenderManager implementation.
RenderPipe - Class in com.jivesoftware.forum.renderer
A container to hold the filters that are to be used for rendering text.
RenderPipe(RenderFilter[]) - Constructor for class com.jivesoftware.forum.renderer.RenderPipe
 
RenderStrategy - Class in com.jivesoftware.forum.renderer
A RenderStrategy allows for the coarse grained ability to determine what will be rendered by a particular render call irregardless of what filters are included.
RenderStrategy() - Constructor for class com.jivesoftware.forum.renderer.RenderStrategy
 
RenderStrategy(RenderTarget, long) - Constructor for class com.jivesoftware.forum.renderer.RenderStrategy
 
renderTables() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
RenderTarget - Class in com.jivesoftware.forum.renderer
The target of a particular render operation.
renderTextDecoration() - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
RenderType - Class in com.jivesoftware.forum.renderer
Defines render types used for jive objects.
replace(String) - Method in class com.jivesoftware.forum.renderer.macro.Preserved
Actually replace specials in source.
replace(String) - Method in class com.jivesoftware.util.SpellSession
Replaces the word returned by getWord() with a new word.
replace(String, String, String) - Static method in class com.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in string.
replace(String, String, String, int[]) - Static method in class com.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line.
replace(String) - Method in class com.jivesoftware.webchat.utils.SpellSession
Replaces the word returned by getWord() with a new word.
replace(String, String, String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Replaces all instances of oldString with newString in string.
replace(String, String, String, int[]) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Replaces all instances of oldString with newString in line.
replace(String, String, String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Replaces all instances of oldString with newString in string.
replace_s(int, int, String) - Method in class com.jivesoftware.util.search.SnowballProgram
 
replaceAll(String) - Method in class com.jivesoftware.util.SpellSession
Replaces all occurences of the word returned by getWord() in the text with a new word.
replaceAll(String) - Method in class com.jivesoftware.webchat.utils.SpellSession
Replaces all occurences of the word returned by getWord() in the text with a new word.
replaceIgnoreCase(String, String, String) - Static method in class com.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replaceIgnoreCase(String, String, String, int[]) - Static method in class com.jivesoftware.util.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replaceIgnoreCase(String, String, String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replaceIgnoreCase(String, String, String, int[]) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Replaces all instances of oldString with newString in line with the added feature that matches of newString in oldString ignore case.
replaceRegex(String, JdkPattern, String) - Static method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeUtils
 
replaceTokens(String) - Method in class com.jivesoftware.forum.renderer.RenderedTextStore
This method will replace all tokens in the provided string with their original text snippets.
replaceTokens(String, ForumMessage, String) - Static method in class com.jivesoftware.forum.util.ForumUtils
Replaces tokens with the correct values.
RepliesPerThreadReport - Class in com.jivesoftware.forum.stats.report
Create a report that counts the # of messages per thread
RepliesPerThreadReport() - Constructor for class com.jivesoftware.forum.stats.report.RepliesPerThreadReport
 
RepliesPerThreadReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
RepliesPerThreadReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.RepliesPerThreadReportBeanInfo
 
ReplyToThread - Class in com.jivesoftware.forum.mail
Posts a reply message in a forum thread using information in an email message.
ReplyToThread(String, String, long, Iterator, AuthToken) - Constructor for class com.jivesoftware.forum.mail.ReplyToThread
Sole constructor.
Report - Interface in com.jivesoftware.base.stats
Main report interface.
Report.ExtraInfo - Class in com.jivesoftware.base.stats
 
Report.ExtraInfo(String, Object) - Constructor for class com.jivesoftware.base.stats.Report.ExtraInfo
 
REPORT_LOCATION - Static variable in class com.jivesoftware.forum.stats.ReportViewerServlet
 
REPORT_URL_PROP - Static variable in class com.jivesoftware.forum.stats.ReportViewerServlet
 
reportAbuse(AbuseReport) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Creates an abuse report entry in the database and marks the message for moderation
reportAbuse(AbuseReport) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
ReportManager - Interface in com.jivesoftware.base.stats
Main report manager inferface.
ReportTemplate - Interface in com.jivesoftware.base.stats
 
ReportViewerServlet - Class in com.jivesoftware.forum.stats
A simple servlet to print out the list of archived reports.
ReportViewerServlet() - Constructor for class com.jivesoftware.forum.stats.ReportViewerServlet
 
req - Variable in class com.jivesoftware.base.tags.JiveModels
 
request - Variable in class com.jivesoftware.base.action.JiveActionSupport
 
request - Variable in class com.jivesoftware.base.action.rss.RSSActionSupport
 
request - Variable in class com.jivesoftware.webchat.actions.WebBean
 
REQUEST_TOO_LARGE - Static variable in class com.jivesoftware.forum.action.PostAction
 
res - Variable in class com.jivesoftware.base.tags.JiveModels
 
reset() - Method in class com.jivesoftware.base.action.multipart.UploadListener
 
reset() - Method in class com.jivesoftware.base.database.sequence.DatabaseSequenceProvider
 
reset() - Method in class com.jivesoftware.base.database.sequence.DefaultSequenceProvider
 
reset() - Method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
reset() - Method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
reset() - Static method in class com.jivesoftware.base.database.sequence.SequenceManager
Used only internally by Jive for imports.
reset() - Method in interface com.jivesoftware.base.database.sequence.SequenceProvider
 
reset() - Method in interface com.jivesoftware.base.log.RotateStrategy
reset cumulative rotation history data.
reset() - Method in class com.jivesoftware.base.log.RotateStrategyBySize
reset log size written so far.
reset() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
reset() - Static method in class com.jivesoftware.forum.database.DbForumCategory
 
reset() - Method in class com.jivesoftware.util.search.PorterStemmer
reset() resets the stemmer so it can stem another word.
resetBuffer() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
ResetHTMLFilterValuesUpgradeTask - Class in com.jivesoftware.forum.upgrade.tasks
 
ResetHTMLFilterValuesUpgradeTask() - Constructor for class com.jivesoftware.forum.upgrade.tasks.ResetHTMLFilterValuesUpgradeTask
 
ResetPassword - Class in com.jivesoftware.forum.action
This class is an Action which encapsulates all the logic needed for the reset password functionality.
ResetPassword() - Constructor for class com.jivesoftware.forum.action.ResetPassword
 
resetStatistics() - Static method in class com.jivesoftware.base.database.ProfiledConnection
Reset all statistics.
resetStatistics() - Static method in class com.jivesoftware.util.profile.Profiler
 
resetUserPassword(long, String, String) - Static method in class com.jivesoftware.forum.util.SkinUtils
This method is used in conjunction with the emailResetPasswordInstructions method to reset a user's password.
resizeImage(float, float, BufferedImage) - Static method in class com.jivesoftware.forum.util.AvatarImageUtils
Scales a buffered image.
resizeTree() - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
resolveAbuseReport(long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
resolveAbuseReport(long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
resolveAbuseReport(AbuseReport) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Resolves an abuse report
resolveAbuseReport(AbuseReport) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
resolveAbuseReports(ForumMessage) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
REsolves all abuse reports for a particular message
resolveAbuseReports(ForumMessage) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
resolveAbuseReportsByMessage(long) - Method in interface com.jivesoftware.forum.abuse.AbuseDAO
 
resolveAbuseReportsByMessage(long) - Method in class com.jivesoftware.forum.abuse.AbuseDAOImpl
 
resolveParentage(List) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Resolve parentage of messages.
ResourceLoaderServlet - Class in com.jivesoftware.base.action.util
Loads resources from the classpath.
ResourceLoaderServlet() - Constructor for class com.jivesoftware.base.action.util.ResourceLoaderServlet
 
response - Variable in class com.jivesoftware.base.action.JiveActionSupport
 
response - Variable in class com.jivesoftware.base.action.rss.RSSActionSupport
 
RESPONSE - Static variable in class com.jivesoftware.forum.nntp.HelpResponse
The standard help response.
response - Variable in exception com.jivesoftware.forum.nntp.NNTPException
The static response that this exception will use.
RESPONSE - Static variable in exception com.jivesoftware.forum.nntp.NoPermissionException
The response for the exception.
RESPONSE - Static variable in class com.jivesoftware.forum.nntp.OverviewFormatResponse
The static response for all XOVER responses.
RESPONSE - Static variable in exception com.jivesoftware.forum.nntp.SyntaxException
A static copy of the syntax exception.
response - Variable in class com.jivesoftware.webchat.actions.WebBean
 
RESPONSE_COMPRESSED_BYTES - Static variable in class com.jivesoftware.base.util.compression.StatsField
 
RESPONSE_INPUT_BYTES - Static variable in class com.jivesoftware.base.util.compression.StatsField
 
restart() - Method in interface com.jivesoftware.base.database.ConnectionProvider
This method should be called whenever properties have been changed so that the changes will take effect.
restart() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
restart() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
restart() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
restart() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
restart() - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Restarts the task engine service.
restart() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Stops, then starts email monitoring task.
restart() - Method in class com.jivesoftware.forum.nntp.NNTPServer
Restart the NNTP server, if it's currently running.
restart() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
restart() - Static method in class com.jivesoftware.util.TaskEngine
Restarts the task engine service.
restartPlugin(Plugin) - Method in class com.jivesoftware.base.plugin.PluginManager
Restarts the specified plugin.
result - Variable in class com.jivesoftware.util.search.Among
 
RESULT_OPTIONS - Static variable in class com.jivesoftware.forum.action.SearchAction
 
ResultFilter - Class in com.jivesoftware.forum
Filters and sorts lists of threads and messages.
ResultFilter() - Constructor for class com.jivesoftware.forum.ResultFilter
 
ResultFilter - Class in com.jivesoftware.forum.webservices
Filters and sorts lists of threads and messages.
ResultFilter() - Constructor for class com.jivesoftware.forum.webservices.ResultFilter
 
resumeEncoding() - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Resumes encoding of the stream.
resumeEncoding() - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
retainAll(Collection) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
retrieveFromSession() - Method in class com.jivesoftware.forum.action.OldPostAction
Retrieves relevant message data from the session.
retrieveFromSession() - Method in class com.jivesoftware.forum.action.PostAction
Retrieves relevant message data from the session.
retrieveLinks(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
retrieveMessages(Store, Folder, Date) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Retrieve messages from a JavaMail folder and calls methods to import them into a forum.
reverseActiveAvatarCache - Static variable in class com.jivesoftware.forum.AvatarManagerFactory
 
ReverseComparator - Class in com.jivesoftware.base.stats
Take a comparator and produces one that returns the opposite results.
ReverseComparator(Comparator) - Constructor for class com.jivesoftware.base.stats.ReverseComparator
Creates new ReverseComparator
reverseListIterator(ListIterator) - Static method in class com.jivesoftware.webchat.util.ModelUtil
Creates an Iterator that is the reverse of a ListIterator.
RevolvingFileStrategy - Class in com.jivesoftware.base.log
strategy for naming log files based on appending revolving suffix.
RevolvingFileStrategy(String, int) - Constructor for class com.jivesoftware.base.log.RevolvingFileStrategy
 
rewardCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for reward data.
RewardException - Exception in com.jivesoftware.forum
Thrown when an error occurs during a failed operation in the RewardManager.
RewardException() - Constructor for exception com.jivesoftware.forum.RewardException
 
RewardException(String) - Constructor for exception com.jivesoftware.forum.RewardException
 
RewardException(Throwable) - Constructor for exception com.jivesoftware.forum.RewardException
 
RewardException(String, Throwable) - Constructor for exception com.jivesoftware.forum.RewardException
 
rewardManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
rewardManager - Variable in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
RewardManager - Interface in com.jivesoftware.forum
Manages the reward points that users can trade back and forth when answerings questions.
RewardManagerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for RewardManager objects.
RewardManagerProxy(RewardManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.RewardManagerProxy
 
rewardPoints(ForumMessage, int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
rewardPoints(ForumMessage, int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
rewardPoints(ForumMessage, int) - Method in interface com.jivesoftware.forum.RewardManager
Rewards a message with points from the thread that the message belongs to.
RewardsAction - Class in com.jivesoftware.forum.action
Modes: 1.
RewardsAction() - Constructor for class com.jivesoftware.forum.action.RewardsAction
 
RewardStatusLevelCalculator - Class in com.jivesoftware.forum.database
Provides a status level calculator implementation that ties in with the rewards system.
RewardStatusLevelCalculator() - Constructor for class com.jivesoftware.forum.database.RewardStatusLevelCalculator
 
RewriteStyleTagsRule - Class in com.jivesoftware.forum.renderer.filter.rules
This class will rewrite html style tags such as leading and trailing spaces are moved outside of the tag body.
RewriteStyleTagsRule(FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.RewriteStyleTagsRule
 
rightSiblings - Variable in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
role - Variable in class com.jivesoftware.base.admin.SidebarTag
 
rollback() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
rollback() - Method in interface com.jivesoftware.base.database.Transaction
Rollback the current transaction, this will also close the underlying connection.
RoomInfo - Class in com.jivesoftware.webchat.rooms
 
RoomInfo() - Constructor for class com.jivesoftware.webchat.rooms.RoomInfo
 
RoomUtils - Class in com.jivesoftware.webchat.utils
Utillity class for discovering chat room information.
RoomUtils(XMPPConnection) - Constructor for class com.jivesoftware.webchat.utils.RoomUtils
 
rootItem - Variable in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
 
RootListItem - Class in com.jivesoftware.forum.renderer.filter.wiki.list
Dummy root item for wiki tree structure.
RootListItem() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.list.RootListItem
 
rootMessageID - Variable in class com.jivesoftware.forum.database.DbForumThread
 
ROSTER - Static variable in class com.jivesoftware.base.JiveConstants
 
Roster - Interface in com.jivesoftware.base
A roster is a list of users that the user wishes to know if they are online.
RosterAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for displaying a user's roster.
RosterAction() - Constructor for class com.jivesoftware.forum.action.RosterAction
 
RosterProxy - Class in com.jivesoftware.base
Protection proxy for the Roster interface.
RosterProxy(Roster, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.RosterProxy
 
rotate() - Method in class com.jivesoftware.base.log.RotatingFileHandler
 
rotateDebugLogFile() - Static method in class com.jivesoftware.base.Log
 
rotateErrorLogFile() - Static method in class com.jivesoftware.base.Log
 
rotateInfoLogFile() - Static method in class com.jivesoftware.base.Log
 
RotateStrategy - Interface in com.jivesoftware.base.log
Strategy that checks condition under which file rotation is needed.
RotateStrategyBySize - Class in com.jivesoftware.base.log
Rotation stragety based on size written to log file.
RotateStrategyBySize() - Constructor for class com.jivesoftware.base.log.RotateStrategyBySize
Rotate logs by size.
RotateStrategyBySize(long) - Constructor for class com.jivesoftware.base.log.RotateStrategyBySize
Rotate logs by size.
rotateWarnLogFile() - Static method in class com.jivesoftware.base.Log
 
RotatingFileHandler - Class in com.jivesoftware.base.log
This is a basic Output log target that writes to rotating files.
RotatingFileHandler(Formatter, RotateStrategy, FileStrategy) - Constructor for class com.jivesoftware.base.log.RotatingFileHandler
Construct RotatingFileHandler object.
roundDate(Date, int) - Static method in class com.jivesoftware.base.action.util.DateUtils
Rounds the given date down to the nearest specified second.
roundDate(long, int) - Static method in class com.jivesoftware.base.action.util.DateUtils
Rounds the given date down to the nearest specfied second.
roundDate(Date, int) - Static method in class com.jivesoftware.forum.ResultFilter
 
roundDate(long, int) - Static method in class com.jivesoftware.forum.ResultFilter
 
Row - Class in com.jivesoftware.forum.renderer.filter.wiki.table
 
Row() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
ROW_CLOSE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
ROW_OPEN - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
RSSActionSupport - Class in com.jivesoftware.base.action.rss
A base class for developers to help with RSS actions.
RSSActionSupport() - Constructor for class com.jivesoftware.base.action.rss.RSSActionSupport
 
RSSAnnouncements - Class in com.jivesoftware.forum.action.rss
An RSS action to return a list of announcements from a given forum, category, or the system overall.
RSSAnnouncements() - Constructor for class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
RSSCommunityStats - Class in com.jivesoftware.forum.action.rss
An RSSAction to return basic forum community statistics (number of threads, messages, etc.)
RSSCommunityStats() - Constructor for class com.jivesoftware.forum.action.rss.RSSCommunityStats
 
rssFeedsEnabled() - Static method in class com.jivesoftware.base.action.rss.RSSActionSupport
Returns true if RSS feeds are enabled, false otherwise.
RSSForums - Class in com.jivesoftware.forum.action.rss
An RSS action to return information about a forum given a list of forums, a category, or list of categories.
RSSForums() - Constructor for class com.jivesoftware.forum.action.rss.RSSForums
 
RSSMainAction - Class in com.jivesoftware.forum.action.rss
A simple action which assists with the page which lists all RSS feeds available.
RSSMainAction() - Constructor for class com.jivesoftware.forum.action.rss.RSSMainAction
 
RSSMessages - Class in com.jivesoftware.forum.action.rss
An RSS action to return a list of messages from a given category, forum, or thread.
RSSMessages() - Constructor for class com.jivesoftware.forum.action.rss.RSSMessages
 
RSSPopularForums - Class in com.jivesoftware.forum.action.rss
A simple action to return the list of popular forums in the system.
RSSPopularForums() - Constructor for class com.jivesoftware.forum.action.rss.RSSPopularForums
 
RSSPopularThreads - Class in com.jivesoftware.forum.action.rss
A simple action to return the list of popular threads in a category, forum or the whole system.
RSSPopularThreads() - Constructor for class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
RSSSearch - Class in com.jivesoftware.forum.action.rss
A simple action to return the list of search result messages in a category or the whole system that match a given search query.
RSSSearch() - Constructor for class com.jivesoftware.forum.action.rss.RSSSearch
 
RSSThreads - Class in com.jivesoftware.forum.action.rss
An RSS action to return a list of threads from a given category or forum.
RSSThreads() - Constructor for class com.jivesoftware.forum.action.rss.RSSThreads
 
run() - Method in class com.jivesoftware.base.database.PollDeleteClusterTask
Executes the task
run() - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
Executes the task
run() - Method in class com.jivesoftware.base.database.PollOptionRemoveClusterTask
Executes the task
run() - Method in class com.jivesoftware.base.database.VoteChangeClusterTask
Executes the task
run() - Method in class com.jivesoftware.base.search.task.ServiceInvocation
Invokes the services to be executed in the remote cluster member and updates the current number of services being executed in the remote cluster member.
run() - Method in class com.jivesoftware.base.stats.ReadStatsManager.BytesTask
 
run() - Method in class com.jivesoftware.base.stats.ReadStatsManager.PersistenceTask
Loops through all queued sessions and read stats and saves them to the DB.
run() - Method in class com.jivesoftware.base.stats.ReadStatsManagerClusterTask
 
run() - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemePutTask
 
run() - Method in class com.jivesoftware.base.theme.AbstractThemeManager.ThemeRemoveTask
 
run() - Method in class com.jivesoftware.forum.database.DbArchiveManager.ArchiveTask
 
run() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
run() - Method in class com.jivesoftware.forum.database.DbAttachmentManager.AttachmentSettingsTask
 
run() - Method in class com.jivesoftware.forum.database.DbRating.UpdateAvailableRatingsClusterTask
Executes the task
run() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheUpdateTask
 
run() - Method in class com.jivesoftware.forum.database.EmailWatchUpdateTask
Executes the task by loading a list of watches and sending emails.
run() - Method in class com.jivesoftware.forum.database.ForumCacheWarmupTask
 
run() - Method in class com.jivesoftware.forum.database.PushCategoryTreeClusterTask
Executes the task
run() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheUpdateTask
 
run() - Method in class com.jivesoftware.forum.database.ReloadCategoryTreeClusterTask
Executes the task
run() - Method in class com.jivesoftware.forum.database.SearchClusterTask
Executes the task
run() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
run() - Method in class com.jivesoftware.forum.gateway.GatewayImportTask
 
run() - Method in class com.jivesoftware.forum.gateway.GatewayManagerClusterTask
 
run() - Method in class com.jivesoftware.forum.gateway.NewsgroupFailedImportTask
 
run() - Method in class com.jivesoftware.forum.net.spi.BlockingReadConnectionThread
Continuously select and run connections with new data pending.
run() - Method in class com.jivesoftware.forum.util.ClearCacheRunnable
 
run() - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
run() - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
Executes the task
run() - Method in class com.jivesoftware.util.AbstractPollableRunnable
A simple implementation of the Runnable.run() method which sets this task's running status to true then calls the abstract method AbstractPollableRunnable.doRun().
run() - Method in class com.jivesoftware.util.CancellableRunnable
 
run() - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
run() - Method in class com.jivesoftware.util.CronTask
 
runArchiver() - Method in interface com.jivesoftware.forum.ArchiveManager
Manually runs the archiving process.
runArchiver() - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
runArchiver() - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
RUSSIAN_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The russian analyzer provides for stemming of words to allow for flexibility in searching when most content is in Russian.
RussianStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
RussianStemmer() - Constructor for class com.jivesoftware.util.search.RussianStemmer
 
RussianStemmingAnalyzer - Class in com.jivesoftware.util.search
An Russian analyzer for Lucene based upon the standard analyzer that supports stemming of russian words.
RussianStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.RussianStemmingAnalyzer
Builds an analyzer.
RussianStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.RussianStemmingAnalyzer
Builds an analyzer with the given stop words.

S

s - Variable in class com.jivesoftware.util.search.Among
 
s_size - Variable in class com.jivesoftware.util.search.Among
 
SALESFORCE_CONTACT_ID - Static variable in class com.jivesoftware.util.sf.SalesForceUtil
 
SALESFORCE_LEAD_ID - Static variable in class com.jivesoftware.util.sf.SalesForceUtil
 
SALESFORCE_PASSWORD - Static variable in class com.jivesoftware.util.sf.SalesForceUtil
 
SALESFORCE_USERNAME - Static variable in class com.jivesoftware.util.sf.SalesForceUtil
 
SalesForceUtil - Class in com.jivesoftware.util.sf
Utility classes for easing development with sf.com's web services.
SalesForceUtil() - Constructor for class com.jivesoftware.util.sf.SalesForceUtil
 
save() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
save() - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
save() - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderManager
 
save() - Method in interface com.jivesoftware.forum.renderer.RenderManager
Saves all filters to the persistent store.
saveAnnouncement() - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
saveAnnouncement() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
saveCacheSettings() - Static method in class com.jivesoftware.util.CacheFactory
Saves current cache settings to local properties.
saveCronTask(CronTask) - Method in class com.jivesoftware.util.CronTaskManager
Persist the CronTask configuration.
saveDraft(DraftImpl, HttpServletRequest) - Method in class com.jivesoftware.forum.action.DraftAction
 
saveInterceptors() - Method in class com.jivesoftware.forum.database.DbInterceptorManager
 
saveInterceptors() - Method in interface com.jivesoftware.forum.InterceptorManager
Saves all interceptors to the persistent store.
saveInterceptors() - Method in class com.jivesoftware.forum.proxy.InterceptorManagerProxy
 
saveMessageAsDraft(PrivateMessage) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
saveMessageAsDraft(PrivateMessage) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Saves a message as a draft by storing it in the sender's Drafts folder.
saveMessageAsDraft(PrivateMessage) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
saveMessageAsDraft(PrivateMessage) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Saves a message as a draft by storing it in the sender's Drafts folder.
saveMessageAsDraft(PrivateMessage) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Saves a message as a draft by storing it in the sender's Drafts folder.
saveObjectToFile(long, String, File) - Static method in class com.jivesoftware.base.util.AttachmentUtils
Saves the data from the database to the file system for the given object ID and SQL statement.
saveProperty(String, String) - Method in class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 
saveProperty(String, String) - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Saves a name/value pair as a Jive System Property.
saveReadStatSession(ReadStatSession) - Method in class com.jivesoftware.base.stats.ReadStatsManager
Saves (updates) the given session.
saveReports() - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
saveReports() - Method in interface com.jivesoftware.base.stats.ReportManager
Saves the report state.
saveSettings(User, WatchSettings) - Method in class com.jivesoftware.forum.proxy.WatchSettingsManagerProxy
 
saveSettings(User, WatchSettings) - Method in interface com.jivesoftware.forum.watches.WatchSettingsManager
Save the watch settings for a user
saveSettings(User, WatchSettings) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
saveToDb() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
Saves private message data to the database.
scheduleTask(Runnable, Date) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Schedules a task to be run once after a specified delay.
scheduleTask(int, Runnable, Date) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Schedules a task to be run once after a specified delay.
scheduleTask(Runnable, long, long) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Schedules a task to periodically run.
scheduleTask(int, Runnable, long, long) - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Schedules a task to periodically run.
scheduleTask(Runnable, Date) - Static method in class com.jivesoftware.util.TaskEngine
Schedules a task to be run once after a specified delay.
scheduleTask(int, Runnable, Date) - Static method in class com.jivesoftware.util.TaskEngine
Schedules a task to be run once after a specified delay.
scheduleTask(Runnable, long, long) - Static method in class com.jivesoftware.util.TaskEngine
Schedules a task to periodically run.
scheduleTask(int, Runnable, long, long, boolean) - Static method in class com.jivesoftware.util.TaskEngine
Schedules a task to periodically run.
SCOPE_APPLICATION - Static variable in class com.jivesoftware.base.admin.TaskTag
 
SCOPE_PAGE - Static variable in class com.jivesoftware.base.admin.TaskTag
 
SCOPE_REQUEST - Static variable in class com.jivesoftware.base.admin.TaskTag
 
SCOPE_SESSION - Static variable in class com.jivesoftware.base.admin.TaskTag
 
scrollResultSet(ResultSet, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Scrolls forward in a result set to the specified row number.
SEARCH - Static variable in class com.jivesoftware.base.JiveConstants
 
search(ProfileSearchQuery) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Returns the hits that correspond to the search query.
search(ProfileSearchQuery) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
SearchAction - Class in com.jivesoftware.forum.action
An Action to encapsulate all the logic of searching forum content.
SearchAction() - Constructor for class com.jivesoftware.forum.action.SearchAction
 
SearchClusterTask - Class in com.jivesoftware.forum.database
Coherence cluster task that updates search indexes across cluster members.
SearchClusterTask() - Constructor for class com.jivesoftware.forum.database.SearchClusterTask
 
searcherAnalyzer - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The analyzer governs how words are tokenized.
searcherAnalyzer - Static variable in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
The analyzer governs how words are tokenized.
searcherLock - Static variable in class com.jivesoftware.forum.database.DbSearchManager
Lock object used for controlling searches while modifying the index
searcherLock - Static variable in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
SearchFailedReport - Class in com.jivesoftware.forum.stats.report
A report to show the number of search queries over a given time period.
SearchFailedReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchFailedReport
 
SearchFailedReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchFailedReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchFailedReportBeanInfo
 
searchForUserIds(String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
An auxilary method used to perform LDAP queries based on a provided LDAP search filter.
searchForUserIds(String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
An auxilary method used to perform LDAP queries based on a provided LDAP search filter.
searchForUsers(String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
Returns a list of the usernames related to an LDAP search.
searchForUsers(String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchManager
Returns a list of the usernames related to an LDAP search.
SearchIndexEvent - Class in com.jivesoftware.forum.event
A class for search index events.
SearchIndexEvent(int, Map) - Constructor for class com.jivesoftware.forum.event.SearchIndexEvent
 
SearchIndexEventDispatcher - Class in com.jivesoftware.forum.event
Implementation of the JiveEventDispatcher for SearchIndexEvent dispatching.
SearchIndexListener - Interface in com.jivesoftware.forum.event
A SearchIndexListener gets notified anytime an search index event is fired.
SearchIndexListenerAdapter - Class in com.jivesoftware.forum.event
Adapter class for the SearchIndexListener interface.
SearchIndexListenerAdapter() - Constructor for class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
SearchManager - Interface in com.jivesoftware.forum
Manages the search feature of Jive Forums by defining properties of the search indexer.
SearchProfile - Class in com.jivesoftware.profiles.action
An action responsible for searching, sorting, and displaying expert users.
SearchProfile() - Constructor for class com.jivesoftware.profiles.action.SearchProfile
 
SearchQueryDayOfWeekReport - Class in com.jivesoftware.forum.stats.report
A report to show search queries by day of week over a given time period.
SearchQueryDayOfWeekReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReport
 
SearchQueryDayOfWeekReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchQueryDayOfWeekReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryDayOfWeekReportBeanInfo
 
SearchQueryHourOfDayReport - Class in com.jivesoftware.forum.stats.report
A report to show search queries by hour of the day over a given time period.
SearchQueryHourOfDayReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReport
 
SearchQueryHourOfDayReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchQueryHourOfDayReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryHourOfDayReportBeanInfo
 
SearchQueryReport - Class in com.jivesoftware.forum.stats.report
A report to show the number of search queries over a given time period.
SearchQueryReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryReport
 
SearchQueryReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchQueryReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchQueryReportBeanInfo
 
SearchQuerySearchTimeFreqReport - Class in com.jivesoftware.forum.stats.report
A report to show search queries search time over a given time period.
SearchQuerySearchTimeFreqReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReport
 
SearchQuerySearchTimeFreqReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchQuerySearchTimeFreqReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeFreqReportBeanInfo
 
SearchQuerySearchTimeReport - Class in com.jivesoftware.forum.stats.report
A report to show the number of search queries over a given time period.
SearchQuerySearchTimeReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReport
 
SearchQuerySearchTimeReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchQuerySearchTimeReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchQuerySearchTimeReportBeanInfo
 
SearchServiceManager - Class in com.jivesoftware.base.search
A SearchServiceManager is responsible for requesting remote JVMs that are offering specific services to run any requested task.
SearchServiceManager() - Constructor for class com.jivesoftware.base.search.SearchServiceManager
 
SearchSuccessReport - Class in com.jivesoftware.forum.stats.report
A report to show the number of search queries over a given time period.
SearchSuccessReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchSuccessReport
 
SearchSuccessReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchSuccessReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchSuccessReportBeanInfo
 
SearchTopClickThroughReport - Class in com.jivesoftware.forum.stats.report
A report to show the top search terms.
SearchTopClickThroughReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchTopClickThroughReport
 
SearchTopClickThroughReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchTopClickThroughReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchTopClickThroughReportBeanInfo
 
SearchTopQueryTermsReport - Class in com.jivesoftware.forum.stats.report
A report to show the top search terms.
SearchTopQueryTermsReport() - Constructor for class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReport
 
SearchTopQueryTermsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
 
SearchTopQueryTermsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.SearchTopQueryTermsReportBeanInfo
 
SECOND - Static variable in class com.jivesoftware.base.JiveConstants
One second (in milliseconds).
SECOND_ELEMENT - Static variable in class com.jivesoftware.base.stats.BinFormat
 
SELECT - Static variable in class com.jivesoftware.base.database.ProfiledConnection
Constant for SELECT database queries.
SELECT_FORUMID_AND_INDEX_1 - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
SELECT_FORUMID_AND_INDEX_2 - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
SELECT_OLD_ENTRIES - Static variable in class com.jivesoftware.forum.database.DbQueryLogger
 
SELECT_OLD_MESSAGES_IN_FORUM - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
SELECT_OLD_THREADS_IN_FORUM - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
SELECT_RECURSIVE_FORUMID - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
Semaphore - Class in com.jivesoftware.util
Base class for counting semaphores.
Semaphore(long) - Constructor for class com.jivesoftware.util.Semaphore
Create a Semaphore with the given initial number of permits.
send(EmailMessage) - Method in class com.jivesoftware.base.EmailManager
Used to send an email message.
send(Connection) - Method in interface com.jivesoftware.forum.nntp.NNTPResponse
Sends the response.
send(Connection) - Method in class com.jivesoftware.forum.nntp.NNTPResponseBuffer
 
send(Connection) - Method in class com.jivesoftware.forum.nntp.StaticNNTPResponse
 
send(List) - Method in class com.jivesoftware.util.SmtpProxy
Send messages.
sendArticle(NNTPResponseBuffer) - Method in interface com.jivesoftware.forum.nntp.Article
Send the entire article.
sendArticle(ArticleCommand) - Method in class com.jivesoftware.forum.nntp.ArticleResponder
Create an ARTICLE command response.
sendArticle(NNTPResponseBuffer) - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Sends the entire article.
sendBody(NNTPResponseBuffer) - Method in interface com.jivesoftware.forum.nntp.Article
Send the body of the article.
sendBody(ArticleCommand) - Method in class com.jivesoftware.forum.nntp.ArticleResponder
Create a BODY command response.
sendBody(NNTPResponseBuffer) - Method in class com.jivesoftware.forum.nntp.spi.FMessageArticleAdapter
Populate the body text.
SENDER_MAILBOX_FULL - Static variable in exception com.jivesoftware.forum.PrivateMessageRejectedException
 
sendHead(ArticleCommand) - Method in class com.jivesoftware.forum.nntp.ArticleResponder
Create a HEAD command response.
sendList(Connection, Iterator, boolean) - Static method in class com.jivesoftware.forum.nntp.NewsGroupListResponse
Obtain a new list of the given groups in the Iterator.
sendListGroup(Connection, Iterator) - Static method in class com.jivesoftware.forum.nntp.NewsGroupListResponse
Create a list response for NEWGROUPS commands.
sendMessage(PrivateMessage, User, boolean) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
sendMessage(PrivateMessage, User, boolean) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Sends a private message to another user.
sendMessage(PrivateMessage, User, boolean) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
sendMessage(PrivateMessage, long, boolean) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Sends a private message to another user.
sendMessage(PrivateMessage, long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PrivateMessageServiceImpl
Sends a private message to another user.
sendMessage(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
Write a new message to the specified room.
sendMessage(String, String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
 
sendMessage() - Method in class com.jivesoftware.webchat.test.LoadTestClient
 
sendNewGroupList(Connection, Iterator) - Static method in class com.jivesoftware.forum.nntp.NewsGroupListResponse
Create a list response for NEWGROUPS commands.
sendRejectionMail(EmailMonitorException) - Method in class com.jivesoftware.forum.mail.EmailMonitor
Sends rejection mail using supplied EmailMonitorException and property string.
sendStat(ArticleCommand) - Method in class com.jivesoftware.forum.nntp.ArticleResponder
Generates a STAT response using the command's article number and located article.
sendStat(long, Article) - Method in class com.jivesoftware.forum.nntp.ArticleResponder
Create a STAT command response.
sendSystemInfo() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Sends the collected set of system information to Jive.
sendWatch(long) - Static method in class com.jivesoftware.forum.database.DbWatchManager
 
sendXOver(ArticlePointer, ArticleFilter, Connection) - Static method in class com.jivesoftware.forum.nntp.XOverResponse
Produce a new XOver response using the given pointer and obeying the given filter.
sentMessage() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
 
SequenceManager - Class in com.jivesoftware.base.database.sequence
 
SequenceProvider - Interface in com.jivesoftware.base.database.sequence
 
series - Variable in class com.jivesoftware.base.stats.AbstractReport
 
ServerExceptionHandler - Class in com.jivesoftware.forum.webservices.server.xfire
Sets an appropriate fault code to every exception that may be thrown.
ServerExceptionHandler() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.ServerExceptionHandler
 
serverSemaphores - Static variable in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.action.util.JSServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.action.util.TinyMCECompressionServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.base.util.MigrationServlet
Handles all incoming Web requests.
service(ServletRequest, ServletResponse) - Method in class com.jivesoftware.forum.util.DataExportServlet
Handles all requests to the servlet.
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.util.JiveServlet
Handles all incoming requests.
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.webchat.servlets.AuthServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.webchat.test.LoadTestServlet
 
ServiceCleanupHandler - Class in com.jivesoftware.forum.webservices.server.xfire
Outbound handler that is used to clean up resources (mostly thread locals).
ServiceCleanupHandler() - Constructor for class com.jivesoftware.forum.webservices.server.xfire.ServiceCleanupHandler
 
serviceForName(String) - Static method in class com.jivesoftware.forum.im.IMService
Returns an IMService instance for the supplied service name.
ServiceInvocation - Class in com.jivesoftware.base.search.task
A ServiceInvocation is responsible for executing a service in a cluster service member.
ServiceInvocation() - Constructor for class com.jivesoftware.base.search.task.ServiceInvocation
 
ServiceLocator - Class in com.jivesoftware.forum.webservices
Entry point to the jive java soap webservices api.
ServiceLocator(String, String, String) - Constructor for class com.jivesoftware.forum.webservices.ServiceLocator
Create a new service locator.
ServiceLocator(String, String, String, String, String) - Constructor for class com.jivesoftware.forum.webservices.ServiceLocator
 
ServiceLocator(String) - Constructor for class com.jivesoftware.forum.webservices.ServiceLocator
Creates a new anonymous Service Locator.
SERVICES_MANAGER - Static variable in class com.jivesoftware.base.search.RemoteServicesManager
Holds the current services manager to be used by the service cluster member to effectively execute and provide remote services.
ServletDispatcherResult - Class in com.jivesoftware.base.util.webwork
Special proxy result that tries to make JRun work.
ServletDispatcherResult() - Constructor for class com.jivesoftware.base.util.webwork.ServletDispatcherResult
 
ServletUtils - Class in com.jivesoftware.util
Utility class for working with servlet container objects, such as HttpServletRequest and HttpServletResponse.
session - Variable in class com.jivesoftware.forum.gateway.NewsgroupExporter
 
session - Variable in class com.jivesoftware.forum.gateway.NewsgroupImporter.NNTPImporter
 
Session - Class in com.jivesoftware.forum.nntp
Represents a client-server NNTP session.
Session(SessionManager, Connection) - Constructor for class com.jivesoftware.forum.nntp.Session
Create a session that owns the given connection.
session - Variable in class com.jivesoftware.webchat.actions.WebBean
 
SESSION_AUTHORIZATION - Static variable in class com.jivesoftware.base.AuthFactory
Name of the key in a user's session that AuthToken tokens are customarily stored at.
SESSION_HISTORY - Static variable in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Jive Session key for storing object history
SESSION_KEY - Static variable in class com.jivesoftware.base.admin.JiveAdminRole
 
SESSION_MESSAGE_KEY - Static variable in class com.jivesoftware.forum.action.PostAction
 
SESSION_PRESENCE - Static variable in class com.jivesoftware.base.PresenceListener
Constant for precense token in a user's session.
SESSION_REFERRER_KEY - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
SessionAlreadyExistsException - Exception in com.jivesoftware.forum.nntp
Thrown if an operation a session already exists but shouldn't.
SessionAlreadyExistsException() - Constructor for exception com.jivesoftware.forum.nntp.SessionAlreadyExistsException
 
sessionCreated(HttpSessionEvent) - Method in class com.jivesoftware.base.PresenceListener
 
sessionCreated(HttpSessionEvent) - Method in class com.jivesoftware.webchat.ChatSessionListener
 
sessionCreated(HttpSessionEvent) - Method in class com.jivesoftware.webchat.GroupChatServlet
 
sessionDestroyed(HttpSessionEvent) - Method in class com.jivesoftware.base.PresenceListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.jivesoftware.webchat.ChatSessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class com.jivesoftware.webchat.GroupChatServlet
 
SessionManager - Class in com.jivesoftware.forum.nntp
Manages all NNTP sessions known to the server.
SessionNotFoundException - Exception in com.jivesoftware.forum.nntp
Thrown if an operation required a session that could not be located.
SessionNotFoundException() - Constructor for exception com.jivesoftware.forum.nntp.SessionNotFoundException
 
SessionQuery - Class in com.jivesoftware.forum.database
 
SessionQuery(Query) - Constructor for class com.jivesoftware.forum.database.SessionQuery
 
sessions - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
set(long, boolean) - Method in class com.jivesoftware.base.Permissions
Sets the permissions given by a bit mask to true or false.
set(int, Object) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
setAbuseThreshold(int) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Sets the number of abuse reports needed to automatically hide a message.
setAbuseThreshold(int) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
setAbuseType(AbuseType) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setAbuseType(int) - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
setAccessType(String) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setActionErrors(Collection) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setActionMessages(Collection) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setActions(List) - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
setActionUri(String) - Method in class com.jivesoftware.base.action.util.JiveActionMapping
 
setActiveAvatar(User, Avatar) - Method in interface com.jivesoftware.forum.AvatarManager
Used to make a user use a global avatar, to set no active avatar pass null for the avatar value.
setActiveAvatar(User, Avatar) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setActiveAvatar(User, Avatar) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setActiveDate(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the date as a parseable String format of when the poll should become active.
setActiveDate(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setActiveMode(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the active mode - can be either PollPostAction.ACTIVE_NOW or PollPostAction.ACTIVE_LATER.
setActiveMode(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setActivityTime(String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
 
setActivityTime() - Method in class com.jivesoftware.webchat.user.UserSession
 
setAdd(boolean) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setAdd(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
setAddComment(boolean) - Method in class com.jivesoftware.forum.action.EditAction
 
setAddComment(boolean) - Method in class com.jivesoftware.forum.action.OldEditAction
 
setAddCronTask(CronTask) - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
setAddFilter(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setAddress(InetAddress) - Method in class com.jivesoftware.forum.net.AcceptPort
Sets the inet address that will be used.
setAdmin(User) - Method in class com.jivesoftware.base.ban.Ban
 
setAdmin(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
True if the user performing the search is a system administrator, false otherwise.
setAdminDN(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the starting admin DN that searches for admins will performed with.
setAdminEmail(String) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setAdminID(long) - Method in class com.jivesoftware.base.ban.BanFilter
 
setAdministrator(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setAdminPassword(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the admin password for the LDAP server we're connecting to.
setAdvanced(boolean) - Method in class com.jivesoftware.forum.action.SearchAction
 
setAfterDate(Date) - Method in class com.jivesoftware.forum.database.DbQuery
 
setAfterDate(Date) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
setAfterDate(Date) - Method in interface com.jivesoftware.forum.Query
Sets the earliest date for search results.
setAfterDate(Date) - Method in class com.jivesoftware.forum.webservices.Query
Sets the earliest date for search results.
setAgree(Boolean) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setAimID(String) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setAIMPresenceEnabled(boolean) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setAllow(String) - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Sets the allow parameter.
setAllowAllByDefault(boolean) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setAllowAllByDefault(boolean) - Method in interface com.jivesoftware.forum.AttachmentManager
Sets the default allowed content types mode.
setAllowAllByDefault(boolean) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setAllowAllByDefault(boolean) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setAllowAllByDefault(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the default allowed content types mode.
setAllowAllByDefault(boolean) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setAllowedReferers(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
setAllowedReferers(String) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
setAllowedSchemesStr(String) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setAllowedTagsStr(String) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setAllowExportAgain(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
By default this gateway refuses to re-export a message which has previously been exported or imported or which was automatically created for threading purposes by an import gateway.
setAllowExportAgain(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
By default this gateway refuses to re-export a message which has previously been exported or imported or which was automatically created for threading purposes by an import gateway.
setAllowImageResize(boolean) - Method in interface com.jivesoftware.forum.AvatarManager
Used to set whether the system should attempt to resize images
setAllowImageResize(boolean) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setAllowImageResize(boolean) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setAllowModerator(boolean) - Method in class com.jivesoftware.forum.action.AdminSecurityInterceptor
 
setAllowRelativeLinks(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setAllowSymbols(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setAllTagsRequired(boolean) - Method in class com.jivesoftware.forum.ResultFilter
Sets whether or not the content must be tagged with every tag contained in getTags().
setAlternateBaseDN(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the alternate starting DN that searches for users will performed with.
setAlwaysModeratedGroups(String) - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
setAlwaysModeratedUsers(String) - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
setAlwaysWatchNewTopics(boolean) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setAlwaysWatchReplies(boolean) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setAnalyzer(String) - Static method in class com.jivesoftware.forum.database.DbSearchManager
Sets the Lucene analyzer class that is used for indexing.
setAnchor(String) - Method in class com.jivesoftware.base.tags.Paginator
 
setAnchor(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setAnchorText(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setAnnID(long) - Method in class com.jivesoftware.forum.action.AnnounceAction
Sets the ID of the announcement to load.
setAnnID(long) - Method in class com.jivesoftware.forum.action.AnnounceEditAction
 
setAnonymous(boolean) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets whether or not this message was created anonymously.
setAnonymousReadAllowed(boolean) - Method in class com.jivesoftware.forum.nntp.SessionManager
Sets whether the server requires logins before any other commands are allowed.
setAnonymousUsername(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the string to use when identifying an author that doesn't have any viewable user information.
setAnonymousXMPPConnectionEnabled(boolean) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setAnsQuestion(Boolean) - Method in class com.jivesoftware.forum.action.AttachAction
 
setAnsQuestion(Boolean) - Method in class com.jivesoftware.forum.action.SpellAction
 
setApplyTableSurround(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setApplyTableSurround(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
setArchiveDays(Forum, int) - Method in interface com.jivesoftware.forum.ArchiveManager
Sets the number of days that threads in forum must be inactive before being archived.
setArchiveDays(Forum, int) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setArchiveDays(Forum, int) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setArchiveForum(Forum, Forum) - Method in interface com.jivesoftware.forum.ArchiveManager
Sets the "archive forum" for the specified forum.
setArchiveForum(Forum, Forum) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setArchiveForum(Forum, Forum) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setArchiveMode(Forum, int) - Method in interface com.jivesoftware.forum.ArchiveManager
Returns the archive mode for the forum.
setArchiveMode(Forum, int) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setArchiveMode(Forum, int) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setArchivingEnabled(Forum, boolean) - Method in interface com.jivesoftware.forum.ArchiveManager
Enables or disables archiving for the specified forum.
setArchivingEnabled(Forum, boolean) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setArchivingEnabled(Forum, boolean) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setAssignPoints(String) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setAssignPoints(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the number of points to assign for answering the question.
setAssumeTrue(String) - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Sets the assumeTrue attribute.
setAttachFile(File[]) - Method in class com.jivesoftware.forum.action.AttachAction
 
setAttachFile(File[]) - Method in class com.jivesoftware.forum.action.PostAction
Sets an array of File objects corresponding to uploaded files
setAttachFileContentType(String[]) - Method in class com.jivesoftware.forum.action.PostAction
Sets an srray of content types corresponding to the array of uploaded files
setAttachFileFileName(String[]) - Method in class com.jivesoftware.forum.action.PostAction
Sets an array of file names corresponding to the array of uploaded files
setAttachID(long) - Method in class com.jivesoftware.forum.action.AttachAction
 
setAttachmentCount(int) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setAttachmentCount(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the number of attachments this message has.
setAttachmentID(long) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setAttachmentName(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setAttachmentsAllowed(boolean) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Enables the server to send/receive attachments from clients.
setAttachmentSearchEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setAttachmentSearchEnabled(boolean) - Method in interface com.jivesoftware.forum.SearchManager
Enables or disables the attachment search feature.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Toggles attachments on or off.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set whether attachments are enabled or not.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Toggles attachments on or off.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets whether this gateway allows the export of attachments or not.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets whether this gateway allows the import of attachments or not.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Toggles attachments on or off.
setAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
 
setAtToken(String) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
setAuthor(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setAuthToken(AuthToken) - Method in interface com.jivesoftware.base.action.AuthTokenAware
 
setAuthToken(AuthToken) - Method in class com.jivesoftware.base.action.JiveActionSupport
 
setAuthToken(AuthToken) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
 
setAuthToken(AuthToken) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets the AuthToken of the user to act as.
setAuthToken(AuthToken) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setAuthToken(AuthToken) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
Used to set the authtoken on a thread local variable.
setAutoArchiveEnabled(boolean) - Method in interface com.jivesoftware.forum.ArchiveManager
Enables or disables auto-archiving.
setAutoArchiveEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setAutoArchiveEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setAutoArchiveInterval(int) - Method in interface com.jivesoftware.forum.ArchiveManager
Sets the inverval between auto archive executions (in hours).
setAutoArchiveInterval(int) - Method in class com.jivesoftware.forum.database.DbArchiveManager
 
setAutoArchiveInterval(int) - Method in class com.jivesoftware.forum.proxy.ArchiveManagerProxy
 
setAutoIndexEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setAutoIndexEnabled(boolean) - Method in interface com.jivesoftware.forum.SearchManager
Enables or disables auto indexing.
setAutoIndexEnabled(boolean) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Enables or disables auto indexing.
setAutoIndexEnabled(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
setAutoIndexInterval(int) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setAutoIndexInterval(int) - Method in interface com.jivesoftware.forum.SearchManager
Sets the amount of time that indexer should wait between updating the index.
setAutoIndexInterval(int) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Sets the number of minutes that indexer should wait between updating the index.
setAutoIndexInterval(int) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
setAutoLogin(boolean) - Method in class com.jivesoftware.base.action.LoginAction
Sets whether or not the user wants to automatically login.
setAutoLogin(Boolean) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setAutosaveEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
setAutosaveEnabled(boolean) - Method in interface com.jivesoftware.forum.DraftManager
Enables or disables autosave.
setAutosaveEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
setAutosaveInterval(int) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
setAutosaveInterval(int) - Method in interface com.jivesoftware.forum.DraftManager
Sets the amount of time (in seconds) that the browser should wait between updating the draft.
setAutosaveInterval(int) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
setAutoWatchNewTopics(boolean) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
setAutoWatchReplies(boolean) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
setAvatarID(long) - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
setAvatarID(long) - Method in class com.jivesoftware.forum.action.AvatarSetActiveAction
if type == "choose" this id will be used to determine the user's active avatar
setAvatarIDs(List) - Method in class com.jivesoftware.forum.action.AvatarUserDeleteAction
 
setAvatarIDs(List) - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
setAvatarMods(Map) - Method in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
setAvatarsEnabled(boolean) - Method in interface com.jivesoftware.forum.AvatarManager
Used to disable or enable the avatars feature
setAvatarsEnabled(boolean) - Static method in class com.jivesoftware.forum.AvatarManagerFactory
 
setAvatarsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setAvatarsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setAverageTime(long) - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
setBankEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setBankEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setBankEnabled(boolean) - Method in interface com.jivesoftware.forum.RewardManager
Toggles bank points to enabled or disabled.
setBanLevel(int) - Method in class com.jivesoftware.base.ban.Ban
 
setBanLevel(int) - Method in class com.jivesoftware.base.ban.BanFilter
 
setBanList(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Set the list of banned IPs.
setBanList(String) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Sets the list of banned usernames.
setBanned(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setBannedUser(User) - Method in class com.jivesoftware.base.ban.Ban
 
setBannedUserID(long) - Method in class com.jivesoftware.base.ban.BanFilter
 
setBanningEnabled(boolean) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setBanningEnabled(boolean) - Method in interface com.jivesoftware.base.ban.BanManager
Enabled/Disabled Ban feature.
setBanningEnabled(boolean) - Method in class com.jivesoftware.forum.ban.BanManagerImpl
Overridden to provide specific forum functionality of installing the ban message interceptor when banning is set to enabled, and removing the ban message interceptor when banning is set to disabled.
setBanningEnabled(boolean) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setBanType(int) - Method in class com.jivesoftware.base.ban.BanFilter
 
setBaseDN(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the starting DN that searches for users will performed with.
setBasename(String) - Method in class com.jivesoftware.base.tags.I18nTag
Sets the basename to be used when looking up keys in a resource bundle.
setBatchFrequency(int) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
setBatchWatchEmailer(BatchWatchEmailer) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setBean(String) - Method in class com.jivesoftware.base.admin.Sidebar
 
setBean(String) - Method in class com.jivesoftware.base.admin.SidebarTag
 
setBean(String) - Method in class com.jivesoftware.base.admin.Tabs
Sets the name of the request attribute to hold a AdminPageBean instance.
setBean(String) - Method in class com.jivesoftware.base.admin.TabsTag
Sets the name of the request attribute to hold a AdminPageBean instance.
setBeforeDate(Date) - Method in class com.jivesoftware.forum.database.DbQuery
 
setBeforeDate(Date) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
setBeforeDate(Date) - Method in interface com.jivesoftware.forum.Query
Sets the latest date for search results.
setBeforeDate(Date) - Method in class com.jivesoftware.forum.webservices.Query
Sets the latest date for search results.
setBlackList(String) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
Sets the current supported uri schemes as a comma separated string.
setBlackListEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
setBlocked(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setBlockEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Sets the HTML tag that ends a HTML block.
setBlockError(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
setBlockQueryString(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
setBlockStart(String) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Sets the HTML tag that starts a HTML block.
setBody(String) - Method in class com.jivesoftware.base.admin.SubSidebar
 
setBody(boolean) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setBody(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the message body.
setBody(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the message body.
setBody(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setBody(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setBody(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setBody(String) - Method in interface com.jivesoftware.forum.Announcement
Sets the body of this announcement.
setBody(String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
setBody(String) - Method in class com.jivesoftware.forum.database.DbDraft
 
setBody(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setBody(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setBody(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setBody(String) - Method in interface com.jivesoftware.forum.Draft
 
setBody(String) - Method in class com.jivesoftware.forum.DraftImpl
 
setBody(String) - Method in interface com.jivesoftware.forum.ForumMessage
Sets the body of this message.
setBody(String) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setBody(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Sets the body of the message.
setBody(String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
setBody(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setBody(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
setBody(String) - Method in class com.jivesoftware.forum.webservices.Announcement
Sets the body of this announcement.
setBody(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the body of this message.
setBody(String) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setBody(String) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setBodyContent(BodyContent) - Method in class com.jivesoftware.base.tags.ArgTag
 
setBodyContent(BodyContent) - Method in class com.jivesoftware.base.tags.CacheTag
Sets the body content between the start and end tags.
setBracketEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setBracketEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends character blocks.
setBracketEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a bracket.
setBracketEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a bracket.
setBracketStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setBracketStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts character blocks.
setBracketStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a bracket.
setBracketStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a bracket.
setBrandingPrefix(String) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setBrandingString(String) - Method in class com.jivesoftware.webchat.ChatSettings
 
setBrandingTitle(String) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setBrandingTitle(String) - Method in class com.jivesoftware.webchat.ChatSettings
 
setBucket(int) - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
setBullets(char[]) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
setButtonID(long) - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
setBytesRead(long) - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Sets the number of bytes that have been read.
setCachingEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.CacheableService
Setting true to this method will enabled caching, false will disable it and clear current caches.
setCancel(String) - Method in class com.jivesoftware.base.action.LicenseApplyAction
 
setCancel(String) - Method in class com.jivesoftware.forum.action.AnnounceDeleteAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.AnnounceExpireAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.AvatarSetActiveAction
 
setCancel(String) - Method in class com.jivesoftware.forum.action.AvatarSettingsAction
 
setCancel(String) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setCancel(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PollDeleteAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PollExpireAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Sets whether or not the user wants to cancel.
setCancel(String) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
setCancel(String) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
setCancel(String) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setCaseSensitive(boolean) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets case sensitivity for string matching
setCatAdmin(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setCategory(long) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setCategory(long) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setCategory(ForumCategory) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the category to work with.
setCategory(ForumCategory) - Method in class com.jivesoftware.forum.action.ReadAction
Sets the forum to load.
setCategoryCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the number of child categories for this category.
setCategoryDepth(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Sets the category ID.
setCategoryID(long) - Method in class com.jivesoftware.forum.action.PollAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the ID of the category we're posting the poll in.
setCategoryID(long) - Method in class com.jivesoftware.forum.action.PollsViewAction
Sets the ID of the category to load.
setCategoryID(long) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.ReadAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Sets the category id to filter by
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.rss.RSSThreads
 
setCategoryID(long[]) - Method in class com.jivesoftware.forum.action.SearchAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Sets the category ID to use for a list of category leaders.
setCategoryID(long) - Method in class com.jivesoftware.forum.action.TagAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.action.WatchesAction
 
setCategoryID(long) - Method in class com.jivesoftware.forum.webservices.Forum
 
setCategoryIDs(String) - Method in class com.jivesoftware.forum.action.rss.RSSForums
 
setCategoryIndex(ForumCategory, int) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setCategoryIndex(ForumCategory, int) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the display order of a sub-category.
setCategoryIndex(ForumCategory, int) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setChangeLogURL(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setCharacterEncoding(String) - Static method in class com.jivesoftware.base.JiveGlobals
Sets the character set that Jive uses for encoding.
SetCharacterEncodingFilter - Class in com.jivesoftware.util
Set the character encoding to be the one used by Jive.
SetCharacterEncodingFilter() - Constructor for class com.jivesoftware.util.SetCharacterEncodingFilter
 
SetCharacterEncodingFilter - Class in com.jivesoftware.webchat.filter
Sets the character encoding to UTF-8.
SetCharacterEncodingFilter() - Constructor for class com.jivesoftware.webchat.filter.SetCharacterEncodingFilter
 
setCharacterEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setCharacterEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends character blocks.
setCharacterEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a character.
setCharacterEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a character.
setCharacterStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setCharacterStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts character blocks.
setCharacterStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a character.
setCharacterStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a character.
setChatHome(String) - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
setChildCount(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
setClassName(String) - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
setClusteringEnabled(boolean) - Static method in class com.jivesoftware.util.CacheFactory
Sets whether cache clustering should be enabled.
setCodeMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setColumns(String[]) - Method in class com.jivesoftware.base.stats.model.DataTable
Sets the columns as a String array.
setComment(String) - Method in class com.jivesoftware.base.ban.Ban
 
setComment(String) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setComment(String) - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
setComment(String) - Method in class com.jivesoftware.forum.action.EditAction
 
setComment(String) - Method in class com.jivesoftware.forum.action.OldEditAction
 
setComment(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setCommentEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setCommentEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends comment blocks.
setCommentEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a comment block.
setCommentEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a comment block.
setCommentStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setCommentStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts comment blocks.
setCommentStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a comment block.
setCommentStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a comment block.
setCompany(String) - Method in class com.jivesoftware.webchat.License
 
setConfigName(String) - Static method in class com.jivesoftware.base.JiveGlobals
Allows the name of the local config file name to be changed.
setConfirmNewPassword(String) - Method in class com.jivesoftware.forum.action.ChangePasswordAction
 
setConfirmNewPassword(String) - Method in class com.jivesoftware.forum.action.ResetPassword
Sets the new password confirmation.
setConnected(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
setConnectionManager(ConnectionManager) - Method in interface com.jivesoftware.forum.net.Connection
Sets the connection manager this connection belongs to.
setConnectionManager(ConnectionManager) - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
setConnectionProvider(ConnectionProvider) - Static method in class com.jivesoftware.base.database.ConnectionManager
Sets the connection provider.
setConnectionTimeout(double) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the amount of time between connection recycles in days.
setConnectionTimeout(double) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setContainerObjectID(long) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setContainerObjectType(int) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setContainsEmptyTag(boolean) - Method in class com.jivesoftware.forum.renderer.filter.rules.EmptyNodeRemovalRule
 
setContent(String) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setContentEnd(int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setContentLength(int) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
setContentStart(int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setContentType(String) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
setContentType(String) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setContentType(String) - Method in class com.jivesoftware.util.ContentTypeResponseWrapper
Overrides the super class setContentType method to check that a "charset" is always specified as part of the content type.
setContentTypeFromList(String) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setContentTypeList(String) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.AcceptAllRule
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.ListReplaceRule
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagRule
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.StripTagsRule
 
setContext(HTMLProcessorContext) - Method in class com.jivesoftware.forum.renderer.filter.rules.TableReplaceRule
 
setContextParameter(String, Object) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setContextParameter(String, Object) - Method in interface com.jivesoftware.forum.renderer.RenderContext
Set a context parameter.
setCookie(HttpServletRequest, HttpServletResponse, String, String) - Static method in class com.jivesoftware.util.CookieUtils
Stores a value in a cookie.
setCookie(HttpServletRequest, HttpServletResponse, String, String, int) - Static method in class com.jivesoftware.util.CookieUtils
Stores a value in a cookie.
setCopyGlobalFilters(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setCopyToSent(boolean) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setCount(Bin, long) - Method in class com.jivesoftware.base.stats.Histogram
 
setCount(String) - Method in class com.jivesoftware.base.tags.Paginator
 
setCount(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setCount(int) - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
setCount(int) - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
setCountryCode(String) - Method in class com.jivesoftware.forum.webservices.Locale
Sets the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
setCountUsers(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Sets whether or not to include the user count.
setCreationDate(Date) - Method in class com.jivesoftware.base.ban.Ban
 
setCreationDate(Date) - Method in class com.jivesoftware.base.database.DbGroup
 
setCreationDate(Date) - Method in class com.jivesoftware.base.database.DbUser
 
setCreationDate(Date) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setCreationDate(Date) - Method in interface com.jivesoftware.base.Group
Sets the creation date of the group.
setCreationDate(Date) - Method in class com.jivesoftware.base.GroupAdapter
 
setCreationDate(Date) - Method in class com.jivesoftware.base.GroupProxy
 
setCreationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
setCreationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
setCreationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setCreationDate(Date) - Method in class com.jivesoftware.base.MockGroup
 
setCreationDate(Date) - Method in class com.jivesoftware.base.MockUser
 
setCreationDate(Date) - Method in interface com.jivesoftware.base.User
Sets the creation date of the user.
setCreationDate(Date) - Method in class com.jivesoftware.base.UserProxy
 
setCreationDate(Date) - Method in interface com.jivesoftware.forum.ContentTag
Sets the creation date of this tag.
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.DbContentTag
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.DbForum
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumThread
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setCreationDate(Date) - Method in interface com.jivesoftware.forum.Forum
Sets the creation date of the forum.
setCreationDate(Date) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the creation date of the category.
setCreationDate(Date) - Method in interface com.jivesoftware.forum.ForumMessage
Sets the creation date of this message.
setCreationDate(Date) - Method in interface com.jivesoftware.forum.ForumThread
Sets the creation date of this thread.
setCreationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the creation date of the forum.
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the creation date of the category.
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the creation date of this message.
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumThread
Sets the creation date of this thread.
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.Group
Sets the creation date of the group.
setCreationDate(Date) - Method in class com.jivesoftware.forum.webservices.User
Sets the creation date of the user.
setCreationDate(Date) - Method in class com.jivesoftware.webchat.License
 
setCreationDate(String) - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
setCreationDateRangeMax(Date) - Method in class com.jivesoftware.base.ban.BanFilter
 
setCreationDateRangeMax(Date) - Method in class com.jivesoftware.forum.ResultFilter
Sets a date that represents the upper boundry for messages or threads to be selected by the result filter.
setCreationDateRangeMax(Date) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets a date that represents the upper boundry for messages or threads to be selected by the result filter.
setCreationDateRangeMin(Date) - Method in class com.jivesoftware.base.ban.BanFilter
 
setCreationDateRangeMin(Date) - Method in class com.jivesoftware.forum.ResultFilter
Sets the date that represents the lower boundary for messages or threads to be selected by the result filter.
setCreationDateRangeMin(Date) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the date that represents the lower boundary for messages or threads to be selected by the result filter.
setCronExpression(String) - Method in class com.jivesoftware.util.CronTimer
 
setCronTimer(CronTimer) - Method in class com.jivesoftware.util.CronTask
Sets the CronTimer to use to schedule this task.
setCronTimerNoCluster(CronTimer) - Method in class com.jivesoftware.util.CronTask
* This method is only intended to be used internally to Jive by the CronClusterUpdateTask class.
setCrossPostingAllowed(boolean) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Enables or disables cross-posting.
setCss(String) - Method in class com.jivesoftware.base.admin.Sidebar
Sets the CSS used for tab decoration.
setCss(String) - Method in class com.jivesoftware.base.admin.SidebarTag
Sets the CSS used for tab decoration.
setCss(String) - Method in class com.jivesoftware.base.admin.Tabs
Sets the CSS used for tab decoration.
setCss(String) - Method in class com.jivesoftware.base.admin.TabsTag
Sets the CSS used for tab decoration.
setCurrent(String) - Method in class com.jivesoftware.util.search.SnowballProgram
Set the current string.
setCurrentcss(String) - Method in class com.jivesoftware.base.admin.Sidebar
Sets the CSS class value for the currently selected tab.
setCurrentcss(String) - Method in class com.jivesoftware.base.admin.SidebarTag
Sets the CSS class value for the currently selected tab.
setCurrentcss(String) - Method in class com.jivesoftware.base.admin.Tabs
Sets the CSS class value for the currently selected tab.
setCurrentcss(String) - Method in class com.jivesoftware.base.admin.TabsTag
Sets the CSS class value for the currently selected tab.
setCutoffDate(String) - Method in class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
Sets the cutoff date after which content will not be escaped.
setCutOffDateDisabled(boolean) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setDatabaseModeEnabled(boolean) - Method in interface com.jivesoftware.forum.AttachmentManager
Enables or disables storage of binary attachment data in the database.
setDatabaseModeEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setDatabaseModeEnabled(boolean, boolean) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
Enables or disables storage of binary attachment data in the database.
setDatabaseModeEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setDatabaseModeEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Enables or disables storage of binary attachment data in the database.
setDatabaseModeEnabled(boolean) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setDate(Date) - Method in class com.jivesoftware.forum.event.PermissionEvent
 
setDate(Date) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setDate(Date) - Method in class com.jivesoftware.util.DateBean
Sets the internal date.
setDate(long) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setDateField(PreparedStatement, int, Date) - Static method in class com.jivesoftware.base.database.ConnectionManager
Deprecated. User rs.setLong(long)
setDateHeader(String, long) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
setDateRange(DateRange) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setDateRange(DateRange) - Method in interface com.jivesoftware.base.stats.Report
 
setDateRange(String) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setDateRange(String) - Method in class com.jivesoftware.forum.action.SearchAction
 
setDateRange(String) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setDebugEnabled(boolean) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets whether LDAP connection debugging is turned on.
setDebugEnabled(boolean) - Static method in class com.jivesoftware.base.Log
 
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Toggles IMAP transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set whether debug is enabled or not.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Toggles Mbox transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Toggles NNTP transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Toggles NNTP transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Toggles SMTP transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Toggles SMTP transport layer debugging on or off.
setDebugEnabled(boolean) - Method in class com.jivesoftware.util.SmtpProxy
Toggles SMTP transport layer debugging on or off.
setDebugMode(boolean) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets the virus scanner into debug mode.
setDefaultAutoWatchReplies(boolean) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setDefaultAutoWatchTopics(boolean) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setDefaultCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the character set that will be used to decode inbound messages that have no explicit character set defined.
setDefaultCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets the character set that will be used to decode inbound messages that have no explicit character set defined.
setDefaultCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Sets the character set that will be used to decode inbound messages that have no explicit character set defined.
setDefaultCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the character set that will be used to decode inbound messages that have no explicit character set defined.
setDefaultCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the character set that will be used to decode inbound messages that have no explicit character set defined.
setDefaultFromAddress(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Set the from email address for message export to be used in the case of anonymous users and users who hide their information.
setDefaultFromAddress(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Set the from email address for message export.
setDefaultOption(boolean) - Method in class com.jivesoftware.profiles.ProfileFieldOption
Sets whether or not this option is to be selected by default.
setDefaultSubject(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the default subject, which is the subject that will be used if a user does not provide a subject when posting through NNTP.
setDelete(boolean) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setDelete(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
setDeleteAllFilters(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setDeleteAttachIDs(int[]) - Method in class com.jivesoftware.forum.action.AttachAction
 
setDeleteCatWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setDeleteDays(int) - Method in class com.jivesoftware.forum.database.DbWatchManager
 
setDeleteDays(int) - Method in class com.jivesoftware.forum.proxy.WatchManagerProxy
 
setDeleteDays(int) - Method in interface com.jivesoftware.forum.WatchManager
Sets the number of days that a watched object can remain inactive before watches on that object are deleted.
setDeleteDays(int) - Method in class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
setDeleteDays(int) - Method in interface com.jivesoftware.forum.webservices.WatchService
Sets the number of days that a watched object can remain inactive before watches on that object are deleted.
setDeleteEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Toggles the IMAP delete flag.
setDeleteEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets whether data will be deleted from the store after being read.
setDeleteEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Toggles the POP3 delete flag.
setDeleteForumWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setDeleteMode(String) - Method in class com.jivesoftware.forum.action.DeleteAction
 
setDeleteThreadWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setDeleteUserWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setDescription(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setDescription(String) - Method in class com.jivesoftware.base.database.DbGroup
 
setDescription(String) - Method in class com.jivesoftware.base.database.DbPoll
 
setDescription(String) - Method in interface com.jivesoftware.base.Group
Sets the description of the group.
setDescription(String) - Method in class com.jivesoftware.base.GroupAdapter
 
setDescription(String) - Method in class com.jivesoftware.base.GroupProxy
 
setDescription(String) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
setDescription(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
setDescription(String) - Method in class com.jivesoftware.base.MockGroup
 
setDescription(String) - Method in interface com.jivesoftware.base.Poll
Sets the description of the poll.
setDescription(String) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setDescription(String) - Method in interface com.jivesoftware.base.stats.Report
 
setDescription(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the description of the poll.
setDescription(String) - Method in class com.jivesoftware.forum.database.DbForum
 
setDescription(String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setDescription(String) - Method in class com.jivesoftware.forum.database.DbRating
 
setDescription(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setDescription(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setDescription(String) - Method in interface com.jivesoftware.forum.Forum
Sets the description of the forum.
setDescription(String) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the description of the forum category.
setDescription(String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setDescription(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setDescription(String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setDescription(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setDescription(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setDescription(String) - Method in interface com.jivesoftware.forum.StatusLevel
Sets the description of this status level
setDescription(String) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the description of the forum.
setDescription(String) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the description of the forum category.
setDescription(String) - Method in class com.jivesoftware.forum.webservices.Group
Sets the description of the group.
setDescription(String) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setDescription(String) - Method in class com.jivesoftware.profiles.ProfileField
Sets the description of this profile field.
setDisableCutOffDate(boolean) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setDisableCutOffDate(boolean) - Method in interface com.jivesoftware.forum.gateway.Gateway
 
setDisableCutOffDate(boolean) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.CzechAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.DanishStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.DutchStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.GermanStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
 
setDisableStemming(boolean) - Method in interface com.jivesoftware.util.search.JiveAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.RussianStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.StandardSynonymAnalyzer
 
setDisableStemming(boolean) - Method in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.CzechAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.DanishStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.DutchStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.GermanStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in interface com.jivesoftware.util.search.JiveAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.RussianStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.StandardSynonymAnalyzer
 
setDisableSynonyms(boolean) - Method in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
 
setDisallow(String) - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Sets the disallow parameter.
setDisallowedTagsStr(String) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setDisplayName(String) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setDisplayName(String) - Method in interface com.jivesoftware.base.stats.Report
 
setDisplayPerThread(boolean) - Method in class com.jivesoftware.forum.action.SearchAction
 
setDoAdd(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoAddUser(String) - Method in class com.jivesoftware.forum.action.RosterAction
 
setDoAttach(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to add attachments to the message.
setDoAttach(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoAttachFiles(String) - Method in class com.jivesoftware.forum.action.AttachAction
 
setDoCancel(String) - Method in class com.jivesoftware.base.action.LoginAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.BranchAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.DeleteAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.LockThreadAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoCancel(String) - Method in class com.jivesoftware.forum.action.UnlockThreadAction
 
setDoChange(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoChangeAll(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoContinue(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setDocument(Document) - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
setDoDelete(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoDeleteSecond(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoDeleteUser(String) - Method in class com.jivesoftware.forum.action.RosterAction
 
setDoDraft(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoEdit(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoGoBack(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to go back to the main post form.
setDoIgnore(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoIgnoreAll(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoPost(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to post their message.
setDoPost(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoPostNow(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDoPreview(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to preview their message.
setDoPreview(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoQuoteOriq(String) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setDoSpell(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setDoSpellCheck(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to spell check the message.
setDotAll(boolean) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkCompiler
 
setDoTask(boolean) - Method in class com.jivesoftware.util.CancellableRunnable
 
setDotToken(String) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
setDoubleWords(boolean) - Method in class com.jivesoftware.forum.action.SpellAction
 
setDraft(Draft) - Method in class com.jivesoftware.forum.action.OldPostAction
Set the draft associated with this object.
setDraft(Draft) - Method in class com.jivesoftware.forum.action.PollPostAction
Set the draft associated with this object.
setDraft(Draft) - Method in class com.jivesoftware.forum.action.PostAction
Set the draft associated with the message.
setDraft(Draft) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Set the draft associated with this object.
setDraftEnabled(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not drafts are enabled
setDraftEnabled(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Sets whether or not drafts are enabled
setDraftExists(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user has a draft for this forum/thread/message combo.
setDraftExists(boolean) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets whether or not the user has a draft for this forum/thread/message combo.
setDraftExists(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Sets whether or not the user has a draft for this forum/thread/message combo.
setDraftExists(boolean) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Sets whether or not the user has a draft for this forum/thread/message combo.
setDraftID(long[]) - Method in class com.jivesoftware.forum.action.DraftsDeleteAction
 
setDraftID(long) - Method in class com.jivesoftware.forum.database.DbDraft
 
setDraftID(long) - Method in class com.jivesoftware.forum.DraftImpl
 
setDraftType(int) - Method in class com.jivesoftware.forum.database.DbDraft
 
setDraftType(int) - Method in class com.jivesoftware.forum.DraftImpl
 
setDriver(String) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the JDBC driver classname used to make database connections.
setDriver(String) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setEditable(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setEditable(boolean) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setEditable(boolean) - Method in class com.jivesoftware.profiles.ProfileField
Sets whether or not this profile field is editable by the user.
setEditingID(Long) - Method in class com.jivesoftware.forum.database.DbDraft
 
setEditingID(Long) - Method in class com.jivesoftware.forum.DraftImpl
 
setEdition(String) - Method in class com.jivesoftware.base.tags.ProductCheck
The edition name, this is the short edition name (ie ent)
setEdition(String) - Method in class com.jivesoftware.base.tags.ProductCheckTag
 
setEditMode(boolean) - Method in class com.jivesoftware.profiles.action.ViewProfile
 
setEditStamp(String) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setElapsedTime(long) - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Sets the elapsed time since the start of the upload.
setElement(String) - Method in class com.jivesoftware.forum.action.UserPicker
 
setEmail(String) - Method in class com.jivesoftware.base.database.DbUser
 
setEmail(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setEmail(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setEmail(String) - Method in class com.jivesoftware.base.MockUser
 
setEmail(String) - Method in interface com.jivesoftware.base.User
Sets the user's email address.
setEmail(String) - Method in class com.jivesoftware.base.UserProxy
 
setEmail(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the email address of the guest posting the message.
setEmail(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the email address of the guest posting the message.
setEmail(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setEmail(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the user's email address.
setEmail(String) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setEmail(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setEmailAddress(String) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setEmailAddress(String) - Method in interface com.jivesoftware.base.ban.BanManager
Sets the email address that notification emails will appear to be from
setEmailAddress(String) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets the email address that validation emails will appear to be from
setEmailAddress(String) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setEmailAddress(String) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setEmailAddress(String) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the email address that notification emails will appear to be from.
setEmailAddress(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Sets the email address that notification emails will appear to be from.
setEmailAddress(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the email address that notification emails will appear to be from.
setEmailAddress(String) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Sets the email address that moderation email alerts will appear to be from
setEmailAddress(String) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailAddress(String) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setEmailAddress(String) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets the email address that notification emails will appear to be from
setEmailAlertEnabled(boolean) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Enables or disables moderation email alerts.
setEmailAlertEnabled(boolean) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailBody(String, Locale) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setEmailBody(String, Locale) - Method in interface com.jivesoftware.base.ban.BanManager
Text for the body of of notification emails.
setEmailBody(String, Locale) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets the text for the body of of validation emails.
setEmailBody(String, Locale) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setEmailBody(String, Locale) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setEmailBody(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Deprecated. replaced by IPInterceptor.setEmailBody(String, java.util.Locale)
setEmailBody(String, Locale) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Sets the body of the nofication emails.
setEmailBody(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Deprecated. replaced by KeywordInterceptor.setEmailBody(String, java.util.Locale)
setEmailBody(String, Locale) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the body of the nofication emails.
setEmailBody(String, Locale) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setEmailBody(String, Locale) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Text for the body of of notification emails.
setEmailBodyHtml(String, Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
The html body of moderation email alerts.
setEmailBodyHtml(String, Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailBodyTemplate(String) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Deprecated. replaced by UserInterceptor.setEmailBodyTemplate(String, java.util.Locale)
setEmailBodyTemplate(String, Locale) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
setEmailBodyText(String, Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Sets the plain text body of moderation email alerts.
setEmailBodyText(String, Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailEnabled(boolean) - Method in class com.jivesoftware.forum.action.UserSearch
 
setEmailEnabled(boolean) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setEmailField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP field name that the user's email address is stored in.
setEmailList(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Set the list of IPs whose posts generate an email notification.
setEmailName(String) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setEmailName(String) - Method in interface com.jivesoftware.base.ban.BanManager
Sets The name that notification emails will appear to be from
setEmailName(String) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets The name that validation emails will appear to be from
setEmailName(String) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setEmailName(String) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setEmailName(String) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the name that notification emails will appear to be from.
setEmailName(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Sets the name that notification emails will appear to be from.
setEmailName(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the name that notification emails will appear to be from.
setEmailName(String) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Sets The name that moderation email alerts will appear to be from
setEmailName(String) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailName(String) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setEmailName(String) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets The name that notification emails will appear to be from
setEmailNotifyEnabled(boolean) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setEmailNotifyEnabled(boolean) - Method in interface com.jivesoftware.base.ban.BanManager
Sets the list of email addresses to notify when an attachment is blocked
setEmailNotifyEnabled(boolean) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setEmailNotifyList(String) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the list of email addresses that will be notified when keywords are found.
setEmailNotifyList(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Sets the list of email addresses that will be notified when keywords are found.
setEmailNotifyList(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the list of email addresses that will be notified when keywords are found.
setEmailNotifyList(String) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets the list of email addresses to notify when an attachment is blocked
setEmailPrefEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets whether the user's privacy setting on their email address should be obeyed when doing an export.
setEmailPrefEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Toggles whether a user's privacy setting on their email address should be obeyed when doing an export.
setEmailProp(String) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets the name of the Jive property to save emails into if GatewayInterceptor.isStoreEmailAsProp() is true.
setEmailQueryString(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the query string that messages will be matched against in order to send nofication emails.
setEmailSubject(String, Locale) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
setEmailSubject(String, Locale) - Method in interface com.jivesoftware.base.ban.BanManager
Sets the text for the subject of notification emails
setEmailSubject(String, Locale) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets the text for the subject of validation emails
setEmailSubject(String, Locale) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the subject of the nofitication emails.
setEmailSubject(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Deprecated. replaced byh IPInterceptor.setEmailSubject(String, java.util.Locale)
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Sets the subject of the nofitication emails.
setEmailSubject(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Deprecated. replaced by KeywordInterceptor.setEmailSubject(String, java.util.Locale)
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Sets the subject of the nofitication emails.
setEmailSubject(String) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
Deprecated. replaced by UserInterceptor.setEmailSubject(String, java.util.Locale)
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
setEmailSubject(String, Locale) - Method in interface com.jivesoftware.forum.moderation.ModerationManager
Sets the text for the subject of moderation email alerts.
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.moderation.ModerationManagerImpl
 
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setEmailSubject(String, Locale) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets the text for the subject of notification emails
setEmailTemplate(String, String, Locale) - Static method in class com.jivesoftware.base.util.EmailTemplateUtil
This method can be used to override the default source for a template.
setEmailToUserMappingEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets whether email address -> user mapping is enabled, false otherwise.
setEmailToUserMappingEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets whether email address -> user mapping is enabled, false otherwise.
setEmailToUserMappingEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Sets whether email address -> user mapping is enabled, false otherwise.
setEmailToUserMappingEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets whether email address -> user mapping is enabled, false otherwise.
setEmailToUserMappingEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets whether email address -> user mapping is enabled, false otherwise.
setEmailVisible(boolean) - Method in class com.jivesoftware.base.database.DbUser
 
setEmailVisible(boolean) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setEmailVisible(boolean) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setEmailVisible(boolean) - Method in class com.jivesoftware.base.MockUser
 
setEmailVisible(boolean) - Method in interface com.jivesoftware.base.User
Sets whether a user's email is visible to other users.
setEmailVisible(boolean) - Method in class com.jivesoftware.base.UserProxy
 
setEmailVisible(boolean) - Method in class com.jivesoftware.forum.webservices.User
Sets whether a user's email is visible to other users.
setEmailVisible(boolean) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setEmailVisible(boolean) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Determines whether or not user email addresses are visible when performing a user search.
setEmailVisible(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
setEmptyList(boolean) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Set the empty list configuration of this server.
setEmptyListGroupName(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the name of the group to return on empty LIST responses.
setEmptyNewNews(boolean) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Set the empty newnews configuration for this server.
setEmptySubject(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the string to be used in place of an empty subject.
setEmptySubject(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets the string to be used in place of an empty subject.
setEmptySubject(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the string to be used in place of an empty subject.
setEmptySubject(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the string to be used in place of an empty subject.
setEnabled(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
setEnabled(boolean) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
setEnabled(boolean) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Enables or disables the open question monitoring feature for the Category or Forum this instance is associated with.
setEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.AbstractRenderFilter
 
setEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
setEnabled(boolean) - Method in interface com.jivesoftware.forum.renderer.RenderFilter
Sets whether the filter is enabled or disabled.
setEnableThumbs(boolean) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setEnableUserReports(boolean) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
setEnableUserReports(boolean) - Method in interface com.jivesoftware.base.stats.ReportManager
Sets whether or not to enable user reports (admins might wish to disable them if their system is integrated with a 3rd party user system).
setEncBody(String) - Method in class com.jivesoftware.forum.action.AttachAction
 
setEncoding(String) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets the encoding used for writing the XML file.
setEncSubject(String) - Method in class com.jivesoftware.forum.action.AttachAction
 
setEnd(String) - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Sets the ending date of the date range in the format RSSAnnouncements.DEFAULT_DATE_FORMAT.
setEnd(int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setEndDate(Date) - Method in class com.jivesoftware.base.database.DbPoll
 
setEndDate(Date) - Method in interface com.jivesoftware.base.Poll
Sets the date the poll should end.
setEndDate(Date) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setEndDate(Date) - Method in interface com.jivesoftware.forum.Announcement
Sets the date when the announcement should not longer be visible.
setEndDate(Date) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
setEndDate(Date) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
setEndDate(Date) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setEndDate(Date) - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
 
setEndDate(Date) - Method in class com.jivesoftware.forum.webservices.Announcement
Sets the date when the announcement should not longer be visible.
setEndDateRangeMax(Date) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the maximum end date on which results will be filtered.
setEndDateRangeMin(Date) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the minimum end date on which results will be filtered.
setEndOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setEndsDate(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the date as a parseable String format of when the poll should become inactivt (can't be voted in).
setEndsDays(int) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the number of days the poll is active.
setEndsMode(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the end mode - can be either PollPostAction.ENDS_NEVER, PollPostAction.ENDS_RELATIVE or PollPostAction.ENDS_LATER.
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
setEndTag(String) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
setEndToken(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
setError(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setErrorMessage(String) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setErrorMessage(String) - Method in class com.jivesoftware.webchat.chat.group.Information
 
setErrorString(String) - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
setErrorString(String) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setEventType(int) - Method in class com.jivesoftware.forum.event.PermissionEvent
 
setExpirable(boolean) - Method in class com.jivesoftware.forum.database.DbWatch
 
setExpirable(boolean) - Method in interface com.jivesoftware.forum.Watch
Sets whether this watch is expirable or not.
setExpirable(boolean) - Method in class com.jivesoftware.forum.webservices.Watch
Sets whether this watch is expirable or not.
setExpirationDate(Date) - Method in class com.jivesoftware.base.ban.Ban
 
setExpirationDate(Date) - Method in class com.jivesoftware.base.database.DbPoll
 
setExpirationDate(Date) - Method in interface com.jivesoftware.base.Poll
Sets the date the poll should expire.
setExpirationDate(Date) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setExpirationDateRangeMax(Date) - Method in class com.jivesoftware.base.ban.BanFilter
 
setExpirationDateRangeMin(Date) - Method in class com.jivesoftware.base.ban.BanFilter
 
setExpiresDate(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the date as a parseable String format of when the poll should die (become invisible).
setExpiresDate(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setExpiresDate(Date) - Method in class com.jivesoftware.webchat.License
 
setExpiresDays(int) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the number of days the poll is viewable.
setExpiresDays(int) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setExpiresMode(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the expiration mode - can be either PollPostAction.EXPIRES_NEVER, PollPostAction.EXPIRES_RELATIVE or PollPostAction.EXPIRES_LATER.
setExpiresMode(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setExportAnnouncementsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not announcements will be exported.
setExportAttachmentsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not attachments should be exported
setExportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setExportEnabled(boolean) - Method in interface com.jivesoftware.forum.gateway.Gateway
Sets whether this gateway should be exporting message into a forum or not.
setExportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setExportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setExporter(GatewayExporter) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setExportForumsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not forums will be exported.
setExportGroupsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not groups will be exported.
setExportIDsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets if IDs should be exported with each object.
setExportJivePropertiesEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not jive properties should be exported (default is true)
setExportPermsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not permissions will be exported.
setExportPollsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not polls will be exported.
setExportPrivateMessagesEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets where or not private messages should be exported.
setExportProperty(String, String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setExportProperty(String, String) - Method in interface com.jivesoftware.forum.gateway.Gateway
Sets an extended property to be associated with the exporter.
setExportProperty(String, String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setExportUsersEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets whether or not users should be exported.
setExtraParams(String) - Method in class com.jivesoftware.base.admin.AdminPageBean
Sets the string of extra parameters for the URLs.
setFailedMessageCount(long) - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
setFailedMessageCount(long) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
setFailureException(Exception) - Method in class com.jivesoftware.base.event.GroupEvent
Sets the exception that indicates why a listener failed to handle an event.
setFailureException(Exception) - Method in class com.jivesoftware.base.event.UserEvent
Sets the exception that indicates why a listener failed to handle an event.
setFailureException(Exception) - Method in class com.jivesoftware.profiles.ProfileEvent
Sets the exception that indicates why a listener failed to handle an event.
setFeed(String) - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
setFetchSize(ResultSet, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Sets the number of rows that the JDBC driver should buffer at a time.
setField(ProfileField) - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
setField(ProfileField) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setFieldErrors(Map) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setFieldID(long) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setFieldID(long) - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
setFieldID(long) - Method in class com.jivesoftware.profiles.action.admin.MoveProfileFieldDown
 
setFieldID(long) - Method in class com.jivesoftware.profiles.action.admin.MoveProfileFieldUp
 
setFieldID(long) - Method in class com.jivesoftware.profiles.ProfileFieldOption
Sets the id of the ProfileField in which this option belongs.
setFieldID(long) - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
setFieldID(long) - Method in class com.jivesoftware.profiles.UserProfile
Sets the id of the profile field.
setFieldIDs(List) - Method in class com.jivesoftware.profiles.action.admin.DeleteProfileFields
 
setFile(File, boolean) - Method in class com.jivesoftware.base.log.RotatingFileHandler
Set the file for this target.
setFileIndex(int) - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Sets the index of the file currently being uploaded.
setFilename(String) - Method in class com.jivesoftware.base.admin.Tabs
 
setFilename(String) - Method in class com.jivesoftware.base.admin.TabsTag
 
setFilename(String) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets the filename used to export forum data to.
setFilterable(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setFilterable(boolean) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setFilterable(boolean) - Method in class com.jivesoftware.profiles.ProfileField
Sets whether or not this profile field is filterable.
setFilterConfig(FilterConfig) - Method in class com.jivesoftware.base.PresenceFilter
 
setFilterConfig(FilterConfig) - Method in class com.jivesoftware.util.JiveServletFilter
 
setFilterExpiration(long) - Static method in class com.jivesoftware.forum.database.DbContentTag
Sets the time (in milleseconds) that filtered output can be cached before being expired.
setFilterExpiration(long) - Static method in class com.jivesoftware.forum.database.DbForumMessage
Sets the time (in milleseconds) that filtered output can be cached before being expired.
setFilterHTMLEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setFilterHTMLEnabled(boolean) - Method in interface com.jivesoftware.forum.SearchManager
Set whether or not to index and display HTML within messages.
setFilterMethod(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setFilterMethod(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Enables or disables method filtering.
setFilterMethod(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Enables or disables method filtering.
setFilterMethod(boolean) - Method in class com.jivesoftware.util.JavaCodeViewer
Enables or disables method filtering.
setFilterName(String) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setFilterNumber(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setFilterNumber(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Enables or disables number filtering.
setFilterNumber(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Enables or disables number filtering.
setFilterNumber(boolean) - Method in class com.jivesoftware.util.JavaCodeViewer
Enables or disables number filtering.
setFilterOnUserID(long) - Method in class com.jivesoftware.forum.webservices.Query
Restricts the query results to messages posted by a specified user.
setFilters(List) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setFinalLocale(Locale) - Method in class com.jivesoftware.forum.webservices.Forum
 
setFinalLocale(Locale) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setFolder(PrivateMessageFolder) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setFolder(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the name of the root folder to use.
setFolderID(int) - Method in class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.action.MovePrivateMessageAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderDeleteAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
setFolderID(int) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setForceIDLinks(boolean) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
Set to true to force all links to be outputted as ID's
setForceSSL(boolean) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setForm(String) - Method in class com.jivesoftware.forum.action.UserPicker
 
setFormat(String) - Method in class com.jivesoftware.base.log.PatternFormatter
Deprecated. Parse format in via constructor rather than use this method
setFormResult(String) - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
setForum(long) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setForum(long) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setForum(Forum) - Method in class com.jivesoftware.forum.action.ForumAction
Sets the forum to work with.
setForum(Forum) - Method in interface com.jivesoftware.forum.action.ForumAware
Provides the action an instance of Forum
setForum(Forum) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setForum(Forum) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the forum to work with.
setForum(Forum) - Method in class com.jivesoftware.forum.action.PostAction
 
setForum(Forum) - Method in class com.jivesoftware.forum.action.ReadAction
Sets the forum to load.
setForum(Forum) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setForum(DbForum) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setForumAdmin(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setForumCategory(ForumCategory) - Method in interface com.jivesoftware.forum.action.ForumCategoryAware
 
setForumCategory(ForumCategory) - Method in class com.jivesoftware.forum.action.PostAction
 
setForumCategoryID(long) - Method in exception com.jivesoftware.forum.ForumCategoryNotFoundException
Sets the id of the forum category that was not found
setForumCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setForumFactory(ForumFactory) - Method in class com.jivesoftware.forum.action.ForumActionSupport
Sets the forum factory -- useful for developers who subclass this class.
setForumFactory(ForumFactory) - Method in interface com.jivesoftware.forum.action.ForumFactoryAware
Provides the action an instance of ForumFactory
setForumFactory(ForumFactory) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setForumFactory(ForumFactory) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setForumFactory(ForumFactory) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setForumFactory(ForumFactory) - Static method in class com.jivesoftware.forum.webservices.server.WSUtil
For internal testing purposes only!
setForumFactory(ForumFactory) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setForumID(long) - Method in class com.jivesoftware.forum.action.ForumAction
Sets the forum ID.
setForumID(long) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the ID of the forum to use.
setForumID(long) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the ID of the forum we're posting the poll in.
setForumID(long) - Method in class com.jivesoftware.forum.action.PollsViewAction
Sets the ID of the forum to load.
setForumID(long) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setForumID(long) - Method in class com.jivesoftware.forum.action.ReadAction
 
setForumID(long) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
 
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Sets the forum id to filter by
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
 
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setForumID(long) - Method in class com.jivesoftware.forum.action.rss.RSSThreads
 
setForumID(long[]) - Method in class com.jivesoftware.forum.action.SearchAction
 
setForumID(long) - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
Sets the forum ID to use for a list of forum leaders.
setForumID(long) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setForumID(long) - Method in class com.jivesoftware.forum.action.WatchesAction
 
setForumID(long) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setForumID(long) - Method in exception com.jivesoftware.forum.ForumNotFoundException
 
setForumID(long) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setForumID(long) - Method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
setForumID(long) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setForumID(long) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setForumID(long) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the ID of the forum that this message belongs too.
setForumID(long) - Method in class com.jivesoftware.forum.webservices.ForumThread
Called by the ForumThreadService to set the ID of the thread this forum belongs too.
setForumIDs(String) - Method in class com.jivesoftware.forum.action.rss.RSSForums
 
setForumIndex(Forum, int) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setForumIndex(Forum, int) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the index of the forum in the category.
setForumIndex(Forum, int) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setForumIndex(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the forum index of this message.
setForumMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
setForumThreadID(long) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the ID of thread that this message belongs too.
setForward(boolean) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setFrameSize(int) - Method in interface com.jivesoftware.forum.net.Monitor
Sets the size of the moving frame (in sample events).
setFrameSize(int) - Method in class com.jivesoftware.forum.net.spi.BasicTransientMonitor
 
setFrom(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the name of the action we're redirecting from.
setFrom(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the name of the action we're redirecting from.
setFrom(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setFrom(String) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setFrom(String) - Method in class com.jivesoftware.webchat.history.Line
 
setFromAddressOnly(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Toggles whether to exclusively use the default from address when sending email and ignore the users's preferences.
setFromEmail(String) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
setFromName(String) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
setFull(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Sets whether or not the full announcement body should be displayed.
setFull(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSMessages
Sets whether or not to return the full message body content or just a summary.
setFull(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSPopularThreads
Sets whether or not to return the full message body content or just a summary.
setFull(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setFull(boolean) - Method in class com.jivesoftware.forum.action.rss.RSSThreads
Sets whether or not to return the full message body content or just a summary.
setGlobal(boolean) - Method in class com.jivesoftware.forum.action.AvatarUploadAction
 
setGlobalEndDate(Date) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
setGlobalEndDate(Date) - Method in interface com.jivesoftware.base.stats.ReportManager
Sets the global end date for all reports.
setGlobalMessageFooter(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
 
setGlobalStartDate(Date) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
setGlobalStartDate(Date) - Method in interface com.jivesoftware.base.stats.ReportManager
Sets the global date range for all reports.
setGroup(Group) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setGroup(String) - Method in interface com.jivesoftware.forum.nntp.ArticlePointer
Sets the article pointer to use the given group.
setGroup(String) - Method in class com.jivesoftware.forum.nntp.spi.ArticlePointerImpl
 
setGroup(Group) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setGroup(long) - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
setGroup(Group) - Method in interface com.jivesoftware.forum.StatusLevel
The group this status level is associated with.
setGroupAdmin(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setGroupDescriptionField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the field used to describe a group.
setGroupIntegratedFlag(Group) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
setGroupmemberField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the field used to list members within a group.
setGroupNameField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the field name used for groups.
setGroupSearchFilter(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the field used as the search filter when searching for groups.
setGuestChatEnabled(boolean) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setGuestLocale(String) - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
setGuestProperty(String, String) - Method in class com.jivesoftware.base.action.JiveActionSupport
Sets a guest cookie.
setHasVoice(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setHeader(String, String) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
setHeader(String) - Method in class com.jivesoftware.forum.nntp.ArticleHeaderFilter
Sets the name of the header that will have the wildmat pattern applied.
setHeader(boolean) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
setHeadercss(String) - Method in class com.jivesoftware.base.admin.Sidebar
Sets the CSS value used for the sidebar header sections.
setHeadercss(String) - Method in class com.jivesoftware.base.admin.SidebarTag
Sets the CSS value used for the sidebar header sections.
setHeadingsEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setHelpURL(String) - Method in class com.jivesoftware.forum.action.HelpAction
 
setHideEmail(boolean) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets whether the poster's email should be hidden when a gateway message is imported.
setHideName(boolean) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets whether the poster's name should be hidden when a gateway message is imported.
setHideWarnMessage(String) - Method in class com.jivesoftware.base.action.LicenseNotificationAction
 
setHost(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP server host; e.g., localhost or machine.example.com, etc.
setHost(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the IMAP host (ie mail.example.com).
setHost(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set the server host.
setHost(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets the NNTP host (eg news.example.com).
setHost(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the NNTP host (eg news.example.com).
setHost(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the POP3 host (eg mail.example.com).
setHost(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the SMTP host (eg mail.example.com).
setHost(String) - Method in class com.jivesoftware.util.SmtpProxy
Sets the SMTP host (eg mail.example.com).
setHtml(boolean) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets whether or not this message contains html.
setHtmlBody(String) - Method in class com.jivesoftware.base.EmailMessage
Sets the text version of the body.
setHtmlBodyProperty(String) - Method in class com.jivesoftware.base.EmailMessage
 
setHTMLEmailBody(String, Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the HTML body of the nofication emails.
setHumanValidationEnabled(boolean) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Enables or disables the human input validation feature.
setHumanValidationEnabled(boolean) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setHumanValidationEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setID(long) - Method in class com.jivesoftware.base.ForumObject
Set the id
setID(long) - Method in class com.jivesoftware.base.stats.ReadStat
Sets the ID of the read stat - this is protected because the manager sets it when saving the read stat to the database.
setID(long) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setID(long) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setID(long) - Method in class com.jivesoftware.forum.util.Identifier
 
setID(long) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setID(long) - Method in class com.jivesoftware.forum.webservices.Forum
 
setID(long) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setID(long) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the id of this message.
setID(long) - Method in class com.jivesoftware.forum.webservices.ForumThread
Called by ForumThreadService to set the value of this thread into this object.
setID(long) - Method in class com.jivesoftware.forum.webservices.Group
 
setId(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setID(int) - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
setID(long) - Method in class com.jivesoftware.forum.webservices.User
 
setID(long) - Method in class com.jivesoftware.profiles.ProfileField
Sets the id representing this profile field.
setIdentifier(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
setIf(String) - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Sets the String we're getting for the value "true"
setImAdministrator(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setImage(File) - Method in class com.jivesoftware.forum.action.AvatarUploadAction
Sets the image file being uploaded
setImageFileName(String) - Method in class com.jivesoftware.forum.action.AvatarUploadAction
Sets the name of the image file
setImagePath(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setImagePath(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setImagePath(String) - Method in interface com.jivesoftware.forum.StatusLevel
Sets the path of the image used for this status level.
setImagePreviewEnabled(boolean) - Method in interface com.jivesoftware.forum.AttachmentManager
Toggles whether image preview support is enabled.
setImagePreviewEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setImagePreviewEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setImagePreviewEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Toggles whether image preview support is enabled.
setImagePreviewEnabled(boolean) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setImagePreviewMaxSize(int) - Method in interface com.jivesoftware.forum.AttachmentManager
Sets the max dimension of generated thumbnails (ie, the max value for the width or height).
setImagePreviewMaxSize(int) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setImagePreviewMaxSize(int) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setImagePreviewMaxSize(int) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the max dimension of generated thumbnails (ie, the max value for the width or height).
setImagePreviewMaxSize(int) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setImagePreviewRatioEnabled(boolean) - Method in interface com.jivesoftware.forum.AttachmentManager
Toggles whether the aspect ratio of thumbnails should be preserved.
setImagePreviewRatioEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setImagePreviewRatioEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setImagePreviewRatioEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Toggles whether the aspect ratio of thumbnails should be preserved.
setImagePreviewRatioEnabled(boolean) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setImagesEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setImageURL(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setImageURL(String) - Method in class com.jivesoftware.forum.renderer.filter.EmoticonFilter
Sets the base URL for emoticon images.
setImModerator(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setImportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setImportEnabled(boolean) - Method in interface com.jivesoftware.forum.gateway.Gateway
Sets whether this gateway should be importing message into a forum or not.
setImportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setImportEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setImporter(GatewayImporter) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setImportHtmlEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets whether the importation of html email is enabled.
setImportHtmlEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets whether the importation of html email is enabled.
setImportHtmlEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Sets whether the importation of html email is enabled.
setImportHtmlEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets whether the importation of html email is enabled.
setImportHtmlEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets whether the importation of html email is enabled.
setImporting(boolean) - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
 
setImporting(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
setImporting(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Not implemented throws UnsupportedOperation exception
setImporting(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
setImporting(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
setImporting(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
setImportInterval(int) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setImportProperty(String, String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setImportProperty(String, String) - Method in interface com.jivesoftware.forum.gateway.Gateway
Sets an extended property to be associated with the importer.
setImportProperty(String, String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setImportThreadPoolSize(int) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setIndex(Poll) - Method in class com.jivesoftware.base.database.PollBlockIterator
 
setIndex(long) - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
setIndex(Forum) - Method in class com.jivesoftware.forum.database.ForumBlockIterator
 
setIndex(long) - Method in class com.jivesoftware.forum.database.ForumMessageBlockIterator
 
setIndex(ForumThread) - Method in class com.jivesoftware.forum.database.ForumThreadBlockIterator
 
setIndex(DbQuery) - Method in class com.jivesoftware.forum.database.QueryBlockIterator
 
setIndex(long) - Method in class com.jivesoftware.forum.ForumMessageIterator
Sets the index for the iteration to the specified message ID.
setIndex(ForumThread) - Method in class com.jivesoftware.forum.ForumThreadIterator
Sets the index for the iteration to the specified ForumThread.
setIndex(long) - Method in class com.jivesoftware.forum.proxy.ForumMessageIteratorProxy
 
setIndex(ForumThread) - Method in class com.jivesoftware.forum.proxy.ForumThreadIteratorProxy
 
setIndex(int) - Method in class com.jivesoftware.profiles.ProfileField
Sets the index of this profile field.
setIndex(ProfileField, int) - Method in interface com.jivesoftware.profiles.ProfileFieldManager
Sets the index of the profile field.
setIndex(ProfileField, int) - Method in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
setIndex(int) - Method in class com.jivesoftware.profiles.ProfileFieldOption
Sets the index of this option which represents the order in which the options will appear in the list.
setInfoURL(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setInitialBankPoints(int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setInitialBankPoints(int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setInitialBankPoints(int) - Method in interface com.jivesoftware.forum.RewardManager
Sets the number of bank points a user will start with.
setInitialized(boolean) - Static method in class com.jivesoftware.base.util.ApplicationInitializedFilter
Initialization setter to force initialization once the setup tool has completed.
setIntegratedFlag(Forum) - Static method in class com.jivesoftware.util.sf.SalesForceUtil
 
setIntHeader(String, int) - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
setIpAddress(String) - Method in class com.jivesoftware.base.ban.Ban
 
setIpAddress(String) - Method in class com.jivesoftware.base.ban.BanFilter
 
setJID(String) - Method in class com.jivesoftware.profiles.action.EditProfileAction
Sets the xmpp JID.
setJid(String) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setJiraInstance(String) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Sets the base URL for the JIRA instance.
setJiveForumUploadSizeLimitExceeded(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Set to true if the request size limit was exceeded.
setJiveHome(String) - Static method in class com.jivesoftware.base.JiveGlobals
Sets the location of the jiveHome directory.
setJiveHomePath(String) - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
setJiveProperties(Map) - Static method in class com.jivesoftware.base.JiveGlobals
Sets multiple Jive properties at once.
setJiveProperty(String, String) - Static method in class com.jivesoftware.base.JiveGlobals
Sets a Jive property.
setKey(String) - Method in class com.jivesoftware.base.admin.TaskTag
 
setKey(String) - Method in class com.jivesoftware.base.tags.I18nTag
Sets the key of the i18n string to look up.
setKey(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
setKey(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setKicked(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setLabels(String[]) - Method in class com.jivesoftware.base.stats.Chart
 
setLanguageCode(String) - Method in class com.jivesoftware.forum.webservices.Locale
Sets the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
setLargeImagePath(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setLargeImagePath(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setLargeImagePath(String) - Method in interface com.jivesoftware.forum.StatusLevel
 
setLargeTextField(PreparedStatement, int, String) - Static method in class com.jivesoftware.base.database.ConnectionManager
Sets a large text column in a result set, automatically performing streaming if the JDBC driver requires it.
setLastBatchEmail(Date) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
setLastMessageNumberSeen(int) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Used by the gateway to keep track of the last message seen.
setLastMessageNumberSeen(int) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Used by the gateway to keep track of the last message seen.
setLastUpdateTime(Date) - Method in class com.jivesoftware.base.database.DbPresence
 
setLastUpdateTime(long) - Method in class com.jivesoftware.base.database.DbPresence
 
setLastUpdateTime(Date) - Method in interface com.jivesoftware.base.Presence
Set the time when the presence was last updated (when the user last visited).
setLastUpdateTime(long) - Method in interface com.jivesoftware.base.Presence
Sets the time when the presence was last updated (when the user last visited).
setLastUpdateTime(Date) - Method in class com.jivesoftware.base.PresenceProxy
 
setLastUpdateTime(long) - Method in class com.jivesoftware.base.PresenceProxy
 
setLatestMessage(ForumMessage) - Method in class com.jivesoftware.forum.webservices.Forum
 
setLatestMessage(ForumMessage) - Method in class com.jivesoftware.forum.webservices.ForumThread
Called by the ForumThreadService to set the appropriate latestMessage into the thread.
setLatestMessageID(long) - Method in class com.jivesoftware.forum.webservices.Forum
 
setLatestMessageID(long) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setLicenseID(long) - Method in class com.jivesoftware.webchat.License
 
setLicenseString(String) - Method in class com.jivesoftware.base.action.LicenseApplyAction
 
setLicenseString(String) - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
setLicenseText(String) - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
setLicenseType(License.LicenseType) - Method in class com.jivesoftware.webchat.License
 
setLineNumberColor(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setLineNumberColor(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
setLinkNewWindowEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setLinkSchemes(String) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setLinksEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setLinkText(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setLinkType(Link.LinkType) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setListsEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setListType(ListType) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
setLocale(Locale) - Method in class com.jivesoftware.base.EmailMessage
Set the locale for the email message.
setLocale(Locale) - Static method in class com.jivesoftware.base.JiveGlobals
Sets the global locale used by Jive.
setLocale(Locale) - Method in class com.jivesoftware.forum.database.DbForum
 
setLocale(Locale) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setLocale(Locale) - Method in interface com.jivesoftware.forum.Forum
Sets the locale for this forum.
setLocale(Locale) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the locale for this category.
setLocale(Locale) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setLocale(Locale) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setLocale(Locale) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the locale for this forum.
setLocale(Locale) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the locale for this category.
setLocale(Locale) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setLocaleCode(String) - Method in class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setLocaleManager(LocaleManager) - Static method in class com.jivesoftware.base.LocaleManagerFactory
 
setLocalizedJiveProperty(String, String, Locale) - Static method in class com.jivesoftware.base.JiveGlobals
Sets a localized Jive property.
setLocalProperties(Map) - Static method in class com.jivesoftware.base.JiveGlobals
Sets multiple local properties at once.
setLocalProperty(String, String) - Static method in class com.jivesoftware.base.JiveGlobals
Sets a local property.
setLocation(String) - Method in class com.jivesoftware.base.util.webwork.ServletDispatcherResult
 
setLogin(boolean) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setLoginAttributes() - Method in class com.jivesoftware.base.action.JiveActionSupport
Sets the attributes required for login.
setLongElement(Long) - Method in class com.jivesoftware.base.stats.element.LongElement
Sets the long element value.
setLowerBound(DateRange) - Method in class com.jivesoftware.util.UnboundedDateRange
 
setMailbox(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets the name of the mailbox.
setMaintenancePage(String) - Method in class com.jivesoftware.base.util.MaintenanceFilter
 
setMark(String) - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
setMarkAsQuestion(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to mark this post as a question.
setMarkAsQuestion(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Sets whether or not the user wants to mark this post as a question.
setMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
setMaxAllowableHeight(int) - Method in interface com.jivesoftware.forum.AvatarManager
Sets the maximum allowable height for an avatar image
setMaxAllowableHeight(int) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setMaxAllowableHeight(int) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setMaxAllowableWidth(int) - Method in interface com.jivesoftware.forum.AvatarManager
Sets the maximum allowable width for an avatar image
setMaxAllowableWidth(int) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setMaxAllowableWidth(int) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setMaxAttach(int) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setMaxAttachDirSize(long) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setMaxAttachmentSize(int) - Method in interface com.jivesoftware.forum.AttachmentManager
Sets the maximum size of an individual attachment in kilobytes.
setMaxAttachmentSize(int) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setMaxAttachmentSize(int) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setMaxAttachmentSize(int) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the maximum size of an individual attachment in kilobytes.
setMaxAttachmentSize(int) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setMaxAttachmentsPerMessage(int) - Method in interface com.jivesoftware.forum.AttachmentManager
Sets the maximum number of attachments per message.
setMaxAttachmentsPerMessage(int) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setMaxAttachmentsPerMessage(int) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setMaxAttachmentsPerMessage(int) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the maximum number of attachments per message.
setMaxAttachmentsPerMessage(int) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setMaxAttachSize(int) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setMaxBankPoints(int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setMaxBankPoints(int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setMaxBankPoints(int) - Method in interface com.jivesoftware.forum.RewardManager
Sets the max number of points that can accumulate in a bank account.
setMaxCacheLifetime(long) - Method in interface com.jivesoftware.forum.webservices.CacheableService
Set the maximum amount of time an item will be stored in the cache.
setMaxCacheSize(int) - Method in class com.jivesoftware.forum.database.QueryCache
 
setMaxCacheSize(int) - Method in class com.jivesoftware.forum.webservices.Cache
 
setMaxCacheSize(int) - Method in interface com.jivesoftware.forum.webservices.CacheableService
The maximum size of the cache in bytes.
setMaxCacheSize(int) - Method in interface com.jivesoftware.util.Cache
Sets the maximum size of the cache in bytes.
setMaxCacheSize(int) - Method in class com.jivesoftware.util.CacheWrapper
 
setMaxCacheSize(int) - Method in class com.jivesoftware.util.ClusteredCache
 
setMaxCacheSize(int) - Method in class com.jivesoftware.util.CoherenceCache
 
setMaxCacheSize(int) - Method in class com.jivesoftware.util.DefaultCache
 
setMaxCacheSize(int) - Method in class com.jivesoftware.util.LRUCache
Sets the maximum size of the cache.
setMaxConnections(int) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the maximum number of connections that the pool will use.
setMaxConnections(int) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setMaxConnections(int) - Method in interface com.jivesoftware.forum.net.ConnectionManager
Sets the maximum number of connections allowed in the server.
setMaxConnections(int) - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
setMaxFilesystemCacheSize(long) - Method in interface com.jivesoftware.forum.AttachmentManager
Sets the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled.
setMaxFilesystemCacheSize(long) - Method in class com.jivesoftware.forum.database.DbAttachmentManager
 
setMaxFilesystemCacheSize(long) - Method in class com.jivesoftware.forum.proxy.AttachmentManagerProxy
 
setMaxFilesystemCacheSize(long) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the maximum amount of storage (in bytes) that will be used by the file system cache when database attachment mode is enabled.
setMaxFilesystemCacheSize(long) - Method in class com.jivesoftware.forum.webservices.server.AttachmentManagerServiceImpl
 
setMaxForumIndex(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
setMaxHeaderLength(int) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the maximum length of a header line before it is folded.
setMaxLength(int) - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
setMaxLifetime(long) - Method in class com.jivesoftware.forum.database.QueryCache
 
setMaxLifetime(long) - Method in class com.jivesoftware.forum.webservices.Cache
 
setMaxLifetime(long) - Method in interface com.jivesoftware.util.Cache
Sets the maximum number of milliseconds that any object can live in cache.
setMaxLifetime(long) - Method in class com.jivesoftware.util.CacheWrapper
 
setMaxLifetime(long) - Method in class com.jivesoftware.util.ClusteredCache
 
setMaxLifetime(long) - Method in class com.jivesoftware.util.CoherenceCache
 
setMaxLifetime(long) - Method in class com.jivesoftware.util.DefaultCache
 
setMaxLifetime(long) - Method in class com.jivesoftware.util.LRUCache
Sets the maximum number of milleseconds that any object can live in cache.
setMaxLifetimeProperty(String, long) - Static method in class com.jivesoftware.util.CacheFactory
Sets a local property which overrides the maximum cache entry lifetime as configured in coherence-cache-config.xml for the supplied cache name.
setMaxMessagePoints(int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setMaxMessagePoints(int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setMaxMessagePoints(int) - Method in interface com.jivesoftware.forum.RewardManager
Sets the maximum number of reward points that can be assigned to a message.
setMaxMessagesPerUser(int) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
setMaxMessagesPerUser(int) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Sets the max number of message is allowed to store in their mailbox.
setMaxMessagesPerUser(int) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
setMaxOpenHours(int) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the maximum number of hours a question can be Question.State.open open before triggering an alert.
setMaxRows(Statement, int) - Static method in class com.jivesoftware.base.database.ConnectionManager
Sets the max number of rows that should be returned from executing a statement.
setMaxSizeProperty(String, int) - Static method in class com.jivesoftware.util.CacheFactory
Sets a local property which overrides the maximum cache size as configured in coherence-cache-config.xml for the supplied cache name.
setMaxThreadPoints(int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setMaxThreadPoints(int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setMaxThreadPoints(int) - Method in interface com.jivesoftware.forum.RewardManager
Sets the maximum number of reward points that can be assigned to a thread.
setMaxThumbDimension(int) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setMaxUserAvatars(int) - Method in interface com.jivesoftware.forum.AvatarManager
Sets the maximum number of avatars a user can have
setMaxUserAvatars(int) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setMaxUserAvatars(int) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setMaxValue(String) - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
setMaxValue(double) - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
setMaxValue(int) - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
setMaxWordLength(int) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
Sets the maximum word length (before the words will be broken apart).
setMboxFile(String) - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
setMemberCount(int) - Method in class com.jivesoftware.forum.webservices.Group
Sets the number of users that belon gto this group.
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setMessage(ForumMessage) - Method in interface com.jivesoftware.forum.action.ForumMessageAware
Provides the action an instance of ForumMessage
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the message to use in this action.
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the message.
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
 
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.util.Guest
Sets the internal message object - the guest's name and email might be stored as a message property.
setMessage(DbForumMessage) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setMessage(ForumMessage) - Method in class com.jivesoftware.forum.QueryResult
Set the entry this query result pertains to.
setMessage(String) - Method in class com.jivesoftware.webchat.chat.group.Information
 
setMessageAttachments(Iterator) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets the Iterator of attachments found in the incoming message.
setMessageBody(String) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets the body of the incoming message.
setMessageCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setMessageCount(int) - Method in class com.jivesoftware.forum.webservices.ForumThread
Set the number of messages in this thread.
setMessageCount(int) - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
setMessageDepth(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
setMessageFooter(String) - Method in class com.jivesoftware.forum.gateway.GlobalGatewaySettings
 
setMessageID(long) - Method in class com.jivesoftware.forum.abuse.action.AbuseAction
 
setMessageID(long) - Method in class com.jivesoftware.forum.action.Click
 
setMessageID(long[]) - Method in class com.jivesoftware.forum.action.DeletePrivateMessageAction
 
setMessageID(long) - Method in class com.jivesoftware.forum.action.EditTagsAction
 
setMessageID(long) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the ID of the message to load.
setMessageID(long[]) - Method in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
setMessageID(long[]) - Method in class com.jivesoftware.forum.action.MovePrivateMessageAction
 
setMessageID(long) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the ID of the message to use.
setMessageID(long) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setMessageID(long) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setMessageID(long) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setMessageidMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setMessageMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setMessageResultFilter(ResultFilter) - Method in class com.jivesoftware.forum.action.ForumAction
Sets the result filter for viewing lists of messages.
setMessagesAdded(long) - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
setMessagesAdded(long) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
setMessagesPerPage(int) - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
setMessagesPerPage(int) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setMessageSubject(String) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets the subject of the incoming message.
setMethodEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setMethodEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends method blocks.
setMethodEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a method.
setMethodEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a method.
setMethodStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setMethodStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts method blocks.
setMethodStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a method.
setMethodStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a method.
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
setMidTag(String) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
setMidTag2(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setMidTag2(String) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
setMimeIntro(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the introductory text that is placed above a MIME multi-part body.
setMinConnections(int) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the minimum number of connections that the pool will use.
setMinConnections(int) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setMinEdition(String) - Method in class com.jivesoftware.base.admin.Sidebar
 
setMinEdition(String) - Method in class com.jivesoftware.base.admin.SidebarTag
 
setMinEdition(String) - Method in class com.jivesoftware.base.admin.Tabs
 
setMinEdition(String) - Method in class com.jivesoftware.base.admin.TabsTag
 
setMinForumIndex(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
setMinimum(int) - Method in class com.jivesoftware.forum.TagResultFilter
Sets the minimum number of JiveContentObjects that a tag must be associated with to be included in the result set.
setMinLength(int) - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
setMinValue(String) - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
setMinValue(double) - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
setMinValue(int) - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
setMisspelledWords(boolean) - Method in class com.jivesoftware.forum.action.SpellAction
 
setMockMode(boolean) - Static method in class com.jivesoftware.util.TaskEngine
 
setMode(long, boolean) - Method in class com.jivesoftware.base.database.DbPoll
 
setMode(int) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP mode that should be used.
setMode(long, boolean) - Method in interface com.jivesoftware.base.Poll
Sets a mode to be enabled or disabled for the poll.
setMode(String) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setMode(String) - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
setMode(String) - Method in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
setMode(long, boolean) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setModerateUserAvatars(boolean) - Method in interface com.jivesoftware.forum.AvatarManager
Sets whether or not user avatars will be moderated.
setModerateUserAvatars(boolean) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setModerateUserAvatars(boolean) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setModerationDefaultMessageValue(int) - Method in class com.jivesoftware.forum.database.DbForum
 
setModerationDefaultMessageValue(int) - Method in interface com.jivesoftware.forum.Forum
Sets the default number of moderation points for threads created in the forum.
setModerationDefaultMessageValue(int) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setModerationDefaultMessageValue(int) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the default number of moderation points for threads created in the forum.
setModerationDefaultThreadValue(int) - Method in class com.jivesoftware.forum.database.DbForum
 
setModerationDefaultThreadValue(int) - Method in interface com.jivesoftware.forum.Forum
Sets the default number of moderation points for threads created in the forum.
setModerationDefaultThreadValue(int) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setModerationDefaultThreadValue(int) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the default number of moderation points for threads created in the forum.
setModerationList(String) - Method in class com.jivesoftware.forum.interceptor.IPInterceptor
Set the list of IPs whose posts get moderated.
setModerationManager(ModerationManager) - Static method in class com.jivesoftware.forum.moderation.action.BulkModerateAction
 
setModerationQueryString(String) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
 
setModerationRangeMax(int) - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
setModerationRangeMax(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the upper bound for the moderation value that will pass the result filter.
setModerationRangeMax(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the upper bound for the moderation value that will pass the result filter.
setModerationRangeMin(int) - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
setModerationRangeMin(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the moderation value that represents the lower bound for messages or threads to be selected by the result filter.
setModerationRangeMin(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the moderation value that represents the lower bound for messages or threads to be selected by the result filter.
setModerationValue(int, AuthToken) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setModerationValue(int, AuthToken) - Method in class com.jivesoftware.forum.database.DbForumThread
 
setModerationValue(int, AuthToken) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setModerationValue(int, AuthToken) - Method in interface com.jivesoftware.forum.ForumMessage
Sets the number of moderation points this message has.
setModerationValue(int, AuthToken) - Method in interface com.jivesoftware.forum.ForumThread
Sets the number of moderation points this thread has.
setModerationValue(int, AuthToken) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setModerationValue(int, AuthToken) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
setModerationValue(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the number of moderation points this message has.
setModerationValue(int) - Method in class com.jivesoftware.forum.webservices.ForumThread
Used to change the moderation value of the forum.
setModerator(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setModerator(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setModificationDate(Date) - Method in class com.jivesoftware.base.database.DbGroup
 
setModificationDate(Date) - Method in class com.jivesoftware.base.database.DbUser
 
setModificationDate(Date) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setModificationDate(Date) - Method in interface com.jivesoftware.base.Group
Sets the date the group was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.base.GroupAdapter
 
setModificationDate(Date) - Method in class com.jivesoftware.base.GroupProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
setModificationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
setModificationDate(Date) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setModificationDate(Date) - Method in class com.jivesoftware.base.MockGroup
 
setModificationDate(Date) - Method in class com.jivesoftware.base.MockUser
 
setModificationDate(Date) - Method in interface com.jivesoftware.base.User
Sets the date the user was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.base.UserProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.DbDraft
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.DbForum
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.DbForumThread
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setModificationDate(Date) - Method in interface com.jivesoftware.forum.Draft
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.DraftImpl
 
setModificationDate(Date) - Method in interface com.jivesoftware.forum.Forum
Sets the date the forum was last modified.
setModificationDate(Date) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the date the category was last modified.
setModificationDate(Date) - Method in interface com.jivesoftware.forum.ForumMessage
Sets the date this message was last modified.
setModificationDate(Date) - Method in interface com.jivesoftware.forum.ForumThread
Sets the date this thread was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the date the forum was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the date the category was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the date this message was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.ForumThread
Sets the date this thread was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.Group
Sets the date the group was last modified.
setModificationDate(Date) - Method in class com.jivesoftware.forum.webservices.User
Sets the date the user was last modified.
setModificationDateFormatted(String) - Method in class com.jivesoftware.forum.DraftImpl
 
setModificationDateRangeMax(Date) - Method in class com.jivesoftware.forum.ResultFilter
Sets a date that represents the upper boundry for messages or threads to be selected by the result filter.
setModificationDateRangeMax(Date) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets a date that represents the upper boundry for messages or threads to be selected by the result filter.
setModificationDateRangeMin(Date) - Method in class com.jivesoftware.forum.ResultFilter
Sets a date that represents the lower boundary for messages or threads to be selected by the result filter.
setModificationDateRangeMin(Date) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets a date that represents the lower boundary for messages or threads to be selected by the result filter.
setModifyCronTask(CronTask, CronTimer) - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
setModValue(int) - Method in interface com.jivesoftware.forum.Avatar
Modifies the moderation value of this specific avatar
setModValue(int) - Method in class com.jivesoftware.forum.database.DbAvatar
 
setModValue(int, AuthToken) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setModValue(int, AuthToken) - Method in class com.jivesoftware.forum.database.DbForumThread
 
setModValue(int) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setModValue(int) - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
setModValueList(List) - Method in class com.jivesoftware.forum.moderation.ModerationFilter
 
setMsg(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
setMsgMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setMultiline(boolean) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkCompiler
 
setMultiple(boolean) - Method in class com.jivesoftware.forum.action.UserPicker
 
setName(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setName(String) - Method in class com.jivesoftware.base.database.DbGroup
 
setName(String) - Method in class com.jivesoftware.base.database.DbPoll
 
setName(String) - Method in class com.jivesoftware.base.database.DbUser
 
setName(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setName(String) - Method in interface com.jivesoftware.base.Group
Sets the name of the group.
setName(String) - Method in class com.jivesoftware.base.GroupAdapter
 
setName(String) - Method in class com.jivesoftware.base.GroupProxy
 
setName(String) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
setName(String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
setName(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setName(String) - Method in class com.jivesoftware.base.MockGroup
 
setName(String) - Method in class com.jivesoftware.base.MockUser
 
setName(String) - Method in interface com.jivesoftware.base.Poll
Sets the name of the poll.
setName(String) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setName(String) - Method in interface com.jivesoftware.base.stats.Report
 
setName(String) - Method in interface com.jivesoftware.base.User
Sets the user's name.
setName(String) - Method in class com.jivesoftware.base.UserProxy
 
setName(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the name of the guest posting the message.
setName(String) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the name of the poll.
setName(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the name of the guest posting the message.
setName(String) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
setName(String) - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
setName(String) - Method in interface com.jivesoftware.forum.Attachment
Sets the name of the attachment.
setName(String) - Method in class com.jivesoftware.forum.database.DbAttachment
 
setName(String) - Method in class com.jivesoftware.forum.database.DbContentTag
 
setName(String) - Method in class com.jivesoftware.forum.database.DbForum
 
setName(String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setName(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
setName(String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setName(String) - Method in class com.jivesoftware.forum.database.QueryCache
 
setName(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setName(String) - Method in interface com.jivesoftware.forum.Forum
Sets the name of a the forum.
setName(String) - Method in interface com.jivesoftware.forum.ForumCategory
Sets the name of the forum category.
setName(String) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the name of the server.
setName(String) - Method in interface com.jivesoftware.forum.PrivateMessageFolder
Sets the name of the folder.
setName(String) - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
setName(String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setName(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setName(String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setName(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageFolderProxy
 
setName(String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setName(String) - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
setName(String) - Method in interface com.jivesoftware.forum.StatusLevel
Sets the name of this status level
setName(String) - Method in class com.jivesoftware.forum.tags.JivePropertyTag
Sets the name of the Jive property to look up.
setName(String) - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
setName(String) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the name of a the forum.
setName(String) - Method in class com.jivesoftware.forum.webservices.ForumCategory
Sets the name of the forum category.
setName(String) - Method in class com.jivesoftware.forum.webservices.ForumThread
Used by ForumThreadService to set the value of this field.
setName(String) - Method in class com.jivesoftware.forum.webservices.Group
Sets the name of the group.
setName(String) - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
setName(String) - Method in class com.jivesoftware.forum.webservices.Property
Set the property name.
setName(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the user's name.
setName(String) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setName(String) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setName(String) - Method in class com.jivesoftware.profiles.ProfileField
 
setName(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setName(String) - Method in interface com.jivesoftware.util.Cache
Sets the name of the cache
setName(String) - Method in class com.jivesoftware.util.CacheWrapper
 
setName(String) - Method in class com.jivesoftware.util.ClusteredCache
 
setName(String) - Method in class com.jivesoftware.util.CoherenceCache
 
setName(String) - Method in class com.jivesoftware.util.DefaultCache
 
setName(String) - Method in class com.jivesoftware.util.LRUCache
 
setName(String) - Method in class com.jivesoftware.webchat.License
 
setNameEnabled(boolean) - Method in class com.jivesoftware.forum.action.UserSearch
 
setNameEnabled(boolean) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setNameField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP field name that the user's name is stored in.
setNameProp(String) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets the name of the Jive property to save names into if GatewayInterceptor.isStoreNameAsProp() is true.
setNameVisible(boolean) - Method in class com.jivesoftware.base.database.DbUser
 
setNameVisible(boolean) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setNameVisible(boolean) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setNameVisible(boolean) - Method in class com.jivesoftware.base.MockUser
 
setNameVisible(boolean) - Method in interface com.jivesoftware.base.User
Sets whether a user's name is visible to other users.
setNameVisible(boolean) - Method in class com.jivesoftware.base.UserProxy
 
setNameVisible(boolean) - Method in class com.jivesoftware.forum.webservices.User
Sets whether a user's name is visible to other users.
setNameVisible(boolean) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setNeverModeratedGroups(String) - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
setNeverModeratedUsers(String) - Method in class com.jivesoftware.forum.interceptor.ModerationInterceptor
 
setNewaccount(String) - Method in class com.jivesoftware.base.action.LoginAction
 
setNewClassname(String) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setNewIndex(int) - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
 
setNewIndex(List, Object, int) - Static method in class com.jivesoftware.util.CollectionUtils
Can be used to change the location of an item in a list.
setNewIndex(List, Object, int, CollectionUtils.ListItemTransformer) - Static method in class com.jivesoftware.util.CollectionUtils
Exactly like setNewIndex without the transformer param, except this one will apply the transformer to every object that is adjusted in the list.
setNewMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setNewMessage(ForumMessage) - Method in class com.jivesoftware.forum.action.PostAction
Sets the new posted message.
setNewName(String) - Method in class com.jivesoftware.forum.action.AttachAction
 
setNewPassword(String) - Method in class com.jivesoftware.forum.action.ChangePasswordAction
 
setNewPassword(String) - Method in class com.jivesoftware.forum.action.ResetPassword
Sets the new password.
setNewsgroup(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets the newsgroup that this gateway is going to use.
setNewsgroup(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the newsgroup that this gateway is going to use.
setNewUser(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
setNewWindowEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
 
setNewWord(String) - Method in class com.jivesoftware.forum.action.SpellAction
 
setNext(Object) - Method in class com.jivesoftware.util.CircularLinkedList
Sets the object that will be return by next() to the given value.
setNickname(String) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
setNickname(String) - Method in class com.jivesoftware.webchat.chat.group.ChatPerson
 
setNickname(String) - Method in class com.jivesoftware.webchat.user.UserSession
 
setNNTPEnabled(boolean) - Method in class com.jivesoftware.forum.nntp.NNTPServer
Enables or disables the NNTP service.
setNNTPName(String) - Method in class com.jivesoftware.forum.database.DbForum
 
setNNTPName(String) - Method in interface com.jivesoftware.forum.Forum
Sets the NNTP name for the forum, which is the name of the forum used in the NNTP protocol (newsgroups).
setNNTPName(String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setNNTPName(String) - Method in class com.jivesoftware.forum.webservices.Forum
Sets the NNTP name for the forum, which is the name of the forum used in the NNTP protocol (newsgroups).
setNobrEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.NewlineFilter
 
setNoBrEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
setNobrEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.rules.NewlineTextFilter
 
setNotificationEnabled(boolean) - Method in class com.jivesoftware.forum.interceptor.UserInterceptor
 
setNotifyUserEnabled(boolean) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets wheter or not notify user is enabled.
setNumber(int) - Method in class com.jivesoftware.forum.action.util.Page
Sets the display number (ordinal number) of this page.
setNumberEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setNumberEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends number literals.
setNumberEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a number.
setNumberEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a number.
setNumberOfOccupants(int) - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
setNumberStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setNumberStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts character blocks.
setNumberStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a number.
setNumberStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a number.
setNumClusterMembers(int) - Method in class com.jivesoftware.webchat.License
 
setNumCopies(int) - Method in class com.jivesoftware.webchat.License
 
setNumForums(int) - Method in class com.jivesoftware.forum.stats.report.TopForumsReport
 
setNumItems(int) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Sets the number of items to show in the view.
setNumOfBuckets(int) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setNumResults(int) - Method in class com.jivesoftware.forum.action.SearchAction
 
setNumResults(int) - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
If use in conjunction with numResults you can specify a different amount of results to return and where to start
setNumResults(int) - Method in class com.jivesoftware.forum.action.TagAction
 
setNumResults(int) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setNumResults(int) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setNumResults(int) - Method in class com.jivesoftware.forum.net.BasicResultFilter
Sets the limit on the number of results to be returned.
setNumResults(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the limit on the number of results to be returned.
setNumResults(int) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the limit on the number of results to be returned.
setNumResults(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the limit on the number of results to be returned.
setNumUsers(int) - Method in class com.jivesoftware.webchat.License
 
setNumValue(long) - Method in class com.jivesoftware.base.theme.ThemeMap
 
setObjectID(long) - Method in class com.jivesoftware.base.action.ObjectRedirectAction
 
setObjectID(long) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the ID of the object to load.
setObjectID(long) - Method in class com.jivesoftware.forum.action.PollsViewAction
Sets the ID of the object to get polls from.
setObjectID(long) - Method in class com.jivesoftware.forum.action.RatingAddAction
 
setObjectID(long, long, Connection) - Static method in class com.jivesoftware.forum.database.DbAttachment
Sets the objectID associated with an attachmentID.
setObjectID(long) - Method in class com.jivesoftware.forum.database.DbDraft
 
setObjectID(long) - Method in class com.jivesoftware.forum.DraftImpl
 
setObjectID(long) - Method in class com.jivesoftware.forum.event.PermissionEvent
 
setObjectID(long) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets an object id, which is used differently depending on the object type property.
setObjectID(long) - Method in class com.jivesoftware.forum.webservices.Watch
 
setObjectID(String) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setObjects(List) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setObjects(List) - Method in interface com.jivesoftware.base.stats.Report
 
setObjectType(int) - Method in class com.jivesoftware.base.action.ObjectRedirectAction
 
setObjectType(int) - Method in class com.jivesoftware.base.ForumObject
Set the object type
setObjectType(int) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the type of object to load.
setObjectType(int) - Method in class com.jivesoftware.forum.action.PollsViewAction
Sets the type of object we're getting polls from.
setObjectType(int) - Method in class com.jivesoftware.forum.action.RatingAddAction
 
setObjectType(int) - Method in class com.jivesoftware.forum.database.DbDraft
 
setObjectType(int) - Method in class com.jivesoftware.forum.DraftImpl
 
setObjectType(int) - Method in class com.jivesoftware.forum.mail.EmailActionBuilder
Sets the object type to act on.
setObjectType(long) - Method in class com.jivesoftware.forum.proxy.RenderManagerProxy
 
setObjectType(int) - Method in class com.jivesoftware.forum.util.Identifier
 
setObjectType(int) - Method in class com.jivesoftware.forum.webservices.Watch
 
setObjID(String[]) - Method in class com.jivesoftware.forum.action.SearchAction
 
setOffline(Presence) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
setOffline(Presence) - Method in interface com.jivesoftware.base.PresenceManager
Sets a presence to be offline which causes the presence to be removed from the system.
setOffline(Presence) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
setOffset(String) - Method in class com.jivesoftware.base.tags.Paginator
 
setOffset(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setOldIndex(int) - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
 
setOldVote(Vote) - Method in class com.jivesoftware.base.database.VoteChangeClusterTask
 
setOneTimeMessage(HttpSession, String, String) - Static method in class com.jivesoftware.forum.util.AdminUtils
Sets a message in the session.
setOnline(Presence) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
setOnlyFltrBlksEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
Enables or disables the HTML filtering only inside of [html] [/html] blocks or not.
setOpenWindow(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Toggle for opening a new window when clicking an issue link.
setOption(int, String) - Method in class com.jivesoftware.base.database.DbPoll
 
setOption(int, String) - Method in interface com.jivesoftware.base.Poll
Sets the text of the option at the specified index.
setOption(int[]) - Method in class com.jivesoftware.forum.action.PollAction
 
setOption(String) - Method in class com.jivesoftware.forum.action.PollOption
 
setOption(int) - Method in class com.jivesoftware.forum.action.PollVoteAction
Sets the option the user wants to vote on.
setOption(int, String) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setOptionIDs(LongList) - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
setOptionIndex(int, int) - Method in class com.jivesoftware.base.database.DbPoll
 
setOptionIndex(int) - Method in class com.jivesoftware.base.database.PollOptionRemoveClusterTask
 
setOptionIndex(int) - Method in class com.jivesoftware.base.database.Vote
 
setOptionIndex(int, int) - Method in interface com.jivesoftware.base.Poll
Moves the option's index.
setOptionIndex(int, int) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setOptions(List) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets the list of options as a list of Strings.
setOptions(List) - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
setOptions(List) - Method in class com.jivesoftware.profiles.ProfileField
Sets a list of ProfileFieldOption objects for this profile field.
setOrderedList(boolean) - Method in class com.jivesoftware.base.stats.model.DataTable
 
setOrganization(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets the Organization header for outbound NNTP messages.
setOrganization(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the Organization header for outbound smtp messages.
setOutputDir(File) - Method in class com.jivesoftware.base.stats.AbstractReportManager
 
setOutputDir(File) - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
setOutputDir(File) - Method in interface com.jivesoftware.base.stats.ReportManager
Sets the directory where reports are generated.
setOutputStream(OutputStream) - Method in class com.jivesoftware.forum.database.DbDataExport
Sets the output stream to use for exported data.
setOverrideCharset(boolean) - Method in class com.jivesoftware.util.ContentTypeResponseWrapper
Sets the value of overrideCharset.
setOwnerID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setOwnerID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
setPage(int) - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Sets the current active page id.
setPageContext(PageContext) - Method in class com.jivesoftware.base.tags.CacheTag
Sets the page context of this Tag.
setPageContext(PageContext) - Method in class com.jivesoftware.base.tags.I18nTag
 
setPageContext(PageContext) - Method in class com.jivesoftware.forum.tags.JivePropertyTag
 
setPageID(String) - Method in class com.jivesoftware.base.admin.AdminPageBean
Sets the ID of the page (corresponds to sidebar ID's).
setPageID(int, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
setPageUser(User) - Method in class com.jivesoftware.base.action.JiveActionSupport
Sets the page user to be used.
setPageUser(User) - Method in class com.jivesoftware.base.ban.DateRangeBean
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.CodeMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.NoFormatFilter
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
setParameters(Map) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
setParameters(Map) - Method in interface com.jivesoftware.forum.renderer.RenderMacro
Sets a map of user provided parameters for the macro to use.
setParameters(Map) - Method in class com.jivesoftware.forum.stats.QuickStats.QuickStatsGenerator
 
setParams(PreparedStatement) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Sets all parameters on the given PreparedStatement.
setParams(String) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setParams(Map) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setParent(Tag) - Method in class com.jivesoftware.base.tags.CacheTag
Sets the parent tag of this tag.
setParent(ForumMessage) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
setParent(Tag) - Method in class com.jivesoftware.forum.tags.JivePropertyTag
 
setParentCategoryID(long) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setParentMessageID(long) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the id of the parent message to this message.
setParse(boolean) - Method in class com.jivesoftware.base.util.webwork.ServletDispatcherResult
 
setPassword(String) - Method in class com.jivesoftware.base.action.LoginAction
Sets the password used to do a login if the password is not null and not a zero-length String.
setPassword(String) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Sets the password to authenticate with.
setPassword(String) - Method in class com.jivesoftware.base.database.DbUser
 
setPassword(String) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the password used to connect to the database.
setPassword(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setPassword(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setPassword(String) - Method in class com.jivesoftware.base.MockUser
 
setPassword(String) - Method in interface com.jivesoftware.base.User
Sets the users's password.
setPassword(String) - Method in class com.jivesoftware.base.UserProxy
 
setPassword(String) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setPassword(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setPassword(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the password that will be used when connecting to the IMAP server.
setPassword(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set the password.
setPassword(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets the password to be used in connecting to the NNTP server.
setPassword(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the password to be used in connecting to the NNTP server.
setPassword(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the password that will be used when connecting to the POP3 server.
setPassword(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the username that will be used when connecting to the SMTP server.
setPassword(String) - Method in class com.jivesoftware.forum.nntp.Session
Tests the username-password pair for validity against the forums auth factory.
setPassword(String) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Sets the password used to connect to the JIRA instance or null if no password is used.
setPassword(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the users's password.
setPassword(String) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setPassword(String) - Method in class com.jivesoftware.util.SmtpProxy
Sets the username that will be used when connecting to the SMTP server.
setPassword(String) - Method in class com.jivesoftware.webchat.user.UserSession
 
setPasswordConfirm(String) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setPasswordHash(String) - Method in class com.jivesoftware.base.database.DbUser
 
setPasswordHash(String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setPasswordHash(String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setPasswordHash(String) - Method in class com.jivesoftware.base.MockUser
 
setPasswordHash(String) - Method in interface com.jivesoftware.base.User
Sets the user's password in hashed form.
setPasswordHash(String) - Method in class com.jivesoftware.base.UserProxy
 
setPasswordHash(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the user's password in hashed form.
setPattern(String) - Method in class com.jivesoftware.profiles.validator.DateValidator
 
setPattern(String) - Method in class com.jivesoftware.profiles.validator.RegexValidator
 
setPattern1(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setPattern2(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setPattern3(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setPattern4(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setPattern5(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setPerson(ChatPerson) - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
setPluginFile(File) - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
setPluginFileFileName(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
setPluginName(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction
 
setPmID(long) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setPmID(long) - Method in class com.jivesoftware.forum.action.PrivateMessageViewAction
 
setPointRange(int, int) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setPointRange(int, int) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setPointRange(int, int) - Method in interface com.jivesoftware.forum.StatusLevel
Sets a point range for this status level, if this status level was group based before it will now be point based.
setPoints(int) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setPoints(int) - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
setPollID(long) - Method in class com.jivesoftware.base.database.PollDeleteClusterTask
 
setPollID(long) - Method in class com.jivesoftware.base.database.PollOptionMoveClusterTask
 
setPollID(long) - Method in class com.jivesoftware.base.database.PollOptionRemoveClusterTask
 
setPollID(long) - Method in class com.jivesoftware.forum.action.PollAction
 
setPollID(long) - Method in class com.jivesoftware.forum.action.PollEditAction
Sets the ID of the poll to load.
setPollID(long) - Method in class com.jivesoftware.forum.action.PollViewAction
Sets the ID of the poll to load.
setPollID(long) - Method in class com.jivesoftware.forum.action.PollVoteAction
Sets the ID of the poll to load.
setPort(int) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP server port number.
setPort(int) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the port number that will be used when connecting to the IMAP server.
setPort(int) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set the server port.
setPort(int) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Set the port to use when connecting to the NNTP server.
setPort(int) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Set the port to use when connecting to the NNTP server.
setPort(int) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the port number that will be used when connecting to the POP3 server.
setPort(int) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the port number that will be used when connecting to the SMTP server.
setPort(int) - Method in class com.jivesoftware.forum.net.AcceptPort
Sets the port number this accept port will use.
setPort(int) - Method in class com.jivesoftware.util.SmtpProxy
Sets the port number that will be used when connecting to the SMTP server.
setPort(int) - Method in class com.jivesoftware.webchat.ChatSettings
 
setPost(boolean) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setPostedFromGUIEditor(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Set to true if the content being posted was posted from the GUI editor, false otherwise.
setPostfixMode(boolean) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets whether the LDAP server is operating in Posix mode.
setPostInterval(int) - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
Sets the number of seconds that must elapse before a user is allowed to post each new message.
setPostPermissionMode(int) - Method in class com.jivesoftware.forum.nntp.SessionManager
Sets the post permission mode.
setPrecedence(int) - Method in class com.jivesoftware.base.theme.ThemeType
Sets the precedence for this theme type.
setPreferredEditorMode(String, HttpServletRequest, HttpServletResponse) - Method in class com.jivesoftware.forum.action.WikiConversionAction
Returns the preferred editor mode for the user/guest.
setPresencesEnabled(boolean) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
setPresencesEnabled(boolean) - Method in interface com.jivesoftware.base.PresenceManager
Sets whether presences are enabled on a global basis or not.
setPresencesEnabled(boolean) - Method in class com.jivesoftware.base.PresenceManagerProxy
 
setPreserveAspect(boolean) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setPrev(Object) - Method in class com.jivesoftware.util.CircularLinkedList
Sets the object that will be return by prev() to the given value.
setPriority(int) - Method in class com.jivesoftware.util.TaskWrapper
 
setPrivateMessage(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setPrivateMessagesEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbPrivateMessageManager
 
setPrivateMessagesEnabled(boolean) - Method in interface com.jivesoftware.forum.PrivateMessageManager
Enables or disables the private message feature.
setPrivateMessagesEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.PrivateMessageManagerProxy
 
setProduct(String) - Method in class com.jivesoftware.base.admin.Sidebar
 
setProduct(String) - Method in class com.jivesoftware.base.admin.SidebarTag
 
setProduct(String) - Method in class com.jivesoftware.base.admin.Tabs
 
setProduct(String) - Method in class com.jivesoftware.base.admin.TabsTag
 
setProduct(String) - Method in class com.jivesoftware.base.tags.ProductCheck
The product name, this is the short product name (ie forums)
setProduct(String) - Method in class com.jivesoftware.base.tags.ProductCheckTag
 
setProduct(String) - Method in class com.jivesoftware.webchat.License
 
setProfile(Map) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setProfile(User, List) - Method in interface com.jivesoftware.profiles.ProfileManager
Sets a list of profile values for a particular user.
setProfile(User, List) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
setProfile(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setProfileEnabled(boolean) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setProfileFieldManager(ProfileFieldManager) - Method in class com.jivesoftware.profiles.action.ProfileAction
 
setProfileFieldManager(ProfileFieldManager) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setProfileFieldManager(ProfileFieldManager) - Method in interface com.jivesoftware.profiles.ProfileFieldManagerAware
 
setProfileFieldValues(Map) - Method in class com.jivesoftware.base.profile.UserProfile
 
setProfileID(long) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setProfileManager(ProfileFieldManager) - Method in class com.jivesoftware.profiles.action.admin.EditProfileFieldOptions
 
setProfileManager(ProfileManager) - Method in class com.jivesoftware.profiles.action.ProfileAction
 
setProfileManager(ProfileManager) - Method in interface com.jivesoftware.profiles.ProfileManagerAware
 
setProfileMap(Map) - Method in class com.jivesoftware.profiles.action.EditProfileAction
Sets the local profile map
setProfilePageUrl(String) - Method in class com.jivesoftware.base.tags.Author
Set the url to the profile page
setProfilePageUrl(String) - Method in class com.jivesoftware.base.tags.AuthorTag
 
setProfileSearchManager(ProfileSearchManager) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setProfileSearchManager(ProfileSearchManager) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManagerAware
 
setProfilingEnabled(boolean) - Static method in class com.jivesoftware.base.database.ConnectionManager
Turns connection profiling on or off.
setProfilingEnabled(boolean) - Static method in class com.jivesoftware.util.profile.Profiler
 
setProjectNames(String) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Sets the list of comma-delimited project names to be looked for.
setProperties(Map) - Method in class com.jivesoftware.forum.database.DbDraft
 
setProperties(Map) - Method in class com.jivesoftware.forum.database.DbForum
 
setProperties(Map) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setProperties(Map) - Method in interface com.jivesoftware.forum.Draft
 
setProperties(Map) - Method in class com.jivesoftware.forum.DraftImpl
 
setProperties(Object, Map) - Static method in class com.jivesoftware.util.BeanUtils
Sets the properties of a Java Bean based on the String name/value pairs in the specified Map.
setProperty(String, String) - Method in class com.jivesoftware.base.database.DbGroup
 
setProperty(String, String) - Method in class com.jivesoftware.base.database.DbUser
 
setProperty(String, String) - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
setProperty(String, String) - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
setProperty(String, String) - Method in interface com.jivesoftware.base.Group
Sets an extended property of the group.
setProperty(String, String) - Method in class com.jivesoftware.base.GroupAdapter
 
setProperty(String, String) - Method in class com.jivesoftware.base.GroupProxy
 
setProperty(String, String) - Method in class com.jivesoftware.base.ldap.LdapGroup
 
setProperty(String, String) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
setProperty(String, String) - Method in class com.jivesoftware.base.ldap.LdapUser
 
setProperty(String, String) - Method in class com.jivesoftware.base.MockGroup
 
setProperty(String, String) - Method in class com.jivesoftware.base.MockUser
 
setProperty(Object, Object) - Method in class com.jivesoftware.base.stats.Bin
Sets a property of this Bin.
setProperty(String, String) - Method in interface com.jivesoftware.base.User
Sets an extended property of the user.
setProperty(String, String) - Method in class com.jivesoftware.base.UserProxy
 
setProperty(boolean) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setProperty(String, String) - Method in interface com.jivesoftware.forum.Announcement
Sets an extended property of this annoucement.
setProperty(String, String) - Method in interface com.jivesoftware.forum.Attachment
Sets an extended property of the attachment.
setProperty(String, String) - Method in interface com.jivesoftware.forum.Avatar
Sets an extended property of the attachment.
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbAttachment
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbAvatar
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbForum
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbForumThread
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
setProperty(String, String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setProperty(String, String) - Method in interface com.jivesoftware.forum.Forum
Sets an extended property of the forum.
setProperty(String, String) - Method in interface com.jivesoftware.forum.ForumCategory
Sets an extended property of the category.
setProperty(String, String) - Method in interface com.jivesoftware.forum.ForumMessage
Sets an extended property of this message.
setProperty(String, String) - Method in interface com.jivesoftware.forum.ForumThread
Sets an extended property of this thread.
setProperty(String, String) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
setProperty(String, String) - Method in interface com.jivesoftware.forum.gateway.Gateway
Sets an extended property for this gateway.
setProperty(String, String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setProperty(String, String) - Method in interface com.jivesoftware.forum.PrivateMessage
Sets an extended property of this private message.
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.AttachmentProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.AvatarProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
setProperty(String, String) - Method in class com.jivesoftware.forum.proxy.StatusLevelProxy
 
setProperty(String, String) - Method in interface com.jivesoftware.forum.StatusLevel
Sets an extended property of the status level.
setProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Set an extended propery for the category with the given category id.
setProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Set an extended for the property with the given message id.
setProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Set an extended for the property with the given forum ID.
setProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Set an extended for the property for the thread with the given ID.
setProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Set a new extended property on the specified group.
setProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
setProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
setProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
setProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ForumThreadServiceImpl
 
setProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
setPropertyMode(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the mode that will be used to select results if multiple properties have been specified.
setQ(String) - Method in class com.jivesoftware.forum.action.SearchAction
 
setQenc(String) - Method in class com.jivesoftware.forum.action.SearchAction
 
setQuery(String) - Method in class com.jivesoftware.forum.action.UserSearch
 
setQuery(String) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setQuery(String) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setQueryString(String) - Method in class com.jivesoftware.forum.database.DbQuery
 
setQueryString(String) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
setQueryString(String) - Method in interface com.jivesoftware.forum.Query
Sets the query string for the Query object.
setQueryString(String) - Method in class com.jivesoftware.forum.webservices.Query
Sets the query string for the Query object.
setQuote(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setQuoteChar(String) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
setQuoteColors(String) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
setQuoteMode(int) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
setRange(String) - Method in class com.jivesoftware.base.tags.Paginator
 
setRange(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setRange(int) - Method in class com.jivesoftware.forum.action.OnlineAction
 
setRange(int) - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
setRange(int) - Method in class com.jivesoftware.forum.action.UserSearch
 
setRange(String) - Method in class com.jivesoftware.forum.nntp.ArticleFilter
Sets the filter mode (mutually exclusive) to the given article number or message id range.
setRange(int) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setRange(String[]) - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
setRankBy(int) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setRankBy(int) - Method in class com.jivesoftware.forum.action.SearchAction
Sets the method to rank results.
setRatingsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbRatingManager
 
setRatingsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RatingManagerProxy
 
setRatingsEnabled(boolean) - Method in interface com.jivesoftware.forum.RatingManager
Enables or disables the ratings feature.
setRead(boolean) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setRead(boolean) - Method in interface com.jivesoftware.forum.PrivateMessage
Marks this message as read or unread.
setRead(boolean) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
setReader(Reader) - Method in class com.jivesoftware.forum.database.DbDataImport
 
setReadStatus(int) - Method in interface com.jivesoftware.forum.net.Connection
Sets the current read status of the connection.
setReadStatus(int) - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
setReadTrackingEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbReadTracker
 
setReadTrackingEnabled(boolean) - Method in class com.jivesoftware.forum.nntp.SessionManager
Enables or disables read tracking of NNTP sessions.
setReadTrackingEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.ReadTrackerProxy
 
setReadTrackingEnabled(boolean) - Method in interface com.jivesoftware.forum.ReadTracker
Enables or disables the read tracking feature.
setRebuild(boolean) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setRebuild(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
setReceiveEmails(boolean) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
setRecipient(User) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setRecipientID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setRecursive(boolean) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setRecursive(boolean) - Method in class com.jivesoftware.forum.ResultFilter
Sets the recursive value of queries.
setRecursiveForumCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setRedirect(String) - Method in class com.jivesoftware.base.admin.TaskTag
 
setRefererURL(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setReformatTextEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
setRegisteredChatEnabled(boolean) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setRegistrationManager(RegistrationManager) - Method in class com.jivesoftware.base.action.LoginAction
 
setRegistrationManager(RegistrationManager) - Method in interface com.jivesoftware.base.action.RegistrationManagerAware
 
setRegistrationManager(RegistrationManager) - Method in class com.jivesoftware.forum.action.ValidateAction
 
setRejectedUserID(long) - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
setRejectionMailAddress(String) - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
setRejectionMessage(String) - Method in class com.jivesoftware.forum.interceptor.GovernorInterceptor
Sets the rejection message that will be returned if a user attempts to make multiple posts within the post interval.
setRejectionReasonProperty(String) - Method in exception com.jivesoftware.forum.mail.EmailMonitorException
 
setRelevance(float) - Method in class com.jivesoftware.forum.QueryResult
Get the relevance of this query result as determined by the search engine.
setRelevance(float) - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
setRemoveAttachID(long[]) - Method in class com.jivesoftware.forum.action.PostAction
Sets the id's of attachments that are to be removed from the message.
setRemoveCronTask(CronTask) - Method in class com.jivesoftware.util.CronClusterUpdateTask
 
setRemoveFilter(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setRemoveFilterName(String) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setRenderPipe(RenderPipe) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setRenderPipe(RenderPipe) - Method in interface com.jivesoftware.forum.renderer.RenderContext
Sets the render pipe that will be used for rendering.
setRenderStrategy(RenderStrategy) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setRenderStrategy(RenderStrategy) - Method in interface com.jivesoftware.forum.renderer.RenderContext
Sets the render strategy that will be used for rendering.
setReplace(String) - Method in class com.jivesoftware.forum.renderer.filter.regex.AbstractRegexFilter
 
setReplace1(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setReplace2(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setReplace3(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setReplace4(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setReplace5(String) - Method in class com.jivesoftware.forum.renderer.filter.RegexReplaceFilter
 
setReply(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets reply to true if this is a reply to a message or thread, false otherwise.
setReply(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Sets reply to true if this is a reply to a message or thread, false otherwise.
setReply(boolean) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setReplyPrefixes(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the possible prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
setReplyPrefixes(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets the possible prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
setReplyPrefixes(String) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Sets the possible prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
setReplyPrefixes(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the possible prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
setReplyPrefixes(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the possible prefixes that will be stripped from messages when attempting to find a parent message via subject line matching.
setReplyToAddress(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Set the reply-to email address for message export.
setReportAbuseEnabled(boolean) - Method in interface com.jivesoftware.forum.abuse.AbuseManager
Enables or disables the report abuse feature.
setReportAbuseEnabled(boolean) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
setReportDate(Date) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setReports(List) - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
setReports(List) - Method in interface com.jivesoftware.base.stats.ReportTemplate
 
SetRequestCharacterEncodingFilter - Class in com.jivesoftware.util
Set the character encoding to be the one used by Jive.
SetRequestCharacterEncodingFilter() - Constructor for class com.jivesoftware.util.SetRequestCharacterEncodingFilter
 
setRequired(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setRequired(boolean) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setRequired(boolean) - Method in class com.jivesoftware.profiles.ProfileField
Sets whether or not this profile field is a required field.
setReservedWordEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setReservedWordEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends keyword blocks.
setReservedWordEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a reserved word.
setReservedWordEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a reserved word.
setReservedWordStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setReservedWordStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts reserved word blocks.
setReservedWordStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a reserved word.
setReservedWordStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a reserved word.
setResolution(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the resolution for this question.
setResolution(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the resolution for this question.
setResolutionDateRangeMax(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets a date that represents the upper boundry for the resolution date of questions to be selected by the result filter.
setResolutionDateRangeMin(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets a date that represents the lower boundary for messages or threads to be selected by the result filter.
setResourceParameters(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
SetResponseCharacterEncodingFilter - Class in com.jivesoftware.util
Set the character encoding to be the one used by Jive.
SetResponseCharacterEncodingFilter() - Constructor for class com.jivesoftware.util.SetResponseCharacterEncodingFilter
 
setResultFilter(ResultFilter) - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Sets the ResultFilter used to create the list of threads in this category.
setResultFilter(ResultFilter) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the result filter used to create the list of messages in this thread.
setResultRange(int) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setRewardPoints(int, Connection) - Method in class com.jivesoftware.forum.database.DbForumMessage
Sets the number of reward points for the thread.
setRewardPoints(int, Connection) - Method in class com.jivesoftware.forum.database.DbForumThread
Sets the number of reward points for the thread.
setRewardsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
setRewardsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
setRewardsEnabled(boolean) - Method in interface com.jivesoftware.forum.RewardManager
Enables or disables the rewards feature.
setRole(String) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setRole(String) - Method in class com.jivesoftware.base.admin.Sidebar
 
setRole(String) - Method in class com.jivesoftware.base.admin.SidebarTag
 
setRole(String) - Method in class com.jivesoftware.base.admin.Tabs
 
setRole(String) - Method in class com.jivesoftware.base.admin.TabsTag
 
setRoomJID(String) - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
setRoomName(String) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setRoomName(String) - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
setRoomName(String) - Method in class com.jivesoftware.webchat.rooms.RoomInfo
 
setRootMessage(ForumMessage) - Method in class com.jivesoftware.forum.webservices.ForumThread
Called by the ForumThreadService to set the appropriate rootMessage into the thread.
setRootUser(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
setRootUser(User) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
setRssUsername(String) - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
setSaveFilterSettings(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setSaveInDb(boolean) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setSchemes(String) - Method in class com.jivesoftware.forum.renderer.filter.URLFilter
Sets the current supported uri schemes as a comma separated string.
setSchemes(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
Sets the current supported uri schemes as a comma separated string.
setSchemes(String) - Method in class com.jivesoftware.webchat.filter.URLFilter
Sets the current supported uri schemes as a comma seperated string.
setScope(String) - Method in class com.jivesoftware.base.admin.TaskTag
 
setScore(int) - Method in class com.jivesoftware.forum.database.DbRating
 
setScrambleMode(boolean) - Method in class com.jivesoftware.forum.renderer.filter.EmailFilter
 
setSearch(boolean) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setSearchable(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setSearchable(boolean) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setSearchable(boolean) - Method in class com.jivesoftware.profiles.ProfileField
Sets whether or not this profile field is searchable.
setSearchedUser(User) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setSearchEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setSearchEnabled(boolean) - Method in interface com.jivesoftware.forum.SearchManager
Enables or disables the search feature.
setSearchEnabled(boolean) - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Enables or disables the profile search feature.
setSearchEnabled(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
setSearchFilter(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the filter used for searching the directory for users.
setSearchFilters(List) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setSearchID(long) - Method in class com.jivesoftware.forum.action.Click
 
setSearchID(long) - Method in class com.jivesoftware.forum.action.SearchAction
Used to set a previously retrieved searchID.
setSearchQuery(String) - Method in class com.jivesoftware.forum.action.rss.RSSSearch
 
setSecure(boolean) - Method in class com.jivesoftware.forum.net.AcceptPort
Sets the security status of this connection.
setSecure(boolean) - Method in interface com.jivesoftware.forum.net.Connection
Sets the security status of this connection.
setSecure(boolean) - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
setSender(String, String) - Method in class com.jivesoftware.base.EmailMessage
Sets the address the email is sent from.
setSender(EmailMessage.EmailAddress) - Method in class com.jivesoftware.base.EmailMessage
Sets the address the email is sent from.
setSenderID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setServerDomain(String) - Method in class com.jivesoftware.webchat.ChatSettings
 
setServerURL(String) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the JDBC connection URL used to make database connections.
setServerURL(String) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.base.action.JiveActionSupport
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.base.action.LoginAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.Accountbox
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.PollPostAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.PostAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setServletRequest(HttpServletRequest) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setServletResponse(HttpServletResponse) - Method in class com.jivesoftware.base.action.JiveActionSupport
 
setServletResponse(HttpServletResponse) - Method in class com.jivesoftware.base.action.LoginAction
 
setServletResponse(HttpServletResponse) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
 
setServletResponse(HttpServletResponse) - Method in class com.jivesoftware.forum.action.Breadcrumbs
 
setServletResponse(HttpServletResponse) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setSession(Map) - Method in class com.jivesoftware.base.action.LoginAction
 
setSession(Map) - Method in class com.jivesoftware.base.action.LogoutAction
 
setSession(Map) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setSession(Map) - Method in class com.jivesoftware.forum.action.PostAction
 
setSession(Map) - Method in class com.jivesoftware.forum.action.RecentHistoryAction
 
setSessionCheckPeriod(long) - Method in class com.jivesoftware.forum.nntp.SessionManager
Sets the new period between idle session checks in milliseconds.
setSessionID(long) - Method in class com.jivesoftware.base.stats.ReadStatSession
Sets the session ID for this object.
setSessionTimeout(long) - Method in class com.jivesoftware.forum.nntp.SessionManager
Sets the new session timeout in milliseconds.
setSettings(ForumsChatSettings) - Static method in class com.jivesoftware.forum.im.IMSettingsUtils
Sets the ForumsChatSettings for this installation.
setSettings(ChatSettings) - Method in class com.jivesoftware.webchat.ChatSettingsManager
 
setShortDescription(String) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setShortDescription(String) - Method in interface com.jivesoftware.base.stats.Report
 
setShortTermQueryCacheEnabled(boolean) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
Enables or disables the short-term query cache.
setShortTermQueryCacheLifetime(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
Sets the expiration time in milliseconds for entries in the short term query cache.
setShowEditStamp(boolean) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setShowEmail(boolean) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setShowLineCount(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setShowLineCount(boolean) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
 
setShowName(boolean) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setShowSignature(boolean) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setSignature(String) - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
setSignature(String) - Method in class com.jivesoftware.webchat.License
 
setSize(int) - Method in class com.jivesoftware.forum.action.AvatarDisplayAction
 
setSoapEnabled(boolean) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setSoapWrite(boolean) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setSort(String) - Method in class com.jivesoftware.forum.action.OnlineAction
 
setSort(int) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
setSortField(int) - Method in class com.jivesoftware.base.ban.BanFilter
 
setSortField(int) - Method in class com.jivesoftware.forum.database.DbQuery
 
setSortField(int) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
setSortField(int) - Method in interface com.jivesoftware.forum.Query
Sets the sort field to use.
setSortField(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the sort field to use.
setSortField(int) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the sort field to use.
setSortField(int) - Method in class com.jivesoftware.forum.webservices.Query
Sets the sort field to use.
setSortField(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the sort field to use.
setSortOption(int) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setSortOrder(int) - Method in class com.jivesoftware.base.ban.BanFilter
 
setSortOrder(int) - Method in class com.jivesoftware.forum.database.DbQuery
 
setSortOrder(int) - Method in class com.jivesoftware.forum.proxy.QueryProxy
 
setSortOrder(int) - Method in interface com.jivesoftware.forum.Query
Sets the sort type.
setSortOrder(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the sort type.
setSortOrder(int) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the sort order.
setSortOrder(int) - Method in class com.jivesoftware.forum.webservices.Query
Sets the sort type.
setSortOrder(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the sort type.
setSortPropertyName(String) - Method in class com.jivesoftware.forum.ResultFilter
Sets the property name to sort on.
setSourceObject(Object) - Method in class com.jivesoftware.forum.renderer.impl.JiveRenderContext
 
setSpecialCharacterSet(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the special encoding for the forum.
setSpecifiedGroups(String) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setSpecifiedUsers(String) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setSpellSuggestOn(boolean) - Method in class com.jivesoftware.forum.action.SearchAction
 
setSQL(String) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
Sets the SQL.
setSslEnabled(boolean) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets whether the connection to the LDAP server should be made via ssl or not.
setSSLEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Toggles SSL connections to the IMAP server on or off.
setSSLEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Toggles SSL connections to the POP3 server on or off.
setSSLEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets whether this gateway is configured for SSL connections to the SMTP server or not.
setSSLEnabled(boolean) - Method in class com.jivesoftware.util.SmtpProxy
Sets whether this gateway is configured for SSL connections to the SMTP server or not.
setSslEnabled(boolean) - Method in class com.jivesoftware.webchat.ChatSettings
 
setSslPort(int) - Method in class com.jivesoftware.webchat.ChatSettings
 
setStart(int) - Method in class com.jivesoftware.forum.action.ForumAction
Sets the starting index for the list of threads in this forum.
setStart(int) - Method in class com.jivesoftware.forum.action.ForumCategoryAction
Sets the starting index for the list of threads in this category.
setStart(int) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Returns the thread index hint for this thread.
setStart(int) - Method in class com.jivesoftware.forum.action.OnlineAction
 
setStart(int) - Method in class com.jivesoftware.forum.action.PollsViewAction
Sets the start index of the list of polls.
setStart(int) - Method in class com.jivesoftware.forum.action.PrivateMessagesAction
 
setStart(String) - Method in class com.jivesoftware.forum.action.rss.RSSAnnouncements
Sets the starting date of the date range in the format of RSSAnnouncements.DEFAULT_DATE_FORMAT.
setStart(int) - Method in class com.jivesoftware.forum.action.SearchAction
 
setStart(int) - Method in class com.jivesoftware.forum.action.TagAction
 
setStart(int) - Method in class com.jivesoftware.forum.action.UserSearch
 
setStart(int) - Method in class com.jivesoftware.forum.action.util.Page
Sets the starting index of the items we're paginating.
setStart(int) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
Sets the starting index for the list of moderated messages
setStart(int) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
 
setStart(int) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setStartDate(Date) - Method in class com.jivesoftware.base.database.DbPoll
 
setStartDate(Date) - Method in interface com.jivesoftware.base.Poll
Sets the date voting for the poll should start.
setStartDate(Date) - Method in class com.jivesoftware.base.stats.AbstractReport
 
setStartDate(Date) - Method in interface com.jivesoftware.forum.Announcement
Sets the start date for when the announcement should first be visible.
setStartDate(Date) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
setStartDate(NNTPDate) - Method in class com.jivesoftware.forum.nntp.NewsGroupFilter
Sets the start date for NEWGROUPS matching.
setStartDate(Date) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
setStartDate(Date) - Method in class com.jivesoftware.forum.proxy.PollProxy
 
setStartDate(Date) - Method in class com.jivesoftware.forum.webservices.Announcement
Sets the start date for when the announcement should first be visible.
setStartDateRangeMax(Date) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the maximum start date on which results will be filtered.
setStartDateRangeMin(Date) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the minimum start date on which results will be filtered.
setStartIndex(int) - Method in class com.jivesoftware.forum.action.StatusLevelLeadersAction
If use in conjunction with numResults you can specify a different amount of results to return and where to start
setStartIndex(int) - Method in class com.jivesoftware.forum.net.BasicResultFilter
Sets the index of the first result to return.
setStartIndex(int) - Method in class com.jivesoftware.forum.ResultFilter
Sets the index of the first result to return.
setStartIndex(int) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the index of the first result to return.
setStartIndex(int) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the index of the first result to return.
setStartOffset(int) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ForumFilter
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.filter.MessageFilter
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
setStartTag(String) - Method in class com.jivesoftware.forum.renderer.macro.UserMacro
 
setStartToken(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
setState(int) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
setStateChanged(boolean) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
setStatus(String) - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Sets the status of the upload.
setStatus(int) - Method in class com.jivesoftware.base.database.DbPresence
 
setStatus(int) - Method in interface com.jivesoftware.base.Presence
Sets the status of the user.
setStatus(int) - Method in class com.jivesoftware.base.PresenceProxy
 
setStatusLevelsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager
 
setStatusLevelsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
setStatusLevelsEnabled(boolean) - Method in interface com.jivesoftware.forum.StatusLevelManager
Sets whether status levels should be enabled in the system.
setStatusLevelsEnabled(boolean) - Static method in class com.jivesoftware.forum.StatusLevelManagerFactory
 
setStemmingEnabled(boolean) - Method in class com.jivesoftware.forum.interceptor.KeywordInterceptor
Toggles whether stemming will be applied to keywords.
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.GroupPostReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.HTTPPageViewsReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.NewMessagesReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.NNTPPageViewsReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
setStepSize(long) - Method in class com.jivesoftware.forum.stats.report.UserCreationReport
 
setStoreEmailAsProp(boolean) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets whether to store the poster's email in a seperate extended property.
setStoreNameAsProp(boolean) - Method in class com.jivesoftware.forum.interceptor.GatewayInterceptor
Sets whether to store the poster's name in a seperate extended property.
setStqc(boolean) - Method in class com.jivesoftware.forum.action.ForumThreadAction
 
setString(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setString(String) - Method in class com.jivesoftware.forum.renderer.util.FormatExclusion
 
setStringEnd(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setStringEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that ends string blocks.
setStringEnd(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the end of a String.
setStringEnd(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the end of a String.
setStringStart(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setStringStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the HTML tag that starts string blocks.
setStringStart(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeViewer
Sets the html for the start of a String.
setStringStart(String) - Method in class com.jivesoftware.util.JavaCodeViewer
Sets the html for the start of a String.
setStringValue(String) - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
setStringValue(String) - Method in class com.jivesoftware.base.theme.ThemeMap
 
setStripDisallowedTags(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HTMLFilter
 
setStyle(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
setStylesEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setSubject(String) - Method in class com.jivesoftware.base.EmailMessage
Sets the subject of the email.
setSubject(String) - Method in class com.jivesoftware.forum.action.BranchAction
 
setSubject(boolean) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setSubject(String) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the message subject.
setSubject(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the message subject.
setSubject(String) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
setSubject(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setSubject(String) - Method in interface com.jivesoftware.forum.Announcement
Sets the announcement subject.
setSubject(String) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
setSubject(String) - Method in class com.jivesoftware.forum.database.DbDraft
 
setSubject(String) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setSubject(String) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
setSubject(String) - Method in class com.jivesoftware.forum.database.EmailWatchMessageWrapper
 
setSubject(String) - Method in interface com.jivesoftware.forum.Draft
 
setSubject(String) - Method in class com.jivesoftware.forum.DraftImpl
 
setSubject(String) - Method in interface com.jivesoftware.forum.ForumMessage
Sets the subject of this message.
setSubject(String) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setSubject(String) - Method in interface com.jivesoftware.forum.PrivateMessage
Sets the subject of the message.
setSubject(String) - Method in class com.jivesoftware.forum.proxy.AnnouncementProxy
 
setSubject(String) - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
setSubject(String) - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
setSubject(String) - Method in class com.jivesoftware.forum.webservices.Announcement
Sets the announcement subject.
setSubject(String) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the subject string that results will be filtered on.
setSubject(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the subject of this message.
setSubject(String) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setSubject(String) - Method in class com.jivesoftware.webchat.chat.group.ChatInfo
 
setSubjectParentageCheckEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets whether parentage checks will be done using subject line matching or not.
setSubjectParentageCheckEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets whether parentage checks will be done using subject line matching or not.
setSubjectParentageCheckEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.MboxImporter
Sets whether parentage checks will be done using subject line matching or not.
setSubjectParentageCheckEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets whether parentage checks will be done using subject line matching or not.
setSubjectParentageCheckEnabled(boolean) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets whether parentage checks will be done using subject line matching or not.
setSubjectProperty(String) - Method in class com.jivesoftware.base.EmailMessage
Sets the email's subject property name
setSubmitButton(String) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setSubPageID(String) - Method in class com.jivesoftware.base.admin.AdminPageBean
Sets the subpage ID (corresponds to sidebar ID's).
setSubsidebar(SubSidebar) - Method in class com.jivesoftware.base.admin.Sidebar
 
setSuccess(boolean) - Method in class com.jivesoftware.forum.action.FilterSettings
 
setSuccess(boolean) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
setSuccess(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
setSuccess(boolean) - Method in class com.jivesoftware.webchat.chat.group.Information
 
setSuccessURL(String) - Method in class com.jivesoftware.base.action.LoginAction
Sets the url that the login will redirect to upon a successful login.
setSystemAdmin(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setTableBorderColor(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setTableBorderColor(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the code table's border color.
setTableCodePanelBckgrndColor(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setTableCodePanelBckgrndColor(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the code panel's background color.
setTableLinePanelBckgrndColor(String) - Method in class com.jivesoftware.forum.renderer.filter.JavaCodeFilter
 
setTableLinePanelBckgrndColor(String) - Method in class com.jivesoftware.forum.renderer.macro.code.JavaCodeFormatter
Sets the line-number panel's background color.
setTablesEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WikiFilter
 
setTag(boolean) - Method in class com.jivesoftware.forum.action.EditRenderFilter
 
setTag(String) - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
setTagName(String) - Method in class com.jivesoftware.forum.action.TagAction
 
setTagname(String) - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
setTags(String) - Method in class com.jivesoftware.forum.action.EditTagsAction
 
setTags(String) - Method in class com.jivesoftware.forum.action.PostAction
Sets the current tags for this thread
setTags(Collection) - Method in class com.jivesoftware.forum.ResultFilter
Sets the ContentTags to filter on.
setTarget(RenderTarget) - Method in class com.jivesoftware.forum.renderer.RenderStrategy
 
setTargetForumID(long) - Method in class com.jivesoftware.forum.action.MoveThreadAction
 
setTask(Runnable) - Method in class com.jivesoftware.util.TaskWrapper
 
setTasks(List) - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
setTempAttachmentID(long) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setTemplateDir(File) - Method in class com.jivesoftware.base.stats.HTMLReportTemplate
 
setTemporaryParentBody(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the body that will be used when creating temporary parent messages.
setTemporaryParentBody(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Sets the body that will be used when creating temporary parent messages.
setTemporaryParentBody(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the body that will be used when creating temporary parent messages.
setTemporaryParentBody(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the body that will be used when creating temporary parent messages.
setTermsEnabled(boolean) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets terms and conditions to be enabled / disabled
setTermsEnabled(boolean) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setTermsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setTermsURL(String) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Sets the string url representing the terms and conditions page
setTermsURL(String) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setTermsURL(String) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setTest(boolean) - Method in class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
setTest(boolean) - Method in class com.jivesoftware.forum.renderer.impl.AbstractClassicRegexTokenRenderFilter
 
setTest(boolean) - Method in class com.jivesoftware.forum.renderer.impl.AbstractJiveClassicRenderFilter
 
setText(String) - Method in class com.jivesoftware.forum.action.WikiConversionAction
 
setText(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
setText(String) - Method in class com.jivesoftware.webchat.history.Line
 
setTextBody(String) - Method in class com.jivesoftware.base.EmailMessage
Sets the text version of the body.
setTextBodyProperty(String) - Method in class com.jivesoftware.base.EmailMessage
Set the property name for the html version of the email body
setTextEmailBody(String, Locale) - Method in class com.jivesoftware.forum.expert.OpenQuestionAlertSettings
Sets the plain-text body of the nofication emails.
setTheme(String) - Static method in class com.jivesoftware.base.theme.ThemeContext
 
setTheme(String) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setThemeManager(ThemeManager) - Static method in class com.jivesoftware.base.theme.ThemeManagerFactory
 
setThemeManager(Class) - Static method in class com.jivesoftware.base.theme.ThemeManagerFactory
 
setThread(ForumThread) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the thread to use in this action.
setThread(ForumThread) - Method in interface com.jivesoftware.forum.action.ForumThreadAware
Provides the action an instance of ForumThread
setThread(ForumThread) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setThread(ForumThread) - Method in class com.jivesoftware.forum.action.PostAction
 
setThread(ForumThread) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setThread(DbForumThread) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setThread(ForumThread) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter.InsertCacheItem
 
setThreadCount(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
setThreadCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setThreadID(long) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the ID of the thread to load.
setThreadID(long) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets the ID of the thread to use.
setThreadID(long) - Method in class com.jivesoftware.forum.action.RewardsAction
 
setThreadID(long) - Method in class com.jivesoftware.forum.action.rss.RSSMessages
 
setThreadID(String) - Method in class com.jivesoftware.forum.action.SearchAction
 
setThreadID(long) - Method in class com.jivesoftware.forum.action.WatchesAction
 
setThreadID(long) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setThreadID(long) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setThreadMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
setThreadMode(String) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setThreadsPerPage(int) - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
setThreadsPerPage(int) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setTid(String) - Method in class com.jivesoftware.forum.action.OldPostAction
 
setTimesRan(int) - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
setTimesRan(int) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
setTimestamp(long) - Method in class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
setTimeZone(TimeZone) - Static method in class com.jivesoftware.base.JiveGlobals
Sets the global time zone used by Jive.
setTimezone(String) - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
setTimezone(String) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setTimeZone(TimeZone) - Method in class com.jivesoftware.util.CronTimer
Sets the time zone for which the cronExpression of this CronTimer will be resolved.
SETTINGS - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Edit Your Settings' page.
Settings - Class in com.jivesoftware.webchat.providers
 
Settings() - Constructor for class com.jivesoftware.webchat.providers.Settings
 
SettingsDataProvider - Class in com.jivesoftware.webchat.providers
Builds off the data.
SettingsDataProvider() - Constructor for class com.jivesoftware.webchat.providers.SettingsDataProvider
 
SettingsPrivateData - Class in com.jivesoftware.webchat.providers
Saves the data.
SettingsPrivateData(String, HashMap) - Constructor for class com.jivesoftware.webchat.providers.SettingsPrivateData
 
setTitle(String) - Method in class com.jivesoftware.base.admin.AdminPageBean
Sets the title of the admin console page.
setTitle(String) - Method in class com.jivesoftware.base.stats.Chart
 
setTitle(String) - Method in class com.jivesoftware.base.stats.model.DataTable
Sets the title of the table.
setTitle(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setTo(String) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setToAddress(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the email address that messages will be sent to during exports.
setToken(String) - Method in class com.jivesoftware.forum.action.ResetPassword
Sets the token.
setTotalMessages(long) - Method in class com.jivesoftware.forum.gateway.GatewayImporter.Stats
 
setTotalMessages(long) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
setTotalSize(long) - Method in class com.jivesoftware.base.action.multipart.UploadInfo
Sets the total size of the upload.
setTotalTime(long) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
 
setTrackbackEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Sets whether trackabck information is sent to the JIRA instance.
setTstart(int) - Method in class com.jivesoftware.forum.action.ForumThreadAction
Sets the index hint for this thread.
setType(String) - Method in class com.jivesoftware.base.action.ErrorAction
Sets the classname of the exception.
setType(String) - Method in class com.jivesoftware.base.action.interceptor.ConditionalInterceptor
Sets the type of interceptor this is - a before or after one.
setType(int) - Method in class com.jivesoftware.base.stats.Chart
 
setType(String) - Method in class com.jivesoftware.base.tags.StatusMessage
 
setType(String) - Method in class com.jivesoftware.forum.action.ReadStatsInterceptor
Sets the type of read stat to create.
setType(String) - Method in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Sets the type of read stat to create.
setType(String) - Method in class com.jivesoftware.forum.action.ViewCountInterceptor
Sets the type of view count to create.
setType(String) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
setType(int) - Method in class com.jivesoftware.forum.moderation.ModBean
 
setTypeID(int) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
 
setTypeID(int) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setTypeID(int) - Method in class com.jivesoftware.profiles.ProfileField
Sets the id of the ProfileField.Type of this profile field.
setUnfilteredBody(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the unfiltered body of the message
setUnfilteredBody(String) - Method in class com.jivesoftware.webchat.chat.group.ChatMessage
 
setUnfilteredSubject(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the unfiltered version of the subject.
setup - Static variable in class com.jivesoftware.base.PresenceFilter
 
setup - Static variable in class com.jivesoftware.base.stats.BytesSentFilter
 
setup - Static variable in class com.jivesoftware.base.stats.ReadStatsFilter
 
setup() - Method in class com.jivesoftware.forum.gateway.BaseGateway
Child classes must implement this method to create the importer and exporter instances.
setup() - Method in class com.jivesoftware.forum.gateway.ImapGateway
 
setup() - Method in class com.jivesoftware.forum.gateway.MboxGateway
 
setup() - Method in class com.jivesoftware.forum.gateway.NewsgroupGateway
 
setup() - Method in class com.jivesoftware.forum.gateway.POP3Gateway
 
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilter
 
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.regex.RegexTokenFilter
Setup.
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatter
 
setUp(RenderContext) - Method in class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatter
 
setUp(int, double, double) - Method in class com.jivesoftware.util.LongHashMap
Initializes the receiver.
SetupAction - Class in com.jivesoftware.forum.action.setup
 
SetupAction() - Constructor for class com.jivesoftware.forum.action.setup.SetupAction
 
SetupActionSupport - Class in com.jivesoftware.forum.action.setup
A base action class that handles a set of common code for the setup process.
SetupActionSupport() - Constructor for class com.jivesoftware.forum.action.setup.SetupActionSupport
 
setUpdate(boolean) - Method in class com.jivesoftware.forum.database.SearchClusterTask
 
setUpdate(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
setUpdateCatWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setUpdateForumWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setUpdateGeneral(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setUpdateMessageIDOnExport(boolean) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets whether the gateway will update the messageID message property stored in Jive upon export of a message.
setUpdateMessageIDOnExport(boolean) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets whether the gateway will update the messageID message property stored in Jive upon export of a message.
setUpdateThreadWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setUpdateUserWatch(String) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setUpgrades(List) - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig
 
setupListeners() - Method in class com.jivesoftware.webchat.chat.ChatSession
InvitationListener implementation
setUpperBound(DateRange) - Method in class com.jivesoftware.util.UnboundedDateRange
 
setupProperties - Static variable in class com.jivesoftware.base.JiveGlobals
Local Jive properties (from jive_startup.xml).
setUrl(String) - Method in class com.jivesoftware.base.action.util.RedirectAction
 
setUrl(String) - Method in class com.jivesoftware.base.tags.Paginator
 
setUrl(String) - Method in class com.jivesoftware.base.tags.PaginatorTag
 
setUrl(String) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setURL(String) - Method in class com.jivesoftware.webchat.License
 
setUseDraft(boolean) - Method in class com.jivesoftware.forum.action.OldPostAction
Sets whether or not the user wants to use an existing draft.
setUseDraft(boolean) - Method in class com.jivesoftware.forum.action.PollPostAction
Sets whether or not the user wants to use an existing draft.
setUseDraft(boolean) - Method in class com.jivesoftware.forum.action.PostAction
Sets whether or not the user wants to use an existing draft.
setUseDraft(boolean) - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Sets whether or not the user wants to use an existing draft.
setUseNewStyle(boolean) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
True to use new style, false to use RSS URL style from versions less than 3.7.
setUser(User) - Method in class com.jivesoftware.base.action.JiveActionSupport
 
setUser(User) - Method in interface com.jivesoftware.base.action.UserAware
 
setUser(User) - Method in class com.jivesoftware.base.action.util.RedirectAction
 
setUser(User) - Method in class com.jivesoftware.forum.abuse.AbuseReport
 
setUser(User) - Method in class com.jivesoftware.forum.action.AvatarUploadAction
 
setUser(User) - Method in class com.jivesoftware.forum.action.ForumActionSupport
 
setUser(User) - Method in class com.jivesoftware.forum.action.rss.RSSMainAction
 
setUser(User) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
setUser(User) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setUser(String) - Method in class com.jivesoftware.forum.nntp.Session
Sets the user name for authentication but does not test the validity of the user name assertion.
setUser(User) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setUser(User) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the id of the user.
setUser(String) - Method in class com.jivesoftware.profiles.action.admin.EditUserProfile
 
setUser(User) - Method in class com.jivesoftware.profiles.action.EditProfile
 
setUser(User) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setUser(User) - Method in class com.jivesoftware.profiles.search.ProfileSearchClusterTask
 
setUser(User) - Method in class com.jivesoftware.profiles.search.ProfileSearchResult
 
setUser(String) - Method in class com.jivesoftware.webchat.chat.group.ChatPresence
 
setUserAdmin(boolean) - Method in class com.jivesoftware.base.admin.JiveAdminRole
 
setUserAvatarsEnabled(boolean) - Method in interface com.jivesoftware.forum.AvatarManager
Sets whether or not users can create their own custom avatars.
setUserAvatarsEnabled(boolean) - Method in class com.jivesoftware.forum.database.DbAvatarManager
 
setUserAvatarsEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.AvatarManagerProxy
 
setUserID(long) - Method in class com.jivesoftware.base.profile.UserProfile
 
setUserID(long) - Method in exception com.jivesoftware.base.UserNotFoundException
 
setUserID(long[]) - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
setUserID(long[]) - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
setUserid(long) - Method in class com.jivesoftware.forum.action.ResetPassword
Sets the userid.
setUserID(long) - Method in class com.jivesoftware.forum.action.rss.RSSCommunityStats
Sets the user id to filter by
setUserID(String) - Method in class com.jivesoftware.forum.action.SearchAction
 
setUserID(long) - Method in class com.jivesoftware.forum.action.UserAvatarAction
 
setUserID(long) - Method in class com.jivesoftware.forum.action.ValidateAction
 
setUserID(long) - Method in class com.jivesoftware.forum.action.WatchesAction
 
setUserID(long) - Method in class com.jivesoftware.forum.database.DbDraft
 
setUserID(long) - Method in class com.jivesoftware.forum.DraftImpl
 
setUserID(String) - Method in class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
setUserID(long) - Method in class com.jivesoftware.forum.ResultFilter
Sets the userID that results will be filtered on.
setUserID(long) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the userID that results will be filtered on.
setUserID(long) - Method in class com.jivesoftware.forum.webservices.ResultFilter
Sets the userID that results will be filtered on.
setUserID(long) - Method in class com.jivesoftware.forum.webservices.Watch
 
setUserID(long) - Method in class com.jivesoftware.profiles.action.ViewProfile
 
setUserLocale(String) - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
setUserManager(UserManager) - Method in interface com.jivesoftware.base.action.UserManagerAware
 
setUserManager(UserManager) - Method in class com.jivesoftware.forum.action.UserAvatarAction
 
setUserManager(UserManager) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setUserManager(UserManager) - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
setUserManager(UserManager) - Method in class com.jivesoftware.profiles.action.ViewProfile
 
setUsername(String) - Method in class com.jivesoftware.base.action.LoginAction
Sets the username used to do a login if the username is not null and not a zero-length String.
setUsername(String) - Method in class com.jivesoftware.base.action.rss.RSSActionSupport
Sets the username to authenticate with.
setUsername(String) - Method in class com.jivesoftware.base.database.DbUser
 
setUsername(String) - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
Sets the username used to connect to the database.
setUsername(String) - Method in class com.jivesoftware.base.MockUser
 
setUsername(String) - Method in exception com.jivesoftware.base.UserNotFoundException
 
setUsername(String) - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
setUsername(String) - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
Sets the username.
setUsername(String) - Method in class com.jivesoftware.forum.action.ProfileRedirectAction
 
setUsername(String) - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
setUsername(String) - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
setUsername(String) - Method in class com.jivesoftware.forum.action.UserAvatarAction
 
setUsername(String) - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereAction
 
setUsername(String) - Method in class com.jivesoftware.forum.gateway.ImapImporter
Sets the username that will be used when connecting to the IMAP server.
setUsername(String) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Set the username.
setUsername(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
Sets the username to be used in connecting to the NNTP server.
setUsername(String) - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
Sets the username to be used in connecting to the NNTP server.
setUsername(String) - Method in class com.jivesoftware.forum.gateway.Pop3Importer
Sets the username that will be used when connecting to the POP3 server.
setUsername(String) - Method in class com.jivesoftware.forum.gateway.SmtpExporter
Sets the username that will be used when connecting to the SMTP server.
setUsername(String) - Method in class com.jivesoftware.forum.renderer.filter.JIRAFilter
Sets the username used to connect to the JIRA instance or null if no username is used.
setUsername(String) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets the user name string that results will be filtered on.
setUsername(String) - Method in class com.jivesoftware.forum.webservices.User
 
setUsername(String) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setUsername(String) - Method in class com.jivesoftware.profiles.action.ViewProfile
 
setUsername(boolean) - Method in class com.jivesoftware.profiles.search.ProfileSearchQuery
 
setUsername(String) - Method in class com.jivesoftware.util.SmtpProxy
Sets the username that will be used when connecting to the SMTP server.
setUsername(String) - Method in class com.jivesoftware.webchat.user.UserSession
 
setUsernameEnabled(boolean) - Method in class com.jivesoftware.forum.action.UserSearch
 
setUsernameEnabled(boolean) - Method in class com.jivesoftware.profiles.action.SearchProfile
 
setUsernameField(String) - Method in class com.jivesoftware.base.ldap.LdapManager
Sets the LDAP field name that the username lookup will be performed on.
setUsernameToAdd(String) - Method in class com.jivesoftware.forum.action.RosterAction
 
setUserProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Set an extended property for a user.
setUserProperty(String, String, long) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
setValid(boolean) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
setValidation(String) - Method in class com.jivesoftware.profiles.action.CreateProfile
 
setValidationEnabled(boolean) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Enables or disables the validation feature.
setValidationEnabled(boolean) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
setValidationEnabled(boolean) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
setValidationKey(String) - Method in class com.jivesoftware.forum.action.ValidateAction
 
setValue(Object, String, Object) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Set a single property of the bean.
setValue(String) - Method in class com.jivesoftware.base.tags.ArgTag
Sets the value of the i18n paramenter for the i18n tag.
setValue(Object) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.Entry
 
setValue(String) - Method in class com.jivesoftware.forum.webservices.Property
Sets the property value.
setValue(String) - Method in class com.jivesoftware.profiles.ProfileFieldOption
Sets the value of this option.
setValue(String) - Method in class com.jivesoftware.profiles.search.ProfileSearchFilter
 
setValue(String) - Method in class com.jivesoftware.profiles.UserProfile
Sets the value that the user selected for the profile field.
setValues(Object, Map, String[]) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Set multiple properties of a bean at once using a Map.
setValues(Object, Object, String[]) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Set multiple properties of a bean at once using properties of another bean.
setValues(Object, ServletRequest, String[]) - Static method in class com.jivesoftware.base.action.util.OGNLBeanUtils
Set multiple properties of a bean at once using the params passed across from the ServletRequest (useful for mapping HTML forms to beans).
setValues(List) - Method in class com.jivesoftware.profiles.UserProfile
Sets the list of values that the user selected for the profile field.
setVariableContentTypes(List) - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
setVersion(String) - Method in class com.jivesoftware.base.action.PluginSettingsAction.PluginInfo
 
setVersion(int) - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
setVersion(String) - Method in class com.jivesoftware.webchat.License
 
setViewRange(int) - Method in class com.jivesoftware.base.tags.Paginator
 
setVirusScanEnabled(boolean) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets wheter or not the virus scanner is enabled
setVirusScannerUri(String) - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Sets the URI of the ICAP server uses for virus scanning.
setVisible(boolean) - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
 
setVisible(boolean) - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
 
setVisible(boolean) - Method in class com.jivesoftware.profiles.ProfileField
Sets whether or not this profile field is visible by the public.
setWait(String) - Method in class com.jivesoftware.base.admin.TaskTag
 
setWatchFrequency(int) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setWatchManager(WatchManager) - Method in class com.jivesoftware.forum.action.EditWatchesAction
 
setWatchManager(WatchManager) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setWatchSettingsDAO(WatchSettingsDAO) - Method in class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
setWatchType(int) - Method in class com.jivesoftware.forum.database.DbWatch
 
setWatchType(int) - Method in interface com.jivesoftware.forum.Watch
Sets the watch type.
setWatchType(int) - Method in class com.jivesoftware.forum.webservices.Watch
Sets the watch type.
setWhiteList(String) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
Sets the current supported uri schemes as a comma separated string.
setWhiteListEnabled(boolean) - Method in class com.jivesoftware.forum.renderer.filter.HostNameFilter
 
setWildcardIgnored(boolean) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
setWildcardIgnored(boolean) - Method in interface com.jivesoftware.forum.SearchManager
Turns on or off wildcarding.
setWildmat(Wildmat) - Method in class com.jivesoftware.forum.nntp.ArticleHeaderFilter
Sets the wildmat pattern matcher for this filter to use when restricting matching articles by header.
setWordList(String) - Method in class com.jivesoftware.forum.renderer.filter.ProfanityFilter
Sets the list of words to be filtered.
setWords(String[]) - Method in class com.jivesoftware.forum.action.InlineSpellAction
 
setWrappedCache(Cache) - Method in class com.jivesoftware.util.CacheWrapper
 
setWriteBufferSize(int) - Method in class com.jivesoftware.forum.nntp.NNTPServerConfig
Sets the size of the write buffer used for the server when generating articles to be posted.
setXaxisLabel(String) - Method in class com.jivesoftware.base.stats.Chart
 
setXmlMatch(String) - Method in class com.jivesoftware.forum.renderer.filter.XMLFilter
 
setXMPPAdminPort(int) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setXMPPConnection(XMPPConnection) - Method in class com.jivesoftware.webchat.user.UserSession
Set's the XMPPConnection for this session.
setXMPPPassword(String) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setXMPPPresenceEnabled(boolean) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setXMPPUser(String) - Method in class com.jivesoftware.forum.im.ForumsChatSettings
 
setYaxisLabel(String) - Method in class com.jivesoftware.base.stats.Chart
 
SHIFT_CATEGORY_INDEX - Static variable in class com.jivesoftware.forum.database.DbForumCategory
 
SHIFT_FIELD_INDEX_DOWN - Static variable in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
SHIFT_FIELD_INDEX_UP - Static variable in class com.jivesoftware.profiles.ProfileFieldManagerImpl
 
SHORT - Static variable in class com.jivesoftware.util.FastDateFormat
Style pattern
SHORT - Static variable in class com.jivesoftware.util.TimeFormat
Constant for short styles.
shortDescription - Variable in class com.jivesoftware.base.stats.AbstractReport
 
shortTermQueryCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A short-term cache for query results.
ShortTermQueryCache - Class in com.jivesoftware.forum.database
An extension of the default cache to temporarily store query results before they are reloaded from the databases.
ShortTermQueryCache() - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache
Default constructor for coherence to create instances.
ShortTermQueryCache(int) - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache
 
ShortTermQueryCache(int, int) - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache
 
ShortTermQueryCache(int, int, CacheLoader) - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache
 
ShortTermQueryCache(String, int, long) - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache
Create a new cache and specify the maximum size of for the cache in bytes, and the maximum lifetime of objects.
ShortTermQueryCache.Entry - Class in com.jivesoftware.forum.database
 
ShortTermQueryCache.Entry() - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache.Entry
 
ShortTermQueryCache.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.
ShortTermQueryCache.ValueWrapper(Object) - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
 
ShortTermQueryCache.ValueWrapper() - Constructor for class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
Constructor for internal use only.
shortTermQueryCacheHack(ResultFilter) - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Like the name says, it's a hack.
shouldCreateNewAnonymousSession(String) - Method in class com.jivesoftware.webchat.user.UserManager
Returns true if a new connection and session should be created.
shouldCreateNewAuthenticatedSession(String) - Method in class com.jivesoftware.webchat.user.UserManager
Returns true if a new connection and session should be created.
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.AcceptAllRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.BreakRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.EmptyNodeRemovalRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.LineParsingRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.ListReplaceRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.QuoteTagTokenizingRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.RewriteStyleTagsRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.StripTagsRule
 
shouldProcess(String) - Method in class com.jivesoftware.forum.renderer.filter.rules.TableReplaceRule
 
SHOW_LINK - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
SHOW_LINK_MESSAGES - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
SHOW_LINK_MESSAGES_COMMENT - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
SHOW_STATS - Static variable in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
shutdown() - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Shuts down the task engine service.
shutdown() - Static method in class com.jivesoftware.forum.database.DbForumFactory
 
shutdown() - Method in class com.jivesoftware.forum.nntp.NNTPServer
 
shutdown() - Static method in class com.jivesoftware.util.TaskEngine
Shuts down the task engine service.
shutdownClusteringService() - Static method in class com.jivesoftware.util.CacheFactory
Shuts down the clustering service.
shutdownWriter() - Method in class com.jivesoftware.base.log.RotatingFileHandler
Shutdown output stream.
Sidebar - Class in com.jivesoftware.base.admin
A simple JSP tag for displaying sidebar information in the admin console.
Sidebar(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.admin.Sidebar
 
SidebarTag - Class in com.jivesoftware.base.admin
A simple JSP tag for displaying sidebar information in the admin console.
SidebarTag() - Constructor for class com.jivesoftware.base.admin.SidebarTag
 
SigFigSequence - Class in com.jivesoftware.base.stats.bin
Generate bins by truncating all but a specified # of significant figures from an element.
SigFigSequence(int, long) - Constructor for class com.jivesoftware.base.stats.bin.SigFigSequence
Generate a new BinSequence object that truncates all but a specified # of significant figures from in put elements.
sign(License) - Static method in class com.jivesoftware.webchat.LicenseFactory
 
SILVER - Static variable in class com.jivesoftware.forum.ForumsLicenseUtils.Editions
 
SimpleUserAdapter - Class in com.jivesoftware.base.ext
An abstract adapter class to aid in creating custom user implementations.
SimpleUserAdapter() - Constructor for class com.jivesoftware.base.ext.SimpleUserAdapter
 
SINGLE_TAG_REGEX - Static variable in class com.jivesoftware.forum.renderer.filter.MacroFilter
 
SingleElementBin - Class in com.jivesoftware.base.stats.bin
SingleElementBin is a Bin that contains a single element.
SingleElementBin(Element) - Constructor for class com.jivesoftware.base.stats.bin.SingleElementBin
Creates new SingleElementBin that wraps the given element
SINGLELINE - Static variable in class com.jivesoftware.forum.renderer.filter.AbstractRegexTokenRenderFilter
 
SINGLELINE - Static variable in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
SINGLELIST - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a select type.
size() - Method in class com.jivesoftware.base.proxy.GenericCollectionProxy
 
size() - Method in class com.jivesoftware.base.proxy.GenericListProxy
 
size() - Method in class com.jivesoftware.base.proxy.GenericMapProxy
 
size() - Static method in class com.jivesoftware.base.stats.StatsTaskEngine
Returns the current size of the task queue, which is the number of work items waiting to be processed.
size() - Method in class com.jivesoftware.base.util.textmining.sprm.SprmOperation
 
size() - Method in class com.jivesoftware.forum.database.QueryCache
 
size() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
size() - Method in class com.jivesoftware.forum.webservices.Cache
 
size() - Method in class com.jivesoftware.util.BooleanList
Returns the number of elements in the list.
size - Variable in class com.jivesoftware.util.CacheObject
The size of the Cacheable object.
size() - Method in class com.jivesoftware.util.CacheWrapper
 
size() - Method in class com.jivesoftware.util.CircularLinkedList
Returns the number of items in the list.
size() - Method in class com.jivesoftware.util.ClusteredCache.CacheCollectionWrapper
 
size() - Method in class com.jivesoftware.util.ClusteredCache.CacheSetWrapper
 
size() - Method in class com.jivesoftware.util.ClusteredCache
 
size() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
size() - Method in class com.jivesoftware.util.DbJiveProperties
 
size() - Method in class com.jivesoftware.util.DefaultCache
 
size() - Method in class com.jivesoftware.util.LongHashMap
Returns the number of (key,value) associations currently contained.
size() - Method in class com.jivesoftware.util.LongList
Returns the number of elements in the list.
size() - Method in class com.jivesoftware.util.LRUCache
 
size() - Static method in class com.jivesoftware.util.TaskEngine
Returns the current size of the task queue, which is the number of work items waiting to be processed.
size() - Method in class com.jivesoftware.util.XMLJiveProperties
 
sizeOfBoolean() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive boolean.
sizeOfChar() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive char.
sizeOfDate() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a Date.
sizeOfDouble() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive double.
sizeOfInt() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive int.
sizeOfList(List) - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a List object.
sizeOfLong() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a primitive long.
sizeOfMap(Map) - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a Map object.
sizeOfObject() - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a basic Object.
sizeOfString(String) - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a String.
sizeOfString(String[]) - Static method in class com.jivesoftware.util.CacheSizes
Returns the size in bytes of a String array.
SKILL - Static variable in class com.jivesoftware.base.JiveConstants
 
SKILL_VALUE - Static variable in class com.jivesoftware.base.JiveConstants
 
SKILLS_MODIFIED - Static variable in class com.jivesoftware.profiles.ProfileEvent
Event type for whenever user skills are modified.
skillsUpdated(ProfileEvent) - Method in interface com.jivesoftware.profiles.ProfileListener
Fired when a user's skill card is updated.
SkinUtils - Class in com.jivesoftware.forum.util
A collection of utility methods for use in Jive Skins.
skip() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
skipElement() - Method in class com.jivesoftware.forum.database.DbBlockIterator
 
SLANDER - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a slander abuse report.
slice(int, int) - Method in class com.jivesoftware.util.LongList
Returns a slice of the list.
slice_check() - Method in class com.jivesoftware.util.search.SnowballProgram
 
slice_del() - Method in class com.jivesoftware.util.search.SnowballProgram
 
slice_from(String) - Method in class com.jivesoftware.util.search.SnowballProgram
 
slice_from(StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
slice_to(StringBuffer) - Method in class com.jivesoftware.util.search.SnowballProgram
 
SMALL_PRESET - Static variable in class com.jivesoftware.forum.util.AdminCacheInfo
Constant for small cache preset.
SmtpExporter - Class in com.jivesoftware.forum.gateway
A gateway that performs exports through SMTP.
SmtpExporter(ForumFactory, Forum, GatewaySettings) - Constructor for class com.jivesoftware.forum.gateway.SmtpExporter
Create a new SmtpExporter instance.
SmtpProxy - Class in com.jivesoftware.util
A simple class that handles the work of connecting to an SMTP server to send an email message.
SmtpProxy() - Constructor for class com.jivesoftware.util.SmtpProxy
Create a new instance.
SnowballProgram - Class in com.jivesoftware.util.search
 
SnowballProgram() - Constructor for class com.jivesoftware.util.search.SnowballProgram
 
SocketChannelConnection - Class in com.jivesoftware.forum.net.spi
A connection based on the nio socket channel.
SocketChannelConnection(Socket, int, boolean, boolean) - Constructor for class com.jivesoftware.forum.net.spi.SocketChannelConnection
Creates a new connection using the given socket channel and basic settings.
SORT_COUNT - Static variable in class com.jivesoftware.forum.action.TagCloudAction
 
SORT_CREATION_DATE - Static variable in class com.jivesoftware.profiles.action.SearchProfile
Flag for sorting results by creation date.
SORT_DATE - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
SORT_NAME - Static variable in class com.jivesoftware.forum.action.TagCloudAction
 
SORT_ONLINE_TIME - Static variable in interface com.jivesoftware.base.PresenceManager
Sort by online time.
SORT_ONLINE_TIME - Static variable in class com.jivesoftware.forum.action.OnlineAction
Flag for ordering online users by online time (from most to least).
SORT_RELEVANCE - Static variable in class com.jivesoftware.profiles.action.SearchProfile
Flag for sorting results by relevance.
SORT_SENDER - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
SORT_STATUS_LEVEL - Static variable in class com.jivesoftware.profiles.action.SearchProfile
Flag for sorting results by status level.
SORT_SUBJECT - Static variable in interface com.jivesoftware.forum.PrivateMessageFolder
 
SORT_TAGCOUNT - Static variable in interface com.jivesoftware.forum.ContentTag
Sort field: sort by tag count.
SORT_TAGNAME - Static variable in interface com.jivesoftware.forum.ContentTag
Sort field: sort by tag name.
SORT_USERNAME - Static variable in interface com.jivesoftware.base.PresenceManager
Sort by username.
SORT_USERNAME - Static variable in class com.jivesoftware.forum.action.OnlineAction
Flag for ordering online users by username.
sortedIterator(Iterator) - Static method in class com.jivesoftware.forum.util.AdminUtils
Reads an Iterator into a List, sorts it, then returns it as an Iterator.
sortRatings() - Method in class com.jivesoftware.forum.database.DbRatingManager
 
sortTags(List, int) - Method in class com.jivesoftware.forum.action.TagCloudAction
 
SourceCodeFormatter - Interface in com.jivesoftware.forum.renderer.macro.code
Displays source code with syntax highlighting etc. .
SPAM - Static variable in class com.jivesoftware.forum.abuse.AbuseType
Type representing a spam abuse report.
SpanColorTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts span tags with a color style into macro markup
SpanColorTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.SpanColorTagRule
 
SpanFaceTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts span tags with a font family style into macro markup
SpanFaceTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.SpanFaceTagRule
 
SPANISH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The spanish analyzer provides for stemming of words to allow for flexibility in searching when most content is in Spanish.
SpanishStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
SpanishStemmer() - Constructor for class com.jivesoftware.util.search.SpanishStemmer
 
SpanishStemmingAnalyzer - Class in com.jivesoftware.util.search
An Spanish analyzer for Lucene based upon the standard analyzer that supports stemming of spanish words.
SpanishStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.SpanishStemmingAnalyzer
Builds an analyzer.
SpanishStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.SpanishStemmingAnalyzer
Builds an analyzer with the given stop words.
SpanSizeTagRule - Class in com.jivesoftware.forum.renderer.macro.rule
This rule converts span tags with a size style into macro markup
SpanSizeTagRule() - Constructor for class com.jivesoftware.forum.renderer.macro.rule.SpanSizeTagRule
 
SPECIFIC_GROUPS - Static variable in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Access type that will only allow a list of specific groups to connect to web services.
SPECIFIC_USERS - Static variable in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Access type that will only allow a list of specific users to connect to web services.
SpellAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for doing spell checks.
SpellAction() - Constructor for class com.jivesoftware.forum.action.SpellAction
 
SPELLCHECK - Static variable in class com.jivesoftware.forum.action.OldPostAction
 
SpellChecker - Class in com.jivesoftware.util
The Spell checker is used to create spell session objects to iteratively fix spelling mistakes in text.
SpellChecker - Class in com.jivesoftware.webchat.utils
The Spell checker is used to create spell session objects to iteratively fix spelling mistakes in text.
SpellChecker() - Constructor for class com.jivesoftware.webchat.utils.SpellChecker
 
SpellCheckSpaceTextFilter - Class in com.jivesoftware.forum.renderer.filter.rules
 
SpellCheckSpaceTextFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.SpellCheckSpaceTextFilter
 
SpellSession - Class in com.jivesoftware.util
A spelling session is used to iteratively fix all spelling mistakes.
SpellSession(SpellingSession, WordParser, MemLexicon, String) - Constructor for class com.jivesoftware.util.SpellSession
 
SpellSession - Class in com.jivesoftware.webchat.utils
A spelling session is used to iteratively fix all spelling mistakes.
SpellSession(SpellingSession, WordParser, MemLexicon, String) - Constructor for class com.jivesoftware.webchat.utils.SpellSession
 
split(String, String) - Method in class com.jivesoftware.forum.renderer.filter.MacroFilterParameters
Splits a String on a delimiter to a List.
SprmIterator - Class in com.jivesoftware.base.util.textmining.sprm
This class is used to iterate through a list of sprms from a Word 97/2000/XP document.
SprmIterator(byte[]) - Constructor for class com.jivesoftware.base.util.textmining.sprm.SprmIterator
 
SprmOperation - Class in com.jivesoftware.base.util.textmining.sprm
 
SprmOperation(byte[], int) - Constructor for class com.jivesoftware.base.util.textmining.sprm.SprmOperation
 
sql - Variable in class com.jivesoftware.base.database.ProfiledConnectionEntry
The SQL query.
SQL_SERVER - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
SqlCodeFormatter - Class in com.jivesoftware.forum.renderer.macro.code
 
SqlCodeFormatter() - Constructor for class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatter
 
SqlCodeFormatterBeanInfo - Class in com.jivesoftware.forum.renderer.macro.code
BeanInfo class for the SqlCodeFormatter.
SqlCodeFormatterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.code.SqlCodeFormatterBeanInfo
 
SSL_FACTORY - Static variable in class com.jivesoftware.forum.mail.EmailMonitor
Constant holding the class name of the ssl socket factory to install when using ssl.
stack - Variable in class com.jivesoftware.base.tags.JiveModels
 
STANDARD_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The standard analyzer provides good indexing for western languages.
STANDARD_MODE - Static variable in class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
StandardSynonymAnalyzer - Class in com.jivesoftware.util.search
An English analyzer for Lucene based upon the standard analyzer that supports stemming of english words.
StandardSynonymAnalyzer() - Constructor for class com.jivesoftware.util.search.StandardSynonymAnalyzer
Builds an analyzer.
StandardSynonymAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.StandardSynonymAnalyzer
Builds an analyzer with the given stop words.
start() - Method in interface com.jivesoftware.base.action.multipart.OutputStreamListener
Called when reading from the output stream is started.
start() - Method in class com.jivesoftware.base.action.multipart.UploadListener
 
start() - Method in interface com.jivesoftware.base.database.ConnectionProvider
Starts the connection provider.
start() - Method in class com.jivesoftware.base.database.DefaultConnectionProvider
 
start() - Method in class com.jivesoftware.base.database.DerbyEmbeddedConnectionProvider
 
start() - Method in class com.jivesoftware.base.database.EmbeddedConnectionProvider
 
start() - Method in class com.jivesoftware.base.database.JNDIDataSourceProvider
 
start() - Static method in class com.jivesoftware.base.database.ProfiledConnection
Start profiling.
start(Writer) - Method in class com.jivesoftware.base.tags.Paginator
 
start(Writer) - Method in class com.jivesoftware.base.tags.ProductCheck
 
start() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Starts periodic checking of the mail account.
start(long, long) - Method in class com.jivesoftware.forum.mail.EmailMonitor
Starts periodic checking of the mail account.
start() - Method in class com.jivesoftware.forum.upgrade.UpgradeManager
 
start() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Starts the virus scanner.
start() - Method in class com.jivesoftware.util.CronTask
Start the CronTask running after it has been previously stopped.
start(String) - Method in class com.jivesoftware.util.profile.Profiler
 
start(String) - Method in class com.jivesoftware.util.search.NullFragmenter
 
start() - Static method in class com.jivesoftware.util.TaskEngine
Starts the processing of periodic tasks
start() - Method in class com.jivesoftware.util.TimerFilter.Timer
 
start(int, String, long) - Method in class com.jivesoftware.webchat.test.LoadTestStarter
 
START_DATE - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
START_QUOTE - Static variable in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
START_QUOTE_HEADER - Static variable in class com.jivesoftware.forum.renderer.macro.QuoteMacro
 
START_TABLE_ROW - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
startDate - Variable in class com.jivesoftware.base.stats.AbstractReport
 
startImportTask() - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
Start/restart the gateway import task
startPrivateChat(String, String, String) - Method in class com.jivesoftware.webchat.chat.PrivateChats
Starts a new Private Chat from a given chat room.
startSession(String, String, String) - Method in class com.jivesoftware.webchat.chat.ChatSession
 
startSession(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChats
Starts a new GroupChat Session
StartTagReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
Very simple rule for replacing all occurrences of one tag with a string.
StartTagReplaceRule(String, String, FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.StartTagReplaceRule
 
StartupContent - Class in com.jivesoftware.base.util

Responsible for verifying and loading the Forums startup content into the database.

StartupContent.ExtraStartupJiveProperty - Class in com.jivesoftware.base.util
Represents an entry in the jive_extra_startup_content.xml.
StartupContent.ExtraStartupJiveProperty(String, boolean, boolean, String) - Constructor for class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
state - Variable in class com.jivesoftware.util.LongHashMap
 
StaticNNTPResponse - Class in com.jivesoftware.forum.nntp
Represents generic static responses for NNTP commands.
StaticNNTPResponse(int, String) - Constructor for class com.jivesoftware.forum.nntp.StaticNNTPResponse
Create a simple NNTP response with a static text body and response value.
STATS_CPU_TIME - Static variable in class com.jivesoftware.util.CoherenceInfo
CPU time taken in milliseconds.
STATS_ENABLED_PROP - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
STATS_HOME - Static variable in class com.jivesoftware.base.stats.AbstractReportRunner
 
STATS_RECEIVED - Static variable in class com.jivesoftware.util.CoherenceInfo
Packets sent to the reciever.
STATS_REPEATED - Static variable in class com.jivesoftware.util.CoherenceInfo
Repeated packets sent to the receiver.
STATS_RESENT - Static variable in class com.jivesoftware.util.CoherenceInfo
Packets resent by publisher.
STATS_SENT - Static variable in class com.jivesoftware.util.CoherenceInfo
Packets sent by publisher.
StatsField - Class in com.jivesoftware.base.util.compression
A simple enum used to select a field.
StatsTaskEngine - Class in com.jivesoftware.base.stats
A class to manage the execution of tasks in the Jive system.
STATUS_AWAY - Static variable in interface com.jivesoftware.base.Presence
 
STATUS_IDLE - Static variable in interface com.jivesoftware.base.Presence
 
STATUS_INVISIBLE - Static variable in interface com.jivesoftware.base.Presence
 
STATUS_LEVEL - Static variable in class com.jivesoftware.base.JiveConstants
 
STATUS_LEVEL_BLOCK_GROUP_LEADERS - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
STATUS_LEVEL_CACHE_TIMEOUT - Static variable in class com.jivesoftware.forum.database.DbStatusLevelManager
 
STATUS_LEVEL_CALCULATOR_PROPERTY - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
STATUS_LEVEL_ENABLE_PROPERTY - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
STATUS_LEVEL_MANAGER_PROPERTY - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
STATUS_LEVEL_PRELOAD - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
STATUS_ONLINE - Static variable in interface com.jivesoftware.base.Presence
 
STATUS_READ_ACTIVE - Static variable in interface com.jivesoftware.forum.net.Connection
Status indicating the connection is actively being handled by worker thread.
STATUS_READ_CLOSED - Static variable in interface com.jivesoftware.forum.net.Connection
Status indicating the connection is closed and can't be read.
STATUS_READ_LOADED - Static variable in interface com.jivesoftware.forum.net.Connection
Status indicating the connection is loaded with read data.
STATUS_READ_READY - Static variable in interface com.jivesoftware.forum.net.Connection
Status indicating the connection is ready to read.
STATUS_READ_SCHEDULED - Static variable in interface com.jivesoftware.forum.net.Connection
Status indicating the connection has been scheduled for handling by worker thread.
StatusLevel - Interface in com.jivesoftware.forum
Represents a status Level in the system.
StatusLevelAlreadyExistsException - Exception in com.jivesoftware.forum
Thrown when attempting to create a status level that already exists in the system
StatusLevelAlreadyExistsException() - Constructor for exception com.jivesoftware.forum.StatusLevelAlreadyExistsException
 
StatusLevelAlreadyExistsException(String) - Constructor for exception com.jivesoftware.forum.StatusLevelAlreadyExistsException
 
statusLevelCache - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
StatusLevelCalculator - Interface in com.jivesoftware.forum
Defines methods need to calculate status levels and leaders.
StatusLevelException - Exception in com.jivesoftware.forum
The StatusLevelException is thrown by the StatusLevel class.
StatusLevelException(String) - Constructor for exception com.jivesoftware.forum.StatusLevelException
 
StatusLevelException() - Constructor for exception com.jivesoftware.forum.StatusLevelException
 
statusLevelIDCache - Static variable in class com.jivesoftware.forum.StatusLevelManagerFactory
 
StatusLevelIterator - Class in com.jivesoftware.forum.database
An class that defines the logic to iterate through an array of long unique ID's of Jive Status levels.
StatusLevelIterator(long[]) - Constructor for class com.jivesoftware.forum.database.StatusLevelIterator
 
StatusLevelIteratorProxy - Class in com.jivesoftware.forum.proxy
 
StatusLevelIteratorProxy(Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.StatusLevelIteratorProxy
 
StatusLevelLeaderBlockIterator - Class in com.jivesoftware.forum.database
Database implementation of the StatusLevelIterator abstract class.
StatusLevelLeaderBlockIterator(long[], int, int, int, long, DbStatusLevelManager) - Constructor for class com.jivesoftware.forum.database.StatusLevelLeaderBlockIterator
Constructs a new StatusLevelLeaderBlockIterator.
StatusLevelLeadersAction - Class in com.jivesoftware.forum.action
Used to construct status level leaderboards.
StatusLevelLeadersAction() - Constructor for class com.jivesoftware.forum.action.StatusLevelLeadersAction
 
StatusLevelManager - Interface in com.jivesoftware.forum
Manages status level feature.
StatusLevelManagerFactory - Class in com.jivesoftware.forum
A factory that returns a concrete instance of StatusLevelManager
StatusLevelManagerFactory.StatusCalculatorPropertyListener - Class in com.jivesoftware.forum
Checks to see if the calculator implementation has changes and reinitializes it if it has been
StatusLevelManagerFactory.StatusCalculatorPropertyListener() - Constructor for class com.jivesoftware.forum.StatusLevelManagerFactory.StatusCalculatorPropertyListener
 
StatusLevelManagerProxy - Class in com.jivesoftware.forum.proxy
 
StatusLevelManagerProxy(StatusLevelManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.StatusLevelManagerProxy
 
StatusLevelNotFoundException - Exception in com.jivesoftware.forum
Thrown by StatusLevelManager when attempting to acquire or perform an operation on a status level that does not exist.
StatusLevelNotFoundException() - Constructor for exception com.jivesoftware.forum.StatusLevelNotFoundException
 
StatusLevelNotFoundException(String) - Constructor for exception com.jivesoftware.forum.StatusLevelNotFoundException
 
StatusLevelProxy - Class in com.jivesoftware.forum.proxy
 
StatusLevelProxy(StatusLevel, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.StatusLevelProxy
 
StatusMessage - Class in com.jivesoftware.base.tags
A tag to display a status icon and message with keyboard focus.
StatusMessage() - Constructor for class com.jivesoftware.base.tags.StatusMessage
 
STD_DEV_OUTLIER_FACTOR - Static variable in class com.jivesoftware.base.stats.util.HistogramUtils
 
stem(String) - Method in class com.jivesoftware.util.search.BrazilianStemmer
Stemms the given term to an unique discriminator.
stem() - Method in class com.jivesoftware.util.search.DanishStemmer
 
stem() - Method in class com.jivesoftware.util.search.DutchStemmer
 
stem() - Method in class com.jivesoftware.util.search.FinnishStemmer
 
stem() - Method in class com.jivesoftware.util.search.FrenchStemmer
 
stem() - Method in class com.jivesoftware.util.search.GermanStemmer
 
stem() - Method in class com.jivesoftware.util.search.ItalianStemmer
 
stem() - Method in class com.jivesoftware.util.search.NorwegianStemmer
 
stem(String) - Method in class com.jivesoftware.util.search.PorterStemmer
Stem a word provided as a String.
stem(char[]) - Method in class com.jivesoftware.util.search.PorterStemmer
Stem a word contained in a char[].
stem(char[], int, int) - Method in class com.jivesoftware.util.search.PorterStemmer
Stem a word contained in a portion of a char[] array.
stem(char[], int) - Method in class com.jivesoftware.util.search.PorterStemmer
Stem a word contained in a leading portion of a char[] array.
stem() - Method in class com.jivesoftware.util.search.PorterStemmer
Stem the word placed into the Stemmer buffer through calls to add().
stem(int) - Method in class com.jivesoftware.util.search.PorterStemmer
 
stem() - Method in class com.jivesoftware.util.search.PortugueseStemmer
 
stem() - Method in class com.jivesoftware.util.search.RussianStemmer
 
stem() - Method in class com.jivesoftware.util.search.SpanishStemmer
 
stem() - Method in class com.jivesoftware.util.search.SwedishStemmer
 
stop() - Static method in class com.jivesoftware.base.database.ProfiledConnection
Stop profiling.
stop() - Method in interface com.jivesoftware.forum.gateway.GatewayExporter
Stop a running export.
stop() - Method in class com.jivesoftware.forum.gateway.GatewayExportTask
 
stop() - Method in interface com.jivesoftware.forum.gateway.GatewayImporter
Stop a running import.
stop() - Method in class com.jivesoftware.forum.gateway.GatewayImportTask
 
stop() - Method in class com.jivesoftware.forum.gateway.ImapImporter
 
stop() - Method in class com.jivesoftware.forum.gateway.JavaMailImporter
Stop a already running import or export.
stop() - Method in class com.jivesoftware.forum.gateway.MboxImporter
 
stop() - Method in class com.jivesoftware.forum.gateway.NewsgroupExporter
 
stop() - Method in class com.jivesoftware.forum.gateway.NewsgroupImporter
 
stop() - Method in class com.jivesoftware.forum.gateway.Pop3Importer
 
stop() - Method in class com.jivesoftware.forum.gateway.SmtpExporter
 
stop() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Stops periodic checking of the mail account.
stop() - Method in interface com.jivesoftware.forum.net.ConnectionManager
Stop the module.
stop() - Method in class com.jivesoftware.forum.net.spi.AbstractConnectionManager
 
stop() - Method in class com.jivesoftware.forum.virusscan.VirusScanManager
Stops the virus scanner.
stop() - Method in class com.jivesoftware.util.CronTask
Stop the CronTask from running.
stop(String) - Method in class com.jivesoftware.util.profile.Profiler
 
stop() - Method in class com.jivesoftware.util.TimerFilter.Timer
 
STOP_WORDS - Static variable in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
STOP_WORDS - Static variable in class com.jivesoftware.util.search.CJKAnalyzer
 
STOP_WORDS - Static variable in class com.jivesoftware.util.search.CzechAnalyzer
List of typical stopwords.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.DanishStemmingAnalyzer
An array containing some common Danish words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.DutchStemmingAnalyzer
An array containing some common Dutch words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
An array containing some common English words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
An array containing some common Finnish words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
An array containing some common French words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.GermanStemmingAnalyzer
An array containing some common German words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
An array containing some common Italian words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
An array containing some common Norwegian words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
An array containing some common Portuguese words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.RussianStemmingAnalyzer
An array containing some common Russian words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
An array containing some common Spanish words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.StandardSynonymAnalyzer
An array containing some common English words that are usually not useful for searching.
STOP_WORDS - Static variable in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
An array containing some common Swedish words that are usually not useful for searching.
stopFlag - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Flag used to stop an already running import or export.
storeExtraSessions(ReadStatSession[], Connection, PreparedStatement, boolean) - Method in class com.jivesoftware.base.stats.ReadStatsManager.BytesTask
 
storeNewKeyInProperty(String) - Static method in class com.jivesoftware.util.EncryptionUtil
 
STR_SIZE - Static variable in class com.jivesoftware.profiles.search.LexicographicalUtils
the length of all strings returned by longToString
STRIKE_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
STRIKE_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
STRIKE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
STRIKE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
STRIKE_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
StringElement - Class in com.jivesoftware.base.stats.element
An Element that wraps a String.
StringElement(String) - Constructor for class com.jivesoftware.base.stats.element.StringElement
Create a new StringElement
StringIteratorInputStream - Class in com.jivesoftware.forum.nntp.spi
Converts an iterator of Strings into a raw data input stream.
StringIteratorInputStream(Iterator) - Constructor for class com.jivesoftware.forum.nntp.spi.StringIteratorInputStream
Create an input stream wrapping the given iterator.
StringIteratorInputStream(Iterator, String) - Constructor for class com.jivesoftware.forum.nntp.spi.StringIteratorInputStream
Create an input stream wrapping the given iterator.
stringToDouble(String) - Static method in class com.jivesoftware.profiles.search.LexicographicalUtils
 
stringToLong(String) - Static method in class com.jivesoftware.profiles.search.LexicographicalUtils
Converts a String that was returned by [EMAIL PROTECTED] #longToString} back to a long.
StringUtils - Class in com.jivesoftware.util
Utility class to peform common String manipulation algorithms.
StringUtils - Class in com.jivesoftware.webchat.utils
Utility class to peform common String manipulation algorithms.
StringUtils() - Constructor for class com.jivesoftware.webchat.utils.StringUtils
 
StripMessageTokensFromWatchTemplates - Class in com.jivesoftware.forum.upgrade.tasks
Alters any custom email watch templates to remove tokens which are no longer included for email reply support.
StripMessageTokensFromWatchTemplates() - Constructor for class com.jivesoftware.forum.upgrade.tasks.StripMessageTokensFromWatchTemplates
 
stripTags(String) - Static method in class com.jivesoftware.util.StringUtils
This method takes a string and strips out all tags except
tags while still leaving the tag body intact.
stripTags(String, boolean) - Static method in class com.jivesoftware.util.StringUtils
This method takes a string and strips out all tags while still leaving the tag body intact.
stripTags(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
This method takes a string and strips out all tags except
tags while still leaving the tag body intact.
stripTags(String, boolean) - Static method in class com.jivesoftware.webchat.utils.StringUtils
This method takes a string and strips out all tags while still leaving the tag body intact.
StripTagsRule - Class in com.jivesoftware.forum.renderer.filter.rules
Strips all tags from the input.
StripTagsRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.StripTagsRule
 
StyleTagFilter - Class in com.jivesoftware.forum.renderer.filter
A filter to handle old style [b], [i], [u] and [pre] tags.
StyleTagFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
StyleTagFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
StyleTagFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.StyleTagFilterBeanInfo
 
SUB_PAGE_ID - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant for the sub page of JSP pages (used for sub-menus).
SUB_PAGE_PARAMS - Static variable in class com.jivesoftware.forum.util.AdminUtils
Constant for the sub page extra parameters (query string).
SUBJECT - Static variable in interface com.jivesoftware.forum.Query
Sort by message subject
SUBJECT - Static variable in class com.jivesoftware.forum.renderer.RenderType
Type representing a message subject.
SUBJECT - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by message subject
SUBJECT_EXTENDED_PROPERTY - Static variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Used for storing a hash of a subject as an extended property needed for parent message comparison
subjectParentageCheckEnabled - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Whether or not to attempt to determine parentage via subject line matching
subList(int, int) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
SUBSCRIPT_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUBSCRIPT_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUBSCRIPT_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUBSCRIPT_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUBSCRIPT_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SubSidebar - Class in com.jivesoftware.base.admin
A simple tag to gather its body content and pass it to the parent tag.
SubSidebar(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.admin.SubSidebar
 
SubSidebarTag - Class in com.jivesoftware.base.admin
A simple tag to gather its body content and pass it to the parent tag.
SubSidebarTag() - Constructor for class com.jivesoftware.base.admin.SubSidebarTag
 
substitute(Substitution) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
substitute(String) - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatcher
 
substitute - Variable in class com.jivesoftware.forum.renderer.filter.regex.RegexFilter
 
Substitution - Interface in com.jivesoftware.forum.renderer.filter.regex.jdk
 
substring_i - Variable in class com.jivesoftware.util.search.Among
 
SUCCESS_MESSAGE - Static variable in class com.jivesoftware.forum.action.AttachAction
 
SUCCESS_MODERATED - Static variable in class com.jivesoftware.forum.action.PostAction
 
SUCCESS_NEW_MESSAGE - Static variable in class com.jivesoftware.forum.action.PostAction
 
SUCCESS_NEW_MESSAGE_STQC - Static variable in class com.jivesoftware.forum.action.PostAction
 
SUCCESS_NEW_TOPIC - Static variable in class com.jivesoftware.forum.action.PostAction
 
SUCCESS_TOPIC - Static variable in class com.jivesoftware.forum.action.AttachAction
 
successURL - Variable in class com.jivesoftware.base.action.LoginAction
 
SUPERSCRIPT_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUPERSCRIPT_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUPERSCRIPT_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUPERSCRIPT_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
SUPERSCRIPT_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
suspendEncoding() - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Suspends encoding of the stream.
suspendEncoding() - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Suspends encoding of the stream.
SWEDISH_ANALYZER - Static variable in class com.jivesoftware.forum.database.DbSearchManager
The swedish analyzer provides for stemming of words to allow for flexibility in searching when most content is in Swedish.
SwedishStemmer - Class in com.jivesoftware.util.search
This file was generated automatically by the Snowball to Java compiler.
SwedishStemmer() - Constructor for class com.jivesoftware.util.search.SwedishStemmer
 
SwedishStemmingAnalyzer - Class in com.jivesoftware.util.search
An Swedish analyzer for Lucene based upon the standard analyzer that supports stemming of danish words.
SwedishStemmingAnalyzer() - Constructor for class com.jivesoftware.util.search.SwedishStemmingAnalyzer
Builds an analyzer.
SwedishStemmingAnalyzer(String[]) - Constructor for class com.jivesoftware.util.search.SwedishStemmingAnalyzer
Builds an analyzer with the given stop words.
SynonymFilter - Class in com.jivesoftware.util.search
Lucene filter for creating synonym matching behavior such that a search for cold would also search for frigid, freeze, etc Source code based on code obtained from Lucene article in JDJ, Volume 7 Issue 12
SynonymFilter(TokenStream) - Constructor for class com.jivesoftware.util.search.SynonymFilter
 
SyntaxException - Exception in com.jivesoftware.forum.nntp
Thrown when a syntax parsing exception occurs.
SyntaxException() - Constructor for exception com.jivesoftware.forum.nntp.SyntaxException
Creates a syntax exception.
sysInfo - Variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
SYSTEM - Static variable in class com.jivesoftware.base.JiveConstants
 
SYSTEM_ADMIN - Static variable in class com.jivesoftware.base.Permissions
Permission to administer the entire sytem.
SYSTEM_ADMIN_ROLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
 
SYSTEM_PREFIX - Static variable in class com.jivesoftware.forum.util.SystemInfoReporter
 
SYSTEM_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
SystemInfoReporter - Class in com.jivesoftware.forum.util
This class is responsible for collecting a snapshot of the system including the configuration, license information, JVM, application server, database info, and content summary/growth statistics.
SystemInfoReporter() - Constructor for class com.jivesoftware.forum.util.SystemInfoReporter
 
SystemPropertiesService - Interface in com.jivesoftware.forum.webservices
Provides a web service for managing Jive System Properties.
SystemPropertiesServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
SystemPropertiesServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
 

T

Table - Class in com.jivesoftware.forum.renderer.filter.wiki.table
 
Table() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
table - Variable in class com.jivesoftware.util.LongHashMap
 
TABLE_CLOSE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
TABLE_OPEN - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
TableReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
This rule converts html tables to wiki table syntax.
TableReplaceRule() - Constructor for class com.jivesoftware.forum.renderer.filter.rules.TableReplaceRule
 
Tabs - Class in com.jivesoftware.base.admin
A simple JSP tag for displaying tab information in the admin console.
Tabs(OgnlValueStack, HttpServletRequest, HttpServletResponse) - Constructor for class com.jivesoftware.base.admin.Tabs
 
TabsTag - Class in com.jivesoftware.base.admin
A simple JSP tag for displaying tab information in the admin console.
TabsTag() - Constructor for class com.jivesoftware.base.admin.TabsTag
 
TAG - Static variable in class com.jivesoftware.base.JiveConstants
 
TAG - Static variable in class com.jivesoftware.forum.renderer.RenderType
Type representing a message tags.
TAG_ADDED - Static variable in class com.jivesoftware.forum.event.TagEvent
A tag was added to an object.
TAG_CREATED - Static variable in class com.jivesoftware.forum.event.TagEvent
Tag was added to the system.
TAG_NAME - Static variable in class com.jivesoftware.forum.renderer.macro.ForumMacro
 
TAG_NAME - Static variable in class com.jivesoftware.forum.renderer.macro.MessageMacro
 
TAG_NAME - Static variable in class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
TAG_NAME - Static variable in class com.jivesoftware.forum.renderer.macro.UserMacro
 
TAG_REMOVED - Static variable in class com.jivesoftware.forum.event.TagEvent
A tag was removed from an object.
TAG_SET - Static variable in class com.jivesoftware.base.JiveConstants
 
TAG_STRATEGY - Static variable in class com.jivesoftware.forum.database.querycache.QueryCacheStrategyFactory
 
TagAction - Class in com.jivesoftware.forum.action
Displays messages that correspond to a given tag.
TagAction() - Constructor for class com.jivesoftware.forum.action.TagAction
 
tagAdded(TagEvent) - Method in class com.jivesoftware.forum.database.TagQueryListener
 
tagAdded(TagEvent) - Method in interface com.jivesoftware.forum.event.TagListener
Fired when a tag has been added to an object in the system.
TagAlreadyExistsException - Exception in com.jivesoftware.forum
Thrown when attempting to create a tag that already exists.
TagAlreadyExistsException() - Constructor for exception com.jivesoftware.forum.TagAlreadyExistsException
 
TagAlreadyExistsException(String) - Constructor for exception com.jivesoftware.forum.TagAlreadyExistsException
 
TagAlreadyExistsException(String, Throwable) - Constructor for exception com.jivesoftware.forum.TagAlreadyExistsException
 
TagAlreadyExistsException(Throwable) - Constructor for exception com.jivesoftware.forum.TagAlreadyExistsException
 
tagCache - Static variable in class com.jivesoftware.forum.TagManagerFactory
A cache for tag objects.
TagCloudAction - Class in com.jivesoftware.forum.action
 
TagCloudAction() - Constructor for class com.jivesoftware.forum.action.TagCloudAction
 
TagCloudAction.TagCloudBean - Class in com.jivesoftware.forum.action
 
TagCloudAction.TagCloudBean(String, int, int) - Constructor for class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
tagContentCache - Static variable in class com.jivesoftware.forum.TagManagerFactory
A cache for content object to tagID list
tagCreated(TagEvent) - Method in class com.jivesoftware.forum.database.TagQueryListener
 
tagCreated(TagEvent) - Method in interface com.jivesoftware.forum.event.TagListener
Fired when a tag has been added to the system.
TagDelegator - Class in com.jivesoftware.forum
 
TagDelegator(JiveContentObject) - Constructor for class com.jivesoftware.forum.TagDelegator
 
TagEvent - Class in com.jivesoftware.forum.event
An event for Tag objects.
TagEvent(int, ContentTag, Map, long, int) - Constructor for class com.jivesoftware.forum.event.TagEvent
Creates a new tag event.
TagEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for tag events.
TagFilter - Interface in com.jivesoftware.forum.renderer
An interface for filters that filter via tags such as [message][/message].
Taggable - Interface in com.jivesoftware.forum
 
tagIDCache - Static variable in class com.jivesoftware.forum.TagManagerFactory
A cache that maps tag names to ID's.
TagListener - Interface in com.jivesoftware.forum.event
Listener for tag events.
TagManager - Interface in com.jivesoftware.forum
 
TagManagerFactory - Class in com.jivesoftware.forum
 
TagObjectNotFoundException - Exception in com.jivesoftware.forum
Thrown if the specified tag object was not found.
TagObjectNotFoundException(int, long) - Constructor for exception com.jivesoftware.forum.TagObjectNotFoundException
 
TagObjectNotFoundException(int, long, String) - Constructor for exception com.jivesoftware.forum.TagObjectNotFoundException
 
TagObjectNotFoundException(int, long, Throwable) - Constructor for exception com.jivesoftware.forum.TagObjectNotFoundException
 
TagObjectNotFoundException(int, long, String, Throwable) - Constructor for exception com.jivesoftware.forum.TagObjectNotFoundException
 
TagQueryCacheObject - Class in com.jivesoftware.forum.database
Container object for holding results for tag queries.
TagQueryCacheObject() - Constructor for class com.jivesoftware.forum.database.TagQueryCacheObject
No args constructor for serialization.
TagQueryCacheObject(String, int) - Constructor for class com.jivesoftware.forum.database.TagQueryCacheObject
Default constructor.
TagQueryCacheStrategy - Class in com.jivesoftware.forum.database
QueryCacheStrategy for retrieving tag data from queries and returning TagQueryCacheObject's.
TagQueryCacheStrategy() - Constructor for class com.jivesoftware.forum.database.TagQueryCacheStrategy
 
TagQueryListener - Class in com.jivesoftware.forum.database
Observer which invalidates QueryCache entries when tags are added or removed.
TagQueryListener() - Constructor for class com.jivesoftware.forum.database.TagQueryListener
 
tagRemoved(TagEvent) - Method in class com.jivesoftware.forum.database.TagQueryListener
 
tagRemoved(TagEvent) - Method in interface com.jivesoftware.forum.event.TagListener
Fired when a tag has been removed from an object in the system.
TagReplaceRule - Class in com.jivesoftware.forum.renderer.filter.rules
Very simple rule for replacing all occurrences of one tag with a string.
TagReplaceRule(String, String, FormatExclusion) - Constructor for class com.jivesoftware.forum.renderer.filter.rules.TagReplaceRule
 
TagResultFilter - Class in com.jivesoftware.forum
 
TagResultFilter() - Constructor for class com.jivesoftware.forum.TagResultFilter
 
TagsAction - Class in com.jivesoftware.forum.action
Displays a Tag Cloud for all tags in the specified category.
TagsAction() - Constructor for class com.jivesoftware.forum.action.TagsAction
 
TagURLMapping - Class in com.jivesoftware.base.action.util
Process tag uri's into tag actions and parameters
TagURLMapping() - Constructor for class com.jivesoftware.base.action.util.TagURLMapping
 
TagValidator - Class in com.jivesoftware.forum.tags
A utility class to validate tags based on a set of rules.
TARGET_HTML - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
This target's output will have all wiki markup converted into html for display.
TARGET_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
Use this render target for when no rendering is to be performed.
TARGET_PLAIN_EMAIL - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
This target's rendered output will be suitable for sending in plain text emails.
TARGET_PLAIN_TEXT - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
This target's output will contain wiki markup suitable for the plain text editor.
TARGET_WYSIWYG_EDITOR - Static variable in class com.jivesoftware.forum.renderer.RenderTarget
This target's output will be appropriate for display in the wysiwyg editor.
TaskEngine - Class in com.jivesoftware.util
A class to manage the execution of tasks in the Jive system.
TaskTag - Class in com.jivesoftware.base.admin
A simple tag to assist with running tasks.
TaskTag() - Constructor for class com.jivesoftware.base.admin.TaskTag
 
TaskWithNoResult - Class in com.jivesoftware.base.search.task
Base class for non-daemon tasks that need to be executed in a remote JVM and return no results.
TaskWithNoResult() - Constructor for class com.jivesoftware.base.search.task.TaskWithNoResult
 
TaskWrapper - Class in com.jivesoftware.util
 
TaskWrapper(int, Runnable) - Constructor for class com.jivesoftware.util.TaskWrapper
 
TEMPLATE - Static variable in class com.jivesoftware.base.tags.FocusedSpan
 
TEMPLATE_CLOSE - Static variable in class com.jivesoftware.base.tags.FocusedSpan
 
temporaryParentBody - Variable in class com.jivesoftware.forum.gateway.JavaMailImporter
Dummy message string for messages autocreated by this gateway
testConnection() - Method in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
testConnection() - Method in class com.jivesoftware.forum.mail.EmailMonitor
Attempts to connect to the mail server with the currently configured parameters.
testDatabase() - Static method in class com.jivesoftware.base.database.sequence.MySQLDefaultSequenceProvider
 
testDatabase() - Static method in class com.jivesoftware.base.database.sequence.OracleDefaultSequenceProvider
 
testNumSeats() - Method in class com.jivesoftware.base.UserManagerProxy
 
TestUpgradeTask - Class in com.jivesoftware.forum.upgrade.tasks
Used to test the upgrade process
TestUpgradeTask() - Constructor for class com.jivesoftware.forum.upgrade.tasks.TestUpgradeTask
 
text - Variable in class com.jivesoftware.base.tags.FocusedText
 
TEXT - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a textfield type.
TEXT_HTML - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
TEXT_HTML - Static variable in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
 
TEXT_PLAIN - Static variable in class com.jivesoftware.forum.nntp.spi.FArticlePostUtil
 
TextColorMacro - Class in com.jivesoftware.forum.renderer.macro
A macro that converts font tags with color
TextColorMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.TextColorMacro
 
TextColorMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the ColorMacro.
TextColorMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.TextColorMacroBeanInfo
 
TextExtractor - Interface in com.jivesoftware.base.util
A text extractor is a class which knows how to retrieve plain text from different file types such as PDF, HTML, Word, Excel, etc.
TextFontMacro - Class in com.jivesoftware.forum.renderer.macro
A macro that converts font and span tags with size attributes
TextFontMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.TextFontMacro
 
TextFontMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the TextFaceMacro.
TextFontMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.TextFontMacroBeanInfo
 
TextSizeMacro - Class in com.jivesoftware.forum.renderer.macro
A macro that converts font and span tags with size attributes
TextSizeMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.TextSizeMacro
 
TextSizeMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the TextSizeMacro.
TextSizeMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.TextSizeMacroBeanInfo
 
TextStyleFilter - Class in com.jivesoftware.webchat.filter
A Filter that replaces [b][/b], [i][/i], [u][/u], [pre][/pre] tags with their HTML tag equivalents.
Theme - Class in com.jivesoftware.base.theme
A theme is a way to override the user interface in an application.
Theme() - Constructor for class com.jivesoftware.base.theme.Theme
 
Theme(String, String, Locale, Properties) - Constructor for class com.jivesoftware.base.theme.Theme
 
theme - Variable in class com.jivesoftware.base.theme.ThemeDecorator
 
THEME_CONFIG_FILENAME - Static variable in class com.jivesoftware.base.theme.AbstractThemeManager
 
THEME_KEY - Static variable in class com.jivesoftware.forum.theme.ForumThemeManager
 
ThemeContext - Class in com.jivesoftware.base.theme
A ThreadLocale used to store the determined theme for a specific context.
ThemeDecorator - Class in com.jivesoftware.base.theme
A custom version of the sitemesh default decorator that holds a theme object.
ThemeDecorator(Decorator, String, Theme) - Constructor for class com.jivesoftware.base.theme.ThemeDecorator
 
ThemeDecoratorMapper - Class in com.jivesoftware.base.theme
A sitemesh decorator mapper that loads the correct theme for each request and creates a ThemeDecorator.
ThemeDecoratorMapper() - Constructor for class com.jivesoftware.base.theme.ThemeDecoratorMapper
 
ThemeFilter - Class in com.jivesoftware.base.theme
A filter to used by Sitemesh to apply the correct decorator for a theme.
ThemeFilter() - Constructor for class com.jivesoftware.base.theme.ThemeFilter
 
ThemeManager - Interface in com.jivesoftware.base.theme
Manages all aspects of themes and theme maps.
ThemeManagerFactory - Class in com.jivesoftware.base.theme
A factory used to get an instance of a ThemeManager.
ThemeMap - Class in com.jivesoftware.base.theme
A theme map is a mapping between the a theme and the application.
ThemeMap(ThemeType) - Constructor for class com.jivesoftware.base.theme.ThemeMap
 
themeMaps - Static variable in class com.jivesoftware.base.theme.AbstractThemeManager
 
themes - Static variable in class com.jivesoftware.base.theme.AbstractThemeManager
 
themesDir - Static variable in class com.jivesoftware.base.theme.AbstractThemeManager
 
ThemeServlet - Class in com.jivesoftware.base.theme
A servlet used to load files for a specific theme from the theme directory.
ThemeServlet() - Constructor for class com.jivesoftware.base.theme.ThemeServlet
 
ThemeTemplateLoader - Class in com.jivesoftware.base.theme
A custom template loader that allows freemarker files to override existing files in the application.
ThemeTemplateLoader() - Constructor for class com.jivesoftware.base.theme.ThemeTemplateLoader
 
ThemeType - Class in com.jivesoftware.base.theme
A ThemeType is a way to bind a theme to the application.
ThemeType(String, int) - Constructor for class com.jivesoftware.base.theme.ThemeType
 
THIRD_PARTY_MODE - Static variable in class com.jivesoftware.forum.action.setup.DatasourceSetupAction
 
ThirdPartyDatasourceSetupAction - Class in com.jivesoftware.forum.action.setup
 
ThirdPartyDatasourceSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
THIS_MONTH - Static variable in class com.jivesoftware.util.RelativeDateRange
 
THIS_WEEK - Static variable in class com.jivesoftware.util.RelativeDateRange
 
THIS_YEAR - Static variable in class com.jivesoftware.util.RelativeDateRange
 
THREAD - Static variable in class com.jivesoftware.base.JiveConstants
 
THREAD - Static variable in class com.jivesoftware.forum.action.ReadStatsInterceptor
Indicates a thread view.
THREAD - Static variable in class com.jivesoftware.forum.action.RecentHistoryInterceptor
Indicates a thread view.
THREAD - Static variable in class com.jivesoftware.forum.action.ViewCountInterceptor
Indicates a thread view.
THREAD - Static variable in interface com.jivesoftware.forum.ContentRetrieval
 
THREAD_ADDED - Static variable in class com.jivesoftware.forum.event.ThreadEvent
Thread was added to the system.
THREAD_DELETING - Static variable in class com.jivesoftware.forum.event.ThreadEvent
Thread is about to be deleted.
THREAD_FLAT - Static variable in class com.jivesoftware.forum.action.ForumThreadAction
Return code which indicates a flat message interface.
THREAD_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
THREAD_MODERATION_MODIFIED - Static variable in class com.jivesoftware.forum.event.ThreadEvent
The moderation value of the thread was changed.
THREAD_MOVED - Static variable in class com.jivesoftware.forum.event.ThreadEvent
Thread was moved to another forum.
THREAD_NAME - Static variable in class com.jivesoftware.base.JiveConstants
 
THREAD_RATED - Static variable in class com.jivesoftware.forum.event.ThreadEvent
The thread was rated.
THREAD_THREADED - Static variable in class com.jivesoftware.forum.action.ForumThreadAction
Return code which indicates a threaded message interface.
THREAD_TREE - Static variable in class com.jivesoftware.forum.action.ForumThreadAction
Return code which indicates a tree message interface.
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
threadAdded(ThreadEvent) - Method in interface com.jivesoftware.forum.event.ThreadListener
Fired when a thread has been added to the system.
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.event.ThreadListenerAdapter
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ThreadListener interface.
threadAdded(ThreadEvent) - Method in class com.jivesoftware.forum.TagManagerFactory
 
threadCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for ForumThread objects.
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
threadDeleted(ThreadEvent) - Method in interface com.jivesoftware.forum.event.ThreadListener
Fired when a thread is about to be deleted from the system.
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.event.ThreadListenerAdapter
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ThreadListener interface.
threadDeleted(ThreadEvent) - Method in class com.jivesoftware.forum.TagManagerFactory
 
ThreadEvent - Class in com.jivesoftware.forum.event
An event for ForumThread objects.
ThreadEvent(int, ForumThread, Map) - Constructor for class com.jivesoftware.forum.event.ThreadEvent
Creates a new thread event.
ThreadEventDispatcher - Class in com.jivesoftware.forum.event
Dispatcher for thread events.
ThreadFilter - Class in com.jivesoftware.forum.renderer.filter
A filter that converts [thread]123[/thread] tags into urls.
ThreadFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.ThreadFilter
 
ThreadFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the ThreadFilter.
ThreadFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.ThreadFilterBeanInfo
 
threadID - Variable in class com.jivesoftware.forum.database.DbForumMessage
 
threadID - Variable in class com.jivesoftware.forum.database.DbQuery
 
ThreadListener - Interface in com.jivesoftware.forum.event
Listener for thread events.
ThreadListenerAdapter - Class in com.jivesoftware.forum.event
Adapter class for the ThreadListener interface.
ThreadListenerAdapter() - Constructor for class com.jivesoftware.forum.event.ThreadListenerAdapter
 
ThreadMacro - Class in com.jivesoftware.forum.renderer.macro
A macro to convert {thread:id=123} into a thread link
ThreadMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.ThreadMacro
 
ThreadMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the ThreadMacro.
ThreadMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.ThreadMacroBeanInfo
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
threadModerationModified(ThreadEvent) - Method in interface com.jivesoftware.forum.event.ThreadListener
Fired when the moderation value of a thread has been changed.
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.event.ThreadListenerAdapter
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ThreadListener interface.
threadModerationModified(ThreadEvent) - Method in class com.jivesoftware.forum.TagManagerFactory
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
threadMoved(ThreadEvent) - Method in interface com.jivesoftware.forum.event.ThreadListener
Fired when a thread is moved from one foru to another.
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.event.ThreadListenerAdapter
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ThreadListener interface.
threadMoved(ThreadEvent) - Method in class com.jivesoftware.forum.TagManagerFactory
 
threadPut(long, ForumThread) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.database.DbSearchManager
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
threadRated(ThreadEvent) - Method in interface com.jivesoftware.forum.event.ThreadListener
Fired when the thread has been rated.
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.event.ThreadListenerAdapter
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.everywhere.CommunityEverywhereManager
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.gateway.GatewayListener
 
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.stats.ViewCountManager
From the ThreadListener interface.
threadRated(ThreadEvent) - Method in class com.jivesoftware.forum.TagManagerFactory
 
threadRemove(long) - Method in class com.jivesoftware.forum.database.DatabaseCacheManager
 
ThreadTTLReport - Class in com.jivesoftware.forum.stats.report
Generate a report that counts the number of messages created per day.
ThreadTTLReport() - Constructor for class com.jivesoftware.forum.stats.report.ThreadTTLReport
 
ThreadTTLReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the ThreadTTLReport class.
ThreadTTLReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.ThreadTTLReportBeanInfo
 
THRESHOLD_DEFAULT - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
THRESHOLD_PROP - Static variable in class com.jivesoftware.base.util.JiveCompressionFilter
 
TimeFormat - Class in com.jivesoftware.util
A simple formatter for times.
TimeFormat() - Constructor for class com.jivesoftware.util.TimeFormat
 
TimeFormatter - Class in com.jivesoftware.base.stats.util
 
TimeFormatter() - Constructor for class com.jivesoftware.base.stats.util.TimeFormatter
 
TimerFilter - Class in com.jivesoftware.util
A simple filter which records the execution time of the filter.
TimerFilter() - Constructor for class com.jivesoftware.util.TimerFilter
 
TimerFilter.Timer - Class in com.jivesoftware.util
A *simple* model of a timer.
TimerFilter.Timer() - Constructor for class com.jivesoftware.util.TimerFilter.Timer
 
TimeSigFigSequence - Class in com.jivesoftware.base.stats.bin
TimeSigFigSequence is similar to SigFigSequence, but is specialized for producing sequences of times.
TimeSigFigSequence(int, long) - Constructor for class com.jivesoftware.base.stats.bin.TimeSigFigSequence
Generate a new BinSequence object that truncates all but a specified # of significant figures from input elements.
timestamp - Variable in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.Entry
 
timestamp - Variable in class com.jivesoftware.util.LinkedListNode
This class is further customized for the Jive cache system.
TinyMCECompressionServlet - Class in com.jivesoftware.base.action.util
A servlet which handles the compression of all the TinyMCE js files into a single js file returned in a gzipped stream.
TinyMCECompressionServlet() - Constructor for class com.jivesoftware.base.action.util.TinyMCECompressionServlet
 
toArray() - Method in class com.jivesoftware.base.stats.Histogram
 
toArray(Bin[]) - Method in class com.jivesoftware.base.stats.Histogram
 
toArray() - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
toArray(Object[]) - Method in class com.jivesoftware.forum.util.RecentHistoryList
 
toArray() - Method in class com.jivesoftware.util.BooleanList
Returns a new array containing the list elements.
toArray() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
toArray(Object[]) - Method in class com.jivesoftware.util.ConcurrentHashSet
 
toArray() - Method in class com.jivesoftware.util.LongList
Returns a new array containing the list elements.
toChar(String) - Static method in class com.jivesoftware.forum.renderer.macro.Preserved
 
toDate() - Method in class com.jivesoftware.forum.nntp.NNTPDate
Converts the date to a Java Date class.
TODAY - Static variable in class com.jivesoftware.util.RelativeDateRange
 
toDbFormat(long) - Static method in class com.jivesoftware.base.database.DbPermissionsManager
Converts a normal permissions value into the db format.
toDocument(Object) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
toEntity(int) - Static method in class com.jivesoftware.forum.renderer.macro.Preserved
 
toFilteredOutlierArray(Histogram) - Static method in class com.jivesoftware.base.stats.util.HistogramUtils
 
toFilteredOutlierArray(Histogram, int) - Static method in class com.jivesoftware.base.stats.util.HistogramUtils
 
toForumArray() - Method in class com.jivesoftware.util.ForumList
 
toForumThreadArray() - Method in class com.jivesoftware.util.ForumThreadList
 
toggleBlock(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
toggleModerator(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
toggleVoice(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
toImage(BufferedImage) - Static method in class com.jivesoftware.forum.util.GraphicUtils
 
TOKEN_TYPE_SYNONYM - Static variable in class com.jivesoftware.util.search.SynonymFilter
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.BrazilianStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.CJKAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.CzechAnalyzer
Creates a TokenStream which tokenizes all the text in the provided Reader.
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.DanishStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.DutchStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.EnglishStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.FinnishStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.FrenchStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.GermanStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.ItalianStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.NorwegianStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.PortugueseStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.RussianStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.SpanishStemmingAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.StandardSynonymAnalyzer
 
tokenStream(String, Reader) - Method in class com.jivesoftware.util.search.SwedishStemmingAnalyzer
 
toLong() - Method in class com.jivesoftware.base.stats.element.DateElement
Convert the embedded Date to a Long using getTime().
toLong() - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Alwyas returns null for an InfiniteElement.
toLong() - Method in class com.jivesoftware.base.stats.element.LongElement
Returns this element's value as a long primitive.
toLong() - Method in class com.jivesoftware.base.stats.element.StringElement
Convert the embedded String to a Long.
toLong() - Method in class com.jivesoftware.base.stats.Element
Returns a Long representation of this element's value.
toLowerCaseWordArray(String) - Static method in class com.jivesoftware.util.StringUtils
Converts a line of text into an array of lower case words using a BreakIterator.wordInstance().
toLowerCaseWordArray(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Converts a line of text into an array of lower case words using a BreakIterator.wordInstance().
toMessageID(long) - Static method in class com.jivesoftware.forum.nntp.MessageID
Takes a bare ID string, and converts it into a valid message-id string by wrapping angle brackets around it.
TOO_LARGE - Static variable in exception com.jivesoftware.forum.AttachmentException
 
TOO_MANY_ATTACHMENTS - Static variable in exception com.jivesoftware.forum.AttachmentException
 
TopForumsReport - Class in com.jivesoftware.forum.stats.report
Reports on the top forums over time.
TopForumsReport() - Constructor for class com.jivesoftware.forum.stats.report.TopForumsReport
 
TopForumsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the TopForumsReport class.
TopForumsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.TopForumsReportBeanInfo
 
toString() - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
toString() - Method in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
toString() - Method in class com.jivesoftware.base.database.DbGroup
Returns a String representation of the Group object using the group name.
toString() - Method in class com.jivesoftware.base.database.DbPoll
 
toString() - Method in class com.jivesoftware.base.database.DbUser
Returns a String representation of the User object using the username.
toString() - Method in class com.jivesoftware.base.database.PollCacheKey
 
toString() - Method in class com.jivesoftware.base.EmailMessage.EmailAddress
 
toString() - Method in class com.jivesoftware.base.EmailMessage
 
toString() - Method in class com.jivesoftware.base.ext.SimpleUserAdapter
 
toString() - Method in class com.jivesoftware.base.ForumObject
 
toString() - Method in class com.jivesoftware.base.GroupProxy
 
toString() - Method in class com.jivesoftware.base.ldap.LdapGroup
Returns a String representation of the Group object using the group name.
toString() - Method in class com.jivesoftware.base.ldap.LdapUser
Returns a String representation of the User object using the username.
toString() - Method in class com.jivesoftware.base.Permissions
 
toString() - Method in class com.jivesoftware.base.PermissionType
 
toString() - Method in class com.jivesoftware.base.plugin.PluginManager.License
 
toString() - Method in class com.jivesoftware.base.stats.bin.Interval
Convert the Interval to a string.
toString() - Method in class com.jivesoftware.base.stats.bin.SingleElementBin
Convert the Bin to a string using the element's toString() method.
toString() - Method in class com.jivesoftware.base.stats.Bin
Convert this Bin to a String.
toString() - Method in class com.jivesoftware.base.stats.element.DateElement
Convert the DateElement to a String using the embedded Date's toString() method.
toString() - Method in class com.jivesoftware.base.stats.element.InfiniteElement
Converts an InfiniteElement to a string.
toString() - Method in class com.jivesoftware.base.stats.element.LongElement
Returns a String representation of this Element.
toString() - Method in class com.jivesoftware.base.stats.element.StringElement
Convert StringElement to a String
toString() - Method in class com.jivesoftware.base.stats.Element
Returns a String representation of this element's value.
toString() - Method in class com.jivesoftware.base.stats.Histogram
Convert a Histogram to a String containing diagnostic information.
toString() - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Returns the session in a readable format - good for debugging.
toString() - Method in class com.jivesoftware.base.stats.ReadStat
Returns the read stat in a readable format -- good for debugging.
toString() - Method in class com.jivesoftware.base.stats.ReadStatSession
Returns a simple string format of this class for debugging purposes.
toString() - Method in class com.jivesoftware.base.theme.ThemeType
 
toString() - Method in class com.jivesoftware.base.UserProxy
 
toString() - Method in class com.jivesoftware.base.util.compression.CompressingHttpServletResponse
 
toString() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterContext
 
toString() - Method in class com.jivesoftware.base.util.compression.JiveCompressionFilterStats
 
toString() - Method in class com.jivesoftware.base.util.StartupContent.ExtraStartupJiveProperty
 
toString() - Method in class com.jivesoftware.base.util.textmining.WordTextBuffer
 
toString() - Method in class com.jivesoftware.forum.action.TagCloudAction.TagCloudBean
 
toString() - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
toString() - Method in class com.jivesoftware.forum.database.DbAvatar
 
toString() - Method in class com.jivesoftware.forum.database.DbContentTag
 
toString() - Method in class com.jivesoftware.forum.database.DbForum
Returns a String representation of the Forum object using the forum name.
toString() - Method in class com.jivesoftware.forum.database.DbForumCategory
 
toString() - Method in class com.jivesoftware.forum.database.DbForumMessage
Returns a String representation of the message object using the subject.
toString() - Method in class com.jivesoftware.forum.database.DbForumThread
Converts the object to a String by returning the name of the thread.
toString() - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
toString() - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
toString() - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
toString() - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
toString() - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
toString() - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
toString() - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
toString() - Method in class com.jivesoftware.forum.mail.ReplyToThread
 
toString() - Method in class com.jivesoftware.forum.net.AcceptPort
Generates a string representation of this port.
toString() - Method in class com.jivesoftware.forum.net.spi.SocketChannelConnection
 
toString() - Method in class com.jivesoftware.forum.nntp.NewsGroupName
 
toString() - Method in class com.jivesoftware.forum.nntp.NNTPDate
Converts this date into it's standard NNTP String representation
toString() - Method in class com.jivesoftware.forum.nntp.spi.MimeTools.Headers
Prints out value of headers object - useful for debugging.
toString() - Method in class com.jivesoftware.forum.nntp.StaticNNTPResponse
 
toString() - Method in class com.jivesoftware.forum.proxy.ForumCategoryProxy
 
toString() - Method in class com.jivesoftware.forum.proxy.ForumMessageProxy
 
toString() - Method in class com.jivesoftware.forum.proxy.ForumProxy
 
toString() - Method in class com.jivesoftware.forum.proxy.ForumThreadProxy
 
toString() - Method in class com.jivesoftware.forum.proxy.PollProxy
 
toString() - Method in class com.jivesoftware.forum.proxy.PrivateMessageProxy
 
toString() - Method in class com.jivesoftware.forum.renderer.filter.regex.jdk.JdkMatchResult
 
toString() - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
toString(StringBuffer, RenderContext, WikiList) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.ListItem
 
toString(StringBuffer, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Returns the list rendered out to html
toString(StringBuffer, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Cell
 
toString(StringBuffer, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Row
 
toString(StringBuffer, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.wiki.table.Table
 
toString() - Method in class com.jivesoftware.forum.renderer.RenderTarget
 
toString() - Method in class com.jivesoftware.forum.util.Identifier
 
toString() - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
toString() - Method in class com.jivesoftware.forum.webservices.Forum
 
toString() - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
toString() - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
toString() - Method in class com.jivesoftware.forum.webservices.ForumThread
 
toString() - Method in class com.jivesoftware.forum.webservices.Group
 
toString() - Method in class com.jivesoftware.forum.webservices.Locale
 
toString() - Method in class com.jivesoftware.forum.webservices.Property
 
toString() - Method in class com.jivesoftware.forum.webservices.Query
 
toString() - Method in class com.jivesoftware.forum.webservices.ResultFilter
 
toString() - Method in class com.jivesoftware.forum.webservices.User
 
toString() - Method in class com.jivesoftware.forum.webservices.Watch
 
toString() - Method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
 
toString() - Method in class com.jivesoftware.profiles.ProfileField
Returns a String representation of the ProfileField object using the field name.
toString() - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
toString() - Method in class com.jivesoftware.util.BooleanList
 
toString() - Method in class com.jivesoftware.util.CircularLinkedList
Returns a String representation of the linked list with a comma delimited list of all the elements in the list.
toString() - Method in class com.jivesoftware.util.ConcurrentHashSet
 
toString() - Method in class com.jivesoftware.util.LinkedList
Returns a String representation of the linked list with a comma delimited list of all the elements in the list.
toString() - Method in class com.jivesoftware.util.LinkedListNode
Returns a String representation of the linked list node by calling the toString method of the node's object.
toString() - Method in class com.jivesoftware.util.LongList
 
toString() - Method in class com.jivesoftware.util.RelativeDateRange
 
toString() - Method in class com.jivesoftware.util.search.MultiFilter.FilterType
 
toString() - Method in class com.jivesoftware.util.search.PorterStemmer
After a word has been stemmed, it can be retrieved by toString(), or a reference to the internal buffer can be retrieved by getResultBuffer and getResultLength (which is generally more efficient.)
toString() - Method in class com.jivesoftware.webchat.License.LicenseType
 
toString(Document) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
toStringParts() - Method in class com.jivesoftware.forum.nntp.NewsGroupName
Breaks a name into it's string parts (split along the dots in the name).
totalTime - Variable in class com.jivesoftware.base.database.ProfiledConnectionEntry
The total time spent executing the query (in milliseconds).
toXML() - Method in class com.jivesoftware.forum.util.SystemInfoReporter
Outputs the system info Map as an XML document.
toXML(License) - Static method in class com.jivesoftware.webchat.License
Transforms a License into an XML file.
toXML() - Method in class com.jivesoftware.webchat.providers.SettingsPrivateData
 
Transaction - Interface in com.jivesoftware.base.database
A represents a database transaction.
TransactionException - Exception in com.jivesoftware.base.database
 
TransactionException() - Constructor for exception com.jivesoftware.base.database.TransactionException
 
TransactionException(String) - Constructor for exception com.jivesoftware.base.database.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception com.jivesoftware.base.database.TransactionException
 
TransactionException(Throwable) - Constructor for exception com.jivesoftware.base.database.TransactionException
 
TRANSCRIPT - Static variable in class com.jivesoftware.webchat.actions.WebBean
 
Transcript - Class in com.jivesoftware.webchat.history
A Transcript is a list of Line objects - each Line contains a from and message text.
Transcript() - Constructor for class com.jivesoftware.webchat.history.Transcript
 
TRANSFER - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
TRANSFER_SUCCESS - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
transferPoints(ForumThread, int) - Method in class com.jivesoftware.forum.database.DbRewardManager
 
transferPoints(ForumThread, int) - Method in class com.jivesoftware.forum.proxy.RewardManagerProxy
 
transferPoints(ForumThread, int) - Method in interface com.jivesoftware.forum.RewardManager
Transfers the specified number of points to the thread.
transform(int, Object) - Method in interface com.jivesoftware.util.CollectionUtils.ListItemTransformer
Used to make some sort transformation to the item passed in.
TransientBandwidthMonitor - Class in com.jivesoftware.forum.net.spi
Transient (in-memory) implementation of a bandwidth monitor.
TransientBandwidthMonitor() - Constructor for class com.jivesoftware.forum.net.spi.TransientBandwidthMonitor
 
TransientConnectionMonitor - Class in com.jivesoftware.forum.net.spi
Transient (in-memory) implementation of a connection monitor.
TransientConnectionMonitor() - Constructor for class com.jivesoftware.forum.net.spi.TransientConnectionMonitor
 
TreeWalker - Interface in com.jivesoftware.forum
Allows hierarchical navigation of a Thread.
treeWalkerCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for TreeWalker objects (represents the three structure of messages in a thread).
TreeWalkerProxy - Class in com.jivesoftware.forum.proxy
Protection proxy for TreeWalker ojbects.
TreeWalkerProxy(TreeWalker, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.TreeWalkerProxy
 
triggerEmailExceeded(Product, License) - Method in class com.jivesoftware.base.UserManagerProxy
 
triggerEmailWarning(Product, License) - Method in class com.jivesoftware.base.UserManagerProxy
 
TrimmedParametersInterceptor - Class in com.jivesoftware.base.action.interceptor
This class extends XWork's ParametersInterceptor and converts any blank string params (either String object or String[] elements) to null.
TrimmedParametersInterceptor() - Constructor for class com.jivesoftware.base.action.interceptor.TrimmedParametersInterceptor
 
trimToSize() - Method in class com.jivesoftware.util.LongHashMap
Trims the capacity of the receiver to be the receiver's current size.
TYPE_ALL - Static variable in interface com.jivesoftware.forum.MessageInterceptor
Interceptor that is run before and after a message has been accepted into the system and also during message edits.
TYPE_APPROVE - Static variable in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
TYPE_BAN_IP - Static variable in interface com.jivesoftware.base.ban.BanManager
Ban By IP Address
TYPE_BAN_USER - Static variable in interface com.jivesoftware.base.ban.BanManager
Ban by user account
TYPE_BOTH - Static variable in interface com.jivesoftware.forum.MessageInterceptor
Interceptor that is run before and after the message has been accepted into the system.
TYPE_DEFER - Static variable in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
TYPE_EDIT - Static variable in interface com.jivesoftware.forum.MessageInterceptor
Interceptor that is run when messages are edited by calling setSubject(String) or setBody(String).
TYPE_POST - Static variable in interface com.jivesoftware.forum.MessageInterceptor
Interceptor that is run after the message has been accepted into the system.
TYPE_PRE - Static variable in interface com.jivesoftware.forum.MessageInterceptor
Interceptor that is run before the message has been accepted into the system.
TYPE_REJECT - Static variable in class com.jivesoftware.forum.moderation.action.AvatarModerationAction
 
types - Static variable in class com.jivesoftware.base.theme.ThemeType
Array containing all ThemeType objects.

U

unApplyFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.MSWordToTextFilter
 
unApplyFilter(String, RenderContext) - Method in class com.jivesoftware.forum.renderer.filter.StyleTagFilter
 
UNASSIGN - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
UNASSIGN_SUCCESS - Static variable in class com.jivesoftware.forum.action.RewardsAction
 
UNAUTHORIZED - Static variable in class com.jivesoftware.base.action.JiveActionSupport
An action return type that indicates the user is not authorized to what they requested.
UNAUTHORIZED - Static variable in class com.jivesoftware.forum.action.ForumActionSupport
 
UnauthorizedException - Exception in com.jivesoftware.base
Thrown if a User does not have permission to access a particular method.
UnauthorizedException() - Constructor for exception com.jivesoftware.base.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception com.jivesoftware.base.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception com.jivesoftware.base.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception com.jivesoftware.base.UnauthorizedException
 
unbanUser(String, String, String) - Method in class com.jivesoftware.webchat.chat.group.GroupChatUtils
 
UnboundedDateRange - Class in com.jivesoftware.util
 
UnboundedDateRange() - Constructor for class com.jivesoftware.util.UnboundedDateRange
 
UNDERLINE_ESCAPE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
UNDERLINE_ESCAPE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
UNDERLINE_MATCH - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
UNDERLINE_REPLACE - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
UNDERLINE_REPLACE_NO_MARKUP - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
unescapeFromXML(String) - Static method in class com.jivesoftware.util.StringUtils
Unescapes the String by converting XML escape sequences back into normal characters.
unescapeFromXML(String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Unescapes the String by converting XML escape sequences back into normal characters.
UniqueHTTPVisitorsReport - Class in com.jivesoftware.forum.stats.report
Reports over unique HTTP traffic over time.
UniqueHTTPVisitorsReport() - Constructor for class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReport
 
UniqueHTTPVisitorsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the UniqueHTTPVisitorsReport class.
UniqueHTTPVisitorsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.UniqueHTTPVisitorsReportBeanInfo
 
UniqueNNTPVisitorsReport - Class in com.jivesoftware.forum.stats.report
Reports over unique NNTP traffic over time.
UniqueNNTPVisitorsReport() - Constructor for class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReport
 
UniqueNNTPVisitorsReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the UniqueNNTPVisitorsReport class.
UniqueNNTPVisitorsReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.UniqueNNTPVisitorsReportBeanInfo
 
UNKNOWN - Static variable in class com.jivesoftware.base.database.ConnectionManager.DatabaseType
 
UNKNOWN_LINK - Static variable in class com.jivesoftware.forum.renderer.filter.wiki.link.Link.LinkType
 
unloadPlugin(String) - Method in class com.jivesoftware.base.plugin.PluginManager
Unloads a plugin.
unloadServices() - Method in class com.jivesoftware.forum.webservices.server.xfire.XFireHelper
 
UnlockThreadAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for unlocking a thread.
UnlockThreadAction() - Constructor for class com.jivesoftware.forum.action.UnlockThreadAction
 
UNREAD - Static variable in class com.jivesoftware.forum.action.MarkPrivateMessageAction
 
UNREAD - Static variable in interface com.jivesoftware.forum.ReadTracker
Status to indicate that the object has never been read.
unrender(Link) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
unrender(String, String, String, Link.LinkType) - Static method in class com.jivesoftware.forum.renderer.filter.wiki.link.LinkRenderer
 
unRender(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
unRender(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
unRender(String, RenderContext, WikiFilter) - Method in interface com.jivesoftware.forum.renderer.filter.wiki.WikiRenderer
 
unRender(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
unRender(String, RenderContext, WikiFilter) - Method in class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
UPDATE - Static variable in class com.jivesoftware.base.database.ProfiledConnection
Constant for UPDATE database queries.
update(Gateway) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
This method must be called if gateway settings changes are to be persisted.
update(GlobalGatewaySettings) - Method in class com.jivesoftware.forum.gateway.DefaultGatewayManager
 
update(Gateway) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
This method must be called if gateway settings changes are to be persisted.
update(GlobalGatewaySettings) - Method in interface com.jivesoftware.forum.gateway.GatewayManager
Updates the global gateway setting.
update(Gateway) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
update(GlobalGatewaySettings) - Method in class com.jivesoftware.forum.gateway.GatewayManagerProxy
 
update(GatewaySettings) - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
update(GlobalGatewaySettings) - Method in class com.jivesoftware.forum.gateway.GatewaySettingsManager
 
UPDATE_COMPLETED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index update is completed.
UPDATE_COMPLETED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index update is completed.
UPDATE_FORUM_INDEX - Static variable in class com.jivesoftware.forum.database.DbForumMessage
 
UPDATE_OBJECT_READ - Static variable in class com.jivesoftware.forum.database.DbReadTracker
 
UPDATE_STARTED - Static variable in class com.jivesoftware.forum.event.SearchIndexEvent
Event type for whenever an index update is started.
UPDATE_STARTED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an index update is started.
updateBan(Ban) - Method in class com.jivesoftware.base.ban.AbstractBanManager
 
updateBan(Ban) - Method in interface com.jivesoftware.base.ban.BanDAO
Updates a ticket entry in the database
updateBan(Ban) - Method in class com.jivesoftware.base.ban.BanDAOImpl
 
updateBan(Ban) - Method in interface com.jivesoftware.base.ban.BanManager
Updates a ban entry in the database
updateBan(Ban) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
updateBytesReceived(long) - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Updates the total bytes transferred in this session.
updateBytesSent(long) - Method in class com.jivesoftware.base.stats.HTTPReadStatSession
Adds to the total number of bytes sent from the server to the client over the life of this session.
updateBytesSent(long) - Method in class com.jivesoftware.forum.stats.NNTPReadStatSession
Updates the total bytes sent in this session.
updateCategory(ForumCategory) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Update a ForumCategory
updateCategory(ForumCategory) - Method in class com.jivesoftware.forum.webservices.server.ForumCategoryServiceImpl
 
updateCompleted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index update is completed.
updateCompleted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
updateCompleted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index update is completed.
updateContext(Map) - Method in class com.jivesoftware.base.stats.AbstractReportRunner
 
updateContext(Map) - Method in class com.jivesoftware.forum.stats.ForumsReportRunner
 
UPDATED - Static variable in interface com.jivesoftware.forum.ReadTracker
Status to indicate the object has been updated since the last time a read was done.
UpdateDigestEmailTemplate - Class in com.jivesoftware.forum.upgrade.tasks
 
UpdateDigestEmailTemplate() - Constructor for class com.jivesoftware.forum.upgrade.tasks.UpdateDigestEmailTemplate
 
updateDraft(Draft) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
updateDraft(Draft) - Method in interface com.jivesoftware.forum.DraftManager
Update an existing draft.
updateDraft(Draft) - Method in class com.jivesoftware.forum.proxy.DraftManagerProxy
 
updatedSessions - Variable in class com.jivesoftware.base.stats.ReadStatsManager
 
UpdateFilters - Class in com.jivesoftware.forum.upgrade.tasks
Upgrade task which migrates filters from 5.0.x or 5.1.x to 5.5
UpdateFilters() - Constructor for class com.jivesoftware.forum.upgrade.tasks.UpdateFilters
 
updateFlag - Variable in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.Entry
Allows us to track if the entry has been scheduled for an update or not.
updateFlag - Variable in class com.jivesoftware.forum.database.ShortTermQueryCache.Entry
Allows us to track if the entry has been scheduled for an update or not.
updateForum(Forum) - Method in interface com.jivesoftware.forum.webservices.ForumService
Updates changes to a forum to the system.
updateForum(Forum) - Method in class com.jivesoftware.forum.webservices.server.ForumServiceImpl
 
updateForumMessage(ForumMessage) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Used to update the subject and body of a ForumMessage
updateForumMessage(ForumMessage) - Method in class com.jivesoftware.forum.webservices.server.ForumMessageServiceImpl
 
updateGeneral - Variable in class com.jivesoftware.forum.action.EditWatchesAction
 
updateGroup(Group) - Method in interface com.jivesoftware.forum.webservices.GroupService
Update the following group in the system.
updateGroup(Group) - Method in class com.jivesoftware.forum.webservices.server.GroupServiceImpl
 
updateIndex() - Method in class com.jivesoftware.forum.database.DbSearchManager
 
updateIndex(Date, Date) - Method in class com.jivesoftware.forum.database.DbSearchManager
Updates the index.
updateIndex() - Method in interface com.jivesoftware.forum.SearchManager
Manually update the index to include all new messages since the last update.
updateIndex() - Method in interface com.jivesoftware.profiles.search.ProfileSearchManager
Manually update the index to include all new objects since the last update.
updateIndex() - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
 
updateIndex(Date, Date) - Method in class com.jivesoftware.profiles.search.ProfileSearchManagerImpl
Updates the index.
updateModificationDate(long, Connection) - Method in class com.jivesoftware.base.database.DbGroup
Updates the modified date.
updateModifiedDate(long, Connection) - Method in class com.jivesoftware.forum.database.DbForum
Updates the modified date.
updateModifiedDate(long, Connection) - Method in class com.jivesoftware.forum.database.DbForumCategory
Updates the modified date of this category and all parent categories.
updateModifiedDate(long, Connection) - Method in class com.jivesoftware.forum.database.DbForumMessage
Updates the modified date.
updateModifiedDate(long, Connection) - Method in class com.jivesoftware.forum.database.DbForumThread
Updates the modified date.
UpdateRootCategoryLocale - Class in com.jivesoftware.forum.upgrade.tasks
Nullifies the LOCALECODE column for the root category in the jiveCategory table.
UpdateRootCategoryLocale() - Constructor for class com.jivesoftware.forum.upgrade.tasks.UpdateRootCategoryLocale
 
updateStarted(SearchIndexEvent) - Method in interface com.jivesoftware.forum.event.SearchIndexListener
Fired when an index update is started.
updateStarted(SearchIndexEvent) - Method in class com.jivesoftware.forum.event.SearchIndexListenerAdapter
 
updateStarted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when an index update is started.
updateUser(User) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Used to update user information in the system.
updateUser(User) - Method in class com.jivesoftware.forum.webservices.server.ProfileServiceImpl
 
updateUsersWithBatchEmailDate(int, Date, Date) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
updateUsersWithBatchEmailDate(int, Date, Date) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
updateUserWithBatchEmailDate(long, int, Date, Date) - Method in interface com.jivesoftware.forum.watches.WatchSettingsDAO
 
updateUserWithBatchEmailDate(long, int, Date, Date) - Method in class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
UpgradeAction - Class in com.jivesoftware.forum.action
An action that handles the automated upgrade task.
UpgradeAction() - Constructor for class com.jivesoftware.forum.action.UpgradeAction
 
UpgradeConfig - Class in com.jivesoftware.forum.upgrade
Stores the upgrade information from the upgrade configuration file.
UpgradeConfig() - Constructor for class com.jivesoftware.forum.upgrade.UpgradeConfig
 
UpgradeConfig.Upgrade - Class in com.jivesoftware.forum.upgrade
Stores the information for a particular upgrade from the upgrade configuration file.
UpgradeConfig.Upgrade() - Constructor for class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
UpgradeConfig.Upgrade.Task - Class in com.jivesoftware.forum.upgrade
Stores the information for a particular upgrade from the upgrade configuration file.
UpgradeConfig.Upgrade.Task() - Constructor for class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
UpgradeConfig.Upgrade.Task(int, String) - Constructor for class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
UpgradeFilter - Class in com.jivesoftware.forum.upgrade
A filter used by the upgrade framework to determine if the application requires any upgrade tasks.
UpgradeFilter() - Constructor for class com.jivesoftware.forum.upgrade.UpgradeFilter
 
UpgradeManager - Class in com.jivesoftware.forum.upgrade
Manages the community upgrade framework.
UpgradeTask - Interface in com.jivesoftware.forum.upgrade
Interface that all community upgrade tasks should implement.
UpgradeTaskException - Exception in com.jivesoftware.forum.upgrade
A special exception used for upgrade task failures that is used to display the upgrade task instructions to the user.
UpgradeTaskException(String, int, String, Exception) - Constructor for exception com.jivesoftware.forum.upgrade.UpgradeTaskException
 
UploadInfo - Class in com.jivesoftware.base.action.multipart
This class is a container object that holds information pertaining to an upload that is in progress.
UploadInfo() - Constructor for class com.jivesoftware.base.action.multipart.UploadInfo
 
UploadInfo(int, long, long, long, String) - Constructor for class com.jivesoftware.base.action.multipart.UploadInfo
Constructor with parameters for all available variables.
UploadListener - Class in com.jivesoftware.base.action.multipart
This class implements the OutputStreamListener interface and updates an UploadInfo object in the session (using the attribute key 'uploadInfo') with the current state of the upload.
UploadListener(HttpServletRequest) - Constructor for class com.jivesoftware.base.action.multipart.UploadListener
 
UploadMonitor - Class in com.jivesoftware.base.action.multipart
A class to be used by DWR to retrieve the UploadInfo for an in-progress upload.
UploadMonitor() - Constructor for class com.jivesoftware.base.action.multipart.UploadMonitor
 
URL - Static variable in class com.jivesoftware.base.theme.ThemeType
Type representing a URL map.
URL - Static variable in class com.jivesoftware.profiles.ProfileField.Type
Type representing a url type.
url - Static variable in class com.jivesoftware.webchat.test.LoadTestStarter
 
url2File(URL) - Static method in class com.jivesoftware.webchat.util.URLFileSystem
 
URLEncode(String, String) - Static method in class com.jivesoftware.util.StringUtils
Encodes URI string.
URLEncode(String, String) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Encodes URI string.
urlEncodeAndCleanSpaceChars(String) - Static method in class com.jivesoftware.util.StringUtils
Encodes a str using UTF-8 character set and the Java URLEncoder.encode() method but then replaces all '+' characters in the encoded string with '%20'.
URLFileSystem - Class in com.jivesoftware.webchat.util
URLFileSystem class handles some of the most common functionallity when working with URLs.
URLFileSystem() - Constructor for class com.jivesoftware.webchat.util.URLFileSystem
 
URLFilter - Class in com.jivesoftware.forum.renderer.filter
 
URLFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.URLFilter
 
URLFilter - Class in com.jivesoftware.webchat.filter
A Filter that converts URL's to working HTML web links.
URLFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
URLFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.URLFilterBeanInfo
 
URLMapping - Interface in com.jivesoftware.base.action.util
Used to map a specific url to a specific action.
urlMappings - Static variable in class com.jivesoftware.base.action.util.JiveActionMapper
 
URLValidator - Class in com.jivesoftware.profiles.validator
A validator which validates urls.
URLValidator() - Constructor for class com.jivesoftware.profiles.validator.URLValidator
 
URLValidatorBeanInfo - Class in com.jivesoftware.profiles.validator
BeanInfo class for the url field validator.
URLValidatorBeanInfo() - Constructor for class com.jivesoftware.profiles.validator.URLValidatorBeanInfo
 
useDraft() - Method in class com.jivesoftware.forum.action.OldPostAction
Returns true if the user wants to use an existing draft, used by the 'Your Drafts' area of the site to autopopulate a forum post rather than showing the user a message that says 'would you like to use the existing draft?'
useDraft() - Method in class com.jivesoftware.forum.action.PollPostAction
Returns true if the user wants to use an existing draft, used by the 'Your Drafts' area of the site to autopopulate an announcement rather than showing the user a message that says 'would you like to use the existing draft?'
useDraft() - Method in class com.jivesoftware.forum.action.PostAction
Returns true if the user wants to use an existing draft, used by the 'Your Drafts' area of the site to autopopulate a forum post rather than showing the user a message that says 'would you like to use the existing draft?'
useDraft() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
Returns true if the user wants to use an existing draft, used by the 'Your Drafts' area of the site to autopopulate an announcement rather than showing the user a message that says 'would you like to use the existing draft?'
USER - Static variable in class com.jivesoftware.base.JiveConstants
 
User - Interface in com.jivesoftware.base
The User interface provides information about and services for users of the system.
USER - Static variable in class com.jivesoftware.base.util.JiveComparators
Compares two User objects based on their username values.
USER - Static variable in class com.jivesoftware.forum.theme.ForumThemeType
Type representing a User map.
User - Class in com.jivesoftware.forum.webservices
Provides information about and services for users of the system.
User() - Constructor for class com.jivesoftware.forum.webservices.User
 
USER_ADDED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an user is added to the search index.
USER_ADMIN - Static variable in class com.jivesoftware.base.Permissions
Permission to administer a particular user.
USER_ADMIN_ROLE - Static variable in class com.jivesoftware.forum.util.AdminUtils
 
USER_AGENT_PROPERTY - Static variable in class com.jivesoftware.forum.gateway.GatewayUtil
Used to store user agent which posted the message as a message property.
USER_CREATED - Static variable in class com.jivesoftware.base.event.UserEvent
Event type for whenever a user is created.
USER_DELETED - Static variable in class com.jivesoftware.base.event.UserEvent
Event type for whenever a user is deleted.
USER_DELETED - Static variable in class com.jivesoftware.profiles.search.ProfileSearchIndexEvent
Event type for whenever an user is removed from the search index.
USER_ID - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
USER_LOCALE_PROP_NAME - Static variable in class com.jivesoftware.base.JiveConstants
The name of the extended user property used to store the user's locale code.
USER_MODIFIED - Static variable in class com.jivesoftware.base.event.UserEvent
Event type for whenever a user is modified.
USER_NAME - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
USER_TIMEZONE_PROP_NAME - Static variable in class com.jivesoftware.base.JiveConstants
The name of the extended user property used to store the user's time zone code.
userAdded(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when a user is added to the index.
UserAlreadyExistsException - Exception in com.jivesoftware.base
Thrown when attempting to create a user that already exists.
UserAlreadyExistsException() - Constructor for exception com.jivesoftware.base.UserAlreadyExistsException
 
UserAlreadyExistsException(String) - Constructor for exception com.jivesoftware.base.UserAlreadyExistsException
 
UserAlreadyExistsException(String, Throwable) - Constructor for exception com.jivesoftware.base.UserAlreadyExistsException
 
UserAlreadyExistsException(Throwable) - Constructor for exception com.jivesoftware.base.UserAlreadyExistsException
 
UserAvatarAction - Class in com.jivesoftware.forum.action
Used to display an avatar for a user.
UserAvatarAction() - Constructor for class com.jivesoftware.forum.action.UserAvatarAction
 
UserAware - Interface in com.jivesoftware.base.action
Enables a action to acquire the current User
userCache - Static variable in class com.jivesoftware.base.UserManagerFactory
A cache for user objects.
userCreated(UserEvent) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
userCreated(UserEvent) - Method in interface com.jivesoftware.base.event.UserListener
Fired when a user is created.
userCreated(UserEvent) - Method in class com.jivesoftware.base.event.UserListenerAdapter
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerImpl
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
userCreated(UserEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
userCreated(UserEvent) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
UserCreationReport - Class in com.jivesoftware.forum.stats.report
Reports on the number of users created over time.
UserCreationReport() - Constructor for class com.jivesoftware.forum.stats.report.UserCreationReport
 
UserCreationReportBeanInfo - Class in com.jivesoftware.forum.stats.report
Bean info class for the UserCreationReport class.
UserCreationReportBeanInfo() - Constructor for class com.jivesoftware.forum.stats.report.UserCreationReportBeanInfo
 
userDeleted(UserEvent) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
userDeleted(UserEvent) - Method in interface com.jivesoftware.base.event.UserListener
Fired when a user is deleted.
userDeleted(UserEvent) - Method in class com.jivesoftware.base.event.UserListenerAdapter
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerImpl
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.database.DbEmailTokenManager
Called when a user is deleted.
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.database.UserDeletedListener
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
userDeleted(UserEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
userDeleted(UserEvent) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
userDeleted(ProfileSearchIndexEvent) - Method in interface com.jivesoftware.profiles.search.ProfileSearchIndexListener
Fired when a user is deleted from the search index.
UserDeletedListener - Class in com.jivesoftware.forum.database
A listener for User delete events that sets all messages to anonymous and clears all appropriate caches.
UserDeletedListener() - Constructor for class com.jivesoftware.forum.database.UserDeletedListener
 
userEmailCache - Static variable in class com.jivesoftware.base.database.DbUserManager
 
userEmailCache - Static variable in class com.jivesoftware.base.ldap.LdapUserManager
 
UserEvent - Class in com.jivesoftware.base.event
A class for user events.
UserEvent(int, User, Map) - Constructor for class com.jivesoftware.base.event.UserEvent
 
UserEventDispatcher - Class in com.jivesoftware.base.event
User event dispatcher.
UserGroupIteratorProxy - Class in com.jivesoftware.base
Protection proxy for Iterators of users and groups.
UserGroupIteratorProxy(int, Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.UserGroupIteratorProxy
Creates a new iterator proxy.
userIDCache - Static variable in class com.jivesoftware.base.UserManagerFactory
A cache that maps user names to ID's.
UserInterceptor - Class in com.jivesoftware.forum.interceptor
An interceptor to ban users by preventing them from posting messages.
UserInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.UserInterceptor
 
UserInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.UserInterceptor
 
UserInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the user interceptor.
UserInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.UserInterceptorBeanInfo
 
UserIterator - Class in com.jivesoftware.base.database
An class that defines the logic to iterate through an array of long unique ID's of Jive objects.
UserIterator(long[]) - Constructor for class com.jivesoftware.base.database.UserIterator
Creates a new UserIterator.
UserIteratorProxy - Class in com.jivesoftware.base
Protection proxy for Iterators of users.
UserIteratorProxy(Iterator, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.UserIteratorProxy
Creates a new user iterator proxy.
UserListener - Interface in com.jivesoftware.base.event
A UserListener gets notified anytime a user event is fired.
UserListenerAdapter - Class in com.jivesoftware.base.event
Adapter class for the UserListener interface.
UserListenerAdapter() - Constructor for class com.jivesoftware.base.event.UserListenerAdapter
 
UserLocaleInterceptor - Class in com.jivesoftware.forum.action
 
UserLocaleInterceptor() - Constructor for class com.jivesoftware.forum.action.UserLocaleInterceptor
 
UserMacro - Class in com.jivesoftware.forum.renderer.macro
A macro to convert {user:id=123} into a profile link
UserMacro() - Constructor for class com.jivesoftware.forum.renderer.macro.UserMacro
 
UserMacroBeanInfo - Class in com.jivesoftware.forum.renderer.macro
BeanInfo class for the UserMacro.
UserMacroBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.UserMacroBeanInfo
 
UserManager - Interface in com.jivesoftware.base
Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
userManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
UserManager - Class in com.jivesoftware.webchat.user
Responsible for the creation of ChatSessionManagers.
UserManager() - Constructor for class com.jivesoftware.webchat.user.UserManager
Initialization constructor.
UserManagerAdapter - Class in com.jivesoftware.base
UserManagerAdapter is an abstract class implementation of the IntrospectiveUserManager interface.
UserManagerAdapter() - Constructor for class com.jivesoftware.base.UserManagerAdapter
 
UserManagerAware - Interface in com.jivesoftware.base.action
Provides an action with an instance of UserManager
UserManagerFactory - Class in com.jivesoftware.base
A factory that returns a concrete instance of a UserManager.
UserManagerProxy - Class in com.jivesoftware.base
Protection proxy for the UserManager class.
UserManagerProxy(UserManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.UserManagerProxy
Creates a new UserManagerProxy.
userMessageCountCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache of user message counts.
userModified(UserEvent) - Method in class com.jivesoftware.base.database.DbPresenceManager
 
userModified(UserEvent) - Method in interface com.jivesoftware.base.event.UserListener
Fired when a user is modified.
userModified(UserEvent) - Method in class com.jivesoftware.base.event.UserListenerAdapter
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.abuse.AbuseManagerImpl
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerImpl
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.ban.BanManagerProxy
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.database.PollCleanupListener
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.database.WatchListener
 
userModified(UserEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
userModified(UserEvent) - Method in class com.jivesoftware.profiles.ProfileManagerImpl
 
username - Variable in class com.jivesoftware.base.action.LoginAction
 
username - Variable in class com.jivesoftware.base.ext.SimpleUserAdapter
The username.
UserNotFoundException - Exception in com.jivesoftware.base
Thrown when User cannot be found.
UserNotFoundException() - Constructor for exception com.jivesoftware.base.UserNotFoundException
 
UserNotFoundException(long) - Constructor for exception com.jivesoftware.base.UserNotFoundException
Allows you to create an exception specifying the id of the user that was not found
UserNotFoundException(String) - Constructor for exception com.jivesoftware.base.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception com.jivesoftware.base.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception com.jivesoftware.base.UserNotFoundException
 
userPermsCache - Static variable in class com.jivesoftware.base.database.DbPermissionsManager
 
UserPicker - Class in com.jivesoftware.forum.action
An action to search and pick users based on user account information.
UserPicker() - Constructor for class com.jivesoftware.forum.action.UserPicker
 
UserProfile - Class in com.jivesoftware.base.profile
 
UserProfile() - Constructor for class com.jivesoftware.base.profile.UserProfile
 
UserProfile - Class in com.jivesoftware.profiles
Contains user data for a particular ProfileField.
UserProfile() - Constructor for class com.jivesoftware.profiles.UserProfile
 
UserProxy - Class in com.jivesoftware.base
Protection proxy for User objects.
UserProxy(User, AuthToken, Permissions) - Constructor for class com.jivesoftware.base.UserProxy
Create a new UserProxy.
userRosterCache - Variable in class com.jivesoftware.base.database.DbPresenceManager
 
users() - Method in class com.jivesoftware.base.database.DbUserManager
 
users(int, int) - Method in class com.jivesoftware.base.database.DbUserManager
 
users() - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
users(int, int) - Method in class com.jivesoftware.base.ldap.LdapUserManager
 
users() - Method in interface com.jivesoftware.base.UserManager
Returns an iterator for all users in the system.
users(int, int) - Method in interface com.jivesoftware.base.UserManager
Returns an iterator for all users starting at startIndex with the given number of results.
users() - Method in class com.jivesoftware.base.UserManagerAdapter
 
users(int, int) - Method in class com.jivesoftware.base.UserManagerAdapter
 
users() - Method in class com.jivesoftware.base.UserManagerProxy
 
users(int, int) - Method in class com.jivesoftware.base.UserManagerProxy
 
UserSearch - Class in com.jivesoftware.forum.action
An action to search user account information.
UserSearch() - Constructor for class com.jivesoftware.forum.action.UserSearch
 
UserSession - Class in com.jivesoftware.webchat.user
Manages all Group and 1-to-1 Chat Sessions.
UserSession() - Constructor for class com.jivesoftware.webchat.user.UserSession
Creates a new session manager.
USERSETTINGS - Static variable in class com.jivesoftware.forum.action.GuestSettingsAction
Return type for default and execute methods to denote there is a user logged in an modifying guest settings is not appropriate.
UserSettingsAction - Class in com.jivesoftware.forum.action
An action for setting users preferences, account settings and password.
UserSettingsAction() - Constructor for class com.jivesoftware.forum.action.UserSettingsAction
 
usersWithPermission(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
usersWithPermission(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
usersWithPermission(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns all the userID's of users with a particular permission.
usersWithPermission(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
usersWithPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns all the userID's of users with a particular permission.
usersWithPermission(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
usersWithPermissionCount(PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
usersWithPermissionCount(int, long, PermissionType, long) - Method in class com.jivesoftware.base.database.DbPermissionsManager
 
usersWithPermissionCount(PermissionType, long) - Method in interface com.jivesoftware.base.PermissionsManager
Returns a count of the users that have a particular permission.
usersWithPermissionCount(PermissionType, long) - Method in class com.jivesoftware.forum.proxy.PermissionsManagerProxy
 
usersWithPermissionCount(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns a count of the users that have a particular permission.
usersWithPermissionCount(long, boolean) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
usersWithPermissionCountOnCategory(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns a count of the users that have a particular permission on the specified category.
usersWithPermissionCountOnCategory(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
usersWithPermissionCountOnForum(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns a count of the users that have a particular permission on the specified forum.
usersWithPermissionCountOnForum(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
usersWithPermissionOnCategory(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns all the userID's of users with a particular permission on the specified category.
usersWithPermissionOnCategory(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
usersWithPermissionOnForum(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns all the userID's of users with a particular permission on the specified forum.
usersWithPermissionOnForum(long, boolean, long) - Method in class com.jivesoftware.forum.webservices.server.PermissionServiceImpl
 
UserSystemModeValidator - Class in com.jivesoftware.forum.action.setup
Validates the mode parameter for the UserSystemSetupAction
UserSystemModeValidator() - Constructor for class com.jivesoftware.forum.action.setup.UserSystemModeValidator
 
UserSystemSetupAction - Class in com.jivesoftware.forum.action.setup
Setup the user system.
UserSystemSetupAction() - Constructor for class com.jivesoftware.forum.action.setup.UserSystemSetupAction
 
usesBody() - Method in class com.jivesoftware.base.admin.Sidebar
 
usesBody() - Method in class com.jivesoftware.base.admin.Tabs
 
usesBody() - Method in class com.jivesoftware.base.tags.Paginator
 
UUBeginIterator - Class in com.jivesoftware.forum.nntp.spi
Iterator that continues until the underlying iterator runs out or a uuencoding 'begin' token is seen.
UUBeginIterator(Iterator) - Constructor for class com.jivesoftware.forum.nntp.spi.UUBeginIterator
Create an iterator that wraps the given one.
UUEndIterator - Class in com.jivesoftware.forum.nntp.spi
Iterator that continues until the underlying iterator runs out or a uuencoding 'end' token is seen.
UUEndIterator(Iterator, String) - Constructor for class com.jivesoftware.forum.nntp.spi.UUEndIterator
Create an iterator that wraps the given one and uses the given uuencode section header line.

V

validate() - Method in class com.jivesoftware.base.action.LicenseValidateAction
 
validate() - Method in class com.jivesoftware.base.action.LoginAction
 
validate() - Method in class com.jivesoftware.base.theme.Theme
Reutrns true if all required properties (name, decorator) of this theme exist.
validate() - Method in class com.jivesoftware.forum.action.AddressBookAddAction
 
validate() - Method in class com.jivesoftware.forum.action.AddressBookRemoveAction
 
validate() - Method in class com.jivesoftware.forum.action.AttachAction
 
validate() - Method in class com.jivesoftware.forum.action.AttachmentSettingsAction
 
validate() - Method in class com.jivesoftware.forum.action.AvatarUploadAction
 
validate() - Method in class com.jivesoftware.forum.action.ChangePasswordAction
 
validate() - Method in class com.jivesoftware.forum.action.EditAction
 
validate() - Method in class com.jivesoftware.forum.action.EmailResetPasswordToken
WW validation method.
validate() - Method in class com.jivesoftware.forum.action.GuestSettingsAction
 
validate() - Method in class com.jivesoftware.forum.action.OldPostAction
Validates all user input.
validate() - Method in class com.jivesoftware.forum.action.PollOption
 
validate() - Method in class com.jivesoftware.forum.action.PollPostAction
 
validate() - Method in class com.jivesoftware.forum.action.PollVoteAction
Checks the option is not out of bounds.
validate() - Method in class com.jivesoftware.forum.action.PostAction
Validates all user input.
validate() - Method in class com.jivesoftware.forum.action.PostAnnounceAction
 
validate() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderAddAction
 
validate() - Method in class com.jivesoftware.forum.action.PrivateMessageFolderEditAction
 
validate() - Method in class com.jivesoftware.forum.action.PrivateMessagePostAction
 
validate() - Method in class com.jivesoftware.forum.action.ResetPassword
WW validation method.
validate() - Method in class com.jivesoftware.forum.action.RewardsAction
 
validate() - Method in class com.jivesoftware.forum.action.setup.AdminSetupAction
 
validate() - Method in class com.jivesoftware.forum.action.setup.LdapAdminSetupAction
 
validate() - Method in class com.jivesoftware.forum.action.setup.SetupAction
 
validate() - Method in class com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
 
validate(Object) - Method in class com.jivesoftware.forum.action.setup.UserSystemModeValidator
 
validate() - Method in class com.jivesoftware.forum.action.SpellAction
 
validate() - Method in class com.jivesoftware.forum.action.UserSettingsAction
 
validate() - Method in class com.jivesoftware.forum.everywhere.action.CommunityEverywhereSettings
 
validate() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
 
validate() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
 
validate() - Method in class com.jivesoftware.forum.upgrade.UpgradeConfig
 
validate() - Method in class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
validate() - Method in class com.jivesoftware.profiles.action.admin.EditProfileField
Validates the name field exists.
validate() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard
 
validate() - Method in class com.jivesoftware.profiles.action.admin.ProfileFieldWizard2
Validates the name field exists.
validate() - Method in class com.jivesoftware.profiles.action.CreateProfile
 
validate() - Method in class com.jivesoftware.profiles.action.EditProfileAction
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.DateValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.DecimalValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.EmailValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.LengthValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.NonValidatingValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.NumberValidator
 
validate(String, User) - Method in interface com.jivesoftware.profiles.validator.ProfileFieldValidator
Performs field validation on user supplied input.
validate(String, User) - Method in class com.jivesoftware.profiles.validator.RangeValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.RegexValidator
 
validate(String, User) - Method in class com.jivesoftware.profiles.validator.URLValidator
 
validateAccount(long, String) - Method in interface com.jivesoftware.base.registration.RegistrationManager
Validates a user account using a unique validation key
validateAccount(long, String) - Method in class com.jivesoftware.base.registration.RegistrationManagerImpl
 
validateAccount(long, String) - Method in class com.jivesoftware.forum.proxy.RegistrationManagerProxy
 
ValidateAction - Class in com.jivesoftware.forum.action
 
ValidateAction() - Constructor for class com.jivesoftware.forum.action.ValidateAction
 
validateChars(String) - Method in class com.jivesoftware.webchat.actions.WebBean
Validate the given text - to pass it must contain letters, digits, '@', '-', '_', '
validateChars(String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Validate the given text
validatedActiveDate - Variable in class com.jivesoftware.forum.action.PollPostAction
 
validatedEndDate - Variable in class com.jivesoftware.forum.action.PollPostAction
 
validatedExpireDate - Variable in class com.jivesoftware.forum.action.PollPostAction
 
validateExtendedProperty(String, String) - Static method in class com.jivesoftware.util.ExtendedPropertyUtils
Validates an Extended Property key and value to ensure that they are not null and that the key is not an empty string.
validateLicense() - Method in class com.jivesoftware.base.stats.ReadStatsManager
 
validateLicense() - Method in class com.jivesoftware.forum.stats.ForumsReadStatsManager
 
validateLicense(String, String) - Method in class com.jivesoftware.webchat.LicenseManager
Checks to see if a license is valid for the specified product and version.
validateSubject(String) - Static method in class com.jivesoftware.webchat.utils.WebUtils
Validate the given text
value() - Method in class com.jivesoftware.base.Permissions
Returns the long value (bitmask) of the permissions that are set.
valueOf(String) - Static method in class com.jivesoftware.base.plugin.PluginManager.License
 
values() - Method in class com.jivesoftware.forum.database.QueryCache
This method throws UnsupportedOperationException.
values() - Method in class com.jivesoftware.forum.webservices.Cache
 
values() - Method in class com.jivesoftware.util.CacheWrapper
 
values() - Method in class com.jivesoftware.util.ClusteredCache
 
values() - Method in class com.jivesoftware.util.DbJiveProperties
 
values() - Method in class com.jivesoftware.util.DefaultCache
 
values - Variable in class com.jivesoftware.util.LongHashMap
 
values() - Method in class com.jivesoftware.util.LongHashMap
Returns an array of all the values in the Map.
values() - Method in class com.jivesoftware.util.LRUCache
 
values() - Method in class com.jivesoftware.util.XMLJiveProperties
 
VariableStepSequence - Class in com.jivesoftware.base.stats.bin
A sequence of bins in which step size remains constant over fixed intervals.
VariableStepSequence(long[], long[]) - Constructor for class com.jivesoftware.base.stats.bin.VariableStepSequence
Creates new VariableStepSequence.
verifyDates(Date, Date) - Static method in class com.jivesoftware.forum.stats.QuickStats
Throws an error if the given dates are invalid.
Version410 - Class in com.jivesoftware.forum.upgrade.tasks
Performs the old upgrade task to upgrade from 4.1.x/4.2.x to 5.0.x.
Version410() - Constructor for class com.jivesoftware.forum.upgrade.tasks.Version410
 
VERSION_NUMBER - Static variable in class com.jivesoftware.webchat.LicenseManager
 
VIEW_ONLINE_STATUS - Static variable in class com.jivesoftware.base.Permissions
Permission to see the online status of a particular user.
ViewCountInterceptor - Class in com.jivesoftware.forum.action
A WebWork interceptor which records a view count for a particular object.
ViewCountInterceptor() - Constructor for class com.jivesoftware.forum.action.ViewCountInterceptor
 
ViewCountManager - Class in com.jivesoftware.forum.stats
A class to handle saving and retrieving view counts for various Jive Forums objects.
ViewModerateAction - Class in com.jivesoftware.forum.moderation.action
An action to handle the viewing of moderated messages
ViewModerateAction() - Constructor for class com.jivesoftware.forum.moderation.action.ViewModerateAction
 
ViewProfile - Class in com.jivesoftware.profiles.action
 
ViewProfile() - Constructor for class com.jivesoftware.profiles.action.ViewProfile
 
VIRUS_CHECK_MODERATION_VALUE - Static variable in class com.jivesoftware.forum.interceptor.VirusScanInterceptor
The moderation value that messages will be set to (-156) while waiting to be scanned for viruses.
VIRUS_CHECK_MODERATION_VALUE - Static variable in class com.jivesoftware.forum.virusscan.VirusScanManager
The moderation value that messages will be set to (-156) while waiting to be scanned for viruses.
VirusScanInterceptor - Class in com.jivesoftware.forum.interceptor
Redirects messages with attachments to the VirusScanManager queue.
VirusScanInterceptor() - Constructor for class com.jivesoftware.forum.interceptor.VirusScanInterceptor
 
VirusScanInterceptor(int, long) - Constructor for class com.jivesoftware.forum.interceptor.VirusScanInterceptor
 
VirusScanInterceptorBeanInfo - Class in com.jivesoftware.forum.interceptor
BeanInfo class for the VirusScanInterceptor.
VirusScanInterceptorBeanInfo() - Constructor for class com.jivesoftware.forum.interceptor.VirusScanInterceptorBeanInfo
 
VirusScanManager - Class in com.jivesoftware.forum.virusscan
Scans message attachments for viruses.
VISITOR_COOKIE_KEY - Static variable in class com.jivesoftware.base.stats.WebContext
Cookie name for anonymous visitor IDs.
VISITOR_SESSION_KEY - Static variable in class com.jivesoftware.base.stats.WebContext
Session attribute name for anonymous visitor IDs.
voicePermissionChanged() - Method in class com.jivesoftware.webchat.chat.group.GroupChatSession
Voice privilieges have been changed.
Vote - Class in com.jivesoftware.base.database
Class to encapsulate the data encompassing a vote for a poll.
Vote(long, long, String, int, Date) - Constructor for class com.jivesoftware.base.database.Vote
 
Vote(long, long, String, int) - Constructor for class com.jivesoftware.base.database.Vote
 
VOTE_ADDED - Static variable in class com.jivesoftware.base.event.PollEvent
A vote was added to the poll.
VOTE_IN_POLL - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to vote in polls.
VOTE_MODIFIED - Static variable in class com.jivesoftware.base.event.PollEvent
A vote was modified.
VOTE_REMOVED - Static variable in class com.jivesoftware.base.event.PollEvent
A vote was removed.
voteAdded(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when a vote is added to a poll.
voteAdded(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
voteAdded(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
voteCache - Static variable in class com.jivesoftware.base.PollManagerFactory
 
VoteChangeClusterTask - Class in com.jivesoftware.base.database
Coherence cluster task that updates the insert queue across cluster members whenever a vote is changed.
VoteChangeClusterTask() - Constructor for class com.jivesoftware.base.database.VoteChangeClusterTask
 
VOTED - Static variable in class com.jivesoftware.forum.action.PollAction
 
voteModified(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when a poll vote is modified.
voteModified(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
voteModified(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 
voteRemoved(PollEvent) - Method in interface com.jivesoftware.base.event.PollListener
Fired when a poll vote is removed.
voteRemoved(PollEvent) - Method in class com.jivesoftware.forum.database.DbDraftManager
 
voteRemoved(PollEvent) - Method in class com.jivesoftware.forum.event.DebugEventListener
 

W

warn(String) - Static method in class com.jivesoftware.base.Log
 
warn(Throwable) - Static method in class com.jivesoftware.base.Log
 
warn(String, Throwable) - Static method in class com.jivesoftware.base.Log
 
WARN_EVENT - Static variable in class com.jivesoftware.base.event.LogEvent
Event type for whenever a warn log event occurs.
wasCommitted() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
wasCommitted() - Method in interface com.jivesoftware.base.database.Transaction
Returns true if the transaction was committed, false otherwise
wasRolledBack() - Method in class com.jivesoftware.base.database.JDBCTransaction
 
wasRolledBack() - Method in interface com.jivesoftware.base.database.Transaction
Returns true if the transaction was rolled back, false otherwise
Watch - Interface in com.jivesoftware.forum
A watch is a way for a user to track updates to an object.
Watch - Class in com.jivesoftware.forum.webservices
A watch is a way for a user to track updates to an object.
Watch() - Constructor for class com.jivesoftware.forum.webservices.Watch
 
WATCH_SETTINGS - Static variable in class com.jivesoftware.base.JiveConstants
 
Watchable - Interface in com.jivesoftware.base
A marker interface for objects that can be watched for changes by users.
watchCache - Variable in class com.jivesoftware.forum.database.DatabaseCacheManager
A cache for Watch objects.
WATCHES - Static variable in interface com.jivesoftware.forum.action.util.ControlPanelFlags
Request attribute value used to indicate the current page is the 'Your Watches' page.
WatchesAction - Class in com.jivesoftware.forum.action
An action that encapsulates all the logic for showing a user's watches.
WatchesAction() - Constructor for class com.jivesoftware.forum.action.WatchesAction
 
WatchListener - Class in com.jivesoftware.forum.database
Listens for events generated by forum activity and triggers watch updates as appropriate.
WatchListener(DbWatchManager, WatchSettingsManager) - Constructor for class com.jivesoftware.forum.database.WatchListener
 
watchManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
WatchManager - Interface in com.jivesoftware.forum
Manages watches on categories, forums, and threads.
WatchManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the WatchManager class.
WatchManagerProxy(WatchManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.WatchManagerProxy
Creates a new WatchManagerProxy object.
WatchService - Interface in com.jivesoftware.forum.webservices
A service for manipulating a user's watches on objects
WatchServiceImpl - Class in com.jivesoftware.forum.webservices.server
 
WatchServiceImpl() - Constructor for class com.jivesoftware.forum.webservices.server.WatchServiceImpl
 
WatchSettings - Class in com.jivesoftware.forum.watches
A container object holding the watch settings for a particular user.
WatchSettings() - Constructor for class com.jivesoftware.forum.watches.WatchSettings
 
WatchSettingsDAO - Interface in com.jivesoftware.forum.watches
 
WatchSettingsDAOImpl - Class in com.jivesoftware.forum.watches
DDL: CREATE TABLE jiveWatchSettings ( userID bigint primary key references jiveUser(userID), autoWatchNewTopics bigint not null, autoWatchReplies bigint not null, receiveEmails bigint not null, batchFrequency bigint not null, lastBatchEmail bigint null);
WatchSettingsDAOImpl() - Constructor for class com.jivesoftware.forum.watches.WatchSettingsDAOImpl
 
watchSettingsManager - Variable in class com.jivesoftware.forum.database.DbForumFactory
 
WatchSettingsManager - Interface in com.jivesoftware.forum.watches
An interface to retrieve and save watch settings for users.
WatchSettingsManagerImpl - Class in com.jivesoftware.forum.watches
 
WatchSettingsManagerImpl() - Constructor for class com.jivesoftware.forum.watches.WatchSettingsManagerImpl
 
WatchSettingsManagerProxy - Class in com.jivesoftware.forum.proxy
A protection proxy for the WatchSettingsManager class.
WatchSettingsManagerProxy(WatchSettingsManager, AuthToken, Permissions) - Constructor for class com.jivesoftware.forum.proxy.WatchSettingsManagerProxy
Creates a new WatchSettingsManagerProxy object.
WEB_STYLE_QUOTES - Static variable in class com.jivesoftware.forum.renderer.filter.QuoteFilter
 
WebBean - Class in com.jivesoftware.webchat.actions
 
WebBean() - Constructor for class com.jivesoftware.webchat.actions.WebBean
 
WebContext - Class in com.jivesoftware.base.stats
Encapsulates the request/response objects as well as logic to get and set anonymous guest IDs and retreving of the read stats session object.
WebContext(ServletRequest, ServletResponse) - Constructor for class com.jivesoftware.base.stats.WebContext
Creates a new web context based on values in the request and response.
WebLog - Class in com.jivesoftware.webchat.util
 
WebLog() - Constructor for class com.jivesoftware.webchat.util.WebLog
 
WebServiceSettingsAction - Class in com.jivesoftware.forum.webservices.action
Action for changing web service properties.
WebServiceSettingsAction() - Constructor for class com.jivesoftware.forum.webservices.action.WebServiceSettingsAction
 
WebUtils - Class in com.jivesoftware.webchat.utils
The WebUtils class is a utility class for some of the most mundane procedures in the WebChat client and in servlet programming.
WEEK - Static variable in class com.jivesoftware.base.JiveConstants
One week (in milliseconds).
WELCOME_NO_POST - Static variable in class com.jivesoftware.forum.nntp.NNTPParser
The standard welcome message sent by the server when no posting is allowed.
WELCOME_POST - Static variable in class com.jivesoftware.forum.nntp.NNTPParser
The standard welcome message sent by the server when posting is allowed.
WIDTH - Static variable in class com.jivesoftware.base.registration.ImageConfirmationServlet
 
WikiConversionAction - Class in com.jivesoftware.forum.action
 
WikiConversionAction() - Constructor for class com.jivesoftware.forum.action.WikiConversionAction
 
WikiEscapeFilter - Class in com.jivesoftware.forum.renderer.filter
A filter that escapes wiki syntax for html output.
WikiEscapeFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiEscapeFilter
 
WikiEscapeFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
WikiEscapeFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiEscapeFilterBeanInfo
 
WikiFilter - Class in com.jivesoftware.forum.renderer.filter
This render filter will render wiki style markup such as *bold* to html and vice versa.
WikiFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiFilter
 
WikiFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
WikiFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiFilterBeanInfo
 
WikiLinkRenderer - Class in com.jivesoftware.forum.renderer.filter.wiki
Link Filter.
WikiLinkRenderer() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.WikiLinkRenderer
 
WikiList - Class in com.jivesoftware.forum.renderer.filter.wiki.list
A simple tree structure for lists.
WikiList() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.list.WikiList
Creates a new wiki list tree.
WikiListRenderer - Class in com.jivesoftware.forum.renderer.filter.wiki
 
WikiListRenderer() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.WikiListRenderer
 
WikiRenderer - Interface in com.jivesoftware.forum.renderer.filter.wiki
 
WikiStyleRenderer - Class in com.jivesoftware.forum.renderer.filter.wiki
This render filter will render wiki style markup such as *bold* to html and vice versa.
WikiStyleRenderer() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.WikiStyleRenderer
 
WikiSyntaxEscapeTask - Class in com.jivesoftware.forum.renderer.util
Cleans up any messages in the system that have been imported and not modified since the last import.
WikiSyntaxEscapeTask() - Constructor for class com.jivesoftware.forum.renderer.util.WikiSyntaxEscapeTask
 
WikiSyntaxEscapeUtils - Class in com.jivesoftware.forum.renderer.util
Wiki syntax escape utils.
WikiTableCleanupFilter - Class in com.jivesoftware.forum.renderer.filter
 
WikiTableCleanupFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilter
 
WikiTableCleanupFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
 
WikiTableCleanupFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.WikiTableCleanupFilterBeanInfo
 
WikiTableRenderer - Class in com.jivesoftware.forum.renderer.filter.wiki
 
WikiTableRenderer() - Constructor for class com.jivesoftware.forum.renderer.filter.wiki.WikiTableRenderer
 
WikiUtils - Class in com.jivesoftware.forum.util
Utility class for exposing wiki filter settings
Wildmat - Class in com.jivesoftware.forum.nntp
A standard regex-like pattern matching standard used throughout the NNTP specification.
Wildmat(String) - Constructor for class com.jivesoftware.forum.nntp.Wildmat
Create a wildmat matcher based on the given match pattern.
withinNoBrBlock(int) - Method in class com.jivesoftware.forum.renderer.util.FormatExclusion
 
withinNoFormatBlock(int) - Method in class com.jivesoftware.forum.renderer.util.FormatExclusion
 
Word6CHPBinTable - Class in com.jivesoftware.base.util.textmining.chp
This class holds all of the character formatting properties from a Word 6.0/95 document.
Word6CHPBinTable(byte[], int, int, int) - Constructor for class com.jivesoftware.base.util.textmining.chp.Word6CHPBinTable
Constructor used to read a binTable in from a Word document.
WordBreakFilter - Class in com.jivesoftware.forum.renderer.filter
A Filter that breaks apart words greater than the max size;
WordBreakFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.WordBreakFilter
 
WordBreakFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the WordBreakFilter.
WordBreakFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.WordBreakFilterBeanInfo
 
WordExtractor - Class in com.jivesoftware.base.util
This class extracts the text from a Word 6.0/95/97/2000/XP word doc
WordExtractor() - Constructor for class com.jivesoftware.base.util.WordExtractor
Constructor
WordTextBuffer - Class in com.jivesoftware.base.util.textmining
This class acts as a StringBuffer for text from a word document.
WordTextBuffer() - Constructor for class com.jivesoftware.base.util.textmining.WordTextBuffer
 
wordWrap(String, int, Locale) - Static method in class com.jivesoftware.util.StringUtils
Reformats a string where lines that are longer than width are split apart at the earliest wordbreak or at maxLength, whichever is sooner.
wordWrap(String, int, Locale) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Reformats a string where lines that are longer than width are split apart at the earliest wordbreak or at maxLength, whichever is sooner.
WORKGROUP - Static variable in class com.jivesoftware.webchat.License.LicenseType
Type representing a free workgroup license.
WORKGROUP_AGENT - Static variable in class com.jivesoftware.base.JiveConstants
 
WORKGROUP_GROUP - Static variable in class com.jivesoftware.base.JiveConstants
 
WORKGROUP_QUEUE - Static variable in class com.jivesoftware.base.JiveConstants
 
wrap(Object) - Method in class com.jivesoftware.base.action.util.JiveBeansWrapper
Wraps the object -- see class description for more details.
write(byte[], int, int) - Method in class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
write(byte[]) - Method in class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
write(int) - Method in class com.jivesoftware.base.action.multipart.MonitoredOutputStream
 
write(String) - Method in class com.jivesoftware.base.log.RotatingFileHandler
 
write(String) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
 
write(char[], int, int) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
 
write(char[]) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
 
write(int) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
 
write(String, int, int) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredPrintWriter
 
write(int) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
 
write(byte[], int, int) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
 
write(byte[]) - Method in class com.jivesoftware.base.stats.BytesSentFilter.MonitoredServletOutputStream
 
write(char[], int, int) - Method in class com.jivesoftware.base.stats.output.CSVWriter
 
write(char[], int, int) - Method in class com.jivesoftware.base.tags.PaginatorCallbackWriter
 
write(int) - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.jivesoftware.forum.nntp.spi.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Writes the byte to the output stream after

converting to/from Base64 notation.

write(byte[], int, int) - Method in class com.jivesoftware.webchat.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len

bytes are written.

writeChart(Report, Chart, Histogram, File, String) - Static method in class com.jivesoftware.base.stats.ChartWriter
Create a graph of a report.
writeColumns(String[]) - Method in class com.jivesoftware.base.stats.output.CSVWriter
Writes an array of columns out in CSV format.
writeCSV(DataTable) - Method in class com.jivesoftware.base.stats.output.CSVWriter
Writes the entire table out in CSV format.
writeData(String) - Method in class com.jivesoftware.webchat.actions.WebBean
Writes the given data to the servlet output stream.
writeExternal(DataOutput) - Method in class com.jivesoftware.base.database.CachedPreparedStatement
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.database.DbGroup
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.database.DbPermissionsManager.PermissionsBundle
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.database.DbUser
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.ldap.LdapSearchGroup
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.profile.ProfileFieldValue
 
writeExternal(DataOutput) - Method in class com.jivesoftware.base.search.task.TaskWithNoResult
Subclasses may redefine this method if they are going to have internal state (i.e. instance variables).
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbAnnouncement
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbAttachment
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbAvatar
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbContentTag
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbForum
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbForumCategory
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbForumMessage
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbForumThread
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbPrivateMessage
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbPrivateMessageFolder
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbReadTracker.ReadTrackerKey
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbReadTracker.UserReadTracker
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbStatusLevel
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCache.ValueWrapper
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbStatusLevelManager.LeaderQueryCacheKey
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbTreeWalker
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.DbWatch
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.PostCountStatusLevelCalculator.PostCountCacheKey
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.querycache.BulkRemovalFilter
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.querycache.IDKeyValueExtractor
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.querycache.QueryCacheKey
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.querycache.RemovalProcessor
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.ShortTermQueryCache.ValueWrapper
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.database.TagQueryCacheObject
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.gateway.BaseGateway
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.gateway.GatewaySettings
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.mail.token.EmailToken
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.mail.token.EmailTokenSet
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.QueryResult
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.renderer.filter.wiki.link.Link
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.watches.BatchWatchEmailerImpl
 
writeExternal(DataOutput) - Method in class com.jivesoftware.forum.watches.WatchSettings
 
writeExternal(DataOutput) - Method in class com.jivesoftware.profiles.ProfileField
 
writeExternal(DataOutput) - Method in class com.jivesoftware.profiles.ProfileFieldOption
 
writeExternal(DataOutput) - Method in class com.jivesoftware.profiles.UserProfile
 
writeExternal(DataOutput) - Method in class com.jivesoftware.util.LongTree
 
writeFileToResponseOutputStream(HttpServletResponse, File, boolean, String) - Method in class com.jivesoftware.forum.util.JiveServlet
 
writeImageToStream(BufferedImage) - Method in class com.jivesoftware.webchat.util.ImageUtils
 
writeInputStreamToResponseOutputStream(HttpServletResponse, InputStream, String, long, boolean, String) - Method in class com.jivesoftware.forum.util.JiveServlet
 
writeLongArray(DataOutput, long[]) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Writes an array of long values.
writeLongIntMap(DataOutput, Map) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Writes a Map of Long key and Integer value pairs.
writeLongList(DataOutput, LongList) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Writes a LongList.
writeObject(Object, URL) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
writeObject(Object, OutputStream) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
writeObject(Object, File) - Static method in class com.jivesoftware.webchat.utils.XMLUtils
 
writeRow(Object[]) - Method in class com.jivesoftware.base.stats.output.CSVWriter
Writes a row out as CSV data.
writeStringList(DataOutput, List) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Writes a List of Strings.
writeStringMap(DataOutput, Map) - Static method in class com.jivesoftware.util.ExternalizableLiteUtil
Writes a Map of String key and value pairs.
writeTitle(String) - Method in class com.jivesoftware.base.stats.output.CSVWriter
Write just the title of the CSV file.
WSConstants - Class in com.jivesoftware.forum.webservices
Constants used with webservices
WSConstants() - Constructor for class com.jivesoftware.forum.webservices.WSConstants
 
WSConstants.AccessType - Class in com.jivesoftware.forum.webservices
Used to distinguish what kind of access is allowed on the server.
WSS4JInHandlerProvider - Interface in com.jivesoftware.forum.webservices.server.xfire
An Interface for defining custom WSS4JInHandler.
WSUtil - Class in com.jivesoftware.forum.webservices.server
Utilities for working with webservices

X

X_COMPRESS_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
X_GZIP_ENCODING - Static variable in class com.jivesoftware.base.util.compression.CompressingStreamFactory
 
XFireHelper - Class in com.jivesoftware.forum.webservices.server.xfire
 
XFireHelper(DefaultXFire) - Constructor for class com.jivesoftware.forum.webservices.server.xfire.XFireHelper
 
XHDRResponse - Class in com.jivesoftware.forum.nntp
Obtains a list of articles and returns the requested header info for each article.
XML_DATE_FORMAT - Static variable in class com.jivesoftware.forum.database.DbDataImport
 
XML_VERSION - Static variable in class com.jivesoftware.forum.database.DbDataImport
 
XmlCodeFormatter - Class in com.jivesoftware.forum.renderer.macro.code
 
XmlCodeFormatter() - Constructor for class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatter
 
XmlCodeFormatterBeanInfo - Class in com.jivesoftware.forum.renderer.macro.code
BeanInfo class for the XmlCodeFormatter.
XmlCodeFormatterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.macro.code.XmlCodeFormatterBeanInfo
 
XMLFilter - Class in com.jivesoftware.forum.renderer.filter
 
XMLFilter() - Constructor for class com.jivesoftware.forum.renderer.filter.XMLFilter
 
XMLFilterBeanInfo - Class in com.jivesoftware.forum.renderer.filter
BeanInfo class for the XMLFilter.
XMLFilterBeanInfo() - Constructor for class com.jivesoftware.forum.renderer.filter.XMLFilterBeanInfo
 
XMLJiveProperties - Class in com.jivesoftware.util
Provides the the ability to use simple XML property files.
XMLJiveProperties(InputStream) - Constructor for class com.jivesoftware.util.XMLJiveProperties
Creates a properties object given an input stream of valid XML.
XMLJiveProperties(String) - Constructor for class com.jivesoftware.util.XMLJiveProperties
Creates a new XMLJiveProperties object from the given file of XML.
XMLUtils - Class in com.jivesoftware.util
A simple colletion of utilities for XML
XMLUtils() - Constructor for class com.jivesoftware.util.XMLUtils
 
XMLUtils - Class in com.jivesoftware.webchat.utils
 
XMLUtils() - Constructor for class com.jivesoftware.webchat.utils.XMLUtils
 
XMPP - Static variable in class com.jivesoftware.forum.im.IMService
Represents the currently configured XMPP server.
XorPolicy - Class in com.jivesoftware.forum.net.policies
Performs a bitwise logical XOR (exclusive OR) evaluation on child policies (if both policies evaluate to true or false the XOR result is false).
XorPolicy(AcceptPolicy, AcceptPolicy) - Constructor for class com.jivesoftware.forum.net.policies.XorPolicy
Create an AND policy with the given two child policies.
XOverResponse - Class in com.jivesoftware.forum.nntp
Implements the proper XOVER response according to RFC-2980.

Y

YESTERDAY - Static variable in class com.jivesoftware.util.RelativeDateRange
 

Z

zeroPadString(String, int) - Static method in class com.jivesoftware.util.StringUtils
Pads the supplied String with 0's to the specified length and returns the result as a new String.
zeroPadString(String, int) - Static method in class com.jivesoftware.webchat.utils.StringUtils
Pads the supplied String with 0's to the specified length and returns the result as a new String.
ZipFileUtil - Class in com.jivesoftware.util
Utilities for dealing with Zip files.

_

_30_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
_7_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
_90_DAYS - Static variable in class com.jivesoftware.util.RelativeDateRange
 
_reader - Variable in class com.jivesoftware.base.util.HtmlExtractor
 

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 _
Jive Forums Project Page

Copyright © 1999-2006 Jive Software.