EDIT_DOCFORMAT EDIT_DOCTYPE EDIT_TRACE_OPTIONS GET_DATARESULTSET

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

Service that modifies an existing content item format. This service is called from the Configuration Manager applet. 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. ■ dDescription: The format description. Core Oracle Content Server Services 4-7 ■ dConversion: The conversion algorithm is determined by this parameter. 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. Example IdcService=EDIT_DOCFORMAT dFormat=applicationhcsf dDescription=hypercontent dConversion=PASSTHRU

4.2.13 EDIT_DOCTYPE

Service that modifies an existing content item type. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocType: The content item type. ■ dDescription: The type description. ■ dGif: The file name of the GIF image that is displayed as an icon to represent the type. Include the .gif extension. Example IdcService=EDIT_DOCTYPE dDocType=MY_TEST dDescription=edit testing dGif=admkt.gif

4.2.14 EDIT_TRACE_OPTIONS

Service that retrieves trace options on the System Audit Info page. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.2.15 GET_DATARESULTSET

This service executes a Select query against the database. The query is built from the dataSource parameter. The service returns the following information: ■ The result set containing the results of the query. ■ An indication if the results were truncated. If the dataSource was defined so it cannot exceed the maximum number of rows and if the query returns more than the maximum allowed, the copyAborted key is set to 1 true. This indicates that the returned result set only contains a subset of the query. Any query that tries to select against certain core Oracle Content Server tables have a security clause applied. In particular, Documents, Revisions, and Users tables have extra security clauses applied. Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-8 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dataSource: A Select query with a potential WHERE clause and ORDER BY clause that is provided by the caller. The dataSource is an Oracle Content Server resource, defined in the DataSources table see the resource.htm file for the standard list of dataSources. Optional Service Parameters ■ whereClause: The WHERE clause to the Select query. ■ orderClause: If set to true, orders the query by clause. ■ resultName: specifies the name to use for the result set of the query.

4.2.16 GET_DOCEXTENSIONS