SS_COMMIT_SITE_CHANGES SS_CREATE_NEW_SITE_EX2 SS_CREATE_SITE_NAV_JS

Site Studio Services 11-9

11.7.8 SS_CLEAR_REGION_ASSOCIATIONS

■ Description : This service clears the memory of the switched region associations. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the identifier of the node optional. If this parameter is not specified, the associations for the entire site will be cleared. – property : either primaryUrl or secondaryUrl required when nodeId is also specified. ■ Returns : Nothing. ■ Security : The user must have at least write access to the node or to the site if nodeId is not specified.

11.7.9 SS_CLEAR_WEBSITE_ID

■ Description : This service clears the specified siteId from the xWebsites or xDontShowInListsForWebsites field for the given dDocName. ■ Parameters : – dDocName : the dDocName of the file whose xWebsites or xDontShowInListsForWebsites field should be changed required. – removeWebsiteID : the boolean value yes required. – fieldName : The metadata field whose siteId should be cleared either xWebsites or xDontShowInListsForWebsites required. – siteId : The siteId to remove from the xWebsites or xDontShowInListsForWebsites field required. ■ Returns : Nothing. ■ Security : The user must have at least write access to the specified dDocName.

11.7.10 SS_COMMIT_SITE_CHANGES

■ Description : This service commits site changes when run. Site Studio commits changes automatically every ten minutes, but this script can be run at any time to commit changes on demand. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns : Nothing. ■ Security : You must have write access to the project file to execute the service.

11.7.11 SS_CREATE_NEW_SITE_EX2

■ Description : This service creates a new, empty site on the content server ■ Parameters: – siteId : the unique identifier of the site being created required. The identifier must follow the siteId naming rules. – siteLabel : a label for the site optional. If no label is specified, the text Unnamed Site will be used. 11-10 Oracle Fusion Middleware Technical Reference Guide for Site Studio – siteType : the type of site being created. For example, asp or idoc optional. – initialNodeId : the nodeId of the root section optional. If this value is not specified, a unique identifier will be created. – rootSectionActive : indicates whether or not the root section should be marked as active optional. Legal values are True or False. – rootSectionLabel : the label of the root section optional. If this value is not specified, the value Home will be assigned. – rootSectionUrlPageName : the urlPageName value for the root section optional. – rootSectionUrlSecondaryPageName : the urlSecondaryPageName for the root section optional. – rootSectionUrlDirName : the urlDirName value for the root section optional. ■ Returns : – siteId : the unique identifier of the created site required. ■ Security : The user executing the service must have write access to the security group used to check in Site Studio project files, as configured in the Set Default Project Document Information administration page.

11.7.12 SS_CREATE_SITE_NAV_JS

■ Description : This service creates the site navigation files. This regenerates the sitenavigation.js, sitenavigationfunctions.js, sitenavigation.xml, sitenavigation.hda, and sitenavigation_co.hda files. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns: – siteNavUrl : the full HTTP URL to the site navigation file. ■ Security : The user must have at least write access to the root node.

11.7.13 SS_DECODE_LINK