COLLECTION_NEW COLLECTION_PROFILE_GET_COLUMNS COLLECTION_PROFILE_UPDATE_COLUMNS COLLECTION_REBUILD_MOUNT COLLECTION_REMOVE_MOUNT

7-26 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Parameters required to designate folders. {n} designates an integer used to distinguish parameters particular to one item to move from other items to move. ■ collectionselect{n}: Boolean Specifies whether to move the folder. To move the shortcut, the value must be true. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a folder and not a shortcut. If this is a folder, the value must be 0. ■ fromdCollectionID{n}: The dCollectionID of the folder to move. ■ fromhasCollectionID{n}: To move the folder, the value must be 1. Parameters required to designate shortcuts to folders. {n} designates an integer used to distinguish parameters particular to one item to move from other items to move. ■ collectionselect{n}: Boolean Specifies whether to move the shortcut. To move the shortcut, the value must be true. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a shortcut and not a folder. If this is a shortcut, the value must be 1. ■ fromdCollectiondLinkID{n}: = The link ID of the shortcut to move. ■ fromdCollectionID{n}: The dCollectionID of the folder pointed to by the shortcut. ■ fromhasCollectionID{n}: To move the folder shortcut, the value must be 1. Example IdcService=COLLECTION_MOVE_LOT tohasCollectionID=true docCollectionID=999999999999000633 contentselect1=true fromContentisLink1=0 fromdDocName1=PHL11GX010033

7.2.49 COLLECTION_NEW

Service used to create a new folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Required Service Parameters ■ hasParentCollectionID: Boolean Specifies whether the folder being added as a parent folder. If set to true, dParentCollectionID must be defined. ■ dParentCollectionID: Boolean Specifies whether the folder ID for the parent folder. Used when hasParentCollectionID is set to true. ■ dCollectionInherit: Boolean Specifies whether to inherit folder metadata. Example IdcService=COLLECTION_NEW hasParentCollectionID=true dParentCollectionID=1 dCollectionInherit=0 Folders Services 7-27

7.2.50 COLLECTION_PROFILE_GET_COLUMNS

Service that return user hierarchy column information and metadata field information. There are no parameters. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Returned Data ■ Result Sets: – COLUMNS User-specific column set. If the requesting user has not selected columns, the default columns returned are: – dFileSize – dDocType – dDocAuthor – dSecurityGroup – metadata information about system and custom metadata fields

7.2.51 COLLECTION_PROFILE_UPDATE_COLUMNS

Service that updates user hierarchy columns. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Doc Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.52 COLLECTION_REBUILD_MOUNT

Service that rewrites the files of the specified local folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_mounted_ service.htm

7.2.53 COLLECTION_REMOVE_MOUNT

Service that removes the specified local folder. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_mounted_ service.htm

7.2.54 COLLECTION_RESTORE_COLLECTION