Jive Forums API (5.5.20.2-oracle) Core Javadocs

Serialized Form


Package com.jivesoftware.base

Class com.jivesoftware.base.EmailMessage extends java.lang.Object implements Serializable

Serialized Fields

recipients

java.util.Collection<E> recipients

sender

EmailMessage.EmailAddress sender

subjectProperty

java.lang.String subjectProperty

textBodyProperty

java.lang.String textBodyProperty

htmlBodyProperty

java.lang.String htmlBodyProperty

textBody

java.lang.String textBody

htmlBody

java.lang.String htmlBody

subject

java.lang.String subject

locale

java.util.Locale locale

context

java.util.Map<K,V> context

Class com.jivesoftware.base.EmailMessage.EmailAddress extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

email

java.lang.String email

Class com.jivesoftware.base.GroupAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.base.GroupNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.base.JiveException extends java.lang.Exception implements Serializable

Class com.jivesoftware.base.JiveRuntimeException extends java.lang.RuntimeException implements Serializable

Class com.jivesoftware.base.Main extends java.awt.Window implements Serializable

Serialized Fields

image

java.awt.Image image

Class com.jivesoftware.base.NotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.base.Permissions extends java.lang.Object implements Serializable

Serialized Fields

permissions

long permissions
A long holding permission values. We use the bits in the number to extract up to 63 different permissions.

Class com.jivesoftware.base.PollException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

nestedThrowable

java.lang.Throwable nestedThrowable

Class com.jivesoftware.base.UnauthorizedException extends com.jivesoftware.base.JiveRuntimeException implements Serializable

Serialized Fields

nestedThrowable

java.lang.Throwable nestedThrowable

Class com.jivesoftware.base.UserAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.base.UserNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

userID

long userID

username

java.lang.String username

Package com.jivesoftware.forum

Class com.jivesoftware.forum.AnnouncementNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.AttachmentException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

nestedThrowable

java.lang.Throwable nestedThrowable

errorType

int errorType

attachmentName

java.lang.String attachmentName

Class com.jivesoftware.forum.AttachmentNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.AvatarException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

type

int type

Class com.jivesoftware.forum.AvatarNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.ForumCategoryNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

forumCategoryID

long forumCategoryID

Class com.jivesoftware.forum.ForumMessageNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.ForumNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

forumID

long forumID

Class com.jivesoftware.forum.ForumThreadNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.MessageRejectedException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

forumMessage

ForumMessage forumMessage

Class com.jivesoftware.forum.NameAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.PrivateMessageFolderNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.PrivateMessageNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.PrivateMessageRejectedException extends com.jivesoftware.base.JiveException implements Serializable

Serialized Fields

rejectionType

int rejectionType

Class com.jivesoftware.forum.QueryResult extends java.lang.Object implements Serializable

Serialized Fields

subject

java.lang.String subject

messageID

long messageID

threadID

long threadID

forumID

long forumID

creationDate

java.util.Date creationDate

modificationDate

java.util.Date modificationDate

relevance

float relevance

Class com.jivesoftware.forum.RewardException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.StatusLevelAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.StatusLevelException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.StatusLevelNotFoundException extends com.jivesoftware.base.JiveException implements Serializable

Class com.jivesoftware.forum.TagAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable

serialVersionUID: 5474538183361600458L

Class com.jivesoftware.forum.TagObjectNotFoundException extends NotFoundException implements Serializable

serialVersionUID: -7769926982479056738L

Serialized Fields

objectType

int objectType

objectID

long objectID

Package com.jivesoftware.profiles

Class com.jivesoftware.profiles.ProfileField extends java.lang.Object implements Serializable

Serialized Fields

ID

long ID

name

java.lang.String name

description

java.lang.String description

required

boolean required

filterable

boolean filterable

searchable

boolean searchable

visible

boolean visible

editable

boolean editable

typeID

int typeID

options

java.util.List<E> options

index

int index

Class com.jivesoftware.profiles.ProfileFieldOption extends java.lang.Object implements Serializable

Serialized Fields

fieldID

long fieldID

value

java.lang.String value

index

int index

defaultOption

boolean defaultOption

Class com.jivesoftware.profiles.UserProfile extends java.lang.Object implements Serializable

Serialized Fields

fieldID

long fieldID

values

java.util.List<E> values

value

java.lang.String value

Package com.jivesoftware.profiles.search

Class com.jivesoftware.profiles.search.ProfileSearchClusterTask extends java.lang.Object implements Serializable

Serialized Fields

user

User user

add

boolean add

update

boolean update

delete

boolean delete

rebuild

boolean rebuild

Package com.jivesoftware.profiles.validator

Class com.jivesoftware.profiles.validator.DateValidator extends java.lang.Object implements Serializable

Serialized Fields

pattern

java.lang.String pattern

Class com.jivesoftware.profiles.validator.DecimalValidator extends java.lang.Object implements Serializable

Serialized Fields

minValue

double minValue

maxValue

double maxValue

Class com.jivesoftware.profiles.validator.EmailValidator extends java.lang.Object implements Serializable

Class com.jivesoftware.profiles.validator.LengthValidator extends java.lang.Object implements Serializable

Serialized Fields

minLength

int minLength

maxLength

int maxLength

Class com.jivesoftware.profiles.validator.NonValidatingValidator extends java.lang.Object implements Serializable

Class com.jivesoftware.profiles.validator.NumberValidator extends java.lang.Object implements Serializable

Serialized Fields

minValue

int minValue

maxValue

int maxValue

Class com.jivesoftware.profiles.validator.RangeValidator extends java.lang.Object implements Serializable

Serialized Fields

range

java.lang.String[] range

Class com.jivesoftware.profiles.validator.RegexValidator extends java.lang.Object implements Serializable

Serialized Fields

pattern

java.lang.String pattern

Class com.jivesoftware.profiles.validator.URLValidator extends java.lang.Object implements Serializable


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.