Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class FdkConstants

java.lang.Object
  extended by oracle.ifs.fdk.FdkConstants


public class FdkConstants
extends java.lang.Object

Constants to be used by Facade callers.


Field Summary
static java.lang.String ADD_GRANTS_BACKGROUND_REQUEST_REQUEST_TYPE
          The name of the ADDGRANTSBACKGROUNDREQUEST REQUEST_TYPE.
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_LONG
          LONG 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 CHECKOUT_REQUEST_TYPE
          The name of the CheckoutRequest ClassObject.
static java.lang.String CHECKOUT_WORKFLOW_OPERATION
          The name of the CheckoutWorkflowConfiguration 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 int DATE_COMP_DAY
          Date comparison level for comparing dates on the year, month and day.
static int DATE_COMP_HOUR
          Date comparison level for comparing dates on the year, month, day and hour.
static int DATE_COMP_MIN
          Date comparison level for comparing dates on the year, month, day, hour and minute.
static int DATE_COMP_MONTH
          Date comparison level for comparing dates on the year and month.
static int DATE_COMP_SEC
          Date comparison level for comparing dates on the year, month, day, hour, minute and second.
static int DATE_COMP_YEAR
          Date comparison level for comparing dates on the year.
static java.lang.String DAV_MOUNT_POINT
          Session state used to override the default DAV servlet mount point.
static java.lang.String DELETE_CONTAINER_BACKGROUND_REQUEST_REQUEST_TYPE
          The name of the DELETECONTAINERBACKGROUNDREQUEST REQUEST_TYPE.
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_CONFLICT_RESOLUTION_OPTIONS
          Describes exception info comprised of a String[] of resolutions options that are available to resolve the name conflict that an operation caused.
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
          Deprecated. Use LOCKTYPE_HASRECORD
static int LOCKTYPE_FINALIZED
          Represents the "finalized" (version immutability) LockEntry type.
static int LOCKTYPE_HASRECORD
          Represents the "HasRecord" 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_IS_NOT_NULL
          IS NOT NULL operator for search expressions
static java.lang.String OPERATOR_IS_NULL
          IS NULL 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 SET_CONFIGURATION_BACKGROUND_REQUEST_REQUEST_TYPE
          The name of the SETCONFIGURATIONBACKGROUNDREQUEST REQUEST_TYPE.
static java.lang.String TEXT_SCORE
          Text search score attribute for search sort specification
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_SEARCHRESULTS
          Suffix for the "search results" 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_FIRSTNAME
          Key for the user preference (property) which indicates the user's first name.
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_LASTNAME
          Key for the user preference (property) which indicates the user's last name.
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 java.lang.String USERPREFERENCE_WEBDAV_SENDRAWBYTES
          Key for the user preference which allows the user to choose whether long content-disposition filenames should be sent in raw bytes instead of utf-8.
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.

 

Method Summary

 

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

 

Field Detail

SEARCH_PROPERTY_TYPE_STRING

public static final java.lang.String SEARCH_PROPERTY_TYPE_STRING
Description copied from class: FdkConstants
Search property data type string.

SEARCH_PROPERTY_TYPE_NUMBER

public static final java.lang.String SEARCH_PROPERTY_TYPE_NUMBER
Description copied from class: FdkConstants
Search property data type number.

SEARCH_PROPERTY_TYPE_DATE

public static final java.lang.String SEARCH_PROPERTY_TYPE_DATE
Description copied from class: FdkConstants
Search property data type date.

SEARCH_PROPERTY_TYPE_BOOLEAN

public static final java.lang.String SEARCH_PROPERTY_TYPE_BOOLEAN
Description copied from class: FdkConstants
Search property data type boolean.

SEARCH_PROPERTY_TYPE_CONTENT

public static final java.lang.String SEARCH_PROPERTY_TYPE_CONTENT
Description copied from class: FdkConstants
Search property data type content.

SEPARATOR

public static final java.lang.String SEPARATOR
Description copied from class: FdkConstants
Separator for chaining attributes.
(Published)

DAV_MOUNT_POINT

public static final java.lang.String DAV_MOUNT_POINT
Description copied from class: FdkConstants
Session state used to override the default DAV servlet mount point. The value of this session state entry must be a String.

EXCEPTION_INFO_CONFLICTING_OBJECT_ID

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

EXCEPTION_INFO_OBJECT_ID

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

EXCEPTION_INFO_MISSING_REQUIRED_METADATA_IDS

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

EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS

