COLLECTION_DELETE_LOT Folders Services

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

Service that deletes a set of items including content items, folders, shortcuts to content items, and shortcuts to folders. If Trash is enabled, the items are 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: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters Parameters to designate content items where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ contentselect{n}: Boolean Specifies whether to delete the content item. The value must be true to copy the content item. ■ fromContentisLink{n}: Boolean Specifies whether this is a content item or a shortcut. The value must be 0 to specify a content item. ■ fromdDocName{n}: The content ID of the content item to delete. Folders Services 7-13 Parameters to designate shortcuts to content items where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ contentselect{n}: Boolean Specifies whether to delete the shortcut. The value must be true to delete the shortcut. ■ fromContentisLink{n}: Boolean Specifies whether this is a content item or a shortcut. The value must be 1 to specify a shortcut. ■ fromContentdLinkID{n}: The link ID of the shortcut. ■ fromdDocName{n}: The content ID of the content item pointed to by the shortcut. Parameters to designate folders where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ collectionselect{n}: Boolean Specifies whether to delete the folder. The value must be true to delete the folder. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a folder or a shortcut. The value must be 0 to specify a folder. ■ fromdCollectionID{n}: The dCollectionID of the folder to delete. ■ fromhasCollectionID{n}: The value must be 1 to delete the folder. Parameters to designate shortcuts to folders where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ collectionselect{n}: Boolean Specifies whether to delete the shortcut to the folder. The value must be true to delete 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 delete. ■ fromdCollectionID{n}: The dCollectionID of the folder pointed to by the shortcut. ■ fromhasCollectionID{n}: The value must be 1 to delete the shortcut to the folder. Example IdcService=COLLECTION_DELETE_LOT collectionselect=true fromCollectionisLink=0 fromdCollectionID=999999999999004955 fromhasCollectionID=1

7.2.17 COLLECTION_DISPLAY