ASSIGN_DOCINFO_FORM CACHE_CHECKIN_NEW CACHE_CHECKIN_SEL CACHE_SUBMIT_HTML_FORM CACHE_WORKFLOW_CHECKIN CHECKIN_ARCHIVE_NO_NOTIFY

Core Oracle Content Server Services 4-17 ■ UPDATE_DOCINFO_SUB ■ UPDATE_SUBSCRIPTION_NOTIFY ■ UPDATE_SUBSCRIPTION_TYPE ■ UPDATE_SUBSCRIPTION_USED ■ UPDATE_METADATA ■ VALIDATE_DOCINFO ■ WORK_IN_PROGRESS

4.3.1 ASSIGN_DOCINFO_FORM

Service that retrieves the DOCINFO_FORM and assigns it to content. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.2 CACHE_CHECKIN_NEW

Service used with preview. When a user performs a preview during a checkin the information is cached on the server side. This service is modeled after the non-cache version and uses the same parameters as CHECKIN_NEW. To disallow the check in of empty files, set the following: ValidatePrimaryFileNotEmpty=1 Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.3 CACHE_CHECKIN_SEL

Service used with preview. When a user performs a preview during a checkin the information is cached on the server side. This service is modeled after the non-cache version and uses the same parameters as CHECKIN_SEL. To disallow the check in of empty files, set the following: ValidatePrimaryFileNotEmpty=1 Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.4 CACHE_SUBMIT_HTML_FORM

Service used with preview. When a user performs a preview during a checkin the information is cached on the server side. This service is modeled after the non-cache version and uses the same parameters as SUBMIT_HTML_FORM. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.5 CACHE_WORKFLOW_CHECKIN

Service used with preview. When a user performs a preview during a checkin the information is cached on the server side. This service is modeled after the non-cache version and uses the same parameters as WORKFLOW_CHECKIN. To have the service return an error if the content item file is empty, use the configuration setting: ValidatePrimaryFileNotEmpty=1. Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-18 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.6 CHECKIN_ARCHIVE_NO_NOTIFY

A general checkin service used by client applications. It is generally used when the client application knows it will be checking in a large number of files and it does not want the indexer to be initiated by the check-in activity. NO_NOTIFY indicates that this service does not notify the Oracle Content Server subjects that are normally notified during a checkin. This service suppresses the Released Documents subject, which starts the indexer. The user of this service should notify the indexer subject to proceed to do work by calling the NOTIFY_INDEXER service. This service is not used by the archiver. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters For additional parameters, see CHECKIN_ARCHIVE . Optional Service Parameters For additional parameters, see CHECKIN_ARCHIVE . Example IdcService=CHECKIN_ARCHIVE_NO_NOTIFY Action=insert dDocAuthor=user1 dDocName=test dDocTitle=new content dSecurityGroup=Public primaryFile=c:test.txt doFileCopy=true

4.3.7 CHECKIN_BYNAME