public static final java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS
Description copied from class: FdkConstants
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)

EXCEPTION_INFO_NON_ALLOWED_METADATA_IDS

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

EXCEPTION_INFO_CONFLICT_RESOLUTION_OPTIONS

public static final java.lang.String EXCEPTION_INFO_CONFLICT_RESOLUTION_OPTIONS
Description copied from class: FdkConstants
Describes exception info comprised of a String[] of resolutions options that are available to resolve the name conflict that an operation caused.
(Published)

USERPREFERENCE_GENERAL_ITEMSPERPAGE

public static final java.lang.String USERPREFERENCE_GENERAL_ITEMSPERPAGE
Description copied from class: FdkConstants
Key for the user preference which defines the maximum number of items to show per page.

USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT

public static final java.lang.String USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT
Description copied from class: FdkConstants
Key for the user preference which defines the timeout period (in minutes) for persistent cookies.

USERPREFERENCE_MOSTRECENTDOCS_MAXITEMS

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

USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS

public static final java.lang.String USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS
Description copied from class: FdkConstants
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.

USERPREFERENCE_WEBDAV_OSCHARENCODING

public static final java.lang.String USERPREFERENCE_WEBDAV_OSCHARENCODING
Description copied from class: FdkConstants
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.

USERPREFERENCE_WEBDAV_SENDRAWBYTES

public static final java.lang.String USERPREFERENCE_WEBDAV_SENDRAWBYTES
Description copied from class: FdkConstants
Key for the user preference which allows the user to choose whether long content-disposition filenames should be sent in raw bytes instead of utf-8. Only applies to Microsoft clients.

USERPREFERENCE_UIPROPERTIES_USESSCREENREADER

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_USESSCREENREADER
Description copied from class: FdkConstants
Key for the 'user preference' that tracks whether the user uses a screen reader

USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN
Description copied from class: FdkConstants
Key for the 'user preference' that tracks whether the user has viewed the first login page

USERPREFERENCE_UIPROPERTIES_LASTVIEW

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTVIEW
Description copied from class: FdkConstants
Key for the 'user preference' that tracks the last view the user was in

USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE
Description copied from class: FdkConstants
Key for the 'user preference' that tracks whether the user uses a screen reader

USERPREFERENCE_UIPROPERTIES_LASTFOLDER

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTFOLDER
Description copied from class: FdkConstants
Key for the 'user preference' that tracks the last folder the user accessed

USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO

public static final java.lang.String USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO
Description copied from class: FdkConstants
Tracks whether user has dismissed the dialog for Version Description.

USERPREFERENCE_SORTING_PREFIX

public static final java.lang.String USERPREFERENCE_SORTING_PREFIX
Description copied from class: FdkConstants
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.

USERPREFERENCE_SORTING_TABLENAME_FILELISTING

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_FILELISTING
Description copied from class: FdkConstants
Suffix for the "file listing" table.

USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY
Description copied from class: FdkConstants
Suffix for the "version history" table.

USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG
Description copied from class: FdkConstants
Suffix for the "security config" table.

USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING
Description copied from class: FdkConstants
Suffix for the "member Listing" table.

USERPREFERENCE_SORTING_TABLENAME_ROLES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_ROLES
Description copied from class: FdkConstants
Suffix for the "roles table" table.

USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS
Description copied from class: FdkConstants
Suffix for the "users or groups results" table.

USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS
Description copied from class: FdkConstants
Suffix for the "selectedUsersOrGroupsTable" table.

USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES
Description copied from class: FdkConstants
Suffix for the "joinable Workspaces Table" table.

USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS
Description copied from class: FdkConstants
Suffix for the "user search results" table.

USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES
Description copied from class: FdkConstants
Suffix for the "virus report" table.

USERPREFERENCE_SORTING_TABLENAME_RECENTFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_RECENTFILES
Description copied from class: FdkConstants
Suffix for the "recent Files" table.

USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES
Description copied from class: FdkConstants
Suffix for the "locked Files" table.

USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES
Description copied from class: FdkConstants
Suffix for the "checked out Files" table.

USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT
Description copied from class: FdkConstants
Suffix for the "workflow report" table.

USERPREFERENCE_SORTING_TABLENAME_SEARCHRESULTS

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SEARCHRESULTS
Description copied from class: FdkConstants
Suffix for the "search results" table.

USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST

public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST
Description copied from class: FdkConstants
Table name for groups view in the Web App
(Published)

USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERS

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

