COLLECTION_SET_ARCHIVE COLLECTION_SET_USER_CONFIG COLLECTION_UNLOCK COLLECTION_UPDATE

Folders Services 7-29 ■ endsWith search: dCollectionName=trueopdCollectionName=endsWithcomparedCollectionName=12 ■ exact string match search: dCollectionName=trueopdCollectionName=equalscomparedCollectionName=A-EZ-9 ■ field not empty search: dDocTitle=trueopdDocTitle=hasAsSubstringcomparedDocTitle= ■ boolean field search: xBooleanTestField=trueopxBooleanTestField=equalscomparexBooleanTestField=1 ■ later than search: dCreateDatedateGE=2009-10-01 00:01:00 ■ earlier than search dCreateDatedateLE=2008-03-01 00:01:00

7.2.58 COLLECTION_SET_ARCHIVE

Service that takes the uploaded archive and applies it to the system. This service deletes any folders that are in conflict with the archive. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesolders_service.htm

7.2.59 COLLECTION_SET_USER_CONFIG

Service that sets the user configuration for the display and behavior of their folder structure. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.60 COLLECTION_UNLOCK

Service that undoes a checkout of a content item and makes it available for use. This service frees content after a COLLECTION_LOCK. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.61 COLLECTION_UPDATE

Service that modifies field data for a Folders_g folder. The most likely errors are mismatched parameters or the folder does not exist. No returned data. Service Class: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm 7-30 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters One of the following sets of parameters to identify the folder: ■ hasCollectionID: Boolean Specifies whether the dCollectionID parameter is used to identify the folder. dCollectionID: The folder ID. ■ hasCollectionPath: Boolean Specifies whether the dCollectionPath parameter is used to identify the folder. dCollectionPath: The path of the folder. ■ hasCollectionGUID: Boolean Specifies whether the dCollectionGUID parameter is used to identify the folder. dCollectionGUID: The GUID of the folder. Optional Service Parameters ■ dCollectionName: Collection ID for the folder. ■ dCollectionMark: ■ dCollectionEnabled: ■ dPromptForMetadata: ■ dCreateDate: Date the content item was created. ■ dInDate: Content release date. ■ dOutDate: Content expiration date. ■ dReleaseDate: Release state used to indicate the Web state of the revision. ■ dLastModifiedDate: Date of the last modification to the content item. ■ dDocName: Content ID for the content item. ■ dDocType: Content item type. ■ dDocTitle: Content item title. ■ dDocAuthor: Content iem author. ■ dRevLabel: Revision label for the content item. If set, the label is used to locate the specified revision. ■ dSecurityGroup: Security group such as Public or Secure. ■ dDocAccount: Account for the content item. Required only if accounts are enabled. ■ dCollectionOwner: Folder owner. ■ dCollectionCreator: Overrides the user set as the folder creator. The default value is the current user. ■ dCollectionModifier: Overrides the user set as the last folder modifier. The default value is the current user. ■ x?????: Any of the fields as defined in the ColMeta table, which must exactly match the custom metadata fields in DocMeta. Folders Services 7-31 Example IdcService=COLLECTION_UPDATE dCollectionName=Products dParentCollectionID=1 dCollectionOwner=bsmith

7.2.62 COLLECTION_UPDATE_ADMIN_CONFIG