CHECKOUT_BY_NAME CHECKOUT_OK

4-40 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management – doc_file_checkout – docinfo_checkout_form – searchapi_result_table_content_end – search_results_action_popup – setup_search_results_action_popups – wf_reviewer_doc_action_links – wips_list_action_popup – workflow_action_popup – workflow_doc_action_links – workflow_docs_table – workflow_in_queue_table – work_in_progress_table ■ Template: WORKFLOW_REVIEW_FORM workflow_review_form.htm ■ Other: SoapCustom:Wsdl:CheckIn:Services Example ■ IdcCommand command file format: IdcService=CHECKOUT dID=55 ■ HDA format with optional parameter: Properties LocalData IdcService=CHECKOUT dID=55 dDocTitle=Sample Title end

4.3.19 CHECKOUT_BY_NAME

Service that checks out a content item from an applet or application. Location: IdcHomeDirresourcescoretemplatesstd_services.htm ■ The service fails if the content item does not exist in the system, if the content item is already checked out, or if the user does not have sufficient permission to check out the content item. ■ The most likely error is a content item name not in the system. ■ This service executes the subservice CHECKOUT_SUB. This subservice checks out a content item revision. Additional Required Service Parameters ■ dDocName: The Content ID of the content item. Note: This service only marks the content item as locked. It does not perform a download. Core Oracle Content Server Services 4-41 Optional Service Parameters ■ dDocTitle: The content item title. Example ■ IdcCommand command file format: IdcService=CHECKOUT_BY_NAME dDocName=myDocument ■ HDA format with optional parameter: Properties LocalData IdcService=CHECKOUT_BY_NAME dDocName=myDocument dDocTitle=Just a title end

4.3.20 CHECKOUT_OK

Called as a redirect service by the services that check out a content item from a browser and display a checkout confirmation page. Access Level: Write, Scriptable 34 Queries Executed: QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm ■ The most likely error is when the revision no longer exists or when the system is unable to retrieve revision information. ■ This service executes the subservice CHECKOUT_SUB. This subservice checks out a content item revision. Additional Required Service Parameters ■ dID: The generated content item revision ID. ■ CurRevCheckoutUser: The user who checked out the item. Optional Service Parameters ■ CurRevID: The ID of the current revision, usually the same as dID. Results ■ Result Sets: DOC_INFO All Fields from Revisions and DocMeta for the specified version. ■ Response Template: CHECKOUT_OK chkook.htm Used By ■ Other: Redirect service for CHECKOUT, CHECKOUT_BY_NAME Example IdcService=CHECKOUT_OK dID=48 4-42 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.21 CHECKOUT_SUB