USERPREFERENCE_USERPROPERTIES_REALM

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

USERPREFERENCE_USERPROPERTIES_DOMAIN

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAIN
Description copied from class: FdkConstants
Key for the user preference (property) which declares the user's Domain.

USERPREFERENCE_USERPROPERTIES_DOMAINUSER

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINUSER
Description copied from class: FdkConstants
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).


USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER
Description copied from class: FdkConstants
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.


USERPREFERENCE_USERPROPERTIES_USERNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_USERNAME
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the standard name for the user.

USERPREFERENCE_USERPROPERTIES_DISPLAYNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DISPLAYNAME
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the desired display name for the user.

USERPREFERENCE_USERPROPERTIES_LANGUAGE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LANGUAGE
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the desired document language for the user.

USERPREFERENCE_USERPROPERTIES_CHARACTERSET

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_CHARACTERSET
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the desired document character set for the user.

USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's personal workspace.

USERPREFERENCE_USERPROPERTIES_ISRECORDSADMIN

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

USERPREFERENCE_USERPROPERTIES_EMAILADDRESS

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_EMAILADDRESS
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's Email address.

USERPREFERENCE_USERPROPERTIES_LASTNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LASTNAME
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's last name.

USERPREFERENCE_USERPROPERTIES_FIRSTNAME

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_FIRSTNAME
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's first name.

USERPREFERENCE_USERPROPERTIES_FTPPASSWORD

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_FTPPASSWORD
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's FTP password.

USERPREFERENCE_USERPROPERTIES_TIMEZONE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_TIMEZONE
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's TimeZone.

USERPREFERENCE_USERPROPERTIES_LOCALE

public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LOCALE
Description copied from class: FdkConstants
Key for the user preference (property) which indicates the user's Locale.

ROLEKEY_NONE

public static final java.lang.String ROLEKEY_NONE
Description copied from class: FdkConstants
The Role identifier used to identify the None role.
(Published)

ROLEKEY_CONTAINERVIEWER

public static final java.lang.String ROLEKEY_CONTAINERVIEWER
Description copied from class: FdkConstants
The Role identifier used to identify the ContainerViewer role.
(Published)

ROLEKEY_DOMAINADMIN

public static final java.lang.String ROLEKEY_DOMAINADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Domain Administrator role.
(Published)

ROLEKEY_USERADMIN

public static final java.lang.String ROLEKEY_USERADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the User Administrator role.
(Published)

ROLEKEY_CATEGORYADMIN

public static final java.lang.String ROLEKEY_CATEGORYADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Category Administrator role.
(Published)

ROLEKEY_RECORDSADMIN

public static final java.lang.String ROLEKEY_RECORDSADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Records Administrator role.
(Published)

ROLEKEY_ROLEADMIN

public static final java.lang.String ROLEKEY_ROLEADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Role Administrator role.
(Published)

ROLEKEY_CONTAINERADMIN

public static final java.lang.String ROLEKEY_CONTAINERADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Container Administrator role.
(Published)

ROLEKEY_QUOTAADMIN

public static final java.lang.String ROLEKEY_QUOTAADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Quota Administrator role.
(Published)

ROLEKEY_SECURITYADMIN

public static final java.lang.String ROLEKEY_SECURITYADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Security Administrator role.
(Published)

ROLEKEY_CONFIGURATIONADMIN

public static final java.lang.String ROLEKEY_CONFIGURATIONADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Configuration Administrator role.
(Published)

ROLEKEY_WORKSPACEADMIN

public static final java.lang.String ROLEKEY_WORKSPACEADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Workspace Administrator role.
(Published)

ROLEKEY_WORKSPACECREATOR

public static final java.lang.String ROLEKEY_WORKSPACECREATOR
Description copied from class: FdkConstants
The Role identifier used to identify the Workspace Creator role.
(Published)

ROLEKEY_CONTENTADMIN

public static final java.lang.String ROLEKEY_CONTENTADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the Content Administrator role.
(Published)

ROLEKEY_ADMIN

public static final java.lang.String ROLEKEY_ADMIN
Description copied from class: FdkConstants
The Role identifier used to identify the generic Administrator role.
(Published)

ROLEKEY_ADMINASSISTANT

public static final java.lang.String ROLEKEY_ADMINASSISTANT
Description copied from class: FdkConstants
The Role identifier used to identify the generic Administrative Assistant role.
(Published)

ROLEKEY_MANAGER

