SS_SWITCH_REGION_ASSOCIATION SS_VALIDATE_WEBSITE_OBJECT WCM_PLACEHOLDER

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

■ Description : This service changes the dDocName associated with a particular region in a particular node. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the identifier of the node required. – region : the region identifier required. – primaryUrl : the dDocName value to set for the specified region in the primaryUrl optional. – secondaryUrl : the dDocName value to set for the specified region in the secondaryUrl optional. Site Studio Services 11-33 – primaryTemplateUrl : the dDocName value of a region template or subtemplate to set for the specified region in the primary page optional. – secondaryTemplateUrl : the dDocName value of a region template or subtemplate to set for the specified region in the secondary page optional. ■ Returns : Nothing. ■ Security : The user must have at least write access to the node.

11.7.77 SS_VALIDATE_WEBSITE_OBJECT

■ Description : This service validates a website object in XML against the known XSD Schema for the object type. ■ Parameters: – websiteObject:path : the path to the local object file to validate and upload. – websiteObjectType : the the object type of the local object file. ■ Returns: – A binder response with message and status code. ■ Security : The user must have write access to at least one security group on the content server.

11.7.78 WCM_PLACEHOLDER

This service evaluates a placeholder, allowing the contents of the placeholder to be retrieved directly from anywhere the Oracle Content Server can be seen from. This allows you to create a third party application on top of xml data files that are managed by the Oracle Content Server and can be edited by the Site Studio Contributor, without being forced into using a full Site Studio web site. ■ Parameters: ■ dataFileDocName : the dDocName of the data file to associate with the placeholder. ■ templateDocName : the dDocName of the region template or subtemplate to associate with the placeholder. ■ placeholderDefinitionDocName : the dDocName of the placeholder definition to map to the placeholder. ■ regionDefinitionDocName : the dDocName of the region definition to associate with the region template named in templateDocName. ■ placeholderActions : the allowed actions of the placeholder definition, as follows: – E allows contributor update – P allows workflow approve – R allows workflow reject – I allows viewing docInfo – S allows switching the data file – U allows viewing the web usage report – T allows viewing the web tracker report 11-34 Oracle Fusion Middleware Technical Reference Guide for Site Studio – M allows updating the docInfo – V allows switching the region template – N allows remove content Each selection corresponds to the checkbox for the action in the design view of the placeholder definition in Designer. ■ Returns: – The evaluated placeholder content. These are the same parameters required by the wcmPlaceholder script extension. This service can be used with webcache and Edge Side Includes ESI for partial page caching. When the page is rendered in an ESI environment, the ESI server can cache the request for placeholder contents.

11.7.79 WCM_EDIT_DATA_FILE