COLLECTION_DISPLAY Folders Services

Folders Services 7-13 Parameters to designate shortcuts to content items where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ contentselect{n}: Boolean Specifies whether to delete the shortcut. The value must be true to delete the shortcut. ■ fromContentisLink{n}: Boolean Specifies whether this is a content item or a shortcut. The value must be 1 to specify a shortcut. ■ fromContentdLinkID{n}: The link ID of the shortcut. ■ fromdDocName{n}: The content ID of the content item pointed to by the shortcut. Parameters to designate folders where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ collectionselect{n}: Boolean Specifies whether to delete the folder. The value must be true to delete the folder. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a folder or a shortcut. The value must be 0 to specify a folder. ■ fromdCollectionID{n}: The dCollectionID of the folder to delete. ■ fromhasCollectionID{n}: The value must be 1 to delete the folder. Parameters to designate shortcuts to folders where {n} designates an integer used to distinguish parameters particular to one item to delete from other items to delete: ■ collectionselect{n}: Boolean Specifies whether to delete the shortcut to the folder. The value must be true to delete the shortcut. ■ fromCollectionisLink{n}: Boolean Specifies whether this is a folder or a shortcut. The value must be 1 to specify a shortcut. ■ fromCollectiondLinkID{n}: The link ID of the shortcut to delete. ■ fromdCollectionID{n}: The dCollectionID of the folder pointed to by the shortcut. ■ fromhasCollectionID{n}: The value must be 1 to delete the shortcut to the folder. Example IdcService=COLLECTION_DELETE_LOT collectionselect=true fromCollectionisLink=0 fromdCollectionID=999999999999004955 fromhasCollectionID=1

7.2.17 COLLECTION_DISPLAY

Service that returns a list of the items contained in a Folders_g folder, including content items, folders and short cuts. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_interface_ service.htm 7-14 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management 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 collection 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 dCollectionIGUID parameter is used to identify the folder. dCollectionGUID: The collection GUID for the folder. Optional Service Parameters ■ CollectionDisplayResultSetSize: Limits the number of items returned in the COLLECTIONS and CONTENTS ResultSets and establishes the page size. ■ showCollections: Flag that signals the web UI presentation to display the COLLECTIONS ResultSet. This is effective when using CollectionDisplayResultSetSize and PageNumber. ■ showContent: Flag that signals the web UI presentation to display the CONTENTS ResultSet. This is effective when using CollectionDisplayResultSetSize and PageNumber. ■ PageNumber: Integer value 1 or greater displays the correct page size subset of data from the CONTENTS or COLLECTIONS ResultSets. Page size is set by CollectionDisplayResultSetSize. Results ■ Result Sets: contain a row with folder metadata for each folder item directly contained by the folder, including shortcuts to folders – CONTENTS – COLLECTIONS – METAMAPPING – COLUMNS – Fields – METADATA_OVERRIDE – PATH – metadata Example IdcService=COLLECTION_DISPLAY hasCollectionPath=true dCollectionPath=2fContent20Server20Folders2f Folders Services 7-15

7.2.18 COLLECTION_EDIT