CHECKOUT_SUB CONTINUE_CHECKIN CONTINUE_SUBMIT_HTML_FORM CREATE_SUBSCRIPTION_TYPE

4-42 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.21 CHECKOUT_SUB

Subservice that checks out a content item revision. Requires that the binder contain a result set named DOC_INFO that contains the results of QdocInfo or equivalent for the most recent version of a content item. Access Level: Subservice NA Queries Executed: QworkflowDocInfo ■ IdocHistory ■ UcheckoutRevision Location: IdcHomeDirresourcescoretemplatesstd_services.htm Results ■ Local Data: – CurRevCheckoutUser – dAction – dActionDate – dActionMillis – dCheckoutUser – dClbraName – dIsCheckedOut – hasUserAccessChanged – isCurRevEmpty – isFinished – IsNotLatestRev – prevReleaseState – wfAction Used By ■ Services: – CHECKOUT – CHECKOUT_BY_NAME – FORM_PROCESS indirectly through the processForm method

4.3.22 CONTINUE_CHECKIN

Service that completes a checkin that was started with the CACHE_CHECKIN_NEW or CACHE_CHECKIN_SEL service. After a preview has been performed and the check-in data is cached the user can decide to finish or continue the checkin using this service. The cached data must be provided to this service to perform a successful checkin. Filters are provided to customize the cache and check-in behavior. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-43 Additional Required Service Parameters ■ dDocName: The Content ID for the content item.

4.3.23 CONTINUE_SUBMIT_HTML_FORM

Service that completes a checkin that was started with the CACHE_SUBMIT_HTML_ FORM service. After a preview has been performed and the check-in data is cached the user can decide to finish or continue the checkin using this service. The cached data must be provided to this service to perform a successful checkin. Filters are provided to customize the cache and check-in behavior. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item.

4.3.24 CREATE_SUBSCRIPTION_TYPE

Service that creates a new subscription type. The most likely error is when the subscription type name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ scpType: The subscription type. ■ scpDescription: The subscription description. ■ scpEnabled: 1 true: Subscription notifications are enabled. 0 false: Subscription notifications are disabled. ■ scpFields: The metadata fields that define the subscription criteria. For example, dDocAuthor , dDocType. Example IdcService=CREATE_SUBSCRIPTION_TYPE scpType=subscription_test scpFields=dDocType scpDescription=testing the subscription scpEnabled=1

4.3.25 DELETE_BYCLASS