Serialized Form
Package com.jivesoftware.base |
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
name
java.lang.String name
email
java.lang.String email
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 |
image
java.awt.Image image
permissions
long permissions
- A long holding permission values. We use the bits in the number to extract up to 63
different permissions.
nestedThrowable
java.lang.Throwable nestedThrowable
nestedThrowable
java.lang.Throwable nestedThrowable
userID
long userID
username
java.lang.String username
Package com.jivesoftware.forum |
nestedThrowable
java.lang.Throwable nestedThrowable
errorType
int errorType
attachmentName
java.lang.String attachmentName
type
int type
forumCategoryID
long forumCategoryID
forumID
long forumID
forumMessage
ForumMessage forumMessage
rejectionType
int rejectionType
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.TagAlreadyExistsException extends com.jivesoftware.base.JiveException implements Serializable |
serialVersionUID: 5474538183361600458L
Class com.jivesoftware.forum.TagObjectNotFoundException extends NotFoundException implements Serializable |
serialVersionUID: -7769926982479056738L
objectType
int objectType
objectID
long objectID
Package com.jivesoftware.profiles |
Class com.jivesoftware.profiles.ProfileField extends java.lang.Object implements Serializable |
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 |
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 |
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 |
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 |
pattern
java.lang.String pattern
Class com.jivesoftware.profiles.validator.DecimalValidator extends java.lang.Object implements Serializable |
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 |
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 |
minValue
int minValue
maxValue
int maxValue
Class com.jivesoftware.profiles.validator.RangeValidator extends java.lang.Object implements Serializable |
range
java.lang.String[] range
Class com.jivesoftware.profiles.validator.RegexValidator extends java.lang.Object implements Serializable |
pattern
java.lang.String pattern
Class com.jivesoftware.profiles.validator.URLValidator extends java.lang.Object implements Serializable |
Copyright © 1999-2006 Jive Software.