DOC_INFO_LATESTRELEASE DOC_INFO_SIMPLE

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

Service that retrieves information only for the latest revision of a released content item. If the content item has no released revision, the service returns a StatusCode of -1, with a corresponding StatusMessage value. It only returns the DOC_INFO result set no revision, workflow, or subscription information. Because it does not have a template it returns only raw data. 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. Access Level: Read, Scriptable 33 Queries Executed: QlatestReleasedIDByName, QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The document name for the content item. 4-52 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Results ■ Result Sets: DOC_INFO All fields from Revisions and DocMeta for the latest released revision. ■ Local Data: – AuthorAddress – dDocName – dID – dUser Example IdcService=DOC_INFO_LATESTRELEASE dDocName=PublicDoc1_ia3c488971

4.3.38 DOC_INFO_SIMPLE

Service that returns information about a specific content item without workflow or subscription information. It returns revision information as a simple listing of rows from the Revisions table rather than a specific selection of fields from the Documents and Revisions table. These differences make this service a less expensive operation than the standard DOC_INFO service. Because it does not have a template it returns only raw data. Access Level: Read, Scriptable 33 Queries Executed: QdocInfo, QdocName Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The Content ID for the content item. Results ■ Result Sets: – DOC_INFO all fields from Revisions and DocMeta for specific revision – DocRevisions all fields from Revisions for all non-deleted revisions ■ Local Data: – AuthorAddress – dID – dUser

4.3.39 DOC_INFO_SIMPLE_BYREV