Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


oracle.ifs.fdk
Class FdkConstants

java.lang.Object
  extended byoracle.ifs.fdk.FdkConstants


public class FdkConstants
extends java.lang.Object

Constants to be used by Facade callers.


Field Summary
static int ATTRIBUTE_TYPE_BINARY
BINARY type for Custom Attributes
static int ATTRIBUTE_TYPE_BOOLEAN
BOOLEAN type for Custom Attributes
static int ATTRIBUTE_TYPE_DATE
DATE type for Custom Attributes
static int ATTRIBUTE_TYPE_FLOAT
FLOAT type for Custom Attributes
static int ATTRIBUTE_TYPE_GROUP
GROUP type for Custom Attributes
static int ATTRIBUTE_TYPE_INTEGER
INTEGER type for Custom Attributes
static int ATTRIBUTE_TYPE_STRING
STRING type for Custom Attributes
static int ATTRIBUTE_TYPE_STRING_ARRAY
STRING_ARRAY type for Custom Attributes
static int ATTRIBUTE_TYPE_USER
USER type for Custom Attributes
static long CAPABILITY_ADDITEM
Capability to add an item to a folder.
static long CAPABILITY_ADDVERSION
Capability to add a new version to an item.
static long CAPABILITY_ADMINISTER_CATEGORY
Capability to administer ad-hoc categories.
static long CAPABILITY_ADMINISTER_CONFIGURATION
Capability to administer configuration of items.
static long CAPABILITY_ADMINISTER_CONTAINER
Capability to administer containers, including creation.
static long CAPABILITY_ADMINISTER_DOMAIN
Capability to administer domains.
static long CAPABILITY_ADMINISTER_QUOTA
Capability to administer quota.
static long CAPABILITY_ADMINISTER_RECORD
Capability to administer records.
static long CAPABILITY_ADMINISTER_ROLE
Capability to administer roles.
static long CAPABILITY_ADMINISTER_SECURITY
Capability to administer security of items.
static long CAPABILITY_ADMINISTER_USER
Capability to administer users.
static long CAPABILITY_ADMINISTER_WORKSPACE
Capability to administer workspaces, including creation.
static long CAPABILITY_COPY
Capability to copy items.
static long CAPABILITY_CREATECONTAINER
Capability to create containers.
static long CAPABILITY_CREATEFOLDER
Capability to create folders.
static long CAPABILITY_CREATEWORKSPACE
Capability to create workspaces.
static long CAPABILITY_DELETE
Capability to delete an item.
static long CAPABILITY_DISCOVER
Capability to discover an item.
static long CAPABILITY_GET_CONTENT
Capability to get the content of an item.
static long CAPABILITY_GETMETADATA
Capability to get the metadata of an item.
static long CAPABILITY_LOCK
Capability to lock an item.
static long CAPABILITY_MOVE
Capability to move items.
static long CAPABILITY_SET_ATTR
Capability to set attributes of an item.
static long CAPABILITY_SET_CONTENT
Capability to set the content of an item.
static long CAPABILITY_SETMETADATA
Capability to set the metadata of an item.
static java.lang.String CHECKIN_REQUEST_TYPE
The name of the CheckinRequest ClassObject.
static java.lang.String CHECKIN_WORKFLOW_OPERATION
The name of the CheckinWorkflowConfiguration ClassObject.
static java.lang.String COPY_REQUEST_TYPE
The name of the CopyRequest ClassObject.
static java.lang.String COPY_WORKFLOW_OPERATION
The name of the CopyWorkflowConfiguration ClassObject.
static java.lang.String CREATE_DOCUMENT_REQUEST_TYPE
The name of the CreateDocumentRequest ClassObject..
static java.lang.String CREATE_DOCUMENT_WORKFLOW_OPERATION
The name of the CreateDocumentWorkflowConfiguration ClassObject.
static java.lang.String CREATE_WORKSPACE_REQUEST_TYPE
The name of the CreateWorkspaceRequest ClassObject.
static java.lang.String CREATE_WORKSPACE_WORKFLOW_OPERATION
The name of the CreateWorkspaceWorkflowConfiguration ClassObject.
static java.lang.String DELETE_REQUEST_TYPE
The name of the DeleteRequest ClassObject.
static java.lang.String DELETE_WORKFLOW_OPERATION
The name of the DeleteWorkflowConfiguration ClassObject.
static java.lang.String EXCEPTION_INFO_CONFLICTING_OBJECT_ID
Describes exception info comprised of an object ID that represents the conflicting object for a name-conflict exception code.
static java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS
Describes exception info comprised of a long[][] array of object IDs that represents the missing required category classes and attributes for enforced categorization/recordization.
static java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_IDS
Describes exception info comprised of an array of object IDs that represents the missing required category classes for enforced categorization/recordization
static java.lang.String EXCEPTION_INFO_NON_ALLOWED_METADATA_IDS
Describes exception info comprised of an array of object IDs that represents the non-allowed category classes for enforced categorization/recordization
static java.lang.String EXCEPTION_INFO_OBJECT_ID
Describes exception info comprised of an object ID that represents the object for which the exception is about.
static java.lang.String INCREASE_QUOTA_REQUEST_TYPE
The name of the IncreaseQuotaRequest ClassObject.
static java.lang.String INCREASE_QUOTA_WORKFLOW_OPERATION
The name of the IncreaseQuotaWorkflowConfiguration ClassObject.
static java.lang.String JOIN_WORKSPACE_REQUEST_TYPE
The name of the JoinWorkspaceRequest ClassObject, which corresponds to the "join workspace" REQUEST_TYPE.
static java.lang.String JOIN_WORKSPACE_WORKFLOW_OPERATION
The name of the JoinWorkspaceWorkflowConfiguration ClassObject.
static int LOCKTYPE_CHECKOUT
Represents the "checkout" LockEntry type.
static int LOCKTYPE_DAV
Represents the DAV LockEntry type.
static int LOCKTYPE_FAMILYHASRECORD
Represents the "familyHasRecord" LockEntry type.
static int LOCKTYPE_FINALIZED
Represents the "finalized" (version immutability) LockEntry type.
static int LOCKTYPE_MANUAL
Represents the "manual" LockEntry type.
static int LOCKTYPE_RECORD
Represents the "record" LockEntry type.
static int LOCKTYPE_WORKFLOW
Represents the "workflow" LockEntry type.
static java.lang.String MOVE_REQUEST_TYPE
The name of the MoveRequest ClassObject.
static java.lang.String MOVE_WORKFLOW_OPERATION
The name of the MoveWorkflowConfiguration ClassObject.
static java.lang.String OPERATOR_AND
AND operator for search expressions
static java.lang.String OPERATOR_CONTAINS
CONTAINS operator for search expressions
static java.lang.String OPERATOR_EQUAL
EQUAL operator for search expressions
static java.lang.String OPERATOR_GREATER_THAN
GREATER THAN operator for search expressions
static java.lang.String OPERATOR_GREATER_THAN_EQUAL
GREATER THAN OR EQUAL operator for search expressions
static java.lang.String OPERATOR_HAS_CATEGORY
HAS CATEGORY operator for search expressions
static java.lang.String OPERATOR_IN
IN operator for search expressions
static java.lang.String OPERATOR_LESS_THAN
LESS THAN operator for search expressions
static java.lang.String OPERATOR_LESS_THAN_EQUAL
LESS THAN OR EQUAL operator for search expressions
static java.lang.String OPERATOR_NOT
NOT operator for search expressions
static java.lang.String OPERATOR_NOT_EQUAL
NOT EQUAL operator for search expressions
static java.lang.String OPERATOR_OR
OR operator for search expressions
static java.lang.String ORACLE_WORKFLOW_NAME_PARALLEL
The name of the OOB "Parallel Vote" OracleWorkflow.
static java.lang.String ORACLE_WORKFLOW_NAME_SERIAL
The name of the OOB "Serial Approval" OracleWorkflow.
static java.lang.String READ_DOCUMENT_REQUEST_TYPE
The name of the ReadDocumentRequest ClassObject.
static java.lang.String READ_DOCUMENT_WORKFLOW_OPERATION
The name of the ReadDocumentWorkflowConfiguration ClassObject.
static java.lang.String RECORD_LIFECYCLE_ERROR_REQUEST_TYPE
The name of the RecordLifecycleErrorRequest ClassObject.
static int REQUEST_STATUS_ABORTED
Constant value for the Request status of ABORTED.
static int REQUEST_STATUS_CANCELED
Constant value for the Request status of CANCELED.
static int REQUEST_STATUS_EXPIRED
Constant value for the Request status of EXPIRED.
static int REQUEST_STATUS_FAILED
Constant value for the Request status of FAILED.
static int REQUEST_STATUS_PENDING
Constant value for the Request status of PENDING.
static int REQUEST_STATUS_SUCCEEDED
Constant value for the Request status of SUCCEEDED.
static java.lang.String ROLEKEY_ADMIN
The Role identifier used to identify the generic Administrator role.
static java.lang.String ROLEKEY_ADMINASSISTANT
The Role identifier used to identify the generic Administrative Assistant role.
static java.lang.String ROLEKEY_APPROVER
The Role identifier used to identify the generic Approver role.
static java.lang.String ROLEKEY_AUTHOR
The Role identifier used to identify the generic Author role.
static java.lang.String ROLEKEY_CATEGORYADMIN
The Role identifier used to identify the Category Administrator role.
static java.lang.String ROLEKEY_COMMENTATOR
The Role identifier used to identify the generic Commentator role.
static java.lang.String ROLEKEY_CONFIGURATIONADMIN
The Role identifier used to identify the Configuration Administrator role.
static java.lang.String ROLEKEY_CONTAINERADMIN
The Role identifier used to identify the Container Administrator role.
static java.lang.String ROLEKEY_CONTAINERVIEWER
The Role identifier used to identify the ContainerViewer role.
static java.lang.String ROLEKEY_CONTENTADMIN
The Role identifier used to identify the Content Administrator role.
static java.lang.String ROLEKEY_CONTENTEDITOR
The Role identifier used to identify the generic Content Editor role.
static java.lang.String ROLEKEY_CUSTODIAN
The Role identifier used to identify the generic Custodian role.
static java.lang.String ROLEKEY_DISCOVERER
The Role identifier used to identify the generic Discoverer role.
static java.lang.String ROLEKEY_DOMAINADMIN
The Role identifier used to identify the Domain Administrator role.
static java.lang.String ROLEKEY_LIMITEDAUTHOR
The Role identifier used to identify the generic Limited Author role.
static java.lang.String ROLEKEY_MANAGER
The Role identifier used to identify the generic Manager role.
static java.lang.String ROLEKEY_NONE
The Role identifier used to identify the None role.
static java.lang.String ROLEKEY_ORGANIZER
The Role identifier used to identify the generic Organizer role.
static java.lang.String ROLEKEY_QUOTAADMIN
The Role identifier used to identify the Quota Administrator role.
static java.lang.String ROLEKEY_READER
The Role identifier used to identify the generic Reader role.
static java.lang.String ROLEKEY_RECORDSADMIN
The Role identifier used to identify the Records Administrator role.
static java.lang.String ROLEKEY_REVIEWER
The Role identifier used to identify the generic Reviewer role.
static java.lang.String ROLEKEY_ROLEADMIN
The Role identifier used to identify the Role Administrator role.
static java.lang.String ROLEKEY_SECURITYADMIN
The Role identifier used to identify the Security Administrator role.
static java.lang.String ROLEKEY_USERADMIN
The Role identifier used to identify the User Administrator role.
static java.lang.String ROLEKEY_WORKSPACEADMIN
The Role identifier used to identify the Workspace Administrator role.
static java.lang.String ROLEKEY_WORKSPACECREATOR
The Role identifier used to identify the Workspace Creator role.
static java.lang.String SEARCH_PROPERTY_TYPE_BOOLEAN
Search property data type boolean.
static java.lang.String SEARCH_PROPERTY_TYPE_CONTENT
Search property data type content.
static java.lang.String SEARCH_PROPERTY_TYPE_DATE
Search property data type date.
static java.lang.String SEARCH_PROPERTY_TYPE_NUMBER
Search property data type number.
static java.lang.String SEARCH_PROPERTY_TYPE_STRING
Search property data type string.
static java.lang.String SEPARATOR
Separator for chaining attributes.
static int SESSION_MODE_DOMAIN_ADMINISTRATION
Integer constant representing the session mode for domain administation.
static int SESSION_MODE_NORMAL
Integer constant representing the session mode for regular users (not in any administation mode).
static java.lang.String USER_REQUEST_REQUEST_TYPE
The name of the UserRequest ClassObject.
static java.lang.String USER_REQUEST_WORKFLOW_OPERATION
The name of the UserRequestWorkflowConfiguration ClassObject.
static int USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL
Integer constant representing "viewable by everyone".
static int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS
Integer constant representing "viewable by managers".
static int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS
Integer constant representing "viewable by members".
static java.lang.String USERPREFERENCE_GENERAL_ITEMSPERPAGE
Key for the user preference which defines the maximum number of items to show per page.
static java.lang.String USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS
Key for the user preference which defines the list of file extensions to keep for each user that do not cause an update to the "most recent documents" queue when documents are accessed with one of the formats listed.
static java.lang.String USERPREFERENCE_MOSTRECENTDOCS_MAXITEMS
Key for the user preference which defines the maximum number of "most recent documents" to keep for each user.
static java.lang.String USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT
Key for the user preference which defines the timeout period (in minutes) for persistent cookies.
static java.lang.String USERPREFERENCE_SORTING_PREFIX
Key for the prefix to all user preferences that indicate a non-default sorting of items in a table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES
Suffix for the "checked out Files" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_FILELISTING
Suffix for the "file listing" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST
Table name for groups view in the Web App
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERS
Table name for Group Properties / Group Create dialog-boxes in the Web App
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES
Suffix for the "joinable Workspaces Table" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES
Suffix for the "locked Files" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING
Suffix for the "member Listing" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_RECENTFILES
Suffix for the "recent Files" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_ROLES
Suffix for the "roles table" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG
Suffix for the "security config" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS
Suffix for the "selectedUsersOrGroupsTable" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS
Suffix for the "user search results" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS
Suffix for the "users or groups results" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY
Suffix for the "version history" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES
Suffix for the "virus report" table.
static java.lang.String USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT
Suffix for the "workflow report" table.
static java.lang.String USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE
Key for the 'user preference' that tracks whether the user uses a screen reader
static java.lang.String USERPREFERENCE_UIPROPERTIES_LASTFOLDER
Key for the 'user preference' that tracks the last folder the user accessed
static java.lang.String USERPREFERENCE_UIPROPERTIES_LASTVIEW
Key for the 'user preference' that tracks the last view the user was in
static java.lang.String USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO
Tracks whether user has dismissed the dialog for Version Description.
static java.lang.String USERPREFERENCE_UIPROPERTIES_USESSCREENREADER
Key for the 'user preference' that tracks whether the user uses a screen reader
static java.lang.String USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN
Key for the 'user preference' that tracks whether the user has viewed the first login page
static java.lang.String USERPREFERENCE_USERPROPERTIES_CHARACTERSET
Key for the user preference (property) which indicates the desired document character set for the user.
static java.lang.String USERPREFERENCE_USERPROPERTIES_DISPLAYNAME
Key for the user preference (property) which indicates the desired display name for the user.
static java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAIN
Key for the user preference (property) which declares the user's Domain.
static java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER
Key for the user preference (property) which indicates whether the user can switch into domain admin mode.
static java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINUSER
Key for the user preference (property) which indicates the "regular" user associated with this user.
static java.lang.String USERPREFERENCE_USERPROPERTIES_EMAILADDRESS
Key for the user preference (property) which indicates the user's Email address.
static java.lang.String USERPREFERENCE_USERPROPERTIES_FTPPASSWORD
Key for the user preference (property) which indicates the user's FTP password.
static java.lang.String USERPREFERENCE_USERPROPERTIES_ISRECORDSADMIN
Key for the user preference (property) which indicates whether the user is also a records admin.
static java.lang.String USERPREFERENCE_USERPROPERTIES_LANGUAGE
Key for the user preference (property) which indicates the desired document language for the user.
static java.lang.String USERPREFERENCE_USERPROPERTIES_LOCALE
Key for the user preference (property) which indicates the user's Locale.
static java.lang.String USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE
Key for the user preference (property) which indicates the user's personal workspace.
static java.lang.String USERPREFERENCE_USERPROPERTIES_REALM
Key for the user preference (property) which declares the user's realm name, generally derived from the user's Domain.
static java.lang.String USERPREFERENCE_USERPROPERTIES_TIMEZONE
Key for the user preference (property) which indicates the user's TimeZone.
static java.lang.String USERPREFERENCE_USERPROPERTIES_USERNAME
Key for the user preference (property) which indicates the standard name for the user.
static java.lang.String USERPREFERENCE_WEBDAV_OSCHARENCODING
Key for the user preference which allows the user to specify a character encoding other than UTF-8 in order to support old, non-compliant versions of Microsoft clients.
static int VERSION_LABELING_DECIMAL
Indicates a Decimal Version Labeler
static int VERSION_LABELING_LOWERCASE
Indicates a Lowercase Version Labeler
static int VERSION_LABELING_NONE
Indicates a null version labeler
static int VERSION_LABELING_ROMAN
Indicates a Roman Version Labeler
static int VERSION_LABELING_TRIVIAL
Indicates a Trivial Version Labeler
static int VERSION_LABELING_UPPERCASE
Indicates a Upper case Version Labeler
static java.lang.String WORKFLOW_JUSTIFICATION_PARAMETER_NAME
The name of the OOB WorkflowConfiguration "justification" parameter.
static java.lang.String WORKFLOW_TYPE_BPEL
The name of the BpelWorkflow ClassObject, which corresponds to the "BPEL" WORKFLOW_TYPE.
static java.lang.String WORKFLOW_TYPE_ORACLE
The name of the OracleWorkflow ClassObject, which corresponds to the "Oracle" WORKFLOW_TYPE.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

