COLLECTION_DELETE COLLECTION_DELETE_ALL COLLECTION_DELETE_COLLECTION COLLECTION_DELETE_ITEM

Folders Services 7-11 Parameters to designate shortcuts to folders where {n} designates an integer used to distinguish parameters particular to one item to copy from other items to copy: ■ collectionselect{n}: Boolean Specifies whether to copy the shortcut to the folder. The value must be true to copy the shortcut. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a folder or a shortcut. The value must be 1 to specify a shortcut. ■ fromCollectiondLinkID{n}: The link ID of the shortcut to be copied. ■ fromdCollectionID{n}: The dCollectionID of the folder pointed to by the shortcut. ■ fromhasCollectionID{n}: The value must be 1 to copy the shortcut to the folder. Example IdcService=COLLECTION_COPY_LOT tohasdCollectionID=true todCollectionID=999999999999000633 contentselect=true fromContentisLink=0 fromdDocName=PHL11GX010033

7.2.12 COLLECTION_DELETE

Service that deletes Folders_g folders. If Trash is enabled, the folder is moved to Trash and not directly deleted. The most likely errors are mismatched parameters or the folder does not exist. No returned data. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters One of the following parameter sets is required to identify the folder. ■ hasCollectionID: Boolean Specifies that the dCollectionID parameter is used to identify the folder. dCollectionID: The folder ID of the folder to delete. ■ hasCollectionPath: Boolean Specifies that the dCollectionPath parameter is used to identify the folder. dCollectionPath: The path of the folder to delete. ■ hasCollectionGUID: Boolean Specifies that the dCollectionGUID parameter is used to identify the folder. dCollectionGUID: The GUID of the folder to delete. Example IdcService=COLLECTION_DELETE hasCollectionPath=true dCollectionPath=Contribution Foldersdepthr 7-12 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

7.2.13 COLLECTION_DELETE_ALL

Service that deletes all content residing in a Folders_g folder. 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.14 COLLECTION_DELETE_COLLECTION

Service that deletes a specified Folders_g folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.15 COLLECTION_DELETE_ITEM

Service that deletes a single content item in a Folders_g folder. If Trash is enabled, the item is moved to the Trash folder and not directly deleted. The most likely errors are mismatched parameters or the folder does not exist. No returned data. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters ■ dDocName: The content ID of the content item to be deleted. Example IdcService=COLLECTION_DELETE_ITEM dDocName=000660

7.2.16 COLLECTION_DELETE_LOT