CHECKOUT Doc Services Core Oracle Content Server

4-38 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management xLocation= xProjects= ■ HDA format check in the content item myDocName: Properties LocalData IdcService=CHECKIN_UNIVERSAL doFileCopy=1 dDocName=myDocName dDocTitle=My document title dDocType=ADACCT dSecurityGroup=Secure dDocAuthor=user1 primaryFile=c:tempdocsmydoc.txt dDocAccount=mainaccount xComments= xLocation= xProjects= end

4.3.18 CHECKOUT

Service that checks out the latest revision of a content item from a browser. ■ 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 when the content no longer exists in the system 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. Access Level: Write, Scriptable 34 Calls Subservice: CHECKOUT_SUB Queries Executed: ■ QdocID ■ Qrevisions ■ QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Optional Service Parameters ■ dDocTitle: The content item title. ■ RedirectUrl: Used to display another page. If omitted, the user is redirected to the Oracle Content Server home page. Note: This service only marks the content item as locked. It does not perform a download. Core Oracle Content Server Services 4-39 Results ■ Local Data: – CurRevCheckoutUser – CurRevIsCheckedOut – CurRevID – dAction – dActionDate – dActionMillis – dCheckoutUser – dClbraName – dDocName – dIsCheckedOut – dPublishState – dReleaseState – dRevClassID – dRevLabel – dSecurityGroup – dStatus – dWorkflowState – isCurRevEmpty – isFinished – IsNotLatestRev – IsWorkflow – latestID – prevReleaseState – RedirectParams – wfAction ■ Response Templates: – REDIRECT_TEMPLATE redirect_template.htm – Default redirect service: CHECKOUT_OK Used By ■ Applets: – Repository Manager – Workflow Administrator ■ Resource Includes: – classic_search_result_item_checkout – clbra_active_doc_display 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