ADD_DOC_ACCOUNT ADD_DOCEXTENSION ADD_DOCFORMAT ADD_DOCTYPE

Core Oracle Content Server Services 4-3 ■ DELETE_DOCFORMAT ■ DELETE_DOCTYPE ■ EDIT_DOCEXTENSION ■ EDIT_DOCFORMAT ■ EDIT_DOCTYPE ■ EDIT_TRACE_OPTIONS ■ GET_DATARESULTSET ■ GET_DOCEXTENSIONS ■ GET_DOCFORMATS ■ GET_DOCTYPES ■ GET_FILELIST ■ GET_METADEFS ■ GET_RESULT_OPTIONS ■ GET_SYSTEM_AUDIT_INFO ■ GET_TABLE ■ GET_USER_METADEFS ■ JAVA_PROPERTIES ■ LM_BUILD_WEB_STRING_FILES ■ LM_LOAD_LAYOUTS ■ LM_LOAD_LAYOUTS_SUB ■ LOAD_DOC_ENVIRONMENT ■ LOGIN ■ MERGE_TABLE ■ PING_SERVER ■ QUERY_DOC_ACCOUNTS ■ SOAP_FAULT

4.2.1 ADD_DOC_ACCOUNT

Service used to create a new account. The most likely error is an account name that is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocAccount: The security account for the content item. Example IdcService=ADD_DOC_COLLECTION dDocAccount=newaccount 4-4 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.2.2 ADD_DOCEXTENSION

Service that adds a file extension to an existing file. The most likely error is when a matching file with that extension already exists in the system. Additional Required Service Parameters ■ dExtension: The file extension such as hcsf, doc, txt. ■ dFormat: The formatting process used to create the web-viewable version of the content. For example, applicationhcsf or applicationdoc. Example IdcService=ADD_DOCEXTENSION dExtension=doc dFormat=applicationdoc

4.2.3 ADD_DOCFORMAT

Service that creates a new file format. The most likely error is when the file format already exists in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dFormat: The formatting process used to create the web-viewable version of the content. For example, applicationhcsf or applicationdoc. ■ dConversion: The conversion algorithm is determined by the parameter dConversion. If the conversion type is not Passthru or NoConversion default value and the content is not web-viewable or has a publish state, the content gets added to the queue to get converted. Otherwise, the server looks for the web-viewable if applicable and the vault file and updates the processing state to say that the file has already been converted. If the file mime-type is applicationFDF, the server sets the conversion to exchange-fdf. ■ dDescription: The file format description. Example IdcService=ADD_DOCFORMAT dFormat=applicationdoc dDescription=msword dConversion=PASSTHRU

4.2.4 ADD_DOCTYPE

Used to create a new content item type. The most likely error is when the content item type name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocType: The new content item Type. ■ dDescription: Description of the new type. Core Oracle Content Server Services 4-5 ■ dGif: The file name of the GIF image that is displayed as an icon to represent the new doc type. Include the .gif extension. Example IdcService=ADD_DOCTYPE dDocType=MYTEST dDescription=My Description. dGif=adeng.gif

4.2.5 APPLET_DOCINFO