COLLECTION_ADD_LINK COLLECTION_ADD_MOUNT

Folders Services 7-5 Optional Service Parameters ■ dCollectionOwner: The folder owner. If xForceFolderSecurity=TRUE, then the folder owner is the same as the parent folders owner. Otherwise, the default is the current user. This setting overrides the user set as the the collection owner. The owner can access and modify the folder despite other set security criteria. ■ dCollectionCreator: Overrides the user set as the folder creator. The default value is the current user. ■ dCollectionModifier: Overrides the user set as the last folder modifier. The default value is the current user. ■ ignoreMaxFolderLimit: Allows more subfolders to be added to the parent folder than the currently set maximum limit. The default value is false. ■ mark: Sets dCollectionMark for the folder. Folders with dCollectionMark set are not modifiable without CollectionReadOnlyMarkedFolders being set to false not the default case. These marked folders and their enableddisabled state can be viewed on the System Folder Configuration page. Contribution Folders and Trash are marked folders. ■ force: Creates a folder under the root folder dParentCollectionID=-1. The default value is false. ■ any system or custom metadata field: The given field and value will be set for the folder and used as default values for content and folders created within the folder. Example IdcService=COLLECTION_ADD hasParentCollectionID=true dCollectionName=Products dParentCollectionID=1 dCollectionOwner=bsmith

7.2.2 COLLECTION_ADD_LINK

Service that adds a shortcut to a folder or content within a Folders_g folder. The shortcut references the folder using either the folder ID, the actual path to the folder, or the folder GUID. The most likely errors are mismatched parameters or the folder does not exist. No returned data. Service Class: Service general service Location: IdcHomeDircomponentsfolders_gresourcesfolders_services.htm Additional Required Service Parameters ■ One of the following sets of parameters to identify destination parent folder for the created short cut: – tohasCollectionID: Boolean Specifies whether the todCollectionID parameter is used to identify the destination parent folder ID. todCollectionID: The folder ID that the shortcut references. – tohasCollectionPath: Boolean Specifies whether the todCollectionPath parameter is used to identify the path to the folder. todCollectionPath: The path to the folder that the shortcut references. 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