Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs

com.jivesoftware.base
Class JiveConstants

java.lang.Object
  extended by com.jivesoftware.base.JiveConstants

public class JiveConstants
extends java.lang.Object

Contains constant values representing various objects in Jive.


Field Summary
static int ABUSE
           
static int ANNOUNCEMENT
           
static int ANONYMOUS
           
static int ATTACHMENT
           
static int AVATAR
           
static int BAN
           
static int CATEGORY_QUESTION
           
static int CREATION_DATE
           
static int CRONTASK
           
static long DAY
          One day (in milliseconds).
static int DRAFT
           
static int EXPIRATION_DATE
           
static int EXTENDED_PROPERTY
           
static int FORUM
           
static int FORUM_CATEGORY
           
static int FORUM_CATEGORY_INDEX
           
static int FORUM_MODERATION_ABUSE_HIDDEN
          Moderation value for messages that have been reported as abusive and should be hidden until the message is reviewed.
static int FORUM_MODERATION_ABUSE_VISIBLE
          Moderation value for messages that have been reported as abusive.
static int FORUM_MODERATION_HIDDEN
          Moderation value at which content is automatically hidden (0).
static int FORUM_MODERATION_VIRUSSCAN_HIDDEN
          The moderation value that messages will be set to while waiting to be scanned for viruses.
static int FORUM_MODERATION_VISIBLE
          Moderation value at which content is automatically visible (1).
static int FORUM_NAME
           
static int FORUM_QUESTION
           
static int FORUM_SEARCH_QUERY
           
static int GATEWAY
           
static int GROUP
           
static long HOUR
          One hour (in milliseconds).
static int JIVE_PORTLET
           
static int KB_CATEGORY
           
static int KB_CATEGORY_INDEX
           
static int KB_COMMENT
           
static int KB_DOCUMENT
           
static int KB_DOCUMENT_BODY
           
static int KB_DOCUMENT_FIELD
           
static int KB_DOCUMENT_FIELD_OPTION
           
static int KB_DOCUMENT_FIELD_TYPE
           
static int KB_DOCUMENT_ID
           
static int KB_DOCUMENT_PRESENTER
           
static int KB_DOCUMENT_STATE
           
static int KB_DOCUMENT_TITLE
           
static int KB_DOCUMENT_TYPE
           
static int KB_DOCUMENT_TYPE_ELEMENT
           
static int KB_ENTRY
           
static int KB_ENTRY_PART
           
static int KB_ENTRY_TITLE
           
static int KB_ENTRY_TYPE
           
static int KB_IMAGE
           
static int KB_RECOMMENDATION
           
static int KB_SEARCH_QUERY
           
static int KB_TEMPORARY_DOCUMENT_ID
           
static int KB_VERSION
           
static int KB_VERSION_COMMENT
           
static int MESSAGE
           
static int MESSAGE_BODY
           
static int MESSAGE_SUBJECT
           
static long MINUTE
          One minute (in milliseconds).
static int MODIFICATION_DATE
           
static int OFFLINE
           
static int PERM_HIDDEN_MESSAGE
          Used as an alternative to removing messages from the database.
static int POLL
           
static int PORTLET
           
static int PRIVATE_MESSAGE
           
static int PRIVATE_MESSAGE_FOLDER
           
static int PROFILE_FIELD
           
static int QUESTION
           
static int RATING
           
static int READ_STAT
           
static int READ_STAT_SESSION
           
static int REGISTERED_USERS
           
static int REJECTED_MESSAGE
          Messages rejected by a moderator will be marked with this value.
static int ROSTER
           
static int SEARCH
           
static long SECOND
          One second (in milliseconds).
static int SKILL
           
static int SKILL_VALUE
           
static int STATUS_LEVEL
           
static int SYSTEM
           
static int SYSTEM_QUESTION
           
static int TAG
           
static int TAG_SET
           
static int THREAD
           
static int THREAD_NAME
           
static int USER
           
static java.lang.String USER_LOCALE_PROP_NAME
          The name of the extended user property used to store the user's locale code.
static java.lang.String USER_TIMEZONE_PROP_NAME
          The name of the extended user property used to store the user's time zone code.
static int WATCH_SETTINGS
           
static long WEEK
          One week (in milliseconds).
static int WORKGROUP_AGENT
           
static int WORKGROUP_GROUP
           
static int WORKGROUP_QUEUE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORUM

public static final int FORUM
See Also:
Constant Field Values

THREAD

public static final int THREAD
See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

USER

public static final int USER
See Also:
Constant Field Values

GROUP

public static final int GROUP
See Also:
Constant Field Values

THREAD_NAME

public static final int THREAD_NAME
See Also:
Constant Field Values

MESSAGE_SUBJECT

