APPLET_DOCINFO CONFIG_INFO DELETE_DOC_ACCOUNT DELETE_DOCEXTENSION DELETE_DOCFORMAT DELETE_DOCTYPE EDIT_DOCEXTENSION

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

Service that retrieves content item information. The most likely error is when the content item no longer exists in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Example IdcService=APPLET_DOCINFO dID=47

4.2.6 CONFIG_INFO

Service that retrieves configuration information from the Admin Server. The service retrieves configuration information for the currently active component. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.2.7 DELETE_DOC_ACCOUNT

Service that deletes an existing account. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocAccount: The account name. Example IdcService=DELETE_DOC dDocAccount=mainaccount

4.2.8 DELETE_DOCEXTENSION

Service that deletes an existing file extension. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dExtension: The file extension, such as hcsf, doc, txt. Example IdcService=DELETE_DOCEXTENSION dExtension=hcsf 4-6 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.2.9 DELETE_DOCFORMAT

Service that deletes an existing document format. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dFormat: The name of the MIME format. For example, applicationhcsf or applicationdoc. Example IdcService=DELETE_DOCFORMAT dFormat=applicationhcsf

4.2.10 DELETE_DOCTYPE

Service that deletes an existing content item type. The most likely errors are when the specified file type does not exist or when a file of that type still exists in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocType: The content item type. Example IdcService=DELETE_DOCTYPE dDocType=TEST

4.2.11 EDIT_DOCEXTENSION

Service that modifies an existing file extension. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dExtension: The file extension such as doc, txt, or pdf. ■ dFormat: The formatting process used to create the web-viewable version of the content. For example, applicationhcsf or applicationdoc. Example IdcService=EDIT_DOCEXTENSION dExtension=hcsf dFormat=applicationhcsf

4.2.12 EDIT_DOCFORMAT