DEL_METADEF EDIT_METADEF GET_ADVANCED_SEARCH_OPTIONS GET_DOC_METADATA_INFO

4-100 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dName: Internal name of the field. ■ dCaption: User-visible caption used to label the field in the Oracle Content Server pages. ■ dIsRequired: Prevents files from being checked in if the field does not contain a value. Values are 1 required or 0 not required. Default is 0. ■ dIsEnabled: Enables the field to be displayed on user interface pages. Values are 1 enabled or 0 disabled. Default is 1. ■ dIsSearchable: Enables the field to be indexed and searchable. Values are 1 searchable or 0 not searchable. Default is 1. ■ dIsOptionList: Allows the use of a user-selectable option list on Oracle Content Server pages. Values are 1 enabled or 0 disabled. Default is 0. If 1 is used then dOptionListKey is also required. ■ dOptionListKey: Name of the option list to be used. ■ dOptionListType: Specifies the type of option list to be used. Values can be choice Select List Validated, chunval Select List Not Validated, combo Edit and Select List, multi2 Multiselect List or multi Edit and Multiselect List. ■ dType: The type of field. Values can be Text Text, BigText Long Text, Int Integer, Date Date, Memo Memo. Default: Text. ■ dOrder: Sequence in which the field is displayed on Oracle Content Server pages. The default value is the highest current value of any existing field, plus one. ■ dDefaultValue: Default value for the metadata field being created. Example IdcService=ADD_METADEF dIsRequired=0 dOptionListKey=Web_SectionList dOptionListType=choice dIsOptionList=1 dOrder=5 dName=xWeb_Section dIsSearchable=1 dIsEnabled=1 dType=Text FieldName=Web_Section dCaption=Web Section

4.8.2 DEL_METADEF

Service that deletes an existing custom metadata field. You cannot delete the standard metadata fields such as dDocName, dSecurityGroup, and so forth. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dName: The metadata field name, including the x prefix. Example IdcService=DEL_METADEF dName=xCustomField Core Oracle Content Server Services 4-101

4.8.3 EDIT_METADEF

Service that modifies an existing custom metadata field. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dName: The metadata field name, including the x prefix. For example, xDepartment. ■ dCaption: The metadata field caption. ■ dType: The metadata field type, such as Text, BigText, Memo, Date, or Integer. ■ dOrder: The display order. ■ dIsRequired: 1 true: The field is required. 0 false: The field is optional. ■ dIsEnabled: 1 true: The field is enabled on the user interface. 0 false: The field is disabled on the user interface. ■ dIsSearchable: 1 true: The field is searchable. 0 false: The field is not searchable. ■ dDefaultValue: The default value for the metadata field. ■ dIsOptionList: 1 true: The field has an option list. 0 false: The field does not have an option list. ■ dOptionListKey: The option list key. ■ dOptionListType: The option list type. Example IdcService=EDIT_METADEF dName=xDepartment dType=BigText dIsRequired=1 dIsEnabled=1 dIsSearchable=1 dCaption=Caption_Changed dIsOptionList=1 dDefaultValue=two dOptionListKey=xDepartmen_fieldList dOptionListType=chunval dOrder=4

4.8.4 GET_ADVANCED_SEARCH_OPTIONS

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.8.5 GET_DOC_METADATA_INFO

Service that returns a list of custom metadata fields from the DocMetaDefinition table, and a listing of information for the available DocTypes as result sets. Also returns two option lists of available values for SecurityGroups and Accounts filtered to show only those the user can access. Used with SOAP retrievals and other remote applications. Access Level: Read, Global, Scriptable 49 Location: IdcHomeDirresourcescoretemplatesstd_services.htm 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