LOAD_GLOBALINCLUDES PAGE_HANDLER PNE_SAVE_QUERY PNE_UPDATE_PERSONAL_URLS

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

Service that returns the portal page content. This service is used during the page assembly process for dynamic pages. Using the Web Layout Editor applet, select Options then Update Portal. The content shown on that screen is the content that is returned from the Oracle Content Server system if you run this service. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.10.9 PAGE_HANDLER

Service that rebuilds the static web layout structure as defined in the Web Layout Editor. Returns the entire page list in HDA format. This service is asynchronous and the action is performed in a background thread. This service can only be executed in 4-112 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management the context of the Oracle Content Server instance and only completes successfully if a connection is made to the Oracle Content Server instance. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ IsRebuild: Enables a rebuild. – Must be set to true 1 for the server to rebuild the web layout pages. – Default is false 0. ■ PageFunction: Must be set to GetPageList. Example ■ IdcCommand command file format rebuild the web layout pages: Rebuild the entire search index IdcService=PAGE_HANDLER PageFunction=GetPageList IsRebuild=1 ■ HDA format rebuild the web layout pages: Properties LocalData IdcService=PAGE_HANDLER PageFunction=GetPageList IsRebuild=1 end

4.10.10 PNE_SAVE_QUERY

Service that saves a search query in the User Profile for the current user. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters The parameters for this are exhibited in the std_page.htm in the dynamic HTML definition query_save_for_personalization_list_form_common_fields. Parameters include the following: ■ queryText ■ queryTitle ■ sortField ■ ResultCount

4.10.11 PNE_UPDATE_PERSONAL_URLS

Service that updates the personal URLs in the User Profile for the current user. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ Action: The action to execute. Usually set to GetTemplatePage. ■ Page: The name of the page template. Core Oracle Content Server Services 4-113 ■ titleEd: The link name to be displayed in the portal navigation bar. ■ websiteEd: The URL to be saved as a link. Example IdcService=PNE_UPDATE_PERSONAL_URLS Page=PNE_PORTAL_PERSONAL_URLS_PAGE Action=GetTemplatePage titleEd=Company websiteEd=http:www.example.com

4.10.12 PNE_UPDATE_PORTAL_INFO