DELETE_BATCH_FILE_TABLES EDIT_ARCHIVE EDIT_ARCHIVEDATA EDIT_EXPORTERS

6-10 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

6.2.9 DELETE_BATCH_FILE_DOCUMENTS

Service used during batch file editing. It is available when using the ArchiverGeneralView Batch FilesEdit dialog. Using this dialog, a user can delete selected entries in a batch file. When the user finishes editing and clicks OK, the changes are sent to the server. The delete actions performed during the dialog operation are handled by this service. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IDC_Name: The name of the collection. If you are using the default collection, this is the name of the Oracle Content Server instance. ■ aArchiveName: The archive name. ■ aBatchFile: The batch file subdirectory and HDA file name. ■ DeletedRows: A resultset which contains the items to delete. Example IdcService=DELETE_BATCH_FILE_DOCUMENTS IDC_Name=Master_on_server01 aArchiveName=archive_test aBatchFile=02-jan-16_16.53.02_2890216165302~1.hda

6.2.10 DELETE_BATCH_FILE_TABLES

Service similar to DELETE_BATCH_FILE_DOCUMENTS except it is used on exported table data. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IDC_Name: The name of the collection. If you are using the default collection, this is the name of the Oracle Content Server instance. ■ aArchiveName: The archive name.

6.2.11 EDIT_ARCHIVE

Service used to change the description of an archive after it has been created. To access the description, double click the archive in the archive list. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IDC_Name: The name of the collection. If you are using the default collection, this is the name of the Oracle Content Server instance. Example IdcService=EDIT_ARCHIVE IDC_Name=Master_on_server01 Archive Services 6-11

6.2.12 EDIT_ARCHIVEDATA

Service used to edit the data as specified in the EditItems parameter. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ EditItems: A comma-delimited list of keys that are used to define the archive. Any key used must also be specified as a parameter. For example, if EditItems=aValueMaps, then aValueMaps is a required parameter to this service. ■ KeyValue: Value for key in the EditItem parameter. ■ IDC_Name: The name of the collection. If you are using the default collection, this is the name of the Oracle Content Server instance. Example IdcService=EDIT_ARCHIVEDATA IDC_Name=Master_on_server01

6.2.13 EDIT_EXPORTERS

Service that edits the archive data for the specified archive. If specified, it registers or unregisters the archive. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ EditItems: The only values accepted are aIsAutomatedExport and aRegisteredExporters. By setting EditItems, these parameters are also required: – aIsAutomatedExport – aRegisteredExporters

6.2.14 EDIT_TRANSFEROPTIONS