SS_SET_PREVIEW_ELEMENT_DATA SS_SET_SITE_ASSET_CATEGORIES SS_SET_SITE_DOMAINS SS_SET_SITE_PROPERTIES SS_SET_SITE_PROPERTY

Site Studio Services 11-31

11.7.70 SS_SET_NODES_PROPERTIES

■ Description : This service is a method to set multiple node properties on multiple nodes. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId0 : the unique identifier of the node or nodes required. . . . nodeIdN – property0 : the name of the property or properties required. . . . propertyN – value0 : the value of the associated property required. . . . valueN ■ Returns: – A rowsProcessed value of the number of properties set. ■ Security : The user must have at least write access to the node.

11.7.71 SS_SET_PREVIEW_ELEMENT_DATA

This service is a specialization of SET_ELEMENT_DATA, where the data is saved in a preview location and not checked in. For more information, see Section 11.7.67, SS_SET_ELEMENT_DATA.

11.7.72 SS_SET_SITE_ASSET_CATEGORIES

■ Description : This service is used to save changes to the site asset categories. ■ Parameters: – siteId : the unique identifier of the site required. – A result set called SiteAssetCategories with the following columns: description, metadata, name, querytext, and type. Values for name and type must be supplied. These values match the descriptions detailed in the Site Asset Categories dialog in the Oracle Fusion Middleware User’s Guide for Site Studio Designer. ■ Returns: Nothing. ■ Security : The user must have write access to at least one security group on the content server. 11-32 Oracle Fusion Middleware Technical Reference Guide for Site Studio

11.7.73 SS_SET_SITE_DOMAINS

■ Description : This service sets the domain mapping information for a site. ■ Parameters: – siteId : the unique identifier of the site required. – ssSiteDomains : a result set listing the domains to be mapped to the site. ■ Returns : Nothing. ■ Security : The user must have write access to at least one security group on the content server.

11.7.74 SS_SET_SITE_PROPERTIES

■ Description : This service sets multiple site properties in a single service call. ■ Parameters: – siteId : the unique identifier of the site required. – property : the name of the property to retrieve required. – value : the value of the requested site property. ■ Returns : Nothing. ■ Security : The user must have write access to at least one security group on the content server.

11.7.75 SS_SET_SITE_PROPERTY

■ Description : This service sets a site property. ■ Parameters: – siteId : the unique identifier of the site required. – property : the name of the property to set or remove required. – value : the new value of the attribute optional. If value is not specified, the property will be removed. ■ Returns : Nothing. ■ Security : The user must have at least write access to the site.

11.7.76 SS_SWITCH_REGION_ASSOCIATION