public static final java.lang.String ROLEKEY_MANAGER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Manager role.
(Published)

ROLEKEY_DISCOVERER

public static final java.lang.String ROLEKEY_DISCOVERER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Discoverer role.
(Published)

ROLEKEY_READER

public static final java.lang.String ROLEKEY_READER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Reader role.
(Published)

ROLEKEY_AUTHOR

public static final java.lang.String ROLEKEY_AUTHOR
Description copied from class: FdkConstants
The Role identifier used to identify the generic Author role.
(Published)

ROLEKEY_LIMITEDAUTHOR

public static final java.lang.String ROLEKEY_LIMITEDAUTHOR
Description copied from class: FdkConstants
The Role identifier used to identify the generic Limited Author role.
(Published)

ROLEKEY_REVIEWER

public static final java.lang.String ROLEKEY_REVIEWER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Reviewer role.
(Published)

ROLEKEY_CONTENTEDITOR

public static final java.lang.String ROLEKEY_CONTENTEDITOR
Description copied from class: FdkConstants
The Role identifier used to identify the generic Content Editor role.
(Published)

ROLEKEY_COMMENTATOR

public static final java.lang.String ROLEKEY_COMMENTATOR
Description copied from class: FdkConstants
The Role identifier used to identify the generic Commentator role.
(Published)

ROLEKEY_APPROVER

public static final java.lang.String ROLEKEY_APPROVER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Approver role.
(Published)

ROLEKEY_ORGANIZER

public static final java.lang.String ROLEKEY_ORGANIZER
Description copied from class: FdkConstants
The Role identifier used to identify the generic Organizer role.
(Published)

ROLEKEY_CUSTODIAN

public static final java.lang.String ROLEKEY_CUSTODIAN
Description copied from class: FdkConstants
The Role identifier used to identify the generic Custodian role.
(Published)

REQUEST_STATUS_PENDING

public static final int REQUEST_STATUS_PENDING
Description copied from class: FdkConstants
Constant value for the Request status of PENDING.
(Published)

REQUEST_STATUS_CANCELED

public static final int REQUEST_STATUS_CANCELED
Description copied from class: FdkConstants
Constant value for the Request status of CANCELED.
(Published)

REQUEST_STATUS_SUCCEEDED

public static final int REQUEST_STATUS_SUCCEEDED
Description copied from class: FdkConstants
Constant value for the Request status of SUCCEEDED.
(Published)

REQUEST_STATUS_ABORTED

public static final int REQUEST_STATUS_ABORTED
Description copied from class: FdkConstants
Constant value for the Request status of ABORTED.
(Published)

REQUEST_STATUS_EXPIRED

public static final int REQUEST_STATUS_EXPIRED
Description copied from class: FdkConstants
Constant value for the Request status of EXPIRED.
(Published)

REQUEST_STATUS_FAILED

public static final int REQUEST_STATUS_FAILED
Description copied from class: FdkConstants
Constant value for the Request status of FAILED.
(Published)

LOCKTYPE_MANUAL

public static final int LOCKTYPE_MANUAL
Description copied from class: FdkConstants
Represents the "manual" LockEntry type.
(Published)

LOCKTYPE_CHECKOUT

public static final int LOCKTYPE_CHECKOUT
Description copied from class: FdkConstants
Represents the "checkout" LockEntry type.
(Published)

LOCKTYPE_FINALIZED

public static final int LOCKTYPE_FINALIZED
Description copied from class: FdkConstants
Represents the "finalized" (version immutability) LockEntry type.
(Published)

LOCKTYPE_WORKFLOW

public static final int LOCKTYPE_WORKFLOW
Description copied from class: FdkConstants
Represents the "workflow" LockEntry type.
(Published)

LOCKTYPE_RECORD

public static final int LOCKTYPE_RECORD
Description copied from class: FdkConstants
Represents the "record" LockEntry type.
(Published)

LOCKTYPE_FAMILYHASRECORD

public static final int LOCKTYPE_FAMILYHASRECORD
Deprecated. Use LOCKTYPE_HASRECORD
Description copied from class: FdkConstants
Represents the "familyHasRecord" LockEntry type.
(Published)

LOCKTYPE_HASRECORD

public static final int LOCKTYPE_HASRECORD
Description copied from class: FdkConstants
Represents the "HasRecord" LockEntry type.
(Published)

LOCKTYPE_DAV

public static final int LOCKTYPE_DAV
Description copied from class: FdkConstants
Represents the DAV LockEntry type.
(Published)

