GET_PORTAL_PAGE GET_SECURE_PAGE

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

Service that displays a Portal Design page. The most likely errors are when there is an error loading configuration information, an error retrieving the options list, or when the referenced HTML page is not found. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ Action: The action to execute. Usually GetTemplatePage. ■ PageName: The name of the page template. The following standard pages are displayed using this parameter: – Portal Design page: PNE_PORTAL_DESIGN_PAGE – System Links page: PNE_PORTAL_SYSTEM_LINKS_PAGE – Saved Queries page: PNE_PORTAL_SAVED_QUERIES_PAGE – Personal URLs page: PNE_PORTAL_PERSONAL_URLS_PAGE Example ■ To get the Portal Design page, the parameters are: IdcService=GET_PORTAL_PAGE Action=GetTemplatePage Page=PNE_PORTAL_DESIGN_PAGE ■ To get the Saved Queries page, the parameters are: IdcService=GET_PORTAL_PAGE Action=GetTemplatePage Page=PNE_PORTAL_SAVED_QUERIES_PAGE

4.10.7 GET_SECURE_PAGE

Service that executes a secure HTML page request. This service is usually called from the browser interface and is restricted to users with Write permission to at least one group. The most likely error is when the referenced HTM page is not found. This service is identical to GET_DOC_PAGE except this service requires Write privileges to at least one security group, whereas GET_DOC_PAGE only requires Read access. Core Oracle Content Server Services 4-111 This service executes the LOAD_DOC_ENVIRONMENT subservice. Access Level: Write, Global, Scriptable 50 Calls Subservice: LOAD_DOC_ENVIRONMENT Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ Page: The name of the page template. Optional Service Parameters ■ Action: The action to execute. Usually 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: pne_nav_management_links ■ Templates: std_home_page.htm Example To get the content management page the parameters are: IdcService=GET_SECURE_PAGE Page=DOC_MANAGEMENT_LINKS Action=GetTemplatePage

4.10.8 LOAD_GLOBALINCLUDES