SS_GET_ALL_SITES_EX2 SS_GET_CONFIG_INFO SS_GET_CONTRIBUTOR_CONFIG SS_GET_CONTRIBUTOR_STRINGS SS_GET_DC_RULES SS_GET_DOCUMENT_LABELS

Site Studio Services 11-13

11.7.21 SS_GET_ALL_SITE_PROPERTIES

■ Description : Retrieves the complete set of site properties. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns : – A result set named SiteStudioProperties, which has one row of values. The column names are the property names. ■ Security: – The user must have at least read access to the site. – This service can be executed from Idoc script.

11.7.22 SS_GET_ALL_SITES_EX2

■ Description : This service returns a list of all of the sites on the content server. ■ Parameters : None. ■ Returns: – numSites =N – site0 =siteId . . . – siteN-1 =siteId The same information will be returned in the SiteIds result set. ■ Security: The list of sites returned will be those to which the user has at least read access.

11.7.23 SS_GET_CONFIG_INFO

■ Description : This service gets all Site Studio base configuration information for Designer. ■ Parameters: None. ■ Returns: – The base configuration information. ■ Security: – The user must have at least read access to the site. – This service can be executed from Idoc script.

11.7.24 SS_GET_CONTRIBUTOR_CONFIG

■ Description : This service retrieves the Site Studio base configuration information for Contributor. ■ Parameters: None. ■ Returns: – The base configuration information. 11-14 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Security: – The user must have at least read access to the site. – This service can be executed from Idoc script.

11.7.25 SS_GET_CONTRIBUTOR_STRINGS

■ Description : This service loads a JavaScript file wcm.strings.js from weblayout\resources\wcm\base\lang\language id for the current users language. If there is no wcm.strings.js file for the users current language, the default EN strings will be returned. ■ Parameters: None ■ Returns: – The contents of the JavaScript file. ■ Security : None. If the user is not logged in, the language ID is EN.

11.7.26 SS_GET_DC_RULES

■ Description : This service returns a result set of all defined document conversion rules. ■ Parameters: None ■ Returns: – A result set of all defined rules for Dynamic Converter named either DCConversions or DCConversions80 depending on the version of Dynamic Converter. ■ Security : The user must have at least write access to the site.

11.7.27 SS_GET_DOCUMENT_LABELS

■ Description : This service is used by Contributor to get labels from a content ID. ■ Parameters: – A result set of dDocNames named contentIds. ■ Returns: – A label for each of the supplied dDocName values. The response will be in JSON format with the dDocName values as the keys. ■ Security : The user must have at least write access.

11.7.28 SS_GET_DOCUMENT_USAGE