Jive API (3.0.13) Core Javadocs

Serialized Form


Package com.jivesoftware.base

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

serialVersionUID: -281519022344503929L

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

serialVersionUID: -3340080113233277967L

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

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

serialVersionUID: 7318127890576029195L

Serialized Fields

nestedThrowable

Throwable nestedThrowable

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

serialVersionUID: 3974230430837395009L

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

serialVersionUID: 4521048426397139221L

Serialized Fields

userID

long userID

username

String username

Class com.jivesoftware.base.UserTemplate extends Object implements Serializable

Serialized Fields

ID

long ID
User id of -2 means no user id has been set yet. -1 is reserved for "anonymous user" and 0 is reserved for "all users". Long.MIN_LONG represents the system account.


username

String username

passwordHash

String passwordHash

password

String password

name

String name

firstName

String firstName

lastName

String lastName

nameVisible

boolean nameVisible

email

String email

emailVisible

boolean emailVisible

creationDate

long creationDate

modificationDate

long modificationDate

properties

Map<K,V> properties

enabled

boolean enabled

lastLoggedIn

long lastLoggedIn

lastProfileUpdate

long lastProfileUpdate

external

boolean external

federated

boolean federated

setNameVisibleSupported

boolean setNameVisibleSupported

setPasswordSupported

boolean setPasswordSupported

getPasswordHashSupported

boolean getPasswordHashSupported

setEmailVisibleSupported

boolean setEmailVisibleSupported

setNameSupported

boolean setNameSupported

setUsernameSupported

boolean setUsernameSupported

setPasswordHashSupported

boolean setPasswordHashSupported

setPropertyEditSupported

boolean setPropertyEditSupported

setEmailSuppoted

boolean setEmailSuppoted

status

User.Status status

Package com.jivesoftware.base.event

Class com.jivesoftware.base.event.JivePropertyEvent.Entry extends Object implements Serializable

Serialized Fields

name

String name

value

String value

Package com.jivesoftware.community

Class com.jivesoftware.community.AnnouncementNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.ApprovalStatus extends Object implements Serializable

Serialized Fields

user

User user

approved

boolean approved

rejected

boolean rejected

approvedDate

Date approvedDate

Class com.jivesoftware.community.AttachmentException extends JiveException implements Serializable

Serialized Fields

errorType

int errorType

attachmentName

String attachmentName

Class com.jivesoftware.community.AttachmentNotFoundException extends NotFoundException implements Serializable

serialVersionUID: 3140727853380381694L

Class com.jivesoftware.community.AvatarException extends JiveException implements Serializable

Serialized Fields

type

int type

Class com.jivesoftware.community.AvatarNotFoundException extends JiveException implements Serializable

Class com.jivesoftware.community.Ban extends Object implements Serializable

Serialized Fields

ID

long ID

banType

int banType

bannedUserID

long bannedUserID

ipAddress

String ipAddress

adminID

long adminID

banLevel

int banLevel

creationDate

Date creationDate

expirationDate

Date expirationDate

comment

String comment

Class com.jivesoftware.community.BanException extends JiveException implements Serializable

Serialized Fields

ban

Ban ban

Class com.jivesoftware.community.BinaryBodyException extends JiveException implements Serializable

Serialized Fields

errorType

int errorType

Class com.jivesoftware.community.BlogNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.BlogPostNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.CommentNotFoundException extends NotFoundException implements Serializable

serialVersionUID: -8171772517907781397L

Serialized Fields

commentID

long commentID

Class com.jivesoftware.community.CommunityNotFoundException extends NotFoundException implements Serializable

Serialized Fields

communityID

long communityID

Class com.jivesoftware.community.ContainerAwareEntityDescriptor extends EntityDescriptor implements Serializable

Serialized Fields

containerID

long containerID

containerType

int containerType

Class com.jivesoftware.community.DocumentAlreadyExistsException extends JiveException implements Serializable

serialVersionUID: 6552099085236973842L

Class com.jivesoftware.community.DocumentFieldValue extends Object implements Serializable

Serialized Fields

fieldID

long fieldID

optionIDs

LongList optionIDs

value

String value

Class com.jivesoftware.community.DocumentObjectNotFoundException extends NotFoundException implements Serializable

Serialized Fields

objectType

int objectType

objectID

long objectID

documentDeleted

boolean documentDeleted

Class com.jivesoftware.community.DuplicateIDException extends JiveException implements Serializable

Class com.jivesoftware.community.EmailMessage extends Object implements Serializable

serialVersionUID: -3918232520754145235L

Serialized Fields

attachments

Collection<E> attachments

recipients

Collection<E> recipients

sender

EmailMessage.EmailAddress sender

replyTo

EmailMessage.EmailAddress replyTo

subjectProperty

String subjectProperty

textBodyProperty

String textBodyProperty

htmlBodyProperty

String htmlBodyProperty

textBody

String textBody

htmlBody

String htmlBody

subject

String subject

locale

Locale locale

shouldFreemarkerParse

boolean shouldFreemarkerParse

bccSender

boolean bccSender

context

Map<K,V> context

Class com.jivesoftware.community.EmailMessage.EmailAddress extends Object implements Serializable

serialVersionUID: 2351425691786526136L

Serialized Fields

name

String name

email

String email

Class com.jivesoftware.community.EntityDescriptor extends Object implements Serializable

serialVersionUID: -6041941319052167132L

Serialized Fields

objectID

long objectID

objectType

int objectType

Class com.jivesoftware.community.ForumMessageNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.ForumThreadNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.ImageException extends JiveException implements Serializable

Serialized Fields

errorType

int errorType

Class com.jivesoftware.community.InvalidLanguageException extends JiveException implements Serializable