CAPABILITY_DISCOVER

public static final long CAPABILITY_DISCOVER
Description copied from class: FdkConstants
Capability to discover an item.

Value: (1L << 0)

(Published)

CAPABILITY_SET_ATTR

public static final long CAPABILITY_SET_ATTR
Description copied from class: FdkConstants
Capability to set attributes of an item.

Value: (1L << 1)

(Published)

CAPABILITY_GET_CONTENT

public static final long CAPABILITY_GET_CONTENT
Description copied from class: FdkConstants
Capability to get the content of an item.

Value: (1L << 2)

(Published)

CAPABILITY_SET_CONTENT

public static final long CAPABILITY_SET_CONTENT
Description copied from class: FdkConstants
Capability to set the content of an item.

Value: (1L << 3)

(Published)

CAPABILITY_DELETE

public static final long CAPABILITY_DELETE
Description copied from class: FdkConstants
Capability to delete an item.

Value: (1L << 4)

(Published)

CAPABILITY_LOCK

public static final long CAPABILITY_LOCK
Description copied from class: FdkConstants
Capability to lock an item.

Value: (1L << 5)

(Published)

CAPABILITY_ADDITEM

public static final long CAPABILITY_ADDITEM
Description copied from class: FdkConstants
Capability to add an item to a folder.

Value: (1L << 14)

(Published)

CAPABILITY_ADDVERSION

public static final long CAPABILITY_ADDVERSION
Description copied from class: FdkConstants
Capability to add a new version to an item.

Value: (1L << 20)

(Published)

CAPABILITY_ADMINISTER_DOMAIN

public static final long CAPABILITY_ADMINISTER_DOMAIN
Description copied from class: FdkConstants
Capability to administer domains.

Value: (1L << 32)

(Published)

CAPABILITY_CREATEFOLDER

public static final long CAPABILITY_CREATEFOLDER
Description copied from class: FdkConstants
Capability to create folders.

Value: (1L << 33)

(Published)

CAPABILITY_ADMINISTER_USER

public static final long CAPABILITY_ADMINISTER_USER
Description copied from class: FdkConstants
Capability to administer users.

Value: (1L << 48)

(Published)

CAPABILITY_ADMINISTER_CATEGORY

public static final long CAPABILITY_ADMINISTER_CATEGORY
Description copied from class: FdkConstants
Capability to administer ad-hoc categories.

Value: (1L << 49)

(Published)

CAPABILITY_ADMINISTER_RECORD

public static final long CAPABILITY_ADMINISTER_RECORD
Description copied from class: FdkConstants
Capability to administer records.

Value: (1L << 50)

(Published)

CAPABILITY_ADMINISTER_ROLE

public static final long CAPABILITY_ADMINISTER_ROLE
Description copied from class: FdkConstants
Capability to administer roles.

Value: (1L << 51)

(Published)

CAPABILITY_ADMINISTER_CONTAINER

public static final long CAPABILITY_ADMINISTER_CONTAINER
Description copied from class: FdkConstants
Capability to administer containers, including creation.

Value: (1L << 52)

(Published)

CAPABILITY_ADMINISTER_QUOTA

public static final long CAPABILITY_ADMINISTER_QUOTA
Description copied from class: FdkConstants
Capability to administer quota.

Value: (1L << 53)

(Published)

CAPABILITY_ADMINISTER_WORKSPACE

public static final long CAPABILITY_ADMINISTER_WORKSPACE
Description copied from class: FdkConstants
Capability to administer workspaces, including creation.

Value: (1L << 54)

(Published)

CAPABILITY_ADMINISTER_SECURITY

public static final long CAPABILITY_ADMINISTER_SECURITY
Description copied from class: FdkConstants
Capability to administer security of items.

Value: (1L << 55)

(Published)

CAPABILITY_ADMINISTER_CONFIGURATION

public static final long CAPABILITY_ADMINISTER_CONFIGURATION
Description copied from class: FdkConstants
Capability to administer configuration of items.

Value: (1L << 56)

(Published)

CAPABILITY_CREATEWORKSPACE

public static final long CAPABILITY_CREATEWORKSPACE
Description copied from class: FdkConstants
Capability to create workspaces.

Value: (1L << 57)

(Published)

CAPABILITY_CREATECONTAINER

public static final long CAPABILITY_CREATECONTAINER
Description copied from class: FdkConstants
Capability to create containers.

Value: (1L << 58)

(Published)

CAPABILITY_MOVE

