DELETE_RESULT_TEMPLATE GET_ADMIN_PAGE GET_DOC_PAGE

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

4.10.1 DELETE_RESULT_TEMPLATE

Service that deletes an existing search results template. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ name: The search results template name. Example IdcService=DELETE_RESULT_TEMPLATE name=test_template

4.10.2 GET_ADMIN_PAGE

Service that returns the Administration page in a browser. It does not load the servers configuration. If the user is not assigned the admin role, the service returns an error message. Access Level: NA 0 Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ PageName: The name of the page template. Optional Service Parameters ■ Action: The action to execute. Usually set to GetTemplatePage. Results ■ Local Data: – TemplateType – TemplateClass – TemplateFilePath ■ Response Template: Returns whatever template was passed as the value of the Page parameter. In standard usage this is ADMIN_LINKS admin.htm. Used By ■ Resource Includes: – pne_nav_admin_links – std_admin_pages ■ Templates: – ADMIN_LINKS admin.htm – IDC_ADMIN_PAGE idc_admin_page.htm – std_home_page.htm ■ Standard Navigation: commonNav.js Core Oracle Content Server Services 4-107 Example To get the standard Administration page: IdcService=GET_ADMIN_PAGE Page=ADMIN_LINKS Action=GetTemplatePage

4.10.3 GET_DOC_PAGE

Service that executes an HTML page request. This service is usually called from the browser interface. It executes the LOAD_DOC_ENVIRONMENT subservice. Access Level: Read, Global, Scriptable 49 Calls Subservice: LOAD_DOC_ENVIRONMENT Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ PageName: The name of the page template. Optional Service Parameters ■ Action: The action to execute. Usually set to GetTemplatePage. Results ■ Result Sets: – DocFormats All rows and fields of the DocFormats database table. – DocTypes All rows and fields of the DocTypes database table. ■ Local Data: – TemplateClass – TemplateFilePath – TemplateType ■ Response Template: Returns whatever template was passed as the value of the Page parameter. Used By ■ Resource Includes: – calculate_doc_profile_urls – determine_wf_review_rendition_url – home_page_static_content – pne_nav_bookmark_links – pne_nav_shared_links – search_template_user_info_settings – std_js_bootstrap_vars – std_main_page_begin – std_query_page_link_args – xui_searchapi_results_action_form 4-108 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ Templates: – PNE_PORTAL_DOC_PROFILES_PAGE pne_portal_doc_profiles_page.htm – PNE_PORTAL_PERSONAL_URLS_PAGE pne_portal_personal_urls_ page.htm – PNE_PORTAL_SAVED_QUERIES_PAGE pne_portal_saved_queries_ page.htm – PNE_PORTAL_SYSTEM_LINKS_PAGE pne_portal_system_links_page.htm – PREVIEW_FRAMES preview_frames.htm – USER_INFO user_info.htm ■ Standard Navigation: – commonNav.js – Trayslayout.js – Trayssearch_tray_tabs.htm ■ Other: Redirect service for: SUBMIT_HTML_FORM, LOGIN, EDIT_USER_PROFILE, CONTINUE_SUBMIT_HTML_FORM, UPLOAD_NEW_COMPONENT, CANCEL_COMPONENT_INSTALL, UPDATE_COMPONENT_CONFIG, UNINSTALL_COMPONENT, SAVE_USER_TOPICS, PUBLISH_SCHEMA, EDIT_ SCHEMA_VIEW_VALUES Example ■ To get the home page the parameters are: IdcService=GET_DOC_PAGE Page=HOME_PAGE Action=GetTemplatePage ■ To get the standard query page the parameters are: IdcService=GET_DOC_PAGE Page=STANDARD_QUERY_PAGE Action=GetTemplatePage

4.10.4 GET_DYNAMIC_PAGE