HttpFragmentsRoot HttpRelativeFragmentsRoot SS_SERVER_NAME HttpASPPath ssServerRelativeSiteRoot About Site Studio Services Services Related to Contributor

10-2 Oracle Fusion Middleware Technical Reference Guide for Site Studio

10.4 HttpFragmentsRoot

Defines the full HTTP location for the Site Studio fragments folder. The typical location where server is the name of the machine and instance is the name of the instance of the content server is: http:serverinstancefragments

10.5 HttpRelativeFragmentsRoot

Defines the relative HTTP location for the Site Studio fragments folder. The typical location where instance is the name of the instance of the content server is: instance fragments

10.6 SS_SERVER_NAME

Defines the protocol, server name, and port number if applicable for the current machine. For example where server is the name of the server: http:server http:server:81 https:server

10.7 HttpASPPath

Defines the relative path to the standard Site Studio get_page.asp file.

10.8 ssServerRelativeSiteRoot

Defines the root portion of a path-based URL for the current web site relative to the server. Will contain one of the following values: ■ - if the current web site is accessed using a friendly domain addressing mode ■ siteId - if the current web site is accessed using a friendly folder addressing mode The urlDirName of the root node will override siteId if a value is present. 11 Site Studio Services 11-1 11 Site Studio Services Site Studio introduces a number of new services in Oracle Content Server, which are used specifically to run a web site. The most important ones are detailed here. This section contains the following topics: ■ Section 11.1, About Site Studio Services ■ Section 11.2, Services Related to Contributor ■ Section 11.3, Services Related to Designer ■ Section 11.4, Services Related to Manager ■ Section 11.5, Services Related to Switch Content ■ Section 11.6, Services Related to Link Wizard ■ Section 11.7, List of Services

11.1 About Site Studio Services

A service is an HTTP request to the Oracle Content Server to perform an action. Each service has a defined set of actions for example, database transactions, executing a piece of code, queries, and so forth. When you install the Site Studio component, many services are added.

11.2 Services Related to Contributor

These services are used with Site Studio Contributor: ■ Section 11.7.2, SS_ADD_WEBSITE_ID ■ Section 11.7.5, SS_CHOOSE_WEBSITE_SECTION ■ Section 11.7.6, SS_CHOOSE_WEBSITES ■ Section 11.7.7, SS_CLEAR_PREVIEW ■ Section 11.7.13, SS_DECODE_LINK ■ Section 11.7.16, SS_EDIT_NATIVE_DOCUMENT Note: These services are used by the Site Studio Designer and Contributor applications as well as by the Site Studio component. They are subject to change with each release of the Site Studio application. 11-2 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Section 11.7.23, SS_GET_CONFIG_INFO ■ Section 11.7.24, SS_GET_CONTRIBUTOR_CONFIG ■ Section 11.7.25, SS_GET_CONTRIBUTOR_STRINGS ■ Section 11.7.28, SS_GET_DOCUMENT_USAGE ■ Section 11.7.31, SS_GET_FRIENDLY_URL ■ Section 11.7.39, SS_GET_PLACEHOLDER_SWITCH_CONTENT_CONFIG ■ Section 11.7.43, SS_GET_SEARCH_RESULTS ■ Section 11.7.55, SS_GET_SWITCH_CONTENT_CONFIG ■ Section 11.7.64, SS_PUBLISH_THIS_PAGE ■ Section 11.7.65, SS_REMOVE_WEBSITE_ID ■ Section 11.7.67, SS_SET_ELEMENT_DATA ■ Section 11.7.71, SS_SET_PREVIEW_ELEMENT_DATA

11.3 Services Related to Designer