public static final long CAPABILITY_MOVE
Description copied from class: FdkConstants
Capability to move items.

Value: (1L << 59)

(Published)

CAPABILITY_GETMETADATA

public static final long CAPABILITY_GETMETADATA
Description copied from class: FdkConstants
Capability to get the metadata of an item.

Value: (1L << 60)

(Published)

CAPABILITY_SETMETADATA

public static final long CAPABILITY_SETMETADATA
Description copied from class: FdkConstants
Capability to set the metadata of an item.

Value: (1L << 61)

(Published)

CAPABILITY_COPY

public static final long CAPABILITY_COPY
Description copied from class: FdkConstants
Capability to copy items.

Value: (1L << 62)

(Published)

VERSION_LABELING_NONE

public static final int VERSION_LABELING_NONE
Description copied from class: FdkConstants
Indicates a null version labeler
(Published)

VERSION_LABELING_TRIVIAL

public static final int VERSION_LABELING_TRIVIAL
Description copied from class: FdkConstants
Indicates a Trivial Version Labeler
(Published)

VERSION_LABELING_LOWERCASE

public static final int VERSION_LABELING_LOWERCASE
Description copied from class: FdkConstants
Indicates a Lowercase Version Labeler
(Published)

VERSION_LABELING_UPPERCASE

public static final int VERSION_LABELING_UPPERCASE
Description copied from class: FdkConstants
Indicates a Upper case Version Labeler
(Published)

VERSION_LABELING_ROMAN

public static final int VERSION_LABELING_ROMAN
Description copied from class: FdkConstants
Indicates a Roman Version Labeler
(Published)

VERSION_LABELING_DECIMAL

public static final int VERSION_LABELING_DECIMAL
Description copied from class: FdkConstants
Indicates a Decimal Version Labeler
(Published)

USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL
Description copied from class: FdkConstants
Integer constant representing "viewable by everyone".
(Published)

USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS
Description copied from class: FdkConstants
Integer constant representing "viewable by members".
(Published)

USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS

public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS
Description copied from class: FdkConstants
Integer constant representing "viewable by managers".
(Published)

SESSION_MODE_NORMAL

public static final int SESSION_MODE_NORMAL
Description copied from class: FdkConstants
Integer constant representing the session mode for regular users (not in any administation mode).
(Published)

SESSION_MODE_DOMAIN_ADMINISTRATION

public static final int SESSION_MODE_DOMAIN_ADMINISTRATION
Description copied from class: FdkConstants
Integer constant representing the session mode for domain administation.
(Published)

OPERATOR_AND

public static final java.lang.String OPERATOR_AND
Description copied from class: FdkConstants
AND operator for search expressions

OPERATOR_OR

public static final java.lang.String OPERATOR_OR
Description copied from class: FdkConstants
OR operator for search expressions

OPERATOR_NOT

public static final java.lang.String OPERATOR_NOT
Description copied from class: FdkConstants
NOT operator for search expressions

OPERATOR_EQUAL

public static final java.lang.String OPERATOR_EQUAL
Description copied from class: FdkConstants
EQUAL operator for search expressions

OPERATOR_GREATER_THAN

public static final java.lang.String OPERATOR_GREATER_THAN
Description copied from class: FdkConstants
GREATER THAN operator for search expressions

OPERATOR_GREATER_THAN_EQUAL

public static final java.lang.String OPERATOR_GREATER_THAN_EQUAL
Description copied from class: FdkConstants
GREATER THAN OR EQUAL operator for search expressions

OPERATOR_LESS_THAN

public static final java.lang.String OPERATOR_LESS_THAN
Description copied from class: FdkConstants
LESS THAN operator for search expressions

OPERATOR_LESS_THAN_EQUAL

public static final java.lang.String OPERATOR_LESS_THAN_EQUAL
Description copied from class: FdkConstants
LESS THAN OR EQUAL operator for search expressions

OPERATOR_NOT_EQUAL

public static final java.lang.String OPERATOR_NOT_EQUAL
Description copied from class: FdkConstants
NOT EQUAL operator for search expressions

OPERATOR_IS_NULL

public static final java.lang.String OPERATOR_IS_NULL
Description copied from class: FdkConstants
IS NULL operator for search expressions

OPERATOR_IS_NOT_NULL

public static final java.lang.String OPERATOR_IS_NOT_NULL
Description copied from class: FdkConstants
IS NOT NULL operator for search expressions

OPERATOR_IN

public static final java.lang.String OPERATOR_IN
Description copied from class: FdkConstants
IN operator for search expressions

