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

B19047-01


oracle.ifs.fdk
Class Options

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


public class Options
extends java.lang.Object

Holder class for all option name constants.


Field Summary
static java.lang.String BODY
The body of an e-mail message.
static java.lang.String CATEGORY_DEFINITION
The category definition is used to set custom metadata on documents.
static java.lang.String CATEGORY_DEFINITION_ATTRIBUTES
The category attributes passed as part of document creation or update.
static java.lang.String CATEGORY_ID
The category id used in the category definition option passed for enforced categorization.
static java.lang.String CONTENTSTREAM
Content Stream option for passing an InputStream.
static java.lang.String COPY_TARGET_NAME
Name of target, if copy is to be made upon recordization.
static java.lang.String DELETED_BY
The user that deleted an item in the Archive.
static java.lang.String DELETED_DATE
The date on which an item in the Archive was deleted.
static java.lang.String DESTFOLDER
Destination folder option for move, copy operations.
static java.lang.String END_DATE
An option to specify the end date for situations where a time period can be requested.
static java.lang.String EXTERNAL_RECORD_DEFINITION
The external record definition is used in the record definition to allow external content being recordized.
static java.lang.String FOLDER_RESTRICT_TO_DOMAIN
Option for whether the search should be folder restricted to the domain if no folder restriction is specified.
static java.lang.String FOLDER_RESTRICTION
Option for specifying if a search should be restricted to the specified folder or folders.
static java.lang.String HAS_MANAGER
An option describing groups that have the specified user as a manager.
static java.lang.String HAS_MEMBER
An option describing groups that have the specified user as a member.
static java.lang.String LINK_TO_LATEST
Option for createLink and updateLink to specify to link to latest version of a version-controlled document.
static java.lang.String MULTILEVEL_FOLDER_RESTRICTION
Option for whether a folder restricted search limits the search to just the specified folder (false), or the specfied folder and all sub-folders (true).
static java.lang.String NEWVERSION
Conflict resolution option to specify new version.
static java.lang.String ORIGINAL_LOCATION
The original location of an item in the Archive.
static java.lang.String OVERWRITE
Conflict resolution option to specify overwrite.
static java.lang.String PAGE_SIZE
The number of items to retrieve from the stored paging list.
static java.lang.String PAGING_LIST
The list of items to be stored in the FdkSession for paging purposes.
static java.lang.String PRIMARY_SORT_ATTRIBUTE
The primary FDK attribute on which to sort.
static java.lang.String PRIMARY_SORT_DIRECTION
The direction in which to sort the primary FDK attribute.
static java.lang.String RECORD_CATEGORY_ID
The record category id used in the record definition option passed for enforced recordization.
static java.lang.String RECORD_DEFINITION
An array of size two that contains the record category id and an array of the record definition attributes.
static java.lang.String RECORD_DEFINITION_ATTRIBUTES
The record attributes passed as part of document creation or update.
static java.lang.String REMOVE_NON_ALLOWED_CATEGORIES
Option to force removal of all non-allowed categories on copy/move/update.
static java.lang.String REQUEST_CREATED_COMPARISON_OPERATOR
Option for specifing the comparison operation on searches on RequestManager.
static java.lang.String REQUEST_DEFINITION_CONTENT_DEFINITION_NAME
Option to use for retrieving content definition from document definition of saved document definition of request target definition.
static java.lang.String REQUEST_DEFINITION_DOCUMENT_DEFINITION_NAME
Option to use for retrieving document definition from saved document definition of request target definition.
static java.lang.String REQUEST_DEFINITION_DOCUMENT_DESCRIPTION
Option to use for retrieving createDocument description from saved document definition request target definition.
static java.lang.String REQUEST_DEFINITION_DOCUMENT_NAME
Option to use for retrieving createDocument name from saved document definition of request target definition.
static java.lang.String REQUEST_JUSTIFICATION
Option for passing a justification to the request restore from Archive operation.
static java.lang.String RESOLVE_OBJECTS
A boolean option to specify whether the retreived object should be resolved or not.
static java.lang.String RESPECT_NULL_RESOURCE_LOCKS
"Respect Null resource locks" option for create, move, and copy operations.
static java.lang.String RESTORE_LOCATION
The location to which to restore an item in the Archive.
static java.lang.String RETURN_COUNT
The maximum number of items to be returned when the method can return multiple items.
static java.lang.String RETURN_FROM
The index of the first item to be returned when the method can return multiple items.
static java.lang.String RETURN_TIME
The maximum time, in milliseconds, allowed to wait for a search to complete.
static java.lang.String SEARCH_ARCHIVE_DELETED_RANGE
Option for a date range to restrict an archive search to files deleted during the specified date range.
static java.lang.String SEARCH_ARCHIVE_FOR_WORKSPACE
Option for a workspace name to restrict an archive search to files deleted from the specified workspace.
static java.lang.String SEARCH_PROPERTY_DISPLAY_NAME
The display name of a search property.
static java.lang.String SEARCH_PROPERTY_LOV
List of values if the search property is enumerated.
static java.lang.String SEARCH_PROPERTY_NAME
The name of a search property.
static java.lang.String SEARCH_PROPERTY_SEARCHABLE
Whether the search property is searchable or not.
static java.lang.String SEARCH_PROPERTY_SELECTABLE
Whether the search property is selectable or not.
static java.lang.String SEARCH_PROPERTY_SORTABLE
Whether the search property is sortable or not.
static java.lang.String SEARCH_PROPERTY_TYPE
The data type of a search property.
static java.lang.String SEARCH_RECORDS
Option for whether the search is a search for records instead of documents.
static java.lang.String SEARCH_RECORDS_CLASSNAME
Option for the record category classname for the type of records to search.
static java.lang.String SEARCH_RESULT_COUNT
Estimate of total number of search results.
static java.lang.String SEARCH_RESULTS
Array of items representing the search results.
static java.lang.String SEARCH_VERSION_HISTORY
Option for whether previous document versions should be included in the search.
static java.lang.String SECONDARY_SORT_ATTRIBUTE
The secondary FDK attribute on which to sort.
static java.lang.String SECONDARY_SORT_DIRECTION
The direction in which to sort the secondary FDK attribute.
static java.lang.String START_DATE
An option to specify the start date for situations where a time period can be requested.
static java.lang.String STARTING_INDEX
The index of the stored paging list where a requested page should start.
static java.lang.String SUBJECT
The subject of an e-mail message.
static java.lang.String TABLE_NAME
The tablename on which to store a sorting preference.
static java.lang.String UNIQUENAME
Conflict resolution option to specify create unique name.
static java.lang.String USE_DEFAULT_NAME
"Use default name" option for creating new items.
static java.lang.String USE_SAVED_DEFINITION
Option for createDocument to specify saved document definition (value should be set to ID of saved definition).
static java.lang.String USER_ATTRIBUTE_DISTINGUISHEDNAME
The Credential Manager user's distinguished name attribute.
static java.lang.String USER_ATTRIBUTE_REALM
The Credential Manager user's realm attribute.
static java.lang.String WORKFLOW_CONFIGURATION_DEFINITION
The String used to set workflow configurations on newly created workspaces.

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

