GET_DYNAMIC_PAGE GET_PERSONALIZED_JAVASCRIPT

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

Service that returns a Library page for dynamic assembly. This service can be used in two ways: ■ To load a library page for display directly in the Oracle Content Server system. ■ Used in the background in a hidden frame to dynamically generate or update nodes in the Library tree display. The default template used by the DIRECTORY_PAGE service dir_page.htm is branched based upon the value of lmXML to perform one or the other of the two uses for the service. If lmXML is set to 1 true, the template generates an XML object instead of an HTML page, then fires the libraryNodeLoadSequence to update the Library navigation tree. Access Level: Read, Scriptable 33 Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-109 Additional Required Service Parameters ■ PageName: The name of the page template. Results ■ Result Sets: – PageMap result set containing local pages contained within this library node; fields: PageName, PageParent – LinkList result set containing listing of links contained within this library node; fields: LinkType, LinkData, LinkTitle, LinkDescription ■ Local Data: – dSecurityGroup – HeaderText – LinkSelectedIndex – LocationInfo – OutOfDate – PageFunction – PageLastChanged – PageName – PageParent – PageTitle – PageType – PageUrl – restrictByGroup – TemplatePage ■ Response Template: null During execution of the service, the TemplatePage value is set to DIRECTORY_PAGE dir_page.htm . Used By ■ Applets: Installer ■ Resource Includes: – calculate_all_doc_profile_urls – home_page_static_content – pne_nav_shared_links – std_main_page_begin – std_page_nav_bar ■ Standard Navigation: commonNav.js 4-110 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Example To get the index page the required parameters are: IdcService=GET_DYNAMIC_PAGE PageName=index Action=GetTemplatePage

4.10.5 GET_PERSONALIZED_JAVASCRIPT

Service that delivers the navigation information for a particular users page. If a browser optimally caches the JavaScript, this enables the browser to not request the URL on every page load. If the navigation data changes, a numeric ID which is added at the end of the URL is changed and the browser will reload the page. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.10.6 GET_PORTAL_PAGE