COLLECTION_COPY_ALL COLLECTION_COPY_COLLECTION

Folders Services 7-7 Example IdcService=COLLECTION_BROWSE dCollectionID=+id+ hasCollectionID=true changeToUser=bsmith

7.2.5 COLLECTION_CHECKIN_NEW

Service that checks new content into a folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.6 COLLECTION_CHECKIN_REVISION

Service that checks in a revision to an existing folder. This service sends the checkin request to one of the following subservices, which are the same subservices called during checkin through the browser or Repository Manager application. These subservices are not called during a Batch Loader or Archive import. ■ COLLECTION_CHECKIN_SEL_SUB ■ CHECKIN_SEL_FORM ■ COLLECTION_SEARCH_CONTENT ■ CHECKOUT_BY_NAMENULL ■ COLLECTION_LOCKNULL ■ DELETE_REVNULL This service checks security to determine if the user has sufficient permission to check in the folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolderresourcesfolders_service.htm

7.2.7 COLLECTION_CHECKIN_SEL_SUB

Service that checks in a revision to an existing folder under certain conditions. Used when the folder exists on the system but no valid revision was specified or when the content item is checked out but not in a workflow. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.8 COLLECTION_COPY_ALL

Service that copies all content residing in the specified folder to the destination 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-8 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

7.2.9 COLLECTION_COPY_COLLECTION

Service that copies a specified Folders_g folder and places the copy into a different 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 Additional Required Service Paremeters One of the following sets of parameters to identify the destination parent folder for the copied folder: ■ tohasCollectionID: Boolean Specifies whether the todCollectionID parameter is used to identify the destination parent folder ID. todCollectionID: The destination parent folder ID. ■ tohasCollectionPath: Boolean Specifies whether the todCollectionPath parameter is used to identify the path to the destination parent folder. todCollectionPath: The path to the destination parent folder. ■ tohasCollection GUID: Boolean Specifies whether the todCollectionGUID parameter is used to identify the destination parent folder. todCollectionGUID: The destination parent folder GUID. One of the following sets of parameters to identify the source folder to be copied: ■ fromhasCollectionID: Boolean Specifies whether the fromdCollectionID parameter is used to identify the the source folder. fromdCollectionID: The source folder ID. ■ fromhasCollectionPath: Boolean Specifies whether the fromdCollectionPath parameter is used to identify the path to 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. ■ fromisLink: Boolean Specifies whether the fromdLinkID parameter is used to identify the source folder. fromdLinkID: The folder shortcut ID for the source folder ■ fromCollectionislink: Boolean Specifies whether the fromdCollectionLinkID parameter is used to identify the source folder. fromdCollectionLinkID: The collection shortcut ID for the source folder. Example IdcService=COLLECTION_COPY_COLLECTION tohasCollectionID=true todCollectionID=999999999999000633 fromhasCollectionID=true fromdCollectionID=999999999999000633 Folders Services 7-9

7.2.10 COLLECTION_COPY_ITEM