COLLECTION_BROWSE COLLECTION_CHECKIN_NEW COLLECTION_CHECKIN_REVISION COLLECTION_CHECKIN_SEL_SUB

7-6 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management – tohasCollectionGUID: Boolean Specifies whether the todCollectionGUID parameter is used to identify the folder. todCollectionGUID: The GUID for the folder that the shortcut references. ■ dLinkName: The name of the shortcut being created. ■ dLinkType: The type of shortcut being created. Must be either COLLECTION or CONTENT. – If COLLECTION is specified, then hasdCollectionID must be specified. hasdCollectionID: Boolean Specifies whether the folder is referenced using a Collection ID. dCollectionID: The folder ID of the parent folder referenced by the shortcut. – If CONTENT is specified, then dRevClassID must be specified. dRevClassID: The revision class ID for the content item to which the shortcut points. Example IdcService=COLLECTION_ADD_LINK tohasCollectionID=true todCollectionID=999999999999000633 dLinkName=Shortcut dLinkType=COLLECTION hasdCollectionID=true dCollectionID=999999999999004533

7.2.3 COLLECTION_ADD_MOUNT

Service that maps a folder to a local file system. Whenever the folder changes, the mapped directory is updated. There is no security on this directory. The most likely errors are mismatched parameters or the folder does not exist. Service Class: SearchService Location: IdcHomeDircomponentsFoldersresourcesfolders_mounted_service.htm

7.2.4 COLLECTION_BROWSE

Service that loads the defined folder metadata and the folder path. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_interface_ service.htm Additional Required Service Parameters ■ dCollectionID: The folder ID of the parent folder referenced by the shortcut for example, =+id+. ■ hasCollectionID: Boolean Specifies whether the folder has an assigned collection ID. ■ changeToUser: Reassigns the folder to a different user. 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