COLLECTION_GET_CONTENT_FILE COLLECTION_GET_CONTENTS COLLECTION_GET_FILE COLLECTION_GET_INFO

Folders Services 7-17

7.2.29 COLLECTION_GET_CONTENT_FILE

Service that downloads the first content item of the specified Folders_g collection that matches the metadata of the item passed in excluding revisions. The most likely errors are mismatched parameters or the folder does not exist. Service Class: File Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.30 COLLECTION_GET_CONTENTS

Service that retrieves information for the content items contained directly in the 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 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. ■ hasCollectionPath: Boolean Specifies that the dCollectionPath parameter is used to identify the folder. dCollectionPath: The path of the folder. ■ hasCollectionGUID: Boolean Specifies that the dCollectionGUID parameter is used to identify the folder. dCollectionGUID: The GUID of the folder. Results ■ Result Sets: – CONTENTS contains a row with content metadata for each content item contained in the folder Example IdcService=COLLECTION_GET_CONTENTS hasCollectionID=true dCollectionID=999999999999000633

7.2.31 COLLECTION_GET_FILE

Service that determines the type of item specified and then downloads its content. The item may or may not be a content item. The most likely errors are mismatched parameters or the Folders_g folder does not exist. Service Class: File Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm 7-18 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

7.2.32 COLLECTION_GET_INFO

Service that retrieves Folders_g folder information for the local folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search 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 whether the dCollectionID parameter is used to identify the folder. dCollectionID: The folder ID of the folder. ■ hasCollectionPath: Boolean Specifies whether the dCollectionPath parameter is used to identify the folder. dCollectionPath: The path of the folder. ■ hasCollectionGUID: Boolean Specifies that the dCollectionGUID parameter is used to identify the folder. dCollectionGUID: The GUID of the folder. Results ■ Result Sets: – PATH contains a row with folder metadata for each folder in the folders path Example IdcService=COLLECTION_GET_INFO hasCollectionID=true dCollectionID=999999999999000633

7.2.33 COLLECTION_GET_LINKS