public static final int MESSAGE_SUBJECT
See Also:
Constant Field Values

MESSAGE_BODY

public static final int MESSAGE_BODY
See Also:
Constant Field Values

CREATION_DATE

public static final int CREATION_DATE
See Also:
Constant Field Values

MODIFICATION_DATE

public static final int MODIFICATION_DATE
See Also:
Constant Field Values

EXTENDED_PROPERTY

public static final int EXTENDED_PROPERTY
See Also:
Constant Field Values

ANONYMOUS

public static final int ANONYMOUS
See Also:
Constant Field Values

REGISTERED_USERS

public static final int REGISTERED_USERS
See Also:
Constant Field Values

ATTACHMENT

public static final int ATTACHMENT
See Also:
Constant Field Values

FORUM_CATEGORY

public static final int FORUM_CATEGORY
See Also:
Constant Field Values

FORUM_CATEGORY_INDEX

public static final int FORUM_CATEGORY_INDEX
See Also:
Constant Field Values

FORUM_NAME

public static final int FORUM_NAME
See Also:
Constant Field Values

SYSTEM

public static final int SYSTEM
See Also:
Constant Field Values

POLL

public static final int POLL
See Also:
Constant Field Values

FORUM_SEARCH_QUERY

public static final int FORUM_SEARCH_QUERY
See Also:
Constant Field Values

PRIVATE_MESSAGE

public static final int PRIVATE_MESSAGE
See Also:
Constant Field Values

PRIVATE_MESSAGE_FOLDER

public static final int PRIVATE_MESSAGE_FOLDER
See Also:
Constant Field Values

ANNOUNCEMENT

public static final int ANNOUNCEMENT
See Also:
Constant Field Values

SEARCH

public static final int SEARCH
See Also:
Constant Field Values

CRONTASK

public static final int CRONTASK
See Also:
Constant Field Values

STATUS_LEVEL

public static final int STATUS_LEVEL
See Also:
Constant Field Values

AVATAR

public static final int AVATAR
See Also:
Constant Field Values

QUESTION

public static final int QUESTION
See Also:
Constant Field Values

FORUM_QUESTION

public static final int FORUM_QUESTION
See Also:
Constant Field Values

CATEGORY_QUESTION

public static final int CATEGORY_QUESTION
See Also:
Constant Field Values

SYSTEM_QUESTION

public static final int SYSTEM_QUESTION
See Also:
Constant Field Values

GATEWAY

public static final int GATEWAY
See Also:
Constant Field Values

BAN

public static final int BAN
See Also:
Constant Field Values

ABUSE

public static final int ABUSE
See Also:
Constant Field Values

PORTLET

public static final int PORTLET
See Also:
Constant Field Values

WATCH_SETTINGS

public static final int WATCH_SETTINGS
See Also:
Constant Field Values

DRAFT

public static final int DRAFT
See Also:
Constant Field Values

TAG

public static final int TAG
See Also:
Constant Field Values

TAG_SET

public static final int TAG_SET
See Also:
Constant Field Values

KB_CATEGORY

public static final int KB_CATEGORY
See Also:
Constant Field Values

KB_CATEGORY_INDEX

public static final int KB_CATEGORY_INDEX
See Also:
Constant Field Values

KB_DOCUMENT

public static final int KB_DOCUMENT
See Also:
Constant Field Values

KB_DOCUMENT_TITLE

public static final int KB_DOCUMENT_TITLE
See Also:
Constant Field Values

KB_DOCUMENT_FIELD

public static final int KB_DOCUMENT_FIELD
See Also:
Constant Field Values

KB_COMMENT

public static final int KB_COMMENT
See Also:
Constant Field Values

EXPIRATION_DATE

public static final int EXPIRATION_DATE
See Also:
Constant Field Values

RATING

public static final int RATING
See Also:
Constant Field Values

KB_DOCUMENT_TYPE

public static final int KB_DOCUMENT_TYPE
See Also:
Constant Field Values

KB_SEARCH_QUERY

public static final int KB_SEARCH_QUERY
See Also:
Constant Field Values

KB_DOCUMENT_BODY

public static final int KB_DOCUMENT_BODY
See Also:
Constant Field Values

KB_IMAGE

public static final int KB_IMAGE
See Also:
Constant Field Values

KB_ENTRY

public static final int KB_ENTRY
See Also:
Constant Field Values

KB_ENTRY_TITLE

public static final int KB_ENTRY_TITLE
See Also:
Constant Field Values

KB_ENTRY_PART

public static final int KB_ENTRY_PART
See Also:
Constant Field Values

KB_ENTRY_TYPE

public static final int KB_ENTRY_TYPE
See Also:
Constant Field Values

KB_RECOMMENDATION

public static final int KB_RECOMMENDATION
See Also:
Constant Field Values

