DELETE_REV_EX DELETE_SUBSCRIPTION_TYPE DOC_FORMATS_WIZARD DOC_INFO

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

4.3.32 DELETE_REV_EX

Service that deletes an existing content item revision from an applet or application. The most likely errors are mismatched parameters, when the content item no longer exists n the system, or when the content item is part of a workflow. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Example IdcService=DELETE_REV_EX dID=56

4.3.33 DELETE_SUBSCRIPTION_TYPE

Service that deletes an existing subscription type. The most likely error is a subscription type that is not in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ scpType: The subscription type. Example IdcService=DELETE_SUBSCRIPTION_TYPE scpType=subscription_test

4.3.34 DOC_FORMATS_WIZARD

Service that retrieves content item format extensions. Used to load the content item configuration information and set the default content item format extension. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.35 DOC_INFO

Service that retrieves content item information for a specific revision of a content item. It returns all metadata associated with that revision of the content item. The most likely errors are when the content item no longer exists in the system or when the user does not have the security level to perform this action. Limited information is provided for other revisions through the REVISION_HISTORY result set. This service returns subscription information and workflow information if the item is in workflow. Access Level: Read, Scriptable 33 Queries Executed: ■ QdocInfo ■ QdocFormats Core Oracle Content Server Services 4-47 ■ QisSubscribed ■ QrevHistory Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The content item revision ID. ■ dDocName: The content item ID. Results ■ Result Sets: – DOC_INFO all fields from Revisions and DocMeta for the specified revision – REVISION_HISTORY dFormat, dInDate, dOutDate, dStatus, dProcessingState, dRevLabel, dID, dDocName, dRevisionID for all non-deleted revisions – If item is in workflow: WF_INFO all fields from Workflows and WorkflowDocuments for the specified revision ■ Local Data: – Oracle Content Server: – AuthorAddress – dDocFormats – dDocTitle – dID – DocUrl – dStatus – dSubscriptionAlias – dSubscriptionID – dSubscriptionType – dUser – If item is in workflow: – dWfCurrentStepID – dWfDocState – dWfID – dWfName – dWfStatus – wfStepCheckinType – dWfStepDescription – dWfStepID – dWfStepIsAll – dWfStepName – dWfStepType 4-48 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management – dWfStepWeight – dWfType – IsWorkflow ■ String: DocURL the full URL to the weblayout file associated with this revision ■ Response Template: DOC_INFO doc_info.htm Used By ■ Resource Includes: – checkin_list_action_popup – checkin_multiuploadapplet_processing_functions – classic_doc_rev_info – clbra_active_doc_display – clbra_wf_doc_list – dam_result_table_content_row – doc_info_action_image – docinfo_page_title – doc_rev_info – doc_revisions_table – email_docinfo_body_by_id – email_docinfo_body_by_name – legacy_basic_subscriptions_table – legacy_checked_out_content_table – legacy_expired_content_table – legacy_work_in_progress_table – my_view_result_table_cells – searchapi_result_doc_href_start – searchapi_result_table_content_end – search_result_info_button – search_results_action_popup – setup_checked_out_content_action_popups – setup_search_results_action_popups – setup_subscription_action_popups – setup_work_in_progress_action_popups – slim_result_table_content_row – subscription_action_popup – trays_search_result_section – wf_in_queue_display Core Oracle Content Server Services 4-49 – wf_reviewer_mail_link – wips_list_action_popup ■ Templates: – CHECKIN_CONFIRM checkin_confirm.htm – DOCUMENT_PROBLEMREPORTS doc_problemreports.htm – DOC_SUB_LIST doc_sub_list.htm – PR_CONTRIBUTOR_MAIL pr_contributor_mail.htm – PROBLEMREPORT_INFO pr_info.htm – QUERY_NOTIFICATION query_notification_mail.htm – SUBSCRIPTION_MAIL subscription_mail.htm – WORKFLOW_REVIEW_FORM workflow_review_form.htm – WORKFLOW_REVIEW_FRAMES workflow_review_frames.htm ■ Other: – Link in LC Variable: wwCommentOnRevision – SoapCustom:Wsdl:DocInfo:Services – SoapCustom:Wsdl:DocInfo:Service:DocInfoByID:ResponseParams – SoapCustom:Wsdl:DocInfo:Service:DocInfoByName:ResponseParams – SoapCustom:Wsdl:GetFile:Service:GetFileByID:ResponseParams ■ Redirect service for: – DELETE_REV – RESUBMIT_FOR_CONVERSION – SUBSCRIBE – UNDO_CHECKOUT – UNSUBSCRIBE – UPDATE_DOCINFO_BYFORM Example IdcService=DOC_INFO dID=54321

4.3.36 DOC_INFO_BY_NAME