SELECTDOC SUBMIT_HTML_FORM

Core Oracle Content Server Services 4-61 Used By ■ Applets: Repository Manager ■ Resource Includes: – classic_info_page_content – docinfo_resubmit_option – std_docinfo_error_msg Example IdcService=RESUBMIT_FOR_CONVERSION dID=62

4.3.57 REV_HISTORY

Service that returns the revision history for a content item revision. Access Level: Read, Scriptable 33 Queries Executed: QdocInfo, QrevHistoryReleased Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Results ■ Result Sets: – DOC_INFO All fields from Revisions and DocMeta for the specified revision – REVISIONS Rows listing all the items released revisions containing the fields: dDocAccount, dDocName, dDocType, dFormat, dID, dInDate, dProcessingState, dReleaseState, dRevLabel, dRevisionID, dSecurityGroup, dStatus, dWebExtension ■ Local Data: dID ■ Response Template: REV_HISTORY rev_history.htm Used By ■ Resource Includes: – classic_search_result_item_revision – searchapi_result_table_content_end Example IdcService=REV_HISTORY dID=62

4.3.58 SELECTDOC

Service that returns content item information and evaluates the user security level when selecting a content item using ODMA. Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-62 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dID: The generated content item revision ID. Example IdcService=SELECTDOC dID=62

4.3.59 SUBMIT_HTML_FORM

Service that submits HCSP or HCSF forms for processing. These are Dynamic Server Pages used to process HTML-based business forms. This service calls the GET_FILE subservice, called with Java code from intradoc.server.FormHandler.retrieveHtmlFormState method. Usually the Auto Content ID feature is enabled to submit HTML forms. If not, each submitted form must be assigned a unique Content ID. The most likely error is an HTML form that does not exist. Access Level: Write 2 Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. The specified revision must be an HTML form. Optional Service Parameters ■ RedirectUrl: Used to display another page. If omitted, the user is redirected to the Oracle Content Server home page. ■ isFormFinished: Used on HCSP files. If this is set to 1 true, the HCSP cannot be submitted again. ■ Text fields: You can submit any text field in the form as an optional parameter and pass a value to that field. For example, if the form has a text field called Product, the string value publisher could be assigned to that field Product=publisher. Results ■ Result Sets: – DocTypes – DocFormats ■ Local Data: – dDocTitle – dID ■ Response Template: – null – default redirect server GET_DOC_PAGE: HOME_PAGE Used By ■ Resource Includes: std_html_form_submit_start Core Oracle Content Server Services 4-63 Example ■ IdcCommand command file format: ■ IdcService=SUBMIT_HTML_FORM dID=44 ■ HDA format with an optional parameter assigns a value to a text field: Properties LocalData IdcService=SUBMIT_HTML_FORM dID=44 Product=publisher end

4.3.60 SUBSCRIBE