|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.FdkConstants
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 |
public static final int ATTRIBUTE_TYPE_BINARY
Value: 12
public static final int ATTRIBUTE_TYPE_BOOLEAN
Value: 5
public static final int ATTRIBUTE_TYPE_DATE
Value: 1
public static final int ATTRIBUTE_TYPE_FLOAT
Value: 3
public static final int ATTRIBUTE_TYPE_GROUP
Value: 7
public static final int ATTRIBUTE_TYPE_INTEGER
Value: 4
public static final int ATTRIBUTE_TYPE_STRING
Value: 2
public static final int ATTRIBUTE_TYPE_STRING_ARRAY
Value: 16
public static final int ATTRIBUTE_TYPE_USER
Value: 6
public static final long CAPABILITY_ADDITEM
Value: (1L << 14)
public static final long CAPABILITY_ADDVERSION
Value: (1L << 20)
public static final long CAPABILITY_ADMINISTER_CATEGORY
Value: (1L << 49)
public static final long CAPABILITY_ADMINISTER_CONFIGURATION
Value: (1L << 56)
public static final long CAPABILITY_ADMINISTER_CONTAINER
Value: (1L << 52)
public static final long CAPABILITY_ADMINISTER_DOMAIN
Value: (1L << 32)
public static final long CAPABILITY_ADMINISTER_QUOTA
Value: (1L << 53)
public static final long CAPABILITY_ADMINISTER_RECORD
Value: (1L << 50)
public static final long CAPABILITY_ADMINISTER_ROLE
Value: (1L << 51)
public static final long CAPABILITY_ADMINISTER_SECURITY
Value: (1L << 55)
public static final long CAPABILITY_ADMINISTER_USER
Value: (1L << 48)
public static final long CAPABILITY_ADMINISTER_WORKSPACE
Value: (1L << 54)
public static final long CAPABILITY_COPY
Value: (1L << 62)
public static final long CAPABILITY_CREATECONTAINER
Value: (1L << 58)
public static final long CAPABILITY_CREATEFOLDER
Value: (1L << 33)
public static final long CAPABILITY_CREATEWORKSPACE
Value: (1L << 57)
public static final long CAPABILITY_DELETE
Value: (1L << 4)
public static final long CAPABILITY_DISCOVER
Value: (1L << 0)
public static final long CAPABILITY_GET_CONTENT
Value: (1L << 2)
public static final long CAPABILITY_GETMETADATA
Value: (1L << 60)
public static final long CAPABILITY_LOCK
Value: (1L << 5)
public static final long CAPABILITY_MOVE
Value: (1L << 59)
public static final long CAPABILITY_SET_ATTR
Value: (1L << 1)
public static final long CAPABILITY_SET_CONTENT
Value: (1L << 3)
public static final long CAPABILITY_SETMETADATA
Value: (1L << 61)
public static final java.lang.String CHECKIN_REQUEST_TYPE
Name: CHECKINREQUEST
public static final java.lang.String CHECKIN_WORKFLOW_OPERATION
Name: CHECKINWORKFLOWCONFIGURATION
public static final java.lang.String COPY_REQUEST_TYPE
Name: COPYREQUEST
public static final java.lang.String COPY_WORKFLOW_OPERATION
Name: COPYWORKFLOWCONFIGURATION
public static final java.lang.String CREATE_DOCUMENT_REQUEST_TYPE
Name: CREATEDOCUMENTREQUEST
public static final java.lang.String CREATE_DOCUMENT_WORKFLOW_OPERATION
Name: CREATEDOCUMENTWORKFLOWCONFIGURATION
public static final java.lang.String CREATE_WORKSPACE_REQUEST_TYPE
Name: CREATEWORKSPACEREQUEST
public static final java.lang.String CREATE_WORKSPACE_WORKFLOW_OPERATION
Name: CREATEWORKSPACEWORKFLOWCONFIGURATION
public static final java.lang.String DELETE_REQUEST_TYPE
Name: DELETEREQUEST
public static final java.lang.String DELETE_WORKFLOW_OPERATION
Name: DELETEWORKFLOWCONFIGURATION
public static final java.lang.String EXCEPTION_INFO_CONFLICTING_OBJECT_ID
Name: ECM.EXCEPTIONINFO.ConflictingObjectId
public static final java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_ATTRIBUTE_IDS
[
[classid][attrid]
]
Name: ECM.EXCEPTIONINFO.MissingMetaData
public static final java.lang.String EXCEPTION_INFO_MISSING_REQUIRED_METADATA_IDS
Name: ECM.EXCEPTIONINFO.MissingMetaData
public static final java.lang.String EXCEPTION_INFO_NON_ALLOWED_METADATA_IDS
Name: ECM.EXCEPTIONINFO.NonAllowedMetaData
public static final java.lang.String EXCEPTION_INFO_OBJECT_ID
Name: ECM.EXCEPTIONINFO.ObjectId
public static final java.lang.String INCREASE_QUOTA_REQUEST_TYPE
Name: INCREASEQUOTAREQUEST
public static final java.lang.String INCREASE_QUOTA_WORKFLOW_OPERATION
Name: INCREASEQUOTAWORKFLOWCONFIGURATION
public static final java.lang.String JOIN_WORKSPACE_REQUEST_TYPE
Name: JOINWORKSPACEREQUEST
public static final java.lang.String JOIN_WORKSPACE_WORKFLOW_OPERATION
Name: JOINWORKSPACEWORKFLOWCONFIGURATION
public static final int LOCKTYPE_CHECKOUT
Value: 2
public static final int LOCKTYPE_DAV
Value: 7
public static final int LOCKTYPE_FAMILYHASRECORD
Value: 6
public static final int LOCKTYPE_FINALIZED
Value: 3
public static final int LOCKTYPE_MANUAL
Value: 1
public static final int LOCKTYPE_RECORD
Value: 5
public static final int LOCKTYPE_WORKFLOW
Value: 4
public static final java.lang.String MOVE_REQUEST_TYPE
Name: MOVEREQUEST
public static final java.lang.String MOVE_WORKFLOW_OPERATION
Name: MOVEWORKFLOWCONFIGURATION
public static final java.lang.String OPERATOR_AND
Name: AND
public static final java.lang.String OPERATOR_CONTAINS
Name: CONTAINS
public static final java.lang.String OPERATOR_EQUAL
Name: EQUAL
public static final java.lang.String OPERATOR_GREATER_THAN
Name: GREATER_THAN
public static final java.lang.String OPERATOR_GREATER_THAN_EQUAL
Name: GREATER_THAN_EQUAL
public static final java.lang.String OPERATOR_HAS_CATEGORY
Name: HAS_CATEGORY
public static final java.lang.String OPERATOR_IN
Name: IN
public static final java.lang.String OPERATOR_LESS_THAN
Name: LESS_THAN
public static final java.lang.String OPERATOR_LESS_THAN_EQUAL
Name: LESS_THAN_EQUAL
public static final java.lang.String OPERATOR_NOT
Name: NOT
public static final java.lang.String OPERATOR_NOT_EQUAL
Name: NOT_EQUAL
public static final java.lang.String OPERATOR_OR
Name: OR
public static final java.lang.String ORACLE_WORKFLOW_NAME_PARALLEL
Name: Parallel Vote
public static final java.lang.String ORACLE_WORKFLOW_NAME_SERIAL
Name: Serial Approval
public static final java.lang.String READ_DOCUMENT_REQUEST_TYPE
Name: READDOCUMENT
public static final java.lang.String READ_DOCUMENT_WORKFLOW_OPERATION
Name: READDOCUMENTWORKFLOWCONFIGURATION
public static final java.lang.String RECORD_LIFECYCLE_ERROR_REQUEST_TYPE
Name: RECORDLIFECYCLEERRORREQUEST
public static final int REQUEST_STATUS_ABORTED
Value: -2
public static final int REQUEST_STATUS_CANCELED
Value: -1
public static final int REQUEST_STATUS_EXPIRED
Value: -3
public static final int REQUEST_STATUS_FAILED
Value: -4
public static final int REQUEST_STATUS_PENDING
Value: 0
public static final int REQUEST_STATUS_SUCCEEDED
Value: 1
public static final java.lang.String ROLEKEY_ADMIN
Name: ECM.ROLEKEY.Administrator
public static final java.lang.String ROLEKEY_ADMINASSISTANT
Name: ECM.ROLEKEY.AdministrativeAssistant
public static final java.lang.String ROLEKEY_APPROVER
Name: ECM.ROLEKEY.Approver
public static final java.lang.String ROLEKEY_AUTHOR
Name: ECM.ROLEKEY.Author
public static final java.lang.String ROLEKEY_CATEGORYADMIN
Name: ECM.ROLEKEY.CategoryAdministrator
public static final java.lang.String ROLEKEY_COMMENTATOR
Name: ECM.ROLEKEY.Commentator
public static final java.lang.String ROLEKEY_CONFIGURATIONADMIN
Name: ECM.ROLEKEY.ConfigurationAdministrator
public static final java.lang.String ROLEKEY_CONTAINERADMIN
Name: ECM.ROLEKEY.ContainerAdministrator
public static final java.lang.String ROLEKEY_CONTAINERVIEWER
Name: ECM.ROLEKEY.ContainerViewer
public static final java.lang.String ROLEKEY_CONTENTADMIN
Name: ECM.ROLEKEY.ContentAdministrator
public static final java.lang.String ROLEKEY_CONTENTEDITOR
Name: ECM.ROLEKEY.ContentEditor
public static final java.lang.String ROLEKEY_CUSTODIAN
Name: ECM.ROLEKEY.Custodian
public static final java.lang.String ROLEKEY_DISCOVERER
Name: ECM.ROLEKEY.Discoverer
public static final java.lang.String ROLEKEY_DOMAINADMIN
Name: ECM.ROLEKEY.DomainAdministrator
public static final java.lang.String ROLEKEY_LIMITEDAUTHOR
Name: ECM.ROLEKEY.LimitedAuthor
public static final java.lang.String ROLEKEY_MANAGER
Name: ECM.ROLEKEY.Manager
public static final java.lang.String ROLEKEY_NONE
Name: ECM.ROLEKEY.None
public static final java.lang.String ROLEKEY_ORGANIZER
Name: ECM.ROLEKEY.Organizer
public static final java.lang.String ROLEKEY_QUOTAADMIN
Name: ECM.ROLEKEY.QuotaAdministrator
public static final java.lang.String ROLEKEY_READER
Name: ECM.ROLEKEY.Reader
public static final java.lang.String ROLEKEY_RECORDSADMIN
Name: ECM.ROLEKEY.RecordsAdministrator
public static final java.lang.String ROLEKEY_REVIEWER
Name: ECM.ROLEKEY.Reviewer
public static final java.lang.String ROLEKEY_ROLEADMIN
Name: ECM.ROLEKEY.RoleAdministrator
public static final java.lang.String ROLEKEY_SECURITYADMIN
Name: ECM.ROLEKEY.SecurityAdministrator
public static final java.lang.String ROLEKEY_USERADMIN
Name: ECM.ROLEKEY.UserAdministrator
public static final java.lang.String ROLEKEY_WORKSPACEADMIN
Name: ECM.ROLEKEY.WorkspaceAdministrator
public static final java.lang.String ROLEKEY_WORKSPACECREATOR
Name: ECM.ROLEKEY.WorkspaceCreator
public static final java.lang.String SEARCH_PROPERTY_TYPE_BOOLEAN
Name: SEARCH_PROPERTY_TYPE_BOOLEAN
public static final java.lang.String SEARCH_PROPERTY_TYPE_CONTENT
Name: SEARCH_PROPERTY_TYPE_CONTENT
public static final java.lang.String SEARCH_PROPERTY_TYPE_DATE
Name: SEARCH_PROPERTY_TYPE_DATE
public static final java.lang.String SEARCH_PROPERTY_TYPE_NUMBER
Name: SEARCH_PROPERTY_TYPE_NUMBER
public static final java.lang.String SEARCH_PROPERTY_TYPE_STRING
Name: SEARCH_PROPERTY_TYPE_STRING
public static final java.lang.String SEPARATOR
Value: ":"
public static final int SESSION_MODE_DOMAIN_ADMINISTRATION
Value: 2
public static final int SESSION_MODE_NORMAL
Value: 1
public static final java.lang.String USER_REQUEST_REQUEST_TYPE
Name: USERREQUEST
public static final java.lang.String USER_REQUEST_WORKFLOW_OPERATION
Name: USERREQUESTWORKFLOWCONFIGURATION
public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_ALL
Value: 1
public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MANAGERS
Value: 3
public static final int USERGROUP_MEMBERSHIP_VIEWABLE_BY_MEMBERS
Value: 2
public static final java.lang.String USERPREFERENCE_GENERAL_ITEMSPERPAGE
Name: ECM.USERPREFERENCE.GENERAL.ItemsPerPage
Data Type: Integer
public static final java.lang.String USERPREFERENCE_MOSTRECENTDOCS_EXCEPTEDEXTENSIONS
Name: ECM.USERPREFERENCE.MOSTRECENTDOCS.ExceptedExtensions
Data Type: String[]
public static final java.lang.String USERPREFERENCE_MOSTRECENTDOCS_MAXITEMS
Name: ECM.USERPREFERENCE.MOSTRECENTDOCS.MaxItems
Data Type: Integer
public static final java.lang.String USERPREFERENCE_SECURITY_PERSISTENTCOOKIETIMEOUT
Name: ECM.USERPREFERENCE.SECURITY.PersistentCookieTimeout
Data Type: Integer
public static final java.lang.String USERPREFERENCE_SORTING_PREFIX
Name: ECM.USERPREFERENCE.SORTING.
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_CHECKEDOUTFILES
Name: checkedOutFilesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_FILELISTING
Name: fileListingTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERLIST
Name: groupMemberList
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_GROUPMEMBERS
Name: groupMembers
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_JOINABLEWORKSPACES
Name: joinableWorkspacesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_LOCKEDFILES
Name: lockedFilesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_MEMBERLISTING
Name: memberListingTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_RECENTFILES
Name: recentFilesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_ROLES
Name: rolesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SECURITYCONFIG
Name: securityConfigTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_SELECTEDUSERSORGROUPS
Name: selectedUsersOrGroupsTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSEARCHRESULTS
Name: userSearchResultsTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_USERSORGROUPSRESULTS
Name: usersOrGroupsResultsTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VERSIONHISTORY
Name: versionHistoryTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_VIRUSNAMES
Name: virusNamesTable
public static final java.lang.String USERPREFERENCE_SORTING_TABLENAME_WORKFLOWREPORT
Name: workflowReportTable
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_FOLDERTREESTATE
Name: ECM.USERPREFERENCE.UIPROPERTIES.folderTreeState
Data Type: String
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTFOLDER
Name: ECM.USERPREFERENCE.UIPROPERTIES.LastFolder
Data Type: Long
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_LASTVIEW
Name: ECM.USERPREFERENCE.UIPROPERTIES.LastView
Data Type: String
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_PROMPTFORVERSIONINFO
Name: ECM.USERPREFERENCE.UIPROPERTIES.PromptForVersionInfo
Data Type: Boolean
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_USESSCREENREADER
Name: ECM.USERPREFERENCE.UIPROPERTIES.UsesScreenReader
Data Type: Boolean
public static final java.lang.String USERPREFERENCE_UIPROPERTIES_VIEWEDFIRSTLOGIN
Name: ECM.USERPREFERENCE.UIPROPERTIES.ViewedFirstLogin
Data Type: Boolean
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_CHARACTERSET
Name: ECM.USERPREFERENCE.USERPROPERTIES.CharacterSet
Data Type: String (eg: ISO-8859-1)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DISPLAYNAME
Name: ECM.USERPREFERENCE.USERPROPERTIES.DisplayName
Data Type: String
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAIN
Name: ECM.USERPREFERENCE.USERPROPERTIES.Domain
Data Type: Item (DOMAIN)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINADMINUSER
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)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_DOMAINUSER
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)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_EMAILADDRESS
Name: ECM.USERPREFERENCE.USERPROPERTIES.EmailAddress
Data Type: String
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_FTPPASSWORD
Name: ECM.USERPREFERENCE.USERPROPERTIES.FtpPassword
Data Type: String
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_ISRECORDSADMIN
Name: ECM.USERPREFERENCE.USERPROPERTIES.IsRecordsAdmin
Data Type: Boolean
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LANGUAGE
Name: ECM.USERPREFERENCE.USERPROPERTIES.Language
Data Type: String
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_LOCALE
Name: ECM.USERPREFERENCE.USERPROPERTIES.Locale
Data Type: String (eg: en_US)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_PERSONALWORKSPACE
Name: ECM.USERPREFERENCE.USERPROPERTIES.PersonalWorkspace
Data Type: Item (WORKSPACE)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_REALM
Name: ECM.USERPREFERENCE.USERPROPERTIES.Realm
Data Type: String
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_TIMEZONE
Name: ECM.USERPREFERENCE.USERPROPERTIES.TimeZone
Data Type: String (eg: America/Los_Angeles)
public static final java.lang.String USERPREFERENCE_USERPROPERTIES_USERNAME
Name: ECM.USERPREFERENCE.USERPROPERTIES.UserName
Data Type: String
public static final java.lang.String USERPREFERENCE_WEBDAV_OSCHARENCODING
Name: ECM.USERPREFERENCE.WEBDAV.OsCharEncoding
Data Type: String
public static final int VERSION_LABELING_DECIMAL
Value: 5
public static final int VERSION_LABELING_LOWERCASE
Value: 2
public static final int VERSION_LABELING_NONE
Value: 0
public static final int VERSION_LABELING_ROMAN
Value: 4
public static final int VERSION_LABELING_TRIVIAL
Value: 1
public static final int VERSION_LABELING_UPPERCASE
Value: 3
public static final java.lang.String WORKFLOW_JUSTIFICATION_PARAMETER_NAME
Name: IFS_ECM_WORKFLOW_JUSTIFICATION
public static final java.lang.String WORKFLOW_TYPE_BPEL
Name: BPELWORKFLOW
public static final java.lang.String WORKFLOW_TYPE_ORACLE
Name: ORACLEWORKFLOW
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |