COLLECTION_RESTORE_COLLECTION COLLECTION_RESTORE_ITEM COLLECTION_SEARCH_CONTENT COLLECTION_SEARCH_RESULTS

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

Service that restores a folder that is currently in the Trash folder to its original location. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm 7-28 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

7.2.55 COLLECTION_RESTORE_ITEM

Service that restores an item that is currently in the Trash folder to its original location. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.56 COLLECTION_SEARCH_CONTENT

Service that retrieves all content that matches all of the metadata that is passed in for a content item. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm

7.2.57 COLLECTION_SEARCH_RESULTS

Service that displays the search results of a search for Folders_g folders that match search criteria. Fields used for the search operands are those in the COLMETA and COLLECTIONS table. The most likely errors are mismatched parameters or the folder does not exist. Service Class: Search Service Location: IdcHomeDircomponentsfolders_gresourcesfolders_service.htm Additional Optional Service Parameters ■ ResultCount: Limits the number of items returned in the SearchResuls result set. The default is 25. ■ SortField: Field used as a sort key. The default is dCollectionName. ■ SortOrder: The sort direction. The default is ASC ascending. ■ fieldname: Name of the field to be used as part of a string search condition. Example: dSecurityGroup=true ■ opfieldname: Operator, relative to the name field, to be used in a string search condition. Example: opdSecurityGroup=hasAsSubstring ■ comparefieldname: Value to be use in a string search condition, relative to named field. Example: comparedSecurityGroup=public ■ fieldnameLE or fieldnameGE: Field and value to be used in a date search condition. Example: dCreateDatedateLE=2008-03-01 00:01:00 Results ■ Result Sets: – SearchResults list of folders, with metadata, matching the search conditions Examples ■ startsWith search: dCollectionName=trueopdCollectionName=beginsWithcomparedCollectionName=a Folders Services 7-29 ■ endsWith search: dCollectionName=trueopdCollectionName=endsWithcomparedCollectionName=12 ■ exact string match search: dCollectionName=trueopdCollectionName=equalscomparedCollectionName=A-EZ-9 ■ field not empty search: dDocTitle=trueopdDocTitle=hasAsSubstringcomparedDocTitle= ■ boolean field search: xBooleanTestField=trueopxBooleanTestField=equalscomparexBooleanTestField=1 ■ later than search: dCreateDatedateGE=2009-10-01 00:01:00 ■ earlier than search dCreateDatedateLE=2008-03-01 00:01:00

7.2.58 COLLECTION_SET_ARCHIVE