Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Package
com.jivesoftware.base

Packages that use com.jivesoftware.base
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.action Base WebWork actions for Jive Software products. 
com.jivesoftware.base.action.interceptor XWork interceptors for Jive Software products. 
com.jivesoftware.base.action.rss Base RSS helper actions. 
com.jivesoftware.base.action.util Base action utility classes for skin or action developers. 
com.jivesoftware.base.admin Utility classes for the admin console. 
com.jivesoftware.base.ban   
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.database.dao   
com.jivesoftware.base.database.sequence   
com.jivesoftware.base.event Base events common to all Jive Software products. 
com.jivesoftware.base.ext Extension implementations of the core APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.base.plugin   
com.jivesoftware.base.registration   
com.jivesoftware.base.stats Core reporting engine classes and interfaces. 
com.jivesoftware.base.util.textmining   
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.abuse   
com.jivesoftware.forum.abuse.action   
com.jivesoftware.forum.action Jive Forums WebWork actions. 
com.jivesoftware.forum.action.rss Jive Forums WebWork RSS actions. 
com.jivesoftware.forum.ban   
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.forum.everywhere   
com.jivesoftware.forum.everywhere.action   
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.im   
com.jivesoftware.forum.interceptor Filters and rejects content being added to the system. 
com.jivesoftware.forum.mail   
com.jivesoftware.forum.moderation   
com.jivesoftware.forum.moderation.action   
com.jivesoftware.forum.net A server network i/o front end package. 
com.jivesoftware.forum.net.spi Implementations of the net interfaces. 
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.renderer   
com.jivesoftware.forum.renderer.impl   
com.jivesoftware.forum.stats Jive Forums reporting engine. 
com.jivesoftware.forum.util Jive Forums utility classes. 
com.jivesoftware.forum.virusscan   
com.jivesoftware.forum.watches   
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.action   
com.jivesoftware.forum.webservices.server   
com.jivesoftware.forum.webservices.server.xfire   
com.jivesoftware.profiles   
com.jivesoftware.profiles.action   
com.jivesoftware.profiles.action.admin   
com.jivesoftware.profiles.formatter   
com.jivesoftware.profiles.search   
com.jivesoftware.profiles.validator   
com.jivesoftware.util Common utility classes for all Jive Software code. 
com.jivesoftware.util.sf   
com.jivesoftware.webchat   
 

Classes in com.jivesoftware.base used by com.jivesoftware.base
AuthToken
          Proves that a user has successfully logged in.
EmailManager
          Provides ability to send email messages.
EmailMessage
          Represents an Email message that can be sent using EmailManager
EmailMessage.EmailAddress
          Represents an email address with a name like Andrew Wright <andrew@jivesoftware.com>
EntityDescriptor
          An object that describes a specific entity.
Group
          Organizes users into a group for easier permissions management.
GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
GroupManager
          Manages groups.
GroupNotFoundException
          Thrown when unable to find a group.
IntrospectiveGroup
          This Group subinterface adds the ability to query what optional capabilities are supported in this Group implementation.
IntrospectiveGroupManager
          Interface that marks which GroupManager features a particular GroupManager implementation supports.
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
IntrospectiveUserManager
          This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation.
JiveEvent
          JiveEvent is the base interface that all events must implement.
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
JiveObject
          An interface for watchable objects.
JiveRuntimeException
          Base RuntimeException for all JiveRuntime Exceptions
LocaleManager
          Manages Locale settings for various objects.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
PermissionType
          A class to represent the two modes of permissions - additive and negative.
Poll
          A poll can be attached to any object in the system or can exist at the global level.
PollException
          A poll exception is thrown by methods in the Poll class.
PollManager
          Provides a manager to create, retrieve and delete polls.
Presence
          A Presence encapsulates information relating to the owning user such as login time, status and last update time.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
Roster
          A roster is a list of users that the user wishes to know if they are online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.action
AuthToken
          Proves that a user has successfully logged in.
EntityDescriptor
          An object that describes a specific entity.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.action.interceptor
AuthToken
          Proves that a user has successfully logged in.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.action.rss
AuthToken
          Proves that a user has successfully logged in.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.action.util
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.admin
AuthToken
          Proves that a user has successfully logged in.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.ban