OPERATOR_CONTAINS

public static final java.lang.String OPERATOR_CONTAINS
Description copied from class: FdkConstants
CONTAINS operator for search expressions

OPERATOR_HAS_CATEGORY

public static final java.lang.String OPERATOR_HAS_CATEGORY
Description copied from class: FdkConstants
HAS CATEGORY operator for search expressions

TEXT_SCORE

public static final java.lang.String TEXT_SCORE
Description copied from class: FdkConstants
Text search score attribute for search sort specification

DATE_COMP_YEAR

public static final int DATE_COMP_YEAR
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year.

DATE_COMP_MONTH

public static final int DATE_COMP_MONTH
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year and month.

DATE_COMP_DAY

public static final int DATE_COMP_DAY
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year, month and day.

DATE_COMP_HOUR

public static final int DATE_COMP_HOUR
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year, month, day and hour.

DATE_COMP_MIN

public static final int DATE_COMP_MIN
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year, month, day, hour and minute.

DATE_COMP_SEC

public static final int DATE_COMP_SEC
Description copied from class: FdkConstants
Date comparison level for comparing dates on the year, month, day, hour, minute and second.

ADD_GRANTS_BACKGROUND_REQUEST_REQUEST_TYPE

public static final java.lang.String ADD_GRANTS_BACKGROUND_REQUEST_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the ADDGRANTSBACKGROUNDREQUEST REQUEST_TYPE.

DELETE_CONTAINER_BACKGROUND_REQUEST_REQUEST_TYPE

public static final java.lang.String DELETE_CONTAINER_BACKGROUND_REQUEST_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the DELETECONTAINERBACKGROUNDREQUEST REQUEST_TYPE.

SET_CONFIGURATION_BACKGROUND_REQUEST_REQUEST_TYPE

public static final java.lang.String SET_CONFIGURATION_BACKGROUND_REQUEST_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the SETCONFIGURATIONBACKGROUNDREQUEST REQUEST_TYPE.

CREATE_WORKSPACE_REQUEST_TYPE

public static final java.lang.String CREATE_WORKSPACE_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the CreateWorkspaceRequest ClassObject.

JOIN_WORKSPACE_REQUEST_TYPE

public static final java.lang.String JOIN_WORKSPACE_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the JoinWorkspaceRequest ClassObject, which corresponds to the "join workspace" REQUEST_TYPE.

INCREASE_QUOTA_REQUEST_TYPE

public static final java.lang.String INCREASE_QUOTA_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the IncreaseQuotaRequest ClassObject.

CHECKIN_REQUEST_TYPE

public static final java.lang.String CHECKIN_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the CheckinRequest ClassObject.

CHECKOUT_REQUEST_TYPE

public static final java.lang.String CHECKOUT_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the CheckoutRequest ClassObject.

COPY_REQUEST_TYPE

public static final java.lang.String COPY_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the CopyRequest ClassObject.

CREATE_DOCUMENT_REQUEST_TYPE

public static final java.lang.String CREATE_DOCUMENT_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the CreateDocumentRequest ClassObject..

DELETE_REQUEST_TYPE

public static final java.lang.String DELETE_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the DeleteRequest ClassObject.

MOVE_REQUEST_TYPE

public static final java.lang.String MOVE_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the MoveRequest ClassObject.

READ_DOCUMENT_REQUEST_TYPE

public static final java.lang.String READ_DOCUMENT_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the ReadDocumentRequest ClassObject.

USER_REQUEST_REQUEST_TYPE

public static final java.lang.String USER_REQUEST_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the UserRequest ClassObject.

RECORD_LIFECYCLE_ERROR_REQUEST_TYPE

public static final java.lang.String RECORD_LIFECYCLE_ERROR_REQUEST_TYPE
Description copied from class: FdkConstants
The name of the RecordLifecycleErrorRequest ClassObject.

ATTRIBUTE_TYPE_DATE

public static final int ATTRIBUTE_TYPE_DATE
Description copied from class: FdkConstants
DATE type for Custom Attributes

ATTRIBUTE_TYPE_STRING

public static final int ATTRIBUTE_TYPE_STRING
Description copied from class: FdkConstants
STRING type for Custom Attributes

ATTRIBUTE_TYPE_FLOAT

public static final int ATTRIBUTE_TYPE_FLOAT
Description copied from class: FdkConstants
FLOAT type for Custom Attributes

ATTRIBUTE_TYPE_INTEGER

