UNDO_CHECKOUT UNDO_CHECKOUT_BY_NAME

Core Oracle Content Server Services 4-67 Access Level: Read, Global, Scriptable 49 Queries Executed: QdocNameSubscription, QnotDocNameSubscriptions Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dUser: The user name of the currently logged-in user. Results ■ Result Sets: SUBSCRIPTION_LIST Each row contains all fields from the Subscription table corresponding to each of the current users subscriptions. Additionally, for BASIC subscriptions, each row contains all fields from the Revisions table metadata for the latest revision of the item subscribed to. ■ Local Data: dUser ■ Response Template: SUBSCRIPTION_LIST subscription_list.htm Used By ■ Resource Includes: pne_nav_userprofile_links ■ Templates: – DOC_SUB_LIST doc_sub_list.htm – USER_INFO user_info.htm ■ Standard Navigation: commonNav.js ■ Other: – SoapCustom:Wsdl:Subscription:Services – SoapCustom:Wsdl:Subscription:Service:SubscriptionList:ResponseParams – Redirect service for: UNSUBSCRIBE_FROM_LIST Example IdcService=SUBSCRIPTION_LIST dUser=sysadmin

4.3.65 UNDO_CHECKOUT

Service that reverses a content item checkout from a browser. The service fails if the content item does not exist in the system, if the content item is not checked out, or the user does not have sufficient permission to undo the checkout. Access Level: Write 2 ■ Queries Executed: – QdocID – Qrevisions – QdocInfo – IdocHistory – QdocWebFormat – Uuncheckout Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-68 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dID: The generated content item revision ID. Optional Service Parameters ■ RedirectUrl: Used to display another page. If omitted, the user is redirected to the Oracle Content Server home page. Results ■ Local Data: – CurRevCheckoutUser – CurRevID – CurRevIsCheckedOut – dAction – dCheckoutUser – dClbraName – dDocAccount – dDocName – dID – dIsCheckedOut – dReleaseState – dRevClassID – dRevLabel – dSecurityGroup – dStatus – dUser – isFinished – IsWorkflow – latestID – noDocLock – prevReleaseState – wfAction ■ Response Template: – REDIRECT_TEMPLATE redirect_template.htm – Default redirect service: GET_PORTAL_PAGE Page=WF_INQUEUE_LIST Used By ■ Applets: – Repository Manager – Workflow Core Oracle Content Server Services 4-69 ■ Resource Includes: – checkin_list_action_popup – doc_file_checkout – docinfo_undo_checkout_form – setup_checked_out_content_action_popups – setup_workflow_action_popups – wf_reviewer_doc_action_links – workflow_action_popup ■ Templates: WORKFLOW_REVIEW_FORM workflow_review_form.htm ■ Other: SoapCustom:Wsdl:CheckIn:Services Example ■ IdcCommand command file format: IdcService=UNDO_CHECKOUT dID=44 ■ HDA format: Properties LocalData IdcService=UNDO_CHECKOUT dID=44 end

4.3.66 UNDO_CHECKOUT_BY_NAME

Service that reverses a content item checkout from an applet or application. The service fails if the content item does not exist in the system, if the content item is not checked out, or the user does not have sufficient permission to undo the checkout. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item. Optional Service Parameters ■ dDocTitle: The content item title. Example ■ IdcCommand command file format: IdcService=UNDO_CHECKOUT_BY_NAME dDocName=myDocument ■ HDA format with optional parameter: Properties LocalData IdcService=UNDO_CHECKOUT_BY_NAME dDocName=myDocument dDocTitle=Just a title end 4-70 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.67 UNSUBSCRIBE