JiveException
          Base Jive Checked Exception
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.database
AdvancedUserManager
          An advanced user manager which currently has a single method to retrieve a user from a given email address.
AuthFactory
          An abstract class that defines a framework for providing authentication services in Jive.
AuthToken
          Proves that a user has successfully logged in.
Group
          Organizes users into a group for easier permissions management.
GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
GroupManager
          Manages groups.
GroupManagerAdapter
           
GroupNotFoundException
          Thrown when unable to find a group.
IntrospectiveGroupManager
          Interface that marks which GroupManager features a particular GroupManager implementation supports.
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
IntrospectiveUserManager
          This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation.
JiveManager
          An interface that all Jive Managers should implement.
JiveRuntimeException
          Base RuntimeException for all JiveRuntime Exceptions
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
PermissionsManager
          Manages permissions for users and groups on a particular resource.
PermissionType
          A class to represent the two modes of permissions - additive and negative.
Poll
          A poll can be attached to any object in the system or can exist at the global level.
PollException
          A poll exception is thrown by methods in the Poll class.
PollManager
          Provides a manager to create, retrieve and delete polls.
Presence
          A Presence encapsulates information relating to the owning user such as login time, status and last update time.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
Roster
          A roster is a list of users that the user wishes to know if they are online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
UserManagerAdapter
          UserManagerAdapter is an abstract class implementation of the IntrospectiveUserManager interface.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.database.dao
JiveException
          Base Jive Checked Exception
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.database.sequence
JiveObject
          An interface for watchable objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.event
Group
          Organizes users into a group for easier permissions management.
JiveEvent
          JiveEvent is the base interface that all events must implement.
Poll
          A poll can be attached to any object in the system or can exist at the global level.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.ext
AuthToken
          Proves that a user has successfully logged in.
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.ldap
AdvancedUserManager
          An advanced user manager which currently has a single method to retrieve a user from a given email address.
AuthFactory
          An abstract class that defines a framework for providing authentication services in Jive.
AuthToken
          Proves that a user has successfully logged in.
Group
          Organizes users into a group for easier permissions management.
GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
GroupManager
          Manages groups.
GroupNotFoundException
          Thrown when unable to find a group.
IntrospectiveGroupManager
          Interface that marks which GroupManager features a particular GroupManager implementation supports.
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
IntrospectiveUserManager
          This UserManager subinterface adds the ability to query what optional capabilities are supported in this UserManager implementation.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.plugin
JiveManager
          An interface that all Jive Managers should implement.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.registration
User
          The User interface provides information about and services for users of the system.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.stats
AuthToken
          Proves that a user has successfully logged in.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.base.util.textmining
JiveException
          Base Jive Checked Exception
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum
AuthToken
          Proves that a user has successfully logged in.
EmailManager
          Provides ability to send email messages.
EntityDescriptor
          An object that describes a specific entity.
Group
          Organizes users into a group for easier permissions management.
GroupManager
          Manages groups.
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
JiveObject
          An interface for watchable objects.
LocaleManager
          Manages Locale settings for various objects.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
PermissionsManager
          Manages permissions for users and groups on a particular resource.
PollManager
          Provides a manager to create, retrieve and delete polls.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
Watchable
          A marker interface for objects that can be watched for changes by users.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.abuse
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.abuse.action
EntityDescriptor
          An object that describes a specific entity.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.action
AuthToken
          Proves that a user has successfully logged in.
EntityDescriptor
          An object that describes a specific entity.
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
Poll
          A poll can be attached to any object in the system or can exist at the global level.
PollManager
          Provides a manager to create, retrieve and delete polls.
Presence
          A Presence encapsulates information relating to the owning user such as login time, status and last update time.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
Roster
          A roster is a list of users that the user wishes to know if they are online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.action.rss
AuthToken
          Proves that a user has successfully logged in.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.ban
AuthToken
          Proves that a user has successfully logged in.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.database
AuthToken
          Proves that a user has successfully logged in.
EmailManager
          Provides ability to send email messages.
EntityDescriptor
          An object that describes a specific entity.
Group
          Organizes users into a group for easier permissions management.
GroupManager
          Manages groups.
