COLLECTION_GET_LINKS COLLECTION_GET_META_MAPPING COLLECTION_GET_PROFILE_METADATA_DEFAULTS COLLECTION_GET_PROFILE_METADATA_REVISION_DEFAULTS COLLECTION_GET_REFERENCE

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

Service that retrieves information about the specified shortcut dLinkID to a content item or folder. The most likely errors are mismatched parameters or the item or folder does not exist. Service Class: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters ■ dLinkID: The link ID for a shortcut to a content item or folder. Optional Service Parameters ■ resultSetName: Sets the name of the returned ResultSet. The default value is LINKS. Results ■ Result Sets: – resultSetName the ResultSet containing shortcut information for a content item or a folder Folders Services 7-19

7.2.34 COLLECTION_GET_META_MAPPING

Service used to retrieve the WebDAV equivalent properties of the specified 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.35 COLLECTION_GET_PROFILE_METADATA_DEFAULTS

Service used to retrieve the Default Information Field Configuration for a specific user. 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.36 COLLECTION_GET_PROFILE_METADATA_REVISION_DEFAULTS

Service that retrieves the Revision Information Field Configuration values for a specific user. 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.37 COLLECTION_GET_REFERENCE

Service used to determine the existence of an item within the folder hierarchy, and if the item exists, whether it is a folder, content item, or a shortcut. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters One of the following parameter sets is required to identify the path. ■ hasCollectionPath: Boolean Specifies whether the dCollectionPath parameter is used to identify the parent folder. dCollectionPath: The path of the parent folder. ■ level0: The primary level of the parent folder. level1: The secondary level of the parent folder. level2: The content item within the folder. Optional Service Parameters ■ RevisionHistory: Boolean Specifies whether to include the REVISION_HISTORY result set if a content item is selected. The default value is false. Results ■ isCollection: Boolean Is true if the referenced path represents a folder. ■ isContent: Boolean Is true if the referenced path represents a content item. If both isCollection and isContent are false, then no item exists with the given path. 7-20 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ isLink: Boolean Is true if the referenced path represents a shortcut. If missing, the value is assumed false. ■ Result Sets: – REVISION_HISTORY only included if the RevisionHistory and isContent parameters are true Partial item information is returned for the referenced item in the binders local data Doc Info or Folder Info.

7.2.38 COLLECTION_GET_SEARCH_FORM