ATTRIBUTE_TYPE_BINARY

public static final int ATTRIBUTE_TYPE_BINARY
BINARY type for Custom Attributes

Value: 12


ATTRIBUTE_TYPE_BOOLEAN

public static final int ATTRIBUTE_TYPE_BOOLEAN
BOOLEAN type for Custom Attributes

Value: 5


ATTRIBUTE_TYPE_DATE

public static final int ATTRIBUTE_TYPE_DATE
DATE type for Custom Attributes

Value: 1


ATTRIBUTE_TYPE_FLOAT

public static final int ATTRIBUTE_TYPE_FLOAT
FLOAT type for Custom Attributes

Value: 3


ATTRIBUTE_TYPE_GROUP

public static final int ATTRIBUTE_TYPE_GROUP
GROUP type for Custom Attributes

Value: 7


ATTRIBUTE_TYPE_INTEGER

public static final int ATTRIBUTE_TYPE_INTEGER
INTEGER type for Custom Attributes

Value: 4


ATTRIBUTE_TYPE_STRING

public static final int ATTRIBUTE_TYPE_STRING
STRING type for Custom Attributes

Value: 2


ATTRIBUTE_TYPE_STRING_ARRAY

public static final int ATTRIBUTE_TYPE_STRING_ARRAY
STRING_ARRAY type for Custom Attributes