Class com.jivesoftware.community.JiveException extends Exception implements Serializable

Class com.jivesoftware.community.JiveRuntimeException extends RuntimeException implements Serializable

Class com.jivesoftware.community.NameAlreadyExistsException extends JiveRuntimeException implements Serializable

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

serialVersionUID: -3828452447409270279L

Class com.jivesoftware.community.NotUniqueException extends JiveRuntimeException implements Serializable

serialVersionUID: 7151248434370667764L

Class com.jivesoftware.community.PollException extends JiveRuntimeException implements Serializable

serialVersionUID: -7309636596983651923L

Class com.jivesoftware.community.PresenterTemplateException extends JiveException implements Serializable

Class com.jivesoftware.community.PrivateMessageFolderNotFoundException extends JiveException implements Serializable

Class com.jivesoftware.community.PrivateMessageNotFoundException extends NotFoundException implements Serializable

Class com.jivesoftware.community.PrivateMessageRejectedException extends JiveException implements Serializable

Serialized Fields

rejectionType

int rejectionType

Class com.jivesoftware.community.RejectedException extends JiveException implements Serializable

serialVersionUID: -6198521768794330485L

Serialized Fields

object

JiveObject object

Class com.jivesoftware.community.StatusLevelAlreadyExistsException extends JiveException implements Serializable

Class com.jivesoftware.community.StatusLevelException extends JiveException implements Serializable

Class com.jivesoftware.community.StatusLevelNotFoundException extends JiveException implements Serializable


Package com.jivesoftware.community.action

Class com.jivesoftware.community.action.JiveActionSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

globalRenderManager

RenderManager globalRenderManager

userManager

UserManager userManager

projectManager

ProjectManager projectManager

followingManager

FollowingManager followingManager

socialGroupManager

SocialGroupManager socialGroupManager

userRelationshipManager

UserRelationshipManager userRelationshipManager

registrationManager

RegistrationManager registrationManager

favoriteManager

FavoriteManager favoriteManager

commentManager

CommentManager commentManager

objectTypeManager

ObjectTypeManager objectTypeManager

licenseManager

JiveLicenseManager licenseManager

imageUrlBuilder

JiveImageUrlBuilder imageUrlBuilder

jiveLinkBuilder

JiveLinkBuilder jiveLinkBuilder

breadCrumbHelper

BreadcrumbHelper breadCrumbHelper

authToken

AuthToken authToken

jiveContext

JiveContext jiveContext

session

Map<K,V> session

request

HttpServletRequest request

response

HttpServletResponse response

authProvider

AuthenticationProvider authProvider

user

User user

timeZone

TimeZone timeZone

dwrWikiConversionBean

WikiConversionAction dwrWikiConversionBean

failedLookupCache

Map<K,V> failedLookupCache

banManager

BanManager banManager

jiveObjectLoader

JiveObjectLoader jiveObjectLoader

tagManager

TagManager tagManager

Package com.jivesoftware.community.media

Class com.jivesoftware.community.media.MediaNotFoundException extends NotFoundException implements Serializable


Package com.jivesoftware.community.media.video

Class com.jivesoftware.community.media.video.InvalidLicenseException extends JiveException implements Serializable


Package com.jivesoftware.community.project

Class com.jivesoftware.community.project.CheckPoint extends Object implements Serializable

Serialized Fields

id

long id

projectId

long projectId

name

String name

description

String description

creationDate

long creationDate

modificationDate

long modificationDate

dueDate

long dueDate

properties

Map<K,V> properties

Package com.jivesoftware.community.search.opensearch

Class com.jivesoftware.community.search.opensearch.OpenSearchDescriptorParseException extends JiveException implements Serializable

Class com.jivesoftware.community.search.opensearch.OpenSearchQueryException extends JiveRuntimeException implements Serializable

Class com.jivesoftware.community.search.opensearch.SearchEngineNotFoundException extends JiveRuntimeException implements Serializable


Package com.jivesoftware.community.user.profile

Class com.jivesoftware.community.user.profile.ProfileField extends Object implements Serializable

Serialized Fields

ID

long ID

name

String name

description

String description

profileFieldText

List<E> profileFieldText

required

boolean required

filterable

boolean filterable

searchable

boolean searchable

visible

boolean visible

editable

boolean editable

typeID

int typeID

options

List<E> options

index

int index

registrationIndex

int registrationIndex

defaultField

boolean defaultField

externalMapping

String externalMapping

externallyManaged

boolean externallyManaged

listValues

boolean listValues

displayNameKey

String displayNameKey

descriptionKey

String descriptionKey

Class com.jivesoftware.community.user.profile.ProfileFieldOption extends Object implements Serializable

Serialized Fields

fieldID

long fieldID

value

String value

index

int index

defaultOption

boolean defaultOption

Package com.jivesoftware.community.widget

Class com.jivesoftware.community.widget.WidgetAlreadyExistsException extends JiveException implements Serializable

Class com.jivesoftware.community.widget.WidgetDescriptor extends Object implements Serializable

Serialized Fields

internalID

long internalID

className

String className

bridgeID

long bridgeID

remoteWidgetID

long remoteWidgetID

Class com.jivesoftware.community.widget.WidgetLayoutAlreadyExistsException extends JiveException implements Serializable

Class com.jivesoftware.community.widget.WidgetLayoutDescriptor extends Object implements Serializable

Serialized Fields

internalID

long internalID

className

String className

disabled

boolean disabled

Package com.jivesoftware.spi.user

Class com.jivesoftware.spi.user.AlreadyExistsException extends Exception implements Serializable

Class com.jivesoftware.spi.user.NotFoundException extends Exception implements Serializable


Jive Product Page

Copyright © 1999-2007 Jive Software.