DOC_INFO_BY_NAME

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

Service that retrieves information about the latest revision of a content item based on the content ID the dDocName as a parameter rather than the revision-specific dID parameter, which is required by the DOC_INFO service. The RevisionSelectionMethod parameter can be set to specific to return information about a specific revision. By default, this service returns information for the Latest revision, whether it is released or not. An item is not released until it is out of workflow. Results returned for a given revision are identical to those of the DOC_INFO service. Access Level: Read, Scriptable 33 Queries Executed: 4-50 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ QdocInfo ■ QdocFormats ■ QisSubscribed ■ QrevHistory ■ QlatestIDByName if RevisionSelectionMethod is empty or Latest ■ QlatestReleasedIDByName if RevisionSelectionMethod is LatestReleased Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The content item name. Optional Service Parameters ■ RevisionSelectionMethod: Can be set to Latest to retrieve the most recent version, or LatestReleased to retrieve the most recently released version, or Specific if set to Specific, a dID must be provided. If set to Specific, dID can be used instead of dDocName to point to a specific revision. 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 Important: Either the content item name dDocName must be specified or a Content ID dDocName with the RevisionSelectionMethod parameter must be specified. Core Oracle Content Server Services 4-51 – If item is in workflow: dWfStatus dWfCurrentStepID dWfDocState dWfID dWfName dWfStepDescription dWfStepID dWfStepIsAll dWfStepName dWfStepType dWfStepWeight dWfType IsWorkflow wfStepCheckinType ■ Response Template: DOC_INFO doc_info.htm Used By ■ Resource Includes: – email_docinfo_body_by_id – email_docinfo_body_by_name – setup_workflow_action_popups – workflow_action_popup ■ Template: PR_PUBLISHER_MAIL pr_publisher_mail.htm ■ Other: SoapCustom:Wsdl:DocInfo:Services

4.3.37 DOC_INFO_LATESTRELEASE