Field Detail

BODY

public static final java.lang.String BODY
The body of an e-mail message.

Name: OPT.BODY

Data Type: String


CATEGORY_DEFINITION

public static final java.lang.String CATEGORY_DEFINITION
The category definition is used to set custom metadata on documents. For example:
 NamedValue[] catdef = new NamedValue[] {
   new NamedValue(Options.CATEGORY_ID, categoryID),
   new NamedValue(Options.CATEGORY_DEFINITION_ATTRIBUTES,
     new NamedValue[] {
        new NamedValue("CUSTOM_Attribute1", "Value One"),
        new NamedValue("CUSTOM_Attribute2", new Integer(15))
     }
   };
NamedValue[] docdef = new NamedValue[] { new NamedValue(Options.CATEGORY_DEFINITION, catdef), new NamedValue(Options.CATEGORY_DEFINITION, otherCatDef), Other DocumentDefinition attributes };

Name: OPT.CATEGORY_DEFINITION
Data Type: NamedValue[]


CATEGORY_DEFINITION_ATTRIBUTES

public static final java.lang.String CATEGORY_DEFINITION_ATTRIBUTES
The category attributes passed as part of document creation or update. This is set as an option as part of the CATEGORY_DEFINITION array.

Name: OPT.CATEGORY_DEFINITION_ATTRIBUTES
Data Type: NamedValue[]


CATEGORY_ID

public static final java.lang.String CATEGORY_ID
The category id used in the category definition option passed for enforced categorization. This is set as an option as part of the CATEGORY_DEFINITION array.

Name: OPT.CATEGORY_ID
Data Type: Long


CONTENTSTREAM

public static final java.lang.String CONTENTSTREAM
Content Stream option for passing an InputStream.

Name: OPT.CONTENTSTREAM
Data Type: java.io.InputStream


COPY_TARGET_NAME

public static final java.lang.String COPY_TARGET_NAME
Name of target, if copy is to be made upon recordization.

Name: OPT.COPY_TARGET_NAME
Data Type: String


DELETED_BY

public static final java.lang.String DELETED_BY
The user that deleted an item in the Archive.

Name: OPT.DELETED_BY

Data Type: Item (USER)


DELETED_DATE

public static final java.lang.String DELETED_DATE
The date on which an item in the Archive was deleted.

Name: OPT.DELETED_DATE

Data Type: java.util.Date


DESTFOLDER

public static final java.lang.String DESTFOLDER
Destination folder option for move, copy operations.

Name: OPT.DESTFOLDER
Data Type: Long


END_DATE

public static final java.lang.String END_DATE
An option to specify the end date for situations where a time period can be requested.

Name: OPT.END_DATE

Data Type: Boolean


EXTERNAL_RECORD_DEFINITION

public static final java.lang.String EXTERNAL_RECORD_DEFINITION
The external record definition is used in the record definition to allow external content being recordized.

Name: OPT.EXTERNAL_RECORD_DEFINITION
Data Type: NamedValue[]


FOLDER_RESTRICT_TO_DOMAIN

public static final java.lang.String FOLDER_RESTRICT_TO_DOMAIN
Option for whether the search should be folder restricted to the domain if no folder restriction is specified. Default is true, the search will be folder restricted to the domain if no folder restriction is specified.

Name: OPT.FOLDER_RESTRICT_TO_DOMAIN

Data Type: Boolean


FOLDER_RESTRICTION

public static final java.lang.String FOLDER_RESTRICTION
Option for specifying if a search should be restricted to the specified folder or folders. The options specified the id of the folder or an array of ids if multiple folders are specified.

Name: OPT.FOLDER_RESTRICTION

Data Type: Long or long[]


HAS_MANAGER

public static final java.lang.String HAS_MANAGER
An option describing groups that have the specified user as a manager.

Name: OPT.HAS_MANAGER
Data Type: Long


HAS_MEMBER

public static final java.lang.String HAS_MEMBER
An option describing groups that have the specified user as a member.

Name: OPT.HAS_MEMBER
Data Type: Long


LINK_TO_LATEST

public static final java.lang.String LINK_TO_LATEST
Option for createLink and updateLink to specify to link to latest version of a version-controlled document.

Name: OPT.LINK_TO_LATEST
Data Type: Boolean


MULTILEVEL_FOLDER_RESTRICTION

public static final java.lang.String MULTILEVEL_FOLDER_RESTRICTION
Option for whether a folder restricted search limits the search to just the specified folder (false), or the specfied folder and all sub-folders (true).

Name: OPT.MULTILEVEL_FOLDER_RESTRICTION

Data Type; Boolean


NEWVERSION

public static final java.lang.String NEWVERSION
Conflict resolution option to specify new version.

Name: OPT.NEWVERSION
Data Type: Boolean


ORIGINAL_LOCATION

public static final java.lang.String ORIGINAL_LOCATION
The original location of an item in the Archive.

Name: OPT.ORIGINAL_LOCATION

Data Type: Item (FOLDER)


OVERWRITE

public static final java.lang.String OVERWRITE
Conflict resolution option to specify overwrite.

Name: OPT.OVERWRITE
Data Type: Boolean


PAGE_SIZE

public static final java.lang.String PAGE_SIZE
The number of items to retrieve from the stored paging list.

Name: OPT.PAGE_SIZE
Data Type: Long[]


PAGING_LIST

public static final java.lang.String PAGING_LIST
The list of items to be stored in the FdkSession for paging purposes.

Name: OPT.PAGING_LIST
Data Type: Long[]


PRIMARY_SORT_ATTRIBUTE

public static final java.lang.String PRIMARY_SORT_ATTRIBUTE
The primary FDK attribute on which to sort. Values must be valid Strings in Attributes.java.

Name: OPT.PRIMARY_SORT_ATTRIBUTE
Data Type: String


PRIMARY_SORT_DIRECTION

public static final java.lang.String PRIMARY_SORT_DIRECTION
The direction in which to sort the primary FDK attribute.

Name: OPT.PRIMARY_SORT_DIRECTION
Data Type: String


RECORD_CATEGORY_ID

public static final java.lang.String RECORD_CATEGORY_ID
The record category id used in the record definition option passed for enforced recordization. This is set as an option as part of the RECORD_DEFINITION array.

Name: OPT.RECORD_CATEGORY_ID
Data Type: Long


RECORD_DEFINITION

public static final java.lang.String RECORD_DEFINITION
An array of size two that contains the record category id and an array of the record definition attributes. These are passed as part of document creation or update. This is also used by enforced recordization For example:
  
 NamedValue[] recordDefs = new NamedValue [] {
    new NamedValue(Options.RECORD_CATEGORY_ID,
      new Long(m_RecordCategory.getId())),
   m_RecordCategory is the record category being used for recordization
    new NamedValue(Options.RECORD_DEFINITION_ATTRIBUTES,
        new NamedValue[] {
          new NamedValue(Attributes.NAME, "Sample Record"),
          new NamedValue (Attributes.DESCRIPTION,
            "Sample record created through enforced recordization")
  where the above are attributes on the RecordCategory/i>
  })}; 
 
NamedValue[] docdef = new NamedValue[] { new NamedValue(Options.RECORD_DEFINITION, recordDefs)
Other DocumentDefinition attributes
};

Name: OPT.RECORD_DEFINITION
Data Type: NamedValue[]


RECORD_DEFINITION_ATTRIBUTES

public static final java.lang.String RECORD_DEFINITION_ATTRIBUTES
The record attributes passed as part of document creation or update. This is used by enforced recordization and is set as an option as part of the RECORD_DEFINITION array.

Name: OPT.RECORD_DEFINITION_ATTRIBUTES
Data Type: NamedValue[]


REMOVE_NON_ALLOWED_CATEGORIES

public static final java.lang.String REMOVE_NON_ALLOWED_CATEGORIES
Option to force removal of all non-allowed categories on copy/move/update. You can also use it on a createDocument operation if that operation would cause a new version to be created which might contain disallowed categories. You can combine this option with CATEGORY_DEFINITION to create new categories while removing disallowed ones.

Name: OPT.REMOVE_NON_ALLOWED_CATEGORIES

Data Type: Boolean


REQUEST_CREATED_COMPARISON_OPERATOR

public static final java.lang.String REQUEST_CREATED_COMPARISON_OPERATOR
Option for specifing the comparison operation on searches on RequestManager. Valid values: 0 - to specify searches before given date 1 - to specify searches after given date 2 - to specify searches on given date Defaults to searches after given date (1).

Name: OPT.REQUEST_CREATED_COMPARISON_OPERATOR

Data Type: Integer


REQUEST_DEFINITION_CONTENT_DEFINITION_NAME

public static final java.lang.String REQUEST_DEFINITION_CONTENT_DEFINITION_NAME
Option to use for retrieving content definition from document definition of saved document definition of request target definition.

Name: IFS.CONTENTSPECS.IFS.ContentObjectDefinition.Content
Data Type: String


REQUEST_DEFINITION_DOCUMENT_DEFINITION_NAME

public static final java.lang.String REQUEST_DEFINITION_DOCUMENT_DEFINITION_NAME
Option to use for retrieving document definition from saved document definition of request target definition.

Name: IFS.DEFINITIONS.IFS.DocumentDefinition.ContentObjectDef
Data Type: String


REQUEST_DEFINITION_DOCUMENT_DESCRIPTION

public static final java.lang.String REQUEST_DEFINITION_DOCUMENT_DESCRIPTION
Option to use for retrieving createDocument description from saved document definition request target definition.

Name: IFS.ATTRIBUTES.DESCRIPTION
Data Type: String


REQUEST_DEFINITION_DOCUMENT_NAME

public static final java.lang.String REQUEST_DEFINITION_DOCUMENT_NAME
Option to use for retrieving createDocument name from saved document definition of request target definition.

Name: IFS.ATTRIBUTES.NAME
Data Type: String


REQUEST_JUSTIFICATION

public static final java.lang.String REQUEST_JUSTIFICATION
Option for passing a justification to the request restore from Archive operation.

Name: OPT.REQUEST_JUSTIFICATION

Data Type: String


RESOLVE_OBJECTS

public static final java.lang.String RESOLVE_OBJECTS
A boolean option to specify whether the retreived object should be resolved or not.

Name: OPT.RESOLVE_OBJECTS

Data Type: Boolean


RESPECT_NULL_RESOURCE_LOCKS

public static final java.lang.String RESPECT_NULL_RESOURCE_LOCKS
"Respect Null resource locks" option for create, move, and copy operations.

Name: OPT.RESPECT_NULL_RESOURCE_LOCKS
Data Type: Boolean


RESTORE_LOCATION

public static final java.lang.String RESTORE_LOCATION
The location to which to restore an item in the Archive.

Name: OPT.RESTORE_LOCATION

Data Type: Item (USER)


RETURN_COUNT

public static final java.lang.String RETURN_COUNT
The maximum number of items to be returned when the method can return multiple items. This option can be used in conjunction with the RETURN_FROM option to obtain a subset of the result items.

Name: OPT.RETURN_COUNT
Data Type: Integer


RETURN_FROM

public static final java.lang.String RETURN_FROM
The index of the first item to be returned when the method can return multiple items. The index starts at 1 for the first result item. This option can be used in conjunction with the RETURN_COUNT option to obtain a subset of the result items.

Name: OPT.RETURN_FROM
Data Type: Integer


RETURN_TIME

public static final java.lang.String RETURN_TIME
The maximum time, in milliseconds, allowed to wait for a search to complete.

Name: OPT.RETURN_TIME
Data Type: Integer


SEARCH_ARCHIVE_DELETED_RANGE

public static final java.lang.String SEARCH_ARCHIVE_DELETED_RANGE
Option for a date range to restrict an archive search to files deleted during the specified date range. The date range is specified by an array of two dates, the begin date and the end date.

Name: OPT.SEARCH_ARCHIVE_DELETED_RANGE

Data Type: Date[2]


SEARCH_ARCHIVE_FOR_WORKSPACE

public static final java.lang.String SEARCH_ARCHIVE_FOR_WORKSPACE
Option for a workspace name to restrict an archive search to files deleted from the specified workspace.

Name: OPT.SEARCH_ARCHIVE_FOR_WORKSPACE

Data Type: String


SEARCH_PROPERTY_DISPLAY_NAME

public static final java.lang.String SEARCH_PROPERTY_DISPLAY_NAME
The display name of a search property. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_DISPLAY_NAME
Data Type: String

SEARCH_PROPERTY_LOV

public static final java.lang.String SEARCH_PROPERTY_LOV
List of values if the search property is enumerated. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_LOV
Data Type: NamedValue[]

SEARCH_PROPERTY_NAME

public static final java.lang.String SEARCH_PROPERTY_NAME
The name of a search property. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_NAME
Data Type: String

SEARCH_PROPERTY_SEARCHABLE

public static final java.lang.String SEARCH_PROPERTY_SEARCHABLE
Whether the search property is searchable or not. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_SEARCHABLE
Data Type: Boolean

SEARCH_PROPERTY_SELECTABLE

public static final java.lang.String SEARCH_PROPERTY_SELECTABLE
Whether the search property is selectable or not. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_SELECTABLE
Data Type: Boolean

SEARCH_PROPERTY_SORTABLE

public static final java.lang.String SEARCH_PROPERTY_SORTABLE
Whether the search property is sortable or not. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_SORTABLE
Data Type: Boolean

SEARCH_PROPERTY_TYPE

public static final java.lang.String SEARCH_PROPERTY_TYPE
The data type of a search property. The value is one of the contants FdkConstants.SEARCH_PROPERTY_TYPE_*. returned by SearchManager.getProperties()
Name: SEARCH_PROPERTY_TYPE
Data Type: String

SEARCH_RECORDS

public static final java.lang.String SEARCH_RECORDS
Option for whether the search is a search for records instead of documents.

Name: OPT.SEARCH_RECORDS

Data Type: Boolean


SEARCH_RECORDS_CLASSNAME

public static final java.lang.String SEARCH_RECORDS_CLASSNAME
Option for the record category classname for the type of records to search. May be null to search all record types.

Name: OPT.SEARCH_RECORDS_CLASSNAME

Data Type: String


SEARCH_RESULT_COUNT

public static final java.lang.String SEARCH_RESULT_COUNT
Estimate of total number of search results. returned by SearchManager.getProperties()
Name: SEARCH_RESULT_COUNT
Data Type: Integer

SEARCH_RESULTS

public static final java.lang.String SEARCH_RESULTS
Array of items representing the search results. returned by SearchManager.getProperties()
Name: SEARCH_RESULTS
Data Type: Item[]

SEARCH_VERSION_HISTORY

public static final java.lang.String SEARCH_VERSION_HISTORY
Option for whether previous document versions should be included in the search.

Name: OPT.SEARCH_VERSION_HISTORY

Data Type: Boolean


SECONDARY_SORT_ATTRIBUTE

public static final java.lang.String SECONDARY_SORT_ATTRIBUTE
The secondary FDK attribute on which to sort. Values must be valid Strings in Attributes.java.

Name: OPT.SECONDARY_SORT_ATTRIBUTE
Data Type: String


SECONDARY_SORT_DIRECTION

public static final java.lang.String SECONDARY_SORT_DIRECTION
The direction in which to sort the secondary FDK attribute.

Name: OPT.SECONDARY_SORT_DIRECTION
Data Type: String


START_DATE

public static final java.lang.String START_DATE
An option to specify the start date for situations where a time period can be requested.

Name: OPT.START_DATE

Data Type: Date


STARTING_INDEX

public static final java.lang.String STARTING_INDEX
The index of the stored paging list where a requested page should start.

Name: OPT.STARTING_INDEX
Data Type: Long[]


SUBJECT

public static final java.lang.String SUBJECT
The subject of an e-mail message.

Name: OPT.SUBJECT

Data Type: String


TABLE_NAME

public static final java.lang.String TABLE_NAME
The tablename on which to store a sorting preference. Tables that should have different preferences must specify unique tablenames.

Name: OPT.TABLE_NAME
Data Type: String


UNIQUENAME

public static final java.lang.String UNIQUENAME
Conflict resolution option to specify create unique name.

Name: OPT.UNIQUENAME
Data Type: Boolean


USE_DEFAULT_NAME

public static final java.lang.String USE_DEFAULT_NAME
"Use default name" option for creating new items.

Name: OPT.USE_DEFAULT_NAME
Data Type: Boolean


USE_SAVED_DEFINITION

public static final java.lang.String USE_SAVED_DEFINITION
Option for createDocument to specify saved document definition (value should be set to ID of saved definition).

Name: OPT.USE_SAVED_DEFINITION
Data Type: Long


USER_ATTRIBUTE_DISTINGUISHEDNAME

public static final java.lang.String USER_ATTRIBUTE_DISTINGUISHEDNAME
The Credential Manager user's distinguished name attribute. It can be passed as an option to be searched for.

Name: OPT.USER_ATTRIBUTE_DISTINGUISHEDNAME
Data Type: String


USER_ATTRIBUTE_REALM

public static final java.lang.String USER_ATTRIBUTE_REALM
The Credential Manager user's realm attribute. It can be passed in as an option to be searched for.

Name: OPT.USER_ATTRIBUTE_NAME
Data Type: String


WORKFLOW_CONFIGURATION_DEFINITION

public static final java.lang.String WORKFLOW_CONFIGURATION_DEFINITION
The String used to set workflow configurations on newly created workspaces.

Name: OPT.WORKFLOW_CONFIGURATION_DEFINITION
Data Type: NamedValue[]


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

B19047-01


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