GET_OPTION_LIST GET_USER_METADATA_INFO MOVE_METADEF UPDATE_ADVANCED_SEARCH_OPTIONS UPDATE_USER_META UPDATE_USER_META_TABLE

4-102 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Results ■ Result Sets: – DocMetaDefinition All rows and fields from DocMetaDefiniton database table. – Doctypes All rows and fields from DocTypes database table. ■ Option Lists: – SecurityGroups Option list of security groups filtered based upon users privileges – Accounts Option list of Accounts filtered based upon users privileges. ■ Local Data: – isAutoNumber – useAccounts Used By ■ Other: SoapCustom:Wsdl:MetaData:Services

4.8.6 GET_OPTION_LIST

Service that returns a table of all option lists. Returns the common key value, option value, and order for each option list. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.8.7 GET_USER_METADATA_INFO

Service that returns metadata information for users. Used with SOAP retrievals. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.8.8 MOVE_METADEF

Service used by the Configuration Manager to move a metadata field up or down in the list. Moving the metadata in the list changes the default order in which it is displayed on the Checkin, Update, Info, and Search pages. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dName: Name of the metadata field to move. Optional Service Parameters ■ isMoveUp: Default is false.Set to true to move the field up, not down.

4.8.9 UPDATE_ADVANCED_SEARCH_OPTIONS

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.8.10 UPDATE_USER_META

Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-103

4.8.11 UPDATE_USER_META_TABLE

Service that updates the user information fields in the database. This service alters the database by adding, altering, and deleting columns. ■ By default, fields will only be added or changed, not deleted. To delete a user information field, it must be specifically mentioned in the optional parameter MetaFieldsToDelete. ■ This service is run when you add or delete user information fields in the User Admin applet and click the Update Database Design button. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Optional Service Parameters ■ MetaFieldsToDelete: Specifies a comma-delimited list of the database columns to delete. Example ■ IdcCommand command file format: IdcService=UPDATE_USER_META_TABLE ■ HDA format deletes two fields from the database: Properties LocalData IdcService=UPDATE_USER_META_TABLE MetaFieldsToDelete=xUserLocation,xDivision end

4.8.12 UPDATE_META_TABLE