SS_GET_SITE_DEFINITION SS_GET_SITE_DEFINITION_FOR_USER SS_GET_SITE_DOMAINS SS_GET_SITE_FRAGMENT_ASSET_REPORT SS_GET_SITE_INFO SS_GET_SITE_PROPERTY

11-24 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Security : This requires that the user have at least write access to the root node of the hierarchy. The returned XML will enumerate every node in the hierarchy. This is because Site Studio has to be able to show a tree structure that the user can navigate through to get to nodes that he can modify.

11.7.45 SS_GET_SITE_ASSET_CATEGORIES

■ Description : This service retrieves the site asset categories for a site from the project file. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns: – A result set named SiteAssetCategories containing the following columns: name, type, querytext, metadata, and description. ■ Security : The user must have write access to at least one security group on the content server.

11.7.46 SS_GET_SITE_CHANGE_MONITOR_TOKEN

■ Description : This is a heartbeat service that Designer normally runs every 10 seconds by default to determine if changes have been made to the site by someone else. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns: – ssChangeMonitorToken : an identifier that changes when the web site changes. ■ Security: ■ The user must have at least read access to the project root element. ■ This service can be executed from Idoc script.

11.7.47 SS_GET_SITE_DEFINITION

■ Description : This service returns the site definition in XML. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns : – siteXml : an XML representation of the site hierarchy. ■ Security : The user must have write access to the project root element.

11.7.48 SS_GET_SITE_DEFINITION_FOR_USER

■ Description : This service returns the site definition in XML, showing all nodes a user has read access to. Site Studio Services 11-25 ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns : Nothing. ■ Security : The user must have write access to at least one security group on the content server.

11.7.49 SS_GET_SITE_DOMAINS

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

11.7.50 SS_GET_SITE_FRAGMENT_ASSET_REPORT

■ Description : This service lists all information for assets being used in all fragments in a site. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns: – The information for the assets is returned. The same information appears in the Administration page. ■ Security : The user must have read access and be logged in.

11.7.51 SS_GET_SITE_INFO

■ Description : This service returns the dDocName of the project file for a site. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns: – The dDocName of the project file. ■ Security : The user must have read access.

11.7.52 SS_GET_SITE_PROPERTY

■ Description : This service retrieves a site property. ■ Parameters: – siteId : the unique identifier of the site required. – property : the name of the property to retrieve required. 11-26 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Returns: – value : the value of the requested site property. If the requested site property does not exist, this parameter will not be returned, but the service call will succeed. ■ Security : The user must have at least read access to the site. This service can be executed from Idoc script.

11.7.53 SS_GET_SITE_PUBLISH_REPORT