Value: 16


ATTRIBUTE_TYPE_USER

public static final int ATTRIBUTE_TYPE_USER
USER type for Custom Attributes

Value: 6


CAPABILITY_ADDITEM

public static final long CAPABILITY_ADDITEM
Capability to add an item to a folder.
(Published)

Value: (1L << 14)


CAPABILITY_ADDVERSION

public static final long CAPABILITY_ADDVERSION
Capability to add a new version to an item.
(Published)

Value: (1L << 20)


CAPABILITY_ADMINISTER_CATEGORY

public static final long CAPABILITY_ADMINISTER_CATEGORY
Capability to administer ad-hoc categories.
(Published)

Value: (1L << 49)


CAPABILITY_ADMINISTER_CONFIGURATION

public static final long CAPABILITY_ADMINISTER_CONFIGURATION
Capability to administer configuration of items.
(Published)

Value: (1L << 56)


CAPABILITY_ADMINISTER_CONTAINER

public static final long CAPABILITY_ADMINISTER_CONTAINER
Capability to administer containers, including creation.
(Published)

Value: (1L << 52)


CAPABILITY_ADMINISTER_DOMAIN

public static final long CAPABILITY_ADMINISTER_DOMAIN
Capability to administer domains.
(Published)

Value: (1L << 32)


