SS_GET_ADMIN_PAGE SS_GET_ALL_CUSTOM_NODE_PROP_DEFS SS_GET_ALL_NODE_PROPERTIES SS_GET_ALL_SITE_DOMAINS SS_GET_ALL_SITE_PROPERTIES

11-12 Oracle Fusion Middleware Technical Reference Guide for Site Studio

11.7.17 SS_GET_ADMIN_PAGE

■ Description : This service displays the root Site Studio Administration page. ■ Parameters: None. ■ Returns: – The Administration page ■ Security : Requires administration access.

11.7.18 SS_GET_ALL_CUSTOM_NODE_PROP_DEFS

■ Description : Retrieves the custom node property definitions for the given site. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns : – A result set named CustomNodePropertyDefs, which has the following columns: name, type, and description. ■ Security : The user must have at least write access to the root node.

11.7.19 SS_GET_ALL_NODE_PROPERTIES

■ Description : Retrieves the complete set of node properties. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the identifier of the node required. ■ Returns: – Returns two result sets, StandardProperties and SiteStudioProperties. Each result set has one row. The column names are the property names. – The StandardProperties result set will contain only one row and column reporting the nodeId. ■ Security: – The user must have at least read access to the nodes folder. – This service can be executed from Idoc script.

11.7.20 SS_GET_ALL_SITE_DOMAINS

■ Description : This service retrieves a complete set of the domains on the server. ■ Parameters: None. ■ Returns: – A result set named DomainMap of all domain addresses with rows named Key, SiteId, Patterns, and Default. Key is the domain, SiteId is the ID, Pattern is what the URL is re-written to as an SS_GET_PAGE, and Default is the default address to the site. ■ Security : Requires Administrator access. 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