JiveManager
          An interface that all Jive Managers should implement.
JiveObject
          An interface for watchable objects.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
PermissionsManager
          Manages permissions for users and groups on a particular resource.
PollManager
          Provides a manager to create, retrieve and delete polls.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
Watchable
          A marker interface for objects that can be watched for changes by users.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.event
ForumObject
          Container representing a the type and ID of a forum object (e.g.
JiveEvent
          JiveEvent is the base interface that all events must implement.
JiveObject
          An interface for watchable objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.everywhere
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.everywhere.action
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.gateway
AuthToken
          Proves that a user has successfully logged in.
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.im
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.interceptor
AuthToken
          Proves that a user has successfully logged in.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.mail
AuthToken
          Proves that a user has successfully logged in.
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.moderation
AuthToken
          Proves that a user has successfully logged in.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.moderation.action
AuthToken
          Proves that a user has successfully logged in.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.net
JiveManager
          An interface that all Jive Managers should implement.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.net.spi
JiveManager
          An interface that all Jive Managers should implement.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.nntp
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.nntp.spi
JiveManager
          An interface that all Jive Managers should implement.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.proxy
AuthToken
          Proves that a user has successfully logged in.
EmailManager
          Provides ability to send email messages.
Group
          Organizes users into a group for easier permissions management.
GroupManager
          Manages groups.
JiveManager
          An interface that all Jive Managers should implement.
JiveObject
          An interface for watchable objects.
NotFoundException
          Thrown when trying to load an object that does not exist, or the object could not be loaded.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
PermissionsManager
          Manages permissions for users and groups on a particular resource.
PermissionType
          A class to represent the two modes of permissions - additive and negative.
Poll
          A poll can be attached to any object in the system or can exist at the global level.
PollException
          A poll exception is thrown by methods in the Poll class.
PollManager
          Provides a manager to create, retrieve and delete polls.
PresenceManager
          The presence manager creates presences and keeps track on a global basis who's online.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
UserNotFoundException
          Thrown when User cannot be found.
Watchable
          A marker interface for objects that can be watched for changes by users.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.renderer
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.renderer.impl
JiveManager
          An interface that all Jive Managers should implement.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.stats
AuthToken
          Proves that a user has successfully logged in.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.util
AuthToken
          Proves that a user has successfully logged in.
Group
          Organizes users into a group for easier permissions management.
JiveObject
          An interface for watchable objects.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.virusscan
JiveManager
          An interface that all Jive Managers should implement.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.watches
JiveManager
          An interface that all Jive Managers should implement.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.webservices
GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
GroupNotFoundException
          Thrown when unable to find a group.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.webservices.action
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.webservices.server
AuthToken
          Proves that a user has successfully logged in.
Group
          Organizes users into a group for easier permissions management.
GroupAlreadyExistsException
          Thrown when attempting to create a group that already exists.
GroupNotFoundException
          Thrown when unable to find a group.
Permissions
          Represents a set of permissions that an entity has for an object in the system.
UnauthorizedException
          Thrown if a User does not have permission to access a particular method.
User
          The User interface provides information about and services for users of the system.
UserAlreadyExistsException
          Thrown when attempting to create a user that already exists.
UserNotFoundException
          Thrown when User cannot be found.
 

Classes in com.jivesoftware.base used by com.jivesoftware.forum.webservices.server.xfire
AuthToken
          Proves that a user has successfully logged in.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles.action
IntrospectiveUser
          This User subinterface adds the ability to query what optional capabilities are supported in this User implementation.
User
          The User interface provides information about and services for users of the system.
UserManager
          Centralized management of users in the Jive system including creating, retrieving, and deleting User objects.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles.action.admin
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles.formatter
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles.search
JiveEvent
          JiveEvent is the base interface that all events must implement.
JiveManager
          An interface that all Jive Managers should implement.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.profiles.validator
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.util
JiveException
          Base Jive Checked Exception
JiveManager
          An interface that all Jive Managers should implement.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.util.sf
Group
          Organizes users into a group for easier permissions management.
User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base used by com.jivesoftware.webchat
JiveRuntimeException
          Base RuntimeException for all JiveRuntime Exceptions
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.