CAPABILITY_ADMINISTER_QUOTA

public static final long CAPABILITY_ADMINISTER_QUOTA
Capability to administer quota.
(Published)

Value: (1L << 53)


CAPABILITY_ADMINISTER_RECORD

public static final long CAPABILITY_ADMINISTER_RECORD
Capability to administer records.
(Published)

Value: (1L << 50)


CAPABILITY_ADMINISTER_ROLE

public static final long CAPABILITY_ADMINISTER_ROLE
Capability to administer roles.
(Published)

Value: (1L << 51)


CAPABILITY_ADMINISTER_SECURITY

public static final long CAPABILITY_ADMINISTER_SECURITY
Capability to administer security of items.
(Published)

Value: (1L << 55)


CAPABILITY_ADMINISTER_USER

public static final long CAPABILITY_ADMINISTER_USER
Capability to administer users.
(Published)

Value: (1L << 48)


CAPABILITY_ADMINISTER_WORKSPACE

public static final long CAPABILITY_ADMINISTER_WORKSPACE
Capability to administer workspaces, including creation.
(Published)

Value: (1L << 54)


CAPABILITY_COPY

public static final long CAPABILITY_COPY
Capability to copy items.
(Published)

Value: (1L << 62)


CAPABILITY_CREATECONTAINER

public static final long CAPABILITY_CREATECONTAINER
Capability to create containers.
(Published)

Value: (1L << 58)


CAPABILITY_CREATEFOLDER

public static final long CAPABILITY_CREATEFOLDER
Capability to create folders.
(Published)

Value: (1L << 33)


CAPABILITY_CREATEWORKSPACE

public static final long CAPABILITY_CREATEWORKSPACE
Capability to create workspaces.
(Published)

Value: (1L << 57)


CAPABILITY_DELETE

public static final long CAPABILITY_DELETE
Capability to delete an item.
(Published)

Value: (1L << 4)


CAPABILITY_DISCOVER

public static final long CAPABILITY_DISCOVER
Capability to discover an item.
(Published)

Value: (1L << 0)


CAPABILITY_GET_CONTENT

public static final long CAPABILITY_GET_CONTENT
Capability to get the content of an item.
(Published)

Value: (1L << 2)


CAPABILITY_GETMETADATA

public static final long CAPABILITY_GETMETADATA
Capability to get the metadata of an item.
(Published)

Value: (1L << 60)


CAPABILITY_LOCK

public static final long CAPABILITY_LOCK
Capability to lock an item.
(Published)

Value: (1L << 5)


CAPABILITY_MOVE

public static final long CAPABILITY_MOVE
Capability to move items.
(Published)

Value: (1L << 59)


CAPABILITY_SET_ATTR

public static final long CAPABILITY_SET_ATTR
Capability to set attributes of an item.
(Published)

Value: (1L << 1)


CAPABILITY_SET_CONTENT

public static final long CAPABILITY_SET_CONTENT
Capability to set the content of an item.
(Published)

Value: (1L << 3)


CAPABILITY_SETMETADATA

public static final long CAPABILITY_SETMETADATA
Capability to set the metadata of an item.
(Published)

Value: (1L << 61)


CHECKIN_REQUEST_TYPE

public static final java.lang.String CHECKIN_REQUEST_TYPE
The name of the CheckinRequest ClassObject.

Name: CHECKINREQUEST


CHECKIN_WORKFLOW_OPERATION

public static final java.lang.String CHECKIN_WORKFLOW_OPERATION
The name of the CheckinWorkflowConfiguration ClassObject.

Name: CHECKINWORKFLOWCONFIGURATION


COPY_REQUEST_TYPE

public static final java.lang.String COPY_REQUEST_TYPE
The name of the CopyRequest ClassObject.

Name: COPYREQUEST


COPY_WORKFLOW_OPERATION

public static final java.lang.String COPY_WORKFLOW_OPERATION
The name of the CopyWorkflowConfiguration ClassObject.

Name: COPYWORKFLOWCONFIGURATION


CREATE_DOCUMENT_REQUEST_TYPE

public static final java.lang.String CREATE_DOCUMENT_REQUEST_TYPE
The name of the CreateDocumentRequest ClassObject..

Name: CREATEDOCUMENTREQUEST


CREATE_DOCUMENT_WORKFLOW_OPERATION

public static final java.lang.String CREATE_DOCUMENT_WORKFLOW_OPERATION
The name of the CreateDocumentWorkflowConfiguration ClassObject.

Name: CREATEDOCUMENTWORKFLOWCONFIGURATION


CREATE_WORKSPACE_REQUEST_TYPE

public static final java.lang.String CREATE_WORKSPACE_REQUEST_TYPE
The name of the CreateWorkspaceRequest ClassObject.

Name: CREATEWORKSPACEREQUEST


CREATE_WORKSPACE_WORKFLOW_OPERATION

public static final java.lang.String CREATE_WORKSPACE_WORKFLOW_OPERATION
The name of the CreateWorkspaceWorkflowConfiguration ClassObject.

Name: CREATEWORKSPACEWORKFLOWCONFIGURATION


DELETE_REQUEST_TYPE

public static final java.lang.String DELETE_REQUEST_TYPE
The name of the DeleteRequest ClassObject.

Name: DELETEREQUEST


DELETE_WORKFLOW_OPERATION

public static final java.lang.String DELETE_WORKFLOW_OPERATION
The name of the DeleteWorkflowConfiguration ClassObject.

Name: DELETEWORKFLOWCONFIGURATION


EXCEPTION_INFO_CONFLICTING_OBJECT_ID

public static final java.lang.String EXCEPTION_INFO_CONFLICTING_OBJECT_ID
Describes exception info comprised of an object ID that represents the conflicting object for a name-conflict exception code.
(Published)

Name: ECM.EXCEPTIONINFO.ConflictingObjectId


EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS

public static final java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS
Describes exception info comprised of a long[][] array of object IDs that represents the missing required category classes and attributes for enforced categorization/recordization. Format is
 [
[classid][attrid]
]
(Published)

