Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs
A B C D E F G H I J K L M N O P Q R S T U V W

A

ABUSE - Static variable in class com.jivesoftware.base.JiveConstants
 
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.
addAllowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Adds a content type to the list of explicitly allowed types.
addAnonymousUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to anonymous users.
addAttachmentToMessage(String, DataSource, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Adds an attachment to the message with the specified ID.
addCategoryPermissionToAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to anonymous users.
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.
addCategoryPermissionToRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified category to registered users.
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.
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.
addDisallowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Adds a content type to the list of explicitly disallowed types.
addForumPermissionToAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission on the specified forum to anonymous users.
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.
addForumPermissionToRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum from registered users.
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.
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.
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.
addPermissionToGroup(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to the group with the specified id.
addPermissionToUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to the user with the specified id.
addPermissionToUsers(long, boolean, long[]) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to all specified users.
addRegisteredUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Add the specified permission to registered users.
AddressBookService - Interface in com.jivesoftware.forum.webservices
Provides ability to interace with the Private Message addressbook.
addUser(long, String) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Adds a specified username to users addressbook.
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.
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.
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.
allowedTypes() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns a String[] for the list of explicitly allowed types.
ANNOUNCEMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
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_SUBJECT - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
AnnouncementFilter - Class in com.jivesoftware.forum.webservices
Filters and sorts lists of announcements.
AnnouncementFilter() - Constructor for class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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
 
AnnouncementService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate announcements.
ANONYMOUS - Static variable in class com.jivesoftware.base.JiveConstants
 
anonymousUserHasPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the anonymous users have a particular permission globally.
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.
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.
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...).
ATTACHMENT - Static variable in class com.jivesoftware.base.JiveConstants
 
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
 
AttachmentManagerService - Interface in com.jivesoftware.forum.webservices
A web service to manage attachment settings.
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
 
AVATAR - Static variable in class com.jivesoftware.base.JiveConstants
 
AVATAR - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to create and delete avatars

B

BAD_CONTENT_TYPE - Static variable in exception com.jivesoftware.forum.AttachmentException
 
BAN - Static variable in class com.jivesoftware.base.JiveConstants
 
BATCH_EMAIL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Batch email watch type.

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.
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.
cacheHits - Variable in class com.jivesoftware.forum.webservices.Cache
Maintain the number of cache hits and misses.
cacheMisses - Variable in class com.jivesoftware.forum.webservices.Cache
Maintain the number of cache hits and misses.
CATEGORY_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
clear() - Method in class com.jivesoftware.forum.webservices.Cache
 
clearCache() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Calling this method will clear the content from the services cache.
clone() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Clones a AnnouncementFilter
com.jivesoftware.base - package com.jivesoftware.base
Base APIs and classes for Jive Software products.
com.jivesoftware.forum - package com.jivesoftware.forum
Core interfaces and classes for Jive Forums.
com.jivesoftware.forum.webservices - package com.jivesoftware.forum.webservices
 
containsKey(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
containsValue(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
ContentService - Interface in com.jivesoftware.forum.webservices
Provides a way to get handles on content objects.
countMessageSearchResults(Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
countMessageSearchResultsByCategoryID(long, Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query by category.
countMessageSearchResultsByForumID(long, Query) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of results for the specified query for a forum.
countQuickMessageSearchResults(String) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
countQuickMessageSearchResultsByCategoryID(long, String) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of possible results for the specified query.
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.
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.
createCategoryWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a category for the specified user.
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.webservices.ResultFilter
Creates a default message ResultFilter: no filtering with results sorted on the message creation date in ascending order.
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.webservices.ResultFilter
Creates a default user messages ResultFilter: no filtering with results sorted on the message creation date descending (newest messages appear first).
createFolder(long, String) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Creates a new folder.
createForum(String, String) - Method in interface com.jivesoftware.forum.webservices.ForumService
Creates a new forum under the root category.
createForumAnnouncement(long, long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new category or forum announcement.
createForumCategoryAnnouncement(long, long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new category announcement.
createForumUnderCategory(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Creates a new forum under the specified category.
createForumWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a forum for the user with the specified ID.
createGroup(String, String) - Method in interface com.jivesoftware.forum.webservices.GroupService
Creates a new group.
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.
createNonExpiringForumAnnouncement(long, long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring forum announcement.
createNonExpiringForumCategoryAnnouncement(long, long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring category announcement.
createNonExpiringSystemAnnouncement(long, String, String, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new non-expiring system announcement.
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.
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.
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.
createServiceProxy(String, Class) - Method in class com.jivesoftware.forum.webservices.ServiceLocator
 
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.
createSystemAnnouncement(long, String, String, Date, Date) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Creates a new system announcement.
createThread(String, String, long, long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Creates a new thread.
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 interface com.jivesoftware.forum.webservices.ProfileService
Create a new user.
createUserWatch(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Create a watch on a user for the specified user.
CREATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
CRONTASK - Static variable in class com.jivesoftware.base.JiveConstants
 
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.

D

DATE - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by date
DAY - Static variable in class com.jivesoftware.base.JiveConstants
One day (in milliseconds).
deleteAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Deletes an announcement.
deleteCategory(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Used to delete the specified category
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.
deleteFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Deletes a folder.
deleteForum(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Used to delete a forum by its ID.
deleteGroup(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Delete the group with the specified id.
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.
deleteMessageAndChildren(long, boolean) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Delete the message with the specified id.
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) - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Deletes a Jive System Property.
deleteThread(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Deletes a thread with the specified ID.
deleteUser(long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Delete the user with the specified id.
deleteUserProperty(String, long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Delete an extended property from a user.
deleteWatch(Watch) - Method in interface com.jivesoftware.forum.webservices.WatchService
Delete the specified watch.
deleteWatches(long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Deletes all watches that a user has.
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...).
disallowedTypes() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns an Iterator for the list of explicitly disallowed types.
DRAFT - Static variable in class com.jivesoftware.base.JiveConstants
 

E

editAnnouncement(Announcement) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Updates an existing announcement.
EMAIL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Email watch type.
END_DATE - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
entrySet() - Method in class com.jivesoftware.forum.webservices.Cache
 
equals(Object) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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
 
EXPIRATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
expireAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Expires an announcement.
EXTENDED_PROPERTY - Static variable in class com.jivesoftware.base.JiveConstants
 

F

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
FOLDER_DRAFTS - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_INBOX - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_SENT - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FOLDER_TRASH - Static variable in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
FORUM - Static variable in class com.jivesoftware.base.JiveConstants
 
Forum - Class in com.jivesoftware.forum.webservices
A container for a list of threads.
Forum() - Constructor for class com.jivesoftware.forum.webservices.Forum
 
FORUM_ADMIN - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to administer a particular forum.
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_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_NAME - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
FORUM_SEARCH_QUERY - Static variable in class com.jivesoftware.base.JiveConstants
 
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
 
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.
ForumCategoryService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum categories.
ForumMessage - Class in com.jivesoftware.forum.webservices
A ForumMessage encapsulates message data.
ForumMessage() - Constructor for class com.jivesoftware.forum.webservices.ForumMessage
 
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
 
ForumMessageService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum messages.
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
 
ForumPermissions - Class in com.jivesoftware.forum
Defines permissions specific to the Jive Forums product.
ForumService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forums.
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
 
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
 
ForumThreadService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate forum threads.

G

GATEWAY - Static variable in class com.jivesoftware.base.JiveConstants
 
GENERAL_ERROR - Static variable in exception com.jivesoftware.forum.AttachmentException
 
get(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
getAccessType(String) - Static method in class com.jivesoftware.forum.webservices.WSConstants.AccessType
Returns the access type that matches the access type name.
getAddressBookService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of AddressBookService
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.
getAfterDate() - Method in class com.jivesoftware.forum.webservices.Query
Returns the earliest date for search results.
getAllowAllByDefault() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if in the "allow all content types by default" mode.
getAnnouncement(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns an announcement by announcement ID.
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.
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.
getAnnouncementService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
 
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.
getAttachmentDirectorySize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the size (in bytes) of the attachment directory on the file system.
getAttachmentManagerService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of AttachmentManagerService
getAttachmentName() - Method in exception com.jivesoftware.forum.AttachmentException
 
getAttachmentsByMessageID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array of attachments that are attached to the specified message.
getBeforeDate() - Method in class com.jivesoftware.forum.webservices.Query
Returns the latest date for search results.
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
 
getCachedSize() - Method in class com.jivesoftware.base.Permissions
 
getCacheHits() - Method in class com.jivesoftware.forum.webservices.Cache
 
getCacheMisses() - Method in class com.jivesoftware.forum.webservices.Cache
 
getCategoriesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns the child categories of the category with the given id.
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.webservices.ForumCategory
Returns the depth of a this category relative to the root.
getCategoryID() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the parent category ID for this forum.
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 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 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 interface com.jivesoftware.forum.webservices.WatchService
Returns Forums that the user is watching for a given category.
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.
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.
getChildren(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array of all the child messages of the parent.
getContainerObjectID() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the object ID of the announcement container.
getContainerObjectType() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the object type of the announcement container.
getContentService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ContentService.
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.
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.
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.forum.webservices.ResultFilter
Returns the creation date that represents the lower boundary for messages or threads to be filtered on.
getDate() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
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.
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.
getEmail() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's email address.
getEndDate() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the date when the announcement should not longer be visible.
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.
getErrorType() - Method in exception com.jivesoftware.forum.AttachmentException
 
getFilterOnUserID() - Method in class com.jivesoftware.forum.webservices.Query
Returns the userID, used for filtering messages by a specific author.
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.
getFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the specified folder for a user.
getFolderID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getFolders(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns an Iterator of PrivateMessageFolder objects for the folders the user has.
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.
getForumAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements using the specified forumID and AnnouncementFilter.
getForumAnnouncementsWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements using the specified forumID and AnnouncementFilter.
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
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.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.
getForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumID() - Method in exception com.jivesoftware.forum.ForumNotFoundException
 
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.
getForumIndex() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the index of this message in the forum.
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.
getForumMessageService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumMessageService.
getForums() - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the IDs of all forums under the root category.
getForumsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumsByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns an array of IDs for all forums under this category.
getForumService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ForumService.
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.
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 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 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 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 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 interface com.jivesoftware.forum.webservices.WatchService
Returns ForumThreads that the user is watching for a given Forum.
getGroup(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a Group by its ID.
getGroupAdmins(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the user IDs that administer this group.
getGroupByName(String) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a Group by its name.
getGroupCount() - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns a count of all groups in the system.
getGroupMembers(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all userIDs for all the members of a particular group.
getGroups() - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the group IDs for all the groups in the system.
getGroupService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of GroupService
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.
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).
getIndexOfChild(long, long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the index of child in parent.
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.
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).
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.
getMaxAttachmentSize() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the maximum size of an individual attachment in kilobytes.
getMaxAttachmentsPerMessage() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns the maximum number of attachments per message.
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.webservices.Cache
 
getMaxCacheSize() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Returns the maximum size of the cache.
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.
getMaxForumIndex() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the largest forum index value for a message in the forum.
getMaxLifetime() - Method in class com.jivesoftware.forum.webservices.Cache
 
getMemberCount() - Method in class com.jivesoftware.forum.webservices.Group
Returns the number of users that belon gto this group.
getMessage(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the specified private message.
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.
getMessageCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the category.
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.
getMessageCountByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the thread.
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.
getMessageCountByUserID(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns the number of messages for created by the given userID.
getMessageCountForFolder(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the message count on a specific folder.
getMessageCountsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the number of messages that are in the forum.
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.
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.
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.
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.
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.
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
getMessageIDsByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the IDs of the messages that are in the thread.
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.
getMessages(long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns all the messages in the folder sorted by date descending.
getMessagesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages that are in the category.
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.
getMessagesByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns all of the messages in the forum.
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
getMessagesByThreadID(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the messages that are in the thread.
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.
getMessagesByUserID(long) - Method in interface com.jivesoftware.forum.webservices.ContentService
Returns all the messages created by the given userID.
getMinForumIndex() - Method in class com.jivesoftware.forum.webservices.Forum
Returns the smallest forum index value for a message in the forum.
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.webservices.Forum
Returns the default number of moderation points for threads created in the forum.
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.webservices.ResultFilter
Returns the moderation value that represents the lower boundry for messages or threads to be selected by the result filter.
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.
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.
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.webservices.ResultFilter
Returns a date that represents the lower boundary for messages or threads to be selected by the result filter.
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
 
getNestedThrowable() - Method in exception com.jivesoftware.base.UnauthorizedException
 
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).
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.
getObjectID() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the object ID of the object being watched.
getObjectType() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the object type of the object being watched.
getOwnerID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getOwnerID() - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
getParent(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the parent of the child ForumMessage.
getParentCategoryID() - Method in class com.jivesoftware.forum.webservices.ForumCategory
Returns ID of the parent category of this category.
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.
getPassword() - Method in class com.jivesoftware.forum.webservices.User
 
getPasswordHash() - Method in class com.jivesoftware.forum.webservices.User
Returns the user's password in hashed form.
getPermissions() - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns global permissions for current user.
getPermissionService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of PermissionService
getPermissionsOnCategory(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for current user on specified category.
getPermissionsOnForum(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for current user on specified forum.
getPopularForums() - Method in interface com.jivesoftware.forum.webservices.ForumService
Returns the IDs of all popular forums.
getPopularThreads() - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of thread IDs for all the popular threads in the system.
getPopularThreadsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of popular threads by category.
getPopularThreadsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns an array of threadIDs for all the popular threads for a specific forum.
getPrivateMessageService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of PrivateMessageService
getProfileService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of ProfileService
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() - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Obtains all Jive System Properties.
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.
getQueryString() - Method in class com.jivesoftware.forum.webservices.Query
Returns the query string for the Query object.
getRecipientID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getRecursiveCategories() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the categories in the system recursively.
getRecursiveCategoriesByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the categories under the specified category recursively.
getRecursiveCategoryAnnouncementCount(long) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements recursively using the categoryID provided.
getRecursiveCategoryAnnouncementCountWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable announcements recursively using the specified categoryID and AnnouncementFilter.
getRecursiveCategoryAnnouncements(long, int, int) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements recursively using the categoryID provided.
getRecursiveCategoryAnnouncementsWithFilter(long, AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable announcements recursively using the specified categoryID and AnnouncementFilter.
getRecursiveCategoryCount() - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the categories in the system.
getRecursiveCategoryCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the categories under a category
getRecursiveChildCount(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the total number of recursive children of a 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.
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.
getRecursiveForumCountByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the forums under a category.
getRecursiveForumCountByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns a count of all the forums under a category.
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.
getRecursiveForumsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the forums under the specified category recursively.
getRecursiveForumsByCategoryIDWithFilter(long, ResultFilter) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Returns all of the forums under the specified category recursively.
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 interface com.jivesoftware.forum.webservices.WatchService
Returns ForumThreads that the user is watching for all the Forums under the given Category.
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.
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.
getRecursiveMessages(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns an array for all messages in the thread in depth-first order.
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.
getRoster(long) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Retrieves a list of users contained within the specified users addressbook.
getSenderID() - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
getServiceUser() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns the authenticated user.
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.
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.
getStartDate() - Method in class com.jivesoftware.forum.webservices.Announcement
Returns the date when the announcement should first be visible.
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.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.
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
 
getSystemAnnouncementCountWithFilter(AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the number of viewable system announcements using the specified AnnouncementFilter.
getSystemAnnouncementsWithFilter(AnnouncementFilter) - Method in interface com.jivesoftware.forum.webservices.AnnouncementService
Returns the viewable system announcements using the specified AnnouncementFilter.
getSystemPropertiesService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of SystemPropertiesService
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.
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.
getThreadCountByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns a count of all threads under the forum.
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.
getThreadsByCategoryID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a category.
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.
getThreadsByForumID(long) - Method in interface com.jivesoftware.forum.webservices.ForumThreadService
Returns all of the IDs for threads a forum has.
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.
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.
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.
getUnfilteredBody() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message body, bypassing any active filters.
getUnfilteredProperties(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns the properties without applying filters to them first.
getUnfilteredSubject() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns the message subject, bypassing any active filters.
getUnreadMessageCount(long) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns the total number of unread private messages a user has in their mailbox.
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.
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.
getUserByEmailAddress(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns a user object corresponding to the email address given.
getUserByUsername(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns a user by its username.
getUserCount() - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns the number of users in the system.
getUserGroups(long) - Method in interface com.jivesoftware.forum.webservices.GroupService
Returns an array of all the group IDs that a user belongs too.
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.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.
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.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.
getUserPermissions(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns global permissions for specified user.
getUserPermissionsOnCategory(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for specified user on specified category.
getUserPermissionsOnForum(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns permissions for specified user on specified forum.
getUserProperties(long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Return all extended properties for the user with the specified id.
getUsers() - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns the IDs of the first 1000 users.
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.
getUsersByEmailAddress(String) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Returns an array user objects corresponding to the email address given.
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.
getValue() - Method in class com.jivesoftware.forum.webservices.Property
Returns the property value.
getWatchers(int, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns the Users who are watching the specified object.
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.
getWatchService() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns a new instance of WatchService
getWatchType() - Method in class com.jivesoftware.forum.webservices.Watch
Returns the type of the watch.
getXFire() - Method in class com.jivesoftware.forum.webservices.ServiceLocator
Returns the current DefaultXFire instance.
GROUP - Static variable in class com.jivesoftware.base.JiveConstants
 
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.
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
 
GroupService - Interface in com.jivesoftware.forum.webservices
Provides a the ability for managing groups and group membership.

H

hashCode() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
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
 
hasParent(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns true if the child message has a parent message.
hasPermission(long) - Method in class com.jivesoftware.base.Permissions
Returns true if one or more of the permission types is set to true.
HOUR - Static variable in class com.jivesoftware.base.JiveConstants
One hour (in milliseconds).

I

isAnonymous() - Method in class com.jivesoftware.forum.webservices.ForumMessage
Returns true if this message was posted anonymously.
isAuthorized(long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if the current user has globally has the specified permission.
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.
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.
isCachingEnabled() - Method in interface com.jivesoftware.forum.webservices.CacheableService
Returns true if caching is enabled for this service.
isCaseSensitive() - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Returns whether or not string matching is case sensitive.
isCategoryWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified category.
isDatabaseModeEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if the binary attachment data is stored in the database.
isEmailVisible() - Method in class com.jivesoftware.forum.webservices.User
Returns true if the user has chosen to make her email visible to other users.
isEmpty() - Method in class com.jivesoftware.forum.webservices.Cache
 
isExpirable() - Method in class com.jivesoftware.forum.webservices.Watch
Returns whether this watch is expirable or not.
isForumWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified forum.
isImagePreviewEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if image preview support is enabled.
isImagePreviewRatioEnabled() - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Returns true if the aspect ratio of thumbnails should be preserved.
isLeaf(long) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Returns true if node is a leaf.
isNameVisible() - Method in class com.jivesoftware.forum.webservices.User
Returns true if the user has chosen to make her name visible to other users.
isPrivateMessagesEnabled() - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Returns true if the feature is enabled, false otherwise.
isThreadWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified thread.
isUserAuthorized(long, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Checks to see if a particular user has a praticular permission system wide.
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.
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.
isUserWatched(long, long) - Method in interface com.jivesoftware.forum.webservices.WatchService
Returns true if the user is watching the specified user.
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.

J

JIVE_PORTLET - Static variable in class com.jivesoftware.base.JiveConstants
 
JiveConstants - Class in com.jivesoftware.base
Contains constant values representing various objects in Jive.
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
 
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
 

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
 
keySet() - Method in class com.jivesoftware.forum.webservices.Cache
 

L

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.
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.

M

map - Variable in class com.jivesoftware.forum.webservices.Cache
The map the keys and values are stored in.
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_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_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.
maxLifetime - Variable in class com.jivesoftware.forum.webservices.Cache
Maximum length of time objects can exist in cache before expiring.
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.
MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
 
MESSAGE_BODY - Static variable in class com.jivesoftware.base.JiveConstants
 
MESSAGE_SUBJECT - Static variable in class com.jivesoftware.base.JiveConstants
 
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
 
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.
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.
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.
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.
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.
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.
MINUTE - Static variable in class com.jivesoftware.base.JiveConstants
One minute (in milliseconds).
MODERATOR - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to moderate threads.
MODIFICATION_DATE - Static variable in class com.jivesoftware.base.JiveConstants
 
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.
moveMessage(long, long, int) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Moves a private message to another folder.
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.

N

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.
NONE - Static variable in class com.jivesoftware.base.Permissions
No permissions.
NORMAL_WATCH - Static variable in class com.jivesoftware.forum.webservices.Watch
Normal watch type.
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.

O

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.
OFFLINE - Static variable in class com.jivesoftware.base.JiveConstants
 

P

PERM_HIDDEN_MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
Used as an alternative to removing messages from the database.
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.
PermissionService - Interface in com.jivesoftware.forum.webservices
Provides a webservice for managing permissions on users and groups.
POLL - Static variable in class com.jivesoftware.base.JiveConstants
 
PORTLET - Static variable in class com.jivesoftware.base.JiveConstants
 
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_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
 
PrivateMessage - Class in com.jivesoftware.forum.webservices
 
PrivateMessage() - Constructor for class com.jivesoftware.forum.webservices.PrivateMessage
 
PrivateMessageFolder - Class in com.jivesoftware.forum.webservices
 
PrivateMessageFolder() - Constructor for class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
PrivateMessageService - Interface in com.jivesoftware.forum.webservices
Provides the ability to manipulate private messages.
PROFILE_FIELD - Static variable in class com.jivesoftware.base.JiveConstants
 
ProfileService - Interface in com.jivesoftware.forum.webservices
Provides a webservice for managing user's, avatar's, and status levels.
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_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_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_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_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_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_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_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_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.
put(Object, Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
putAll(Map) - Method in class com.jivesoftware.forum.webservices.Cache
 

Q

Query - Class in com.jivesoftware.forum.webservices
Provides the ability to create complex search queries.
Query() - Constructor for class com.jivesoftware.forum.webservices.Query
 
QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
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.
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.
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.
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.

R

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 class com.jivesoftware.forum.webservices.Query
Sort by rating
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
 
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(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns true if registered users have a particular permission globally.
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.
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.
REJECTED_MESSAGE - Static variable in class com.jivesoftware.base.JiveConstants
Messages rejected by a moderator will be marked with this value.
RELEVANCE - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by relevance
remove(Object) - Method in class com.jivesoftware.forum.webservices.Cache
 
remove(Object, boolean) - Method in class com.jivesoftware.forum.webservices.Cache
 
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.
removeAllowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Removes a content type fromt he list of explicitly allowed types.
removeAnonymousUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from anonymous users.
removeCategoryPermissionFromAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from anonymous users.
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.
removeCategoryPermissionFromRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified category from registered users.
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.
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.
removeDisallowedType(String) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Removes a content type from the list of explicitly disallowed types.
removeForumPermissionFromAnonymousUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum to anonymous users.
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.
removeForumPermissionFromRegisteredUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission on the specified forum to registered users.
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.
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.
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.
removePermissionFromGroup(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from the group with the specified id.
removePermissionFromUser(long, boolean, long) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from the user with the specified id.
removePermissionFromUsers(long, boolean, long[]) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from all specified users.
removeRegisteredUserPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Remove the specified permission from registered users.
removeUser(long, String) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Removes the specified username from a users Private Message addressbook.
removeUsers(long, long[]) - Method in interface com.jivesoftware.forum.webservices.AddressBookService
Removes the specified list of users from a users Private Message addressbook.
ResultFilter - Class in com.jivesoftware.forum.webservices
Filters and sorts lists of threads and messages.
ResultFilter() - Constructor for class com.jivesoftware.forum.webservices.ResultFilter
 
ROSTER - Static variable in class com.jivesoftware.base.JiveConstants
 

S

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.
saveProperty(String, String) - Method in interface com.jivesoftware.forum.webservices.SystemPropertiesService
Saves a name/value pair as a Jive System Property.
SEARCH - Static variable in class com.jivesoftware.base.JiveConstants
 
SECOND - Static variable in class com.jivesoftware.base.JiveConstants
One second (in milliseconds).
sendMessage(PrivateMessage, long, boolean) - Method in interface com.jivesoftware.forum.webservices.PrivateMessageService
Sends a private message to another user.
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.
set(long, boolean) - Method in class com.jivesoftware.base.Permissions
Sets the permissions given by a bit mask to true or false.
setAfterDate(Date) - Method in class com.jivesoftware.forum.webservices.Query
Sets the earliest date for search results.
setAllowAllByDefault(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the default allowed content types mode.
setAnonymous(boolean) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets whether or not this message was created anonymously.
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.
setBeforeDate(Date) - Method in class com.jivesoftware.forum.webservices.Query
Sets the latest date for search results.
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
 
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.
setCaseSensitive(boolean) - Method in class com.jivesoftware.forum.webservices.AnnouncementFilter
Sets case sensitivity for string matching
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.webservices.Forum
 
setChildCount(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
 
setContainerObjectID(long) - Method in class com.jivesoftware.forum.webservices.Announcement
 
setContainerObjectType(int) - Method in class com.jivesoftware.forum.webservices.Announcement
 
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.
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.
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.forum.webservices.ResultFilter
Sets the date that represents the lower boundary for messages or threads to be selected by the result filter.
setDatabaseModeEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Enables or disables storage of binary attachment data in the database.
setDate(Date) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
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.
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.
setEmail(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the user's email address.
setEmailVisible(boolean) - Method in class com.jivesoftware.forum.webservices.User
Sets whether a user's email is visible to other users.
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.
setExpirable(boolean) - Method in class com.jivesoftware.forum.webservices.Watch
Sets whether this watch is expirable or not.
setFilterOnUserID(long) - Method in class com.jivesoftware.forum.webservices.Query
Restricts the query results to messages posted by a specified user.
setFinalLocale(Locale) - Method in class com.jivesoftware.forum.webservices.Forum
 
setFinalLocale(Locale) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setFolderID(int) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
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
 
setForumID(long) - Method in exception com.jivesoftware.forum.ForumNotFoundException
 
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.
setForumIndex(int) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the forum index of this message.
setForumThreadID(long) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the ID of thread that this message belongs too.
setHtml(boolean) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets whether or not this message contains html.
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
 
setImagePreviewEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Toggles whether image preview support is enabled.
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).
setImagePreviewRatioEnabled(boolean) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Toggles whether the aspect ratio of thumbnails should be preserved.
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.
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
 
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.
setMaxAttachmentSize(int) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the maximum size of an individual attachment in kilobytes.
setMaxAttachmentsPerMessage(int) - Method in interface com.jivesoftware.forum.webservices.AttachmentManagerService
Sets the maximum number of attachments per message.
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.webservices.Cache
 
setMaxCacheSize(int) - Method in interface com.jivesoftware.forum.webservices.CacheableService
The maximum size of the cache in bytes.
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.
setMaxForumIndex(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
setMaxLifetime(long) - Method in class com.jivesoftware.forum.webservices.Cache
 
setMemberCount(int) - Method in class com.jivesoftware.forum.webservices.Group
Sets the number of users that belon gto this group.
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
 
setMinForumIndex(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
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.webservices.Forum
Sets the default number of moderation points for threads created in the forum.
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.webservices.ResultFilter
Sets the moderation value that represents the lower bound for messages or threads to be selected by the result filter.
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.
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.
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.webservices.ResultFilter
Sets a date that represents the lower boundary for messages or threads to be selected by the result filter.
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.
setNameVisible(boolean) - Method in class com.jivesoftware.forum.webservices.User
Sets whether a user's name is visible to other users.
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).
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.
setObjectID(long) - Method in class com.jivesoftware.forum.webservices.Watch
 
setObjectType(int) - Method in class com.jivesoftware.forum.webservices.Watch
 
setOwnerID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setOwnerID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessageFolder
 
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.
setPassword(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the users's password.
setPasswordHash(String) - Method in class com.jivesoftware.forum.webservices.User
Sets the user's password in hashed form.
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.
setQueryString(String) - Method in class com.jivesoftware.forum.webservices.Query
Sets the query string for the Query object.
setRecipientID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
setRecursiveForumCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setRootMessage(ForumMessage) - Method in class com.jivesoftware.forum.webservices.ForumThread
Called by the ForumThreadService to set the appropriate rootMessage into the thread.
setSenderID(long) - Method in class com.jivesoftware.forum.webservices.PrivateMessage
 
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.
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.
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.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.
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
 
setThreadCount(int) - Method in class com.jivesoftware.forum.webservices.Forum
 
setThreadCount(int) - Method in class com.jivesoftware.forum.webservices.ForumCategory
 
setUnfilteredBody(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the unfiltered body of the message
setUnfilteredSubject(String) - Method in class com.jivesoftware.forum.webservices.ForumMessage
Sets the unfiltered version of the subject.
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.
setUserID(long) - Method in exception com.jivesoftware.base.UserNotFoundException
 
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
 
setUsername(String) - Method in exception com.jivesoftware.base.UserNotFoundException
 
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
 
setUserProperty(String, String, long) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Set an extended property for a user.
setValue(String) - Method in class com.jivesoftware.forum.webservices.Property
Sets the property value.
setWatchType(int) - Method in class com.jivesoftware.forum.webservices.Watch
Sets the watch type.
size() - Method in class com.jivesoftware.forum.webservices.Cache
 
SKILL - Static variable in class com.jivesoftware.base.JiveConstants
 
SKILL_VALUE - Static variable in class com.jivesoftware.base.JiveConstants
 
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.
START_DATE - Static variable in class com.jivesoftware.forum.webservices.AnnouncementFilter
 
STATUS_LEVEL - Static variable in class com.jivesoftware.base.JiveConstants
 
SUBJECT - Static variable in class com.jivesoftware.forum.webservices.Query
Sort by message subject
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_QUESTION - Static variable in class com.jivesoftware.base.JiveConstants
 
SystemPropertiesService - Interface in com.jivesoftware.forum.webservices
Provides a web service for managing Jive System Properties.

T

TAG - Static variable in class com.jivesoftware.base.JiveConstants
 
TAG_SET - Static variable in class com.jivesoftware.base.JiveConstants
 
THREAD - Static variable in class com.jivesoftware.base.JiveConstants
 
THREAD_NAME - Static variable in class com.jivesoftware.base.JiveConstants
 
TOO_LARGE - Static variable in exception com.jivesoftware.forum.AttachmentException
 
TOO_MANY_ATTACHMENTS - Static variable in exception com.jivesoftware.forum.AttachmentException
 
toString() - Method in class com.jivesoftware.base.Permissions
 
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
 

U

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
 
updateCategory(ForumCategory) - Method in interface com.jivesoftware.forum.webservices.ForumCategoryService
Update a ForumCategory
updateForum(Forum) - Method in interface com.jivesoftware.forum.webservices.ForumService
Updates changes to a forum to the system.
updateForumMessage(ForumMessage) - Method in interface com.jivesoftware.forum.webservices.ForumMessageService
Used to update the subject and body of a ForumMessage
updateGroup(Group) - Method in interface com.jivesoftware.forum.webservices.GroupService
Update the following group in the system.
updateUser(User) - Method in interface com.jivesoftware.forum.webservices.ProfileService
Used to update user information in the system.
USER - Static variable in class com.jivesoftware.base.JiveConstants
 
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_ADMIN - Static variable in class com.jivesoftware.base.Permissions
Permission to administer a particular user.
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_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.
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
 
usersWithPermission(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns all the userID's of users with a particular permission.
usersWithPermissionCount(long, boolean) - Method in interface com.jivesoftware.forum.webservices.PermissionService
Returns a count of the users that have a particular permission.
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.
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.
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.
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.

V

value() - Method in class com.jivesoftware.base.Permissions
Returns the long value (bitmask) of the permissions that are set.
values() - Method in class com.jivesoftware.forum.webservices.Cache
 
VIEW_ONLINE_STATUS - Static variable in class com.jivesoftware.base.Permissions
Permission to see the online status of a particular user.
VOTE_IN_POLL - Static variable in class com.jivesoftware.forum.ForumPermissions
Permission to vote in polls.

W

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
 
WatchService - Interface in com.jivesoftware.forum.webservices
A service for manipulating a user's watches on objects
WEEK - Static variable in class com.jivesoftware.base.JiveConstants
One week (in milliseconds).
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
 
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.

A B C D E F G H I J K L M N O P Q R S T U V W
Jive Forums Project Page

Copyright © 1999-2006 Jive Software.