KB_DOCUMENT_PRESENTER

public static final int KB_DOCUMENT_PRESENTER
See Also:
Constant Field Values

KB_DOCUMENT_STATE

public static final int KB_DOCUMENT_STATE
See Also:
Constant Field Values

KB_DOCUMENT_FIELD_OPTION

public static final int KB_DOCUMENT_FIELD_OPTION
See Also:
Constant Field Values

KB_VERSION

public static final int KB_VERSION
See Also:
Constant Field Values

KB_VERSION_COMMENT

public static final int KB_VERSION_COMMENT
See Also:
Constant Field Values

KB_DOCUMENT_FIELD_TYPE

public static final int KB_DOCUMENT_FIELD_TYPE
See Also:
Constant Field Values

KB_DOCUMENT_ID

public static final int KB_DOCUMENT_ID
See Also:
Constant Field Values

KB_DOCUMENT_TYPE_ELEMENT

public static final int KB_DOCUMENT_TYPE_ELEMENT
See Also:
Constant Field Values

JIVE_PORTLET

public static final int JIVE_PORTLET
See Also:
Constant Field Values

KB_TEMPORARY_DOCUMENT_ID

public static final int KB_TEMPORARY_DOCUMENT_ID
See Also:
Constant Field Values

READ_STAT_SESSION

public static final int READ_STAT_SESSION
See Also:
Constant Field Values

READ_STAT

public static final int READ_STAT
See Also:
Constant Field Values

WORKGROUP_AGENT

public static final int WORKGROUP_AGENT
See Also:
Constant Field Values

WORKGROUP_QUEUE

public static final int WORKGROUP_QUEUE
See Also:
Constant Field Values

WORKGROUP_GROUP

public static final int WORKGROUP_GROUP
See Also:
Constant Field Values

ROSTER

public static final int ROSTER
See Also:
Constant Field Values

OFFLINE

public static final int OFFLINE
See Also:
Constant Field Values

PROFILE_FIELD

public static final int PROFILE_FIELD
See Also:
Constant Field Values

SKILL

public static final int SKILL
See Also:
Constant Field Values

SKILL_VALUE

public static final int SKILL_VALUE
See Also:
Constant Field Values

FORUM_MODERATION_HIDDEN

public static final int FORUM_MODERATION_HIDDEN
Moderation value at which content is automatically hidden (0). Any value less than this value will also be hidden.

See Also:
Constant Field Values

FORUM_MODERATION_VISIBLE

public static final int FORUM_MODERATION_VISIBLE
Moderation value at which content is automatically visible (1). Any value greater than this value will also be visible.

See Also:
Constant Field Values

FORUM_MODERATION_ABUSE_HIDDEN

public static final int FORUM_MODERATION_ABUSE_HIDDEN
Moderation value for messages that have been reported as abusive and should be hidden until the message is reviewed.

See Also:
Constant Field Values

FORUM_MODERATION_ABUSE_VISIBLE

public static final int FORUM_MODERATION_ABUSE_VISIBLE
Moderation value for messages that have been reported as abusive.

See Also:
Constant Field Values

FORUM_MODERATION_VIRUSSCAN_HIDDEN

public static final int FORUM_MODERATION_VIRUSSCAN_HIDDEN
The moderation value that messages will be set to while waiting to be scanned for viruses. The value is below the visible threshold, which means that other users will not see the message until it's finished being scanned.

See Also:
Constant Field Values

REJECTED_MESSAGE

public static final int REJECTED_MESSAGE
Messages rejected by a moderator will be marked with this value. This will give the moderator the option of seaching through messages previous rejected.

See Also:
Constant Field Values

PERM_HIDDEN_MESSAGE

public static final int PERM_HIDDEN_MESSAGE
Used as an alternative to removing messages from the database. Since this value is below the visible threshold, message with this value will be hidden from all users but will remain database.

See Also:
Constant Field Values

USER_LOCALE_PROP_NAME

public static final java.lang.String USER_LOCALE_PROP_NAME
The name of the extended user property used to store the user's locale code.

See Also:
Constant Field Values

USER_TIMEZONE_PROP_NAME

public static final java.lang.String USER_TIMEZONE_PROP_NAME
The name of the extended user property used to store the user's time zone code.

See Also:
Constant Field Values

SECOND

public static final long SECOND
One second (in milliseconds).

See Also:
Constant Field Values

MINUTE

public static final long MINUTE
One minute (in milliseconds).

See Also:
Constant Field Values

HOUR

public static final long HOUR
One hour (in milliseconds).

See Also:
Constant Field Values

DAY

public static final long DAY
One day (in milliseconds).

See Also:
Constant Field Values

WEEK

public static final long WEEK
One week (in milliseconds).

See Also:
Constant Field Values

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.