COLLECTION_MOVE_COLLECTION Folders Services

Folders Services 7-23

7.2.46 COLLECTION_MOVE_COLLECTION

Service that moves a folder into a different Folders_g folder. Compare COLLECTION_ MOVE_ALL. The most likely errors are mismatched parameters or the folder does not exist. No returned data. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters One of the following sets of parameters to identify the folder to move: ■ fromhasCollectionID: Boolean Specifies that the fromdCollectionID parameter is used to identify the source folder. fromdCollectionID: The source folder ID. ■ fromhasCollectionPath: Boolean Specifies whether the fromdCollectionPath parameter is used to identify the source folder. fromdCollectionPath: The path to the source folder. ■ fromhasCollectionGUID: Boolean Specifies whether the fromdCollectionGUID parameter is used to identify the source folder. fromdCollectionGUID: The source folder GUID. One of the following sets of parameters to identify the destination parent folder: ■ tohasCollectionID: Boolean Specifies whether the todCollectionID parameter is used to identify the destination parent folder. todCollectionID: The ID for the destination parent folder. ■ tohasCollectionPath: Boolean Specifies whether the todCollectionPath parameter is used to identify the destination parent folder. todCollectionPath: The path to the destination parent folder. ■ tohasCollectionGUID: Boolean Specifies whether the todCollectionGUID parameter is used to identify the destination parent folder. todCollectionGUID: The GUID for the destination parent folder. ■ tolevel0: Specifies the base value in the path for the destination parent folder for example, Contribution Folders. tolevel1: Specifies the next level value in the path for the destination parent folder for example, t4. tolevel2: Specifies the next level value in the path for the destination parent folder for example, 1. Example IdcService=COLLECTION_MOVE_COLLECTION fromhasCollectionID=true fromdCollectionID=257 tohasCollectionID=true 7-24 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management todCollectionID=218

7.2.47 COLLECTION_MOVE_ITEM