Name: ECM.EXCEPTIONINFO.MissingMetaData


EXCEPTION_INFO_MISSING_REQUIRED_METADATA_IDS

public static final java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_IDS
Describes exception info comprised of an array of object IDs that represents the missing required category classes for enforced categorization/recordization
(Published)

Name: ECM.EXCEPTIONINFO.MissingMetaData


EXCEPTION_INFO_NON_ALLOWED_METADATA_IDS

public static final java.lang.String EXCEPTION_INFO_NON_ALLOWED_METADATA_IDS
Describes exception info comprised of an array of object IDs that represents the non-allowed category classes for enforced categorization/recordization
(Published)

Name: ECM.EXCEPTIONINFO.NonAllowedMetaData


EXCEPTION_INFO_OBJECT_ID

public static final java.lang.String EXCEPTION_INFO_OBJECT_ID
Describes exception info comprised of an object ID that represents the object for which the exception is about.
(Published)

Name: ECM.EXCEPTIONINFO.ObjectId


INCREASE_QUOTA_REQUEST_TYPE

public static final java.lang.String INCREASE_QUOTA_REQUEST_TYPE
The name of the IncreaseQuotaRequest ClassObject.

Name: INCREASEQUOTAREQUEST


INCREASE_QUOTA_WORKFLOW_OPERATION

public static final java.lang.String INCREASE_QUOTA_WORKFLOW_OPERATION
The name of the IncreaseQuotaWorkflowConfiguration ClassObject.

Name: INCREASEQUOTAWORKFLOWCONFIGURATION


JOIN_WORKSPACE_REQUEST_TYPE

public static final java.lang.String JOIN_WORKSPACE_REQUEST_TYPE
The name of the JoinWorkspaceRequest ClassObject, which corresponds to the "join workspace" REQUEST_TYPE.

Name: JOINWORKSPACEREQUEST


JOIN_WORKSPACE_WORKFLOW_OPERATION

public static final java.lang.String JOIN_WORKSPACE_WORKFLOW_OPERATION
The name of the JoinWorkspaceWorkflowConfiguration ClassObject.

Name: JOINWORKSPACEWORKFLOWCONFIGURATION


LOCKTYPE_CHECKOUT

public static final int LOCKTYPE_CHECKOUT
Represents the "checkout" LockEntry type.
(Published)

Value: 2


LOCKTYPE_DAV

public static final int LOCKTYPE_DAV
Represents the DAV LockEntry type.
(Published)

Value: 7


LOCKTYPE_FAMILYHASRECORD

public static final int LOCKTYPE_FAMILYHASRECORD
Represents the "familyHasRecord" LockEntry type.
(Published)

Value: 6


LOCKTYPE_FINALIZED

public static final int LOCKTYPE_FINALIZED
Represents the "finalized" (version immutability) LockEntry type.
(Published)

Value: 3


LOCKTYPE_MANUAL

public static final int LOCKTYPE_MANUAL
Represents the "manual" LockEntry type.
(Published)

Value: 1


LOCKTYPE_RECORD

public static final int LOCKTYPE_RECORD
Represents the "record" LockEntry type.
(Published)

Value: 5


LOCKTYPE_WORKFLOW

public static final int LOCKTYPE_WORKFLOW
Represents the "workflow" LockEntry type.
(Published)

Value: 4


MOVE_REQUEST_TYPE

public static final java.lang.String MOVE_REQUEST_TYPE
The name of the MoveRequest ClassObject.

Name: MOVEREQUEST


MOVE_WORKFLOW_OPERATION

public static final java.lang.String MOVE_WORKFLOW_OPERATION
The name of the MoveWorkflowConfiguration ClassObject.

Name: MOVEWORKFLOWCONFIGURATION


OPERATOR_AND

public static final java.lang.String OPERATOR_AND
AND operator for search expressions

Name: AND


OPERATOR_CONTAINS

public static final java.lang.String OPERATOR_CONTAINS
CONTAINS operator for search expressions

Name: CONTAINS


OPERATOR_EQUAL

public static final java.lang.String OPERATOR_EQUAL
EQUAL operator for search expressions

Name: EQUAL


OPERATOR_GREATER_THAN

public static final java.lang.String OPERATOR_GREATER_THAN
GREATER THAN operator for search expressions

Name: GREATER_THAN


OPERATOR_GREATER_THAN_EQUAL

public static final java.lang.String OPERATOR_GREATER_THAN_EQUAL
GREATER THAN OR EQUAL operator for search expressions

Name: GREATER_THAN_EQUAL


OPERATOR_HAS_CATEGORY

public static final java.lang.String OPERATOR_HAS_CATEGORY
HAS CATEGORY operator for search expressions

Name: HAS_CATEGORY


OPERATOR_IN

public static final java.lang.String OPERATOR_IN
IN operator for search expressions

Name: IN


OPERATOR_LESS_THAN

public static final java.lang.String OPERATOR_LESS_THAN
LESS THAN operator for search expressions

Name: LESS_THAN


OPERATOR_LESS_THAN_EQUAL

public static final java.lang.String OPERATOR_LESS_THAN_EQUAL
LESS THAN OR EQUAL operator for search expressions

Name: LESS_THAN_EQUAL


OPERATOR_NOT

public static final java.lang.String OPERATOR_NOT
NOT operator for search expressions

Name: NOT


OPERATOR_NOT_EQUAL

public static final java.lang.String OPERATOR_NOT_EQUAL
NOT EQUAL operator for search expressions

Name: NOT_EQUAL


OPERATOR_OR

public static final java.lang.String OPERATOR_OR
OR operator for search expressions

Name: OR


ORACLE_WORKFLOW_NAME_PARALLEL

public static final java.lang.String ORACLE_WORKFLOW_NAME_PARALLEL
The name of the OOB "Parallel Vote" OracleWorkflow.

Name: Parallel Vote


ORACLE_WORKFLOW_NAME_SERIAL

public static final java.lang.String ORACLE_WORKFLOW_NAME_SERIAL
The name of the OOB "Serial Approval" OracleWorkflow.

Name: Serial Approval


READ_DOCUMENT_REQUEST_TYPE

public static final java.lang.String READ_DOCUMENT_REQUEST_TYPE
The name of the ReadDocumentRequest ClassObject.

Name: READDOCUMENT


READ_DOCUMENT_WORKFLOW_OPERATION

public static final java.lang.String READ_DOCUMENT_WORKFLOW_OPERATION
The name of the ReadDocumentWorkflowConfiguration ClassObject.

Name: READDOCUMENTWORKFLOWCONFIGURATION


RECORD_LIFECYCLE_ERROR_REQUEST_TYPE