public static final int ATTRIBUTE_TYPE_INTEGER
Description copied from class: FdkConstants
INTEGER type for Custom Attributes

ATTRIBUTE_TYPE_BOOLEAN

public static final int ATTRIBUTE_TYPE_BOOLEAN
Description copied from class: FdkConstants
BOOLEAN type for Custom Attributes

ATTRIBUTE_TYPE_USER

public static final int ATTRIBUTE_TYPE_USER
Description copied from class: FdkConstants
USER type for Custom Attributes

ATTRIBUTE_TYPE_GROUP

public static final int ATTRIBUTE_TYPE_GROUP
Description copied from class: FdkConstants
GROUP type for Custom Attributes

ATTRIBUTE_TYPE_LONG

public static final int ATTRIBUTE_TYPE_LONG
Description copied from class: FdkConstants
LONG type for Custom Attributes

ATTRIBUTE_TYPE_BINARY

public static final int ATTRIBUTE_TYPE_BINARY
Description copied from class: FdkConstants
BINARY type for Custom Attributes

ATTRIBUTE_TYPE_STRING_ARRAY

public static final int ATTRIBUTE_TYPE_STRING_ARRAY
Description copied from class: FdkConstants
STRING_ARRAY type for Custom Attributes

CREATE_WORKSPACE_WORKFLOW_OPERATION

public static final java.lang.String CREATE_WORKSPACE_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the CreateWorkspaceWorkflowConfiguration ClassObject.

JOIN_WORKSPACE_WORKFLOW_OPERATION

public static final java.lang.String JOIN_WORKSPACE_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the JoinWorkspaceWorkflowConfiguration ClassObject.

INCREASE_QUOTA_WORKFLOW_OPERATION

public static final java.lang.String INCREASE_QUOTA_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the IncreaseQuotaWorkflowConfiguration ClassObject.

CHECKIN_WORKFLOW_OPERATION

public static final java.lang.String CHECKIN_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the CheckinWorkflowConfiguration ClassObject.

CHECKOUT_WORKFLOW_OPERATION

public static final java.lang.String CHECKOUT_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the CheckoutWorkflowConfiguration ClassObject.

COPY_WORKFLOW_OPERATION

public static final java.lang.String COPY_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the CopyWorkflowConfiguration ClassObject.

CREATE_DOCUMENT_WORKFLOW_OPERATION

public static final java.lang.String CREATE_DOCUMENT_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the CreateDocumentWorkflowConfiguration ClassObject.

DELETE_WORKFLOW_OPERATION

public static final java.lang.String DELETE_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the DeleteWorkflowConfiguration ClassObject.

MOVE_WORKFLOW_OPERATION

public static final java.lang.String MOVE_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the MoveWorkflowConfiguration ClassObject.

READ_DOCUMENT_WORKFLOW_OPERATION

public static final java.lang.String READ_DOCUMENT_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the ReadDocumentWorkflowConfiguration ClassObject.

USER_REQUEST_WORKFLOW_OPERATION

public static final java.lang.String USER_REQUEST_WORKFLOW_OPERATION
Description copied from class: FdkConstants
The name of the UserRequestWorkflowConfiguration ClassObject.

WORKFLOW_TYPE_ORACLE

public static final java.lang.String WORKFLOW_TYPE_ORACLE
Description copied from class: FdkConstants
The name of the OracleWorkflow ClassObject, which corresponds to the "Oracle" WORKFLOW_TYPE.

WORKFLOW_TYPE_BPEL

public static final java.lang.String WORKFLOW_TYPE_BPEL
Description copied from class: FdkConstants
The name of the BpelWorkflow ClassObject, which corresponds to the "BPEL" WORKFLOW_TYPE.

ORACLE_WORKFLOW_NAME_PARALLEL

public static final java.lang.String ORACLE_WORKFLOW_NAME_PARALLEL
Description copied from class: FdkConstants
The name of the OOB "Parallel Vote" OracleWorkflow.

ORACLE_WORKFLOW_NAME_SERIAL

public static final java.lang.String ORACLE_WORKFLOW_NAME_SERIAL
Description copied from class: FdkConstants
The name of the OOB "Serial Approval" OracleWorkflow.

WORKFLOW_JUSTIFICATION_PARAMETER_NAME

public static final java.lang.String WORKFLOW_JUSTIFICATION_PARAMETER_NAME
Description copied from class: FdkConstants
The name of the OOB WorkflowConfiguration "justification" parameter.

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


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