REMOVE_METAFILE_SUB REPLACE_METAFILE_SUB RESUBMIT_FOR_CONVERSION REV_HISTORY

Core Oracle Content Server Services 4-59 ■ Response Template: UPDATE_DOC_INFO update_docinfo.htm Example IdcService=GET_UPDATE_FORM dID=59

4.3.51 NOTIFY_INDEXER

Service used to notify the indexer that work is to be done. This service is not used because normally a checkin notifies the indexer or because the indexer has its own timer, which checks for work to do every five minutes. This service should only be used if a NO_NOTIFY checkin has been performed and the client application does not want to wait for the normal indexing cycle. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.52 ODMA_DOC_INFO_SIMPLE

Service used by the ODMA client application to retrieve the content information for the specified content item. This service is currently not in use. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The unique ID for the item revision.

4.3.53 PACKAGE_ENVIRONMENT

Service that creates a packaged zip file containing Oracle Content Server environment files. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.54 REMOVE_METAFILE_SUB

Subservice called to alter document meta information. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.55 REPLACE_METAFILE_SUB

Subservice called to replace document meta information. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.56 RESUBMIT_FOR_CONVERSION

Service that resubmits a content item for conversion when it fails the initial conversion attempt. The most likely errors are when the content item no longer exists in the system or when the user does not have the security level to perform this action. This service can resubmit successful conversions and failed ones. Access Level: Write 2 4-60 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Queries Executed: QdocInfo, QlatestID, Qdocuments Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Optional Service Parameters ■ RedirectUrl: URL used for the redirected service. ■ AlwaysResubmit: When set to 1 true, allows the service to be used on items that were successfully converted. Otherwise the service only operates on failed conversions. Results ■ Local Data: – dConversion – dCurRevID – dDocID – dExtension – dFileSize – dFormat – dID – dOriginalName – dProcessingState – dPublishState – dRawDocID – dReleaseState – dRevClassID – dStatus – dWorkflowState – IsNotLatestRev – isStatusChanged – prevReleaseState – RedirectParams – VaultfilePath – WebfilePath – wfAction ■ Response Template: – REDIRECT_TEMPLATE redirect_template.htm – Default redirect service: DOC_INFO Core Oracle Content Server Services 4-61 Used By ■ Applets: Repository Manager ■ Resource Includes: – classic_info_page_content – docinfo_resubmit_option – std_docinfo_error_msg Example IdcService=RESUBMIT_FOR_CONVERSION dID=62

4.3.57 REV_HISTORY

Service that returns the revision history for a content item revision. Access Level: Read, Scriptable 33 Queries Executed: QdocInfo, QrevHistoryReleased Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Results ■ Result Sets: – DOC_INFO All fields from Revisions and DocMeta for the specified revision – REVISIONS Rows listing all the items released revisions containing the fields: dDocAccount, dDocName, dDocType, dFormat, dID, dInDate, dProcessingState, dReleaseState, dRevLabel, dRevisionID, dSecurityGroup, dStatus, dWebExtension ■ Local Data: dID ■ Response Template: REV_HISTORY rev_history.htm Used By ■ Resource Includes: – classic_search_result_item_revision – searchapi_result_table_content_end Example IdcService=REV_HISTORY dID=62

4.3.58 SELECTDOC