public static final java.lang.String RECORD_LIFECYCLE_ERROR_REQUEST_TYPE
The name of the RecordLifecycleErrorRequest ClassObject.

Name: RECORDLIFECYCLEERRORREQUEST


REQUEST_STATUS_ABORTED

public static final int REQUEST_STATUS_ABORTED
Constant value for the Request status of ABORTED.
(Published)

Value: -2


REQUEST_STATUS_CANCELED

public static final int REQUEST_STATUS_CANCELED
Constant value for the Request status of CANCELED.
(Published)

Value: -1


REQUEST_STATUS_EXPIRED

public static final int REQUEST_STATUS_EXPIRED
Constant value for the Request status of EXPIRED.
(Published)

Value: -3


REQUEST_STATUS_FAILED

public static final int REQUEST_STATUS_FAILED
Constant value for the Request status of FAILED.
(Published)

Value: -4


REQUEST_STATUS_PENDING

public static final int REQUEST_STATUS_PENDING
Constant value for the Request status of PENDING.
(Published)

Value: 0


REQUEST_STATUS_SUCCEEDED

public static final int REQUEST_STATUS_SUCCEEDED
Constant value for the Request status of SUCCEEDED.
(Published)

Value: 1


ROLEKEY_ADMIN

public static final java.lang.String ROLEKEY_ADMIN
The Role identifier used to identify the generic Administrator role.
(Published)

Name: ECM.ROLEKEY.Administrator


ROLEKEY_ADMINASSISTANT

public static final java.lang.String ROLEKEY_ADMINASSISTANT
The Role identifier used to identify the generic Administrative Assistant role.
(Published)

Name: ECM.ROLEKEY.AdministrativeAssistant


ROLEKEY_APPROVER

public static final java.lang.String ROLEKEY_APPROVER
The Role identifier used to identify the generic Approver role.
(Published)

Name: ECM.ROLEKEY.Approver


ROLEKEY_AUTHOR

public static final java.lang.String ROLEKEY_AUTHOR
The Role identifier used to identify the generic Author role.
(Published)

Name: ECM.ROLEKEY.Author


ROLEKEY_CATEGORYADMIN

public static final java.lang.String ROLEKEY_CATEGORYADMIN
The Role identifier used to identify the Category Administrator role.
(Published)

Name: ECM.ROLEKEY.CategoryAdministrator


ROLEKEY_COMMENTATOR

public static final java.lang.String ROLEKEY_COMMENTATOR
The Role identifier used to identify the generic Commentator role.
(Published)

Name: ECM.ROLEKEY.Commentator


ROLEKEY_CONFIGURATIONADMIN

public static final java.lang.String ROLEKEY_CONFIGURATIONADMIN
The Role identifier used to identify the Configuration Administrator role.
(Published)

Name: ECM.ROLEKEY.ConfigurationAdministrator


ROLEKEY_CONTAINERADMIN

public static final java.lang.String ROLEKEY_CONTAINERADMIN
The Role identifier used to identify the Container Administrator role.
(Published)

Name: ECM.ROLEKEY.ContainerAdministrator


ROLEKEY_CONTAINERVIEWER

public static final java.lang.String ROLEKEY_CONTAINERVIEWER
The Role identifier used to identify the ContainerViewer role.
(Published)

Name: ECM.ROLEKEY.ContainerViewer


ROLEKEY_CONTENTADMIN

public static final java.lang.String ROLEKEY_CONTENTADMIN
The Role identifier used to identify the Content Administrator role.
(Published)

Name: ECM.ROLEKEY.ContentAdministrator


ROLEKEY_CONTENTEDITOR

public static final java.lang.String ROLEKEY_CONTENTEDITOR
The Role identifier used to identify the generic Content Editor role.
(Published)

Name: ECM.ROLEKEY.ContentEditor


ROLEKEY_CUSTODIAN

public static final java.lang.String ROLEKEY_CUSTODIAN
The Role identifier used to identify the generic Custodian role.
(Published)

Name: ECM.ROLEKEY.Custodian


ROLEKEY_DISCOVERER

public static final java.lang.String ROLEKEY_DISCOVERER
The Role identifier used to identify the generic Discoverer role.
(Published)

Name: ECM.ROLEKEY.Discoverer


ROLEKEY_DOMAINADMIN

public static final java.lang.String ROLEKEY_DOMAINADMIN
The Role identifier used to identify the Domain Administrator role.
(Published)

Name: ECM.ROLEKEY.DomainAdministrator


ROLEKEY_LIMITEDAUTHOR

public static final java.lang.String ROLEKEY_LIMITEDAUTHOR
The Role identifier used to identify the generic Limited Author role.
(Published)

Name: ECM.ROLEKEY.LimitedAuthor


ROLEKEY_MANAGER

public static final java.lang.String ROLEKEY_MANAGER
The Role identifier used to identify the generic Manager role.
(Published)

Name: ECM.ROLEKEY.Manager


ROLEKEY_NONE

public static final java.lang.String ROLEKEY_NONE
The Role identifier used to identify the None role.
(Published)

Name: ECM.ROLEKEY.None


ROLEKEY_ORGANIZER

public static final java.lang.String ROLEKEY_ORGANIZER
The Role identifier used to identify the generic Organizer role.
(Published)

Name: ECM.ROLEKEY.Organizer


ROLEKEY_QUOTAADMIN

public static final java.lang.String ROLEKEY_QUOTAADMIN
The Role identifier used to identify the Quota Administrator role.
(Published)

Name: ECM.ROLEKEY.QuotaAdministrator


ROLEKEY_READER

public static final java.lang.String ROLEKEY_READER
The Role identifier used to identify the generic Reader role.
(Published)

Name: ECM.ROLEKEY.Reader


ROLEKEY_RECORDSADMIN

public static final java.lang.String ROLEKEY_RECORDSADMIN
The Role identifier used to identify the Records Administrator role.
(Published)

Name: ECM.ROLEKEY.RecordsAdministrator


ROLEKEY_REVIEWER

public static final java.lang.String ROLEKEY_REVIEWER
The Role identifier used to identify the generic Reviewer role.
(Published)

Name: ECM.ROLEKEY.Reviewer


ROLEKEY_ROLEADMIN

public static final java.lang.String ROLEKEY_ROLEADMIN
The Role identifier used to identify the Role Administrator role.
(Published)

Name: ECM.ROLEKEY.RoleAdministrator


ROLEKEY_SECURITYADMIN

public static final java.lang.String ROLEKEY_SECURITYADMIN
The Role identifier used to identify the Security Administrator role.
(Published)

Name: ECM.ROLEKEY.SecurityAdministrator


ROLEKEY_USERADMIN

public static final java.lang.String ROLEKEY_USERADMIN
The Role identifier used to identify the User Administrator role.
(Published)

