CHECKIN_SEL_FORM CHECKIN_SEL_SUB CHECKIN_SIMILAR_FORM

4-32 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ IsWorkflowInfo: This is a configuration entry but can be specified as a parameter. If set to true, this entry checks for workflow information and checks allowable actions for the workflow steps. ■ webViewableFile: If a content item has a web-viewable file associated with it, the conversion format is the format of the web-viewable file the parameter webViewableFile:format and the extension is the web-viewable files extension the parameter dWebExtension. Otherwise, the extension and file format are determined by the parameters dExtension and dFormat, respectively. The user can override the file format and extension by setting these additional parameters. ■ RedirectUrl: Used to display another page after a topic file has been changed. If omitted, the user is redirected to the Oracle Content Server home page. ■ Optional custom fields: Custom metadata fields that are not required can also be specified. ■ Results ■ Local Data: – dConversion: If refinery-processed, this contains information about what conversion occurred. – dID: Internal reference ID for the new content item. – IsWorkflow: Returns 1 true if item entered workflow upon checkin. ■ Response Templates: – REDIRECT_TEMPLATE redirect_template.htm – Default redirect service: CHECKIN_CONFIRM_FORM Used By ■ Resource Includes: std_doc_page_definitions Example IdcService=CHECKIN_SEL dDocName=test_000036 dDocTitle=my test dDocAuthor=sysadmin dDocType=ADENG dSecurityGroup=Public dID=49 dRevLabel=1 doFileCopy=1

4.3.14 CHECKIN_SEL_FORM

Service that returns the check-in form for a content item revision in a browser. It loads the current content information for the item. The form page is displayed with old metadata information. The most likely error is when the content item is no longer in the system, information about the content item cannot be found, or when the system is unable to check revision properties. Access Level: Write, Scriptable 34 Queries Executed: QdocID, Qrevisions, QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-33 Additional Required Service Parameters ■ dID: The generated content item revision ID. Optional Service Parameters ■ dDocName ■ dWfName Results ■ Result Sets: – DOC_INFO All fields from Revisions and DocMeta for the specified revision. – DocFormats dFormat, dConversion, dDescription – DocTypes dDocType, dDescription, dGif ■ Local Data: – CurRevCheckoutUser – CurRevID – CurRevIsCheckedOut – dDocAccount – dDocAuthor – dDocName – defaultAccount – dID – DocUrl – dPublishState – dReleaseState – dRevClassID – dRevLabel – dSecurityGroup – dStatus – dUser – dWorkflowState – isCurRevEmpty – IsNotLatestRev – IsWorkflow – latestID – Plus all DocMeta fields ■ Response Template: CHECKIN_SEL_FORM checkin_sel.htm 4-34 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Used By ■ Resource Includes: – classic_info_page_content – workflow_action_popup – checkin_list_action_popup – legacy_checked_out_content_table – workflow_doc_action_links – docinfo_checkin_similar_option – setup_checked_out_content_action_popups – wf_reviewer_doc_action_links ■ Templates: – CHECKOUT_OK chkook.htm – WORKFLOW_REVIEW_FORM workflow_review_form.htm Example IdcService=CHECKIN_SEL_FORM dID=55

4.3.15 CHECKIN_SEL_SUB

Subservice used if a content item being checked in already exists, is checked out, or if it is not in a workflow. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.16 CHECKIN_SIMILAR_FORM

Service that returns the check-in form for a new content item in a browser, with metadata from a similar content item filled in. The most likely error is when the content item was not properly defined. Access Level: Write, Global, Scriptable 50 Queries Executed: QdocInfoSimilarCheckin Location: IdcHomeDirresourcescoretemplatesstd_services.htm Results ■ Result Sets: – DOC_INFO_SIMILAR dDocTitle, dDocType, dSecurityGroup, dDocAccount for the specified revision – DocFormats dFormat, dConversion, dDescription – DocTypes dDocType, dDescription, dGif ■ Local Data: – dDocAccount – dDocType – dSecurityGroup Core Oracle Content Server Services 4-35 ■ Response Template: CHECKIN_NEW_FORM checkin_new.htm Used By ■ Resource Includes: – search_results_action_popup – docinfo_checkin_similar_option – doc_file_checkin_similar – setup_search_results_action_popups ■ Templates: CHECKIN_CONFIRM checkin_confirm.htm

4.3.17 CHECKIN_UNIVERSAL