Name: ECM.ROLEKEY.UserAdministrator


ROLEKEY_WORKSPACEADMIN

public static final java.lang.String ROLEKEY_WORKSPACEADMIN
The Role identifier used to identify the Workspace Administrator role.
(Published)

Name: ECM.ROLEKEY.WorkspaceAdministrator


ROLEKEY_WORKSPACECREATOR

public static final java.lang.String ROLEKEY_WORKSPACECREATOR
The Role identifier used to identify the Workspace Creator role.
(Published)

Name: ECM.ROLEKEY.WorkspaceCreator


SEARCH_PROPERTY_TYPE_BOOLEAN

public static final java.lang.String SEARCH_PROPERTY_TYPE_BOOLEAN
Search property data type boolean.

Name: SEARCH_PROPERTY_TYPE_BOOLEAN


SEARCH_PROPERTY_TYPE_CONTENT

public static final java.lang.String SEARCH_PROPERTY_TYPE_CONTENT
Search property data type content.

Name: SEARCH_PROPERTY_TYPE_CONTENT


SEARCH_PROPERTY_TYPE_DATE

public static final java.lang.String SEARCH_PROPERTY_TYPE_DATE
Search property data type date.

Name: SEARCH_PROPERTY_TYPE_DATE


SEARCH_PROPERTY_TYPE_NUMBER

public static final java.lang.String SEARCH_PROPERTY_TYPE_NUMBER
Search property data type number.

Name: SEARCH_PROPERTY_TYPE_NUMBER


SEARCH_PROPERTY_TYPE_STRING

public static final java.lang.String SEARCH_PROPERTY_TYPE_STRING
Search property data type string.

Name: SEARCH_PROPERTY_TYPE_STRING


SEPARATOR

public static final java.lang.String SEPARATOR
Separator for chaining attributes.

Value: ":"


SESSION_MODE_DOMAIN_ADMINISTRATION

public static final int SESSION_MODE_DOMAIN_ADMINISTRATION
Integer constant representing the session mode for domain administation.
(Published)

Value: 2


SESSION_MODE_NORMAL

public static final int SESSION_MODE_NORMAL
Integer constant representing the session mode for regular users (not in any administation mode).
(Published)

Value: 1


USER_REQUEST_REQUEST_TYPE

public static final java.lang.String USER_REQUEST_REQUEST_TYPE
The name of the UserRequest ClassObject.

Name: USERREQUEST


USER_REQUEST_WORKFLOW_OPERATION

public static final java.lang.String USER_REQUEST_WORKFLOW_OPERATION
The name of the UserRequestWorkflowConfiguration ClassObject.

Name: USERREQUESTWORKFLOWCONFIGURATION


USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL
Integer constant representing "viewable by everyone".
(Published)

Value: 1


USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS
Integer constant representing "viewable by managers".
(Published)

Value: 3


USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS
Integer constant representing "viewable by members".
(Published)

Value: 2


USERPREFERENCE_GENERAL_ITEMSPERPAGE

public static final java.lang.String USERPREFERENCE_GENERAL_ITEMSPERPAGE
Key for the user preference which defines the maximum number of items to show per page.

Name: ECM.USERPREFERENCE.GENERAL.ItemsPerPage
Data Type: Integer


USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS

public static final java.lang.String USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS
Key for the user preference which defines the list of file extensions to keep for each user that do not cause an update to the "most recent documents" queue when documents are accessed with one of the formats listed.

Name: ECM.USERPREFERENCE.MOSTRECENTDOCS.ExceptedExtensions
Data Type: String[]


USERPREFERENCE_MOSTRECENTDOCS_MAXITEMS

public static final java.lang.String USERPREFERENCE_MOSTRECENTDOCS_MAXITEMS
Key for the user preference which defines the maximum number of "most recent documents" to keep for each user.

Name: ECM.USERPREFERENCE.MOSTRECENTDOCS.MaxItems
Data Type: Integer


USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT

public static final java.lang.String USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT
Key for the user preference which defines the timeout period (in minutes) for persistent cookies.

Name: ECM.USERPREFERENCE.SECURITY.PersistentCookieTimeout
Data Type: Integer


USERPREFERENCE_SORTING_PREFIX

public static final java.lang.String USERPREFERENCE_SORTING_PREFIX
Key for the prefix to all user preferences that indicate a non-default sorting of items in a table. Note that this is not an actual user preference key; it is used to construct keys for the table names that follow.

Name: ECM.USERPREFERENCE.SORTING.


USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES
Suffix for the "checked out Files" table.

Name: checkedOutFilesTable


USERPREFERENCE_SORTING_TABLENAME_FILELISTING

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_FILELISTING
Suffix for the "file listing" table.

Name: fileListingTable


USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST
Table name for groups view in the Web App
(Published)

Name: groupMemberList


USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERS
Table name for Group Properties / Group Create dialog-boxes in the Web App
(Published)

Name: groupMembers


USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES
Suffix for the "joinable Workspaces Table" table.

Name: joinableWorkspacesTable


USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES
Suffix for the "locked Files" table.

Name: lockedFilesTable


USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING
Suffix for the "member Listing" table.

Name: memberListingTable


USERPREFERENCE_SORTING_TABLENAME_RECENTFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_RECENTFILES
Suffix for the "recent Files" table.

Name: recentFilesTable


USERPREFERENCE_SORTING_TABLENAME_ROLES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_ROLES
Suffix for the "roles table" table.

Name: rolesTable


USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG
Suffix for the "security config" table.

Name: securityConfigTable


USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS
Suffix for the "selectedUsersOrGroupsTable" table.

Name: selectedUsersOrGroupsTable


USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS
Suffix for the "user search results" table.

Name: userSearchResultsTable


USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS
Suffix for the "users or groups results" table.

Name: usersOrGroupsResultsTable


USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY
Suffix for the "version history" table.

Name: versionHistoryTable


USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES
Suffix for the "virus report" table.

Name: virusNamesTable


USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT
Suffix for the "workflow report" table.

Name: workflowReportTable


USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE
Key for the 'user preference' that tracks whether the user uses a screen reader

Name: ECM.USERPREFERENCE.UIPROPERTIES.folderTreeState
Data Type: String


USERPREFERENCE_UIPROPERTIES_LASTFOLDER

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTFOLDER
Key for the 'user preference' that tracks the last folder the user accessed

Name: ECM.USERPREFERENCE.UIPROPERTIES.LastFolder
Data Type: Long


USERPREFERENCE_UIPROPERTIES_LASTVIEW

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTVIEW
Key for the 'user preference' that tracks the last view the user was in

Name: ECM.USERPREFERENCE.UIPROPERTIES.LastView
Data Type: String


USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO
Tracks whether user has dismissed the dialog for Version Description.

Name: ECM.USERPREFERENCE.UIPROPERTIES.PromptForVersionInfo
Data Type: Boolean


USERPREFERENCE_UIPROPERTIES_USESSCREENREADER

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_USESSCREENREADER
Key for the 'user preference' that tracks whether the user uses a screen reader

Name: ECM.USERPREFERENCE.UIPROPERTIES.UsesScreenReader
Data Type: Boolean


USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN
Key for the 'user preference' that tracks whether the user has viewed the first login page

Name: ECM.USERPREFERENCE.UIPROPERTIES.ViewedFirstLogin
Data Type: Boolean


USERPREFERENCE_USERPROPERTIES_CHARACTERSET

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_CHARACTERSET
Key for the user preference (property) which indicates the desired document character set for the user.

Name: ECM.USERPREFERENCE.USERPROPERTIES.CharacterSet
Data Type: String (eg: ISO-8859-1)


USERPREFERENCE_USERPROPERTIES_DISPLAYNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DISPLAYNAME
Key for the user preference (property) which indicates the desired display name for the user.

Name: ECM.USERPREFERENCE.USERPROPERTIES.DisplayName
Data Type: String


USERPREFERENCE_USERPROPERTIES_DOMAIN

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAIN
Key for the user preference (property) which declares the user's Domain.

Name: ECM.USERPREFERENCE.USERPROPERTIES.Domain
Data Type: Item (DOMAIN)


USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER
Key for the user preference (property) which indicates whether the user can switch into domain admin mode.

The property returns the DomainAdminUser item, or null if the user cannot switch into domain admin mode.

Name: ECM.USERPREFERENCE.USERPROPERTIES.DomainAdminUser
Data Type: Item (USER)


USERPREFERENCE_USERPROPERTIES_DOMAINUSER

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINUSER
Key for the user preference (property) which indicates the "regular" user associated with this user.

The property returns the DomainUser item, or null if the user does not have an associated regular user (which can only happen for guest and system).

Name: ECM.USERPREFERENCE.USERPROPERTIES.DomainUser
Data Type: Item (USER)


USERPREFERENCE_USERPROPERTIES_EMAILADDRESS

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_EMAILADDRESS
Key for the user preference (property) which indicates the user's Email address.

Name: ECM.USERPREFERENCE.USERPROPERTIES.EmailAddress
Data Type: String


USERPREFERENCE_USERPROPERTIES_FTPPASSWORD

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_FTPPASSWORD
Key for the user preference (property) which indicates the user's FTP password.

Name: ECM.USERPREFERENCE.USERPROPERTIES.FtpPassword
Data Type: String


USERPREFERENCE_USERPROPERTIES_ISRECORDSADMIN

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_ISRECORDSADMIN
Key for the user preference (property) which indicates whether the user is also a records admin.

Name: ECM.USERPREFERENCE.USERPROPERTIES.IsRecordsAdmin
Data Type: Boolean


USERPREFERENCE_USERPROPERTIES_LANGUAGE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LANGUAGE
Key for the user preference (property) which indicates the desired document language for the user.

Name: ECM.USERPREFERENCE.USERPROPERTIES.Language
Data Type: String


USERPREFERENCE_USERPROPERTIES_LOCALE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LOCALE
Key for the user preference (property) which indicates the user's Locale.

Name: ECM.USERPREFERENCE.USERPROPERTIES.Locale
Data Type: String (eg: en_US)


USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE
Key for the user preference (property) which indicates the user's personal workspace.

Name: ECM.USERPREFERENCE.USERPROPERTIES.PersonalWorkspace
Data Type: Item (WORKSPACE)


USERPREFERENCE_USERPROPERTIES_REALM

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_REALM
Key for the user preference (property) which declares the user's realm name, generally derived from the user's Domain.

Name: ECM.USERPREFERENCE.USERPROPERTIES.Realm
Data Type: String


USERPREFERENCE_USERPROPERTIES_TIMEZONE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_TIMEZONE
Key for the user preference (property) which indicates the user's TimeZone.

Name: ECM.USERPREFERENCE.USERPROPERTIES.TimeZone
Data Type: String (eg: America/Los_Angeles)


USERPREFERENCE_USERPROPERTIES_USERNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_USERNAME
Key for the user preference (property) which indicates the standard name for the user.

Name: ECM.USERPREFERENCE.USERPROPERTIES.UserName
Data Type: String


USERPREFERENCE_WEBDAV_OSCHARENCODING

public static final java.lang.String USERPREFERENCE_WEBDAV_OSCHARENCODING
Key for the user preference which allows the user to specify a character encoding other than UTF-8 in order to support old, non-compliant versions of Microsoft clients.

Name: ECM.USERPREFERENCE.WEBDAV.OsCharEncoding
Data Type: String


VERSION_LABELING_DECIMAL

public static final int VERSION_LABELING_DECIMAL
Indicates a Decimal Version Labeler
(Published)

Value: 5


VERSION_LABELING_LOWERCASE

public static final int VERSION_LABELING_LOWERCASE
Indicates a Lowercase Version Labeler
(Published)

Value: 2


VERSION_LABELING_NONE

public static final int VERSION_LABELING_NONE
Indicates a null version labeler
(Published)

Value: 0


VERSION_LABELING_ROMAN

public static final int VERSION_LABELING_ROMAN
Indicates a Roman Version Labeler
(Published)

Value: 4


VERSION_LABELING_TRIVIAL

public static final int VERSION_LABELING_TRIVIAL
Indicates a Trivial Version Labeler
(Published)

Value: 1


VERSION_LABELING_UPPERCASE

public static final int VERSION_LABELING_UPPERCASE
Indicates a Upper case Version Labeler
(Published)

Value: 3


WORKFLOW_JUSTIFICATION_PARAMETER_NAME

public static final java.lang.String WORKFLOW_JUSTIFICATION_PARAMETER_NAME
The name of the OOB WorkflowConfiguration "justification" parameter.

Name: IFS_ECM_WORKFLOW_JUSTIFICATION


WORKFLOW_TYPE_BPEL

public static final java.lang.String WORKFLOW_TYPE_BPEL
The name of the BpelWorkflow ClassObject, which corresponds to the "BPEL" WORKFLOW_TYPE.

Name: BPELWORKFLOW


WORKFLOW_TYPE_ORACLE

public static final java.lang.String WORKFLOW_TYPE_ORACLE
The name of the OracleWorkflow ClassObject, which corresponds to the "Oracle" WORKFLOW_TYPE.

Name: ORACLEWORKFLOW


Oracle® Content Services Web Services Java API Reference
10g Release 1 (10.1.1)

B19047-01


Copyright © 2002, 2005, Oracle. All rights reserved.