SS_GET_WEBLAYOUT_URL SS_IS_JS_NAV_OUT_OF_DATE SS_MAP_FRIENDLY_NAME SS_MOVE_NODE SS_PARSE_FRIENDLY_URL

Site Studio Services 11-27 ■ Returns: – siteId : the unique identifier of the site. If the nodeId could not be found in any site, the service will return a StatusCode with a negative value. ■ Security : ■ The user must have at least read access to the specified node. ■ This service can be executed from Idoc script.

11.7.57 SS_GET_VERSION

■ Description : This service returns the version number and build number for Site Studio as well as the version number for Oracle Content Server. ■ Parameters: None ■ Returns: – Product version number and build number for the Site Studio component, and the version number for the Oracle Content Server. ■ Security : ■ The user must have at least read access to the specified node. ■ This service can be executed from Idoc script.

11.7.58 SS_GET_WEBLAYOUT_URL

■ Description : This service returns the full weblayout url in the parameter labeled ssWeblayoutUrl. ■ Parameters: – ssWebLayoutParam : either dDocName, or a weblayout url starting with the path groups required. ■ Returns : – A full weblayout url in a parameter labeled ssWeblayoutUrl. ■ Security : The user must have write access to at least one security group on the content server.

11.7.59 SS_IS_JS_NAV_OUT_OF_DATE

■ Description : This service determines if the navigation files are out of date. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns: – Variable jsNavIsOutOfDate of 0 or 1. ■ Security : ■ The user must have at least read access. ■ This service can be executed from Idoc script. 11-28 Oracle Fusion Middleware Technical Reference Guide for Site Studio

11.7.60 SS_MAP_FRIENDLY_NAME

■ Description : This service maps either a dDocName value to a friendly name or a friendly name to a dDocName - this relates to use of the SSUrlFieldName configuration setting. ■ Parameters: – inputName : value of either the dDocName or the friendly name required. – direction : either fromDocName or toDocName required. ■ Returns : Nothing. ■ Security : The user must have write access to at least one security group on the content server.

11.7.61 SS_MOVE_NODE

■ Description : This service moves a site node in the hierarchy. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the identifier of the node to move required. – newParentId : the identifier of the new parent for the node required. – insertAfterId : the identifier of the prior sibling to the moved node optional. If this parameter is not specified, the node will be the first child of new_ parent_id. ■ Returns : Nothing. ■ Security : The user must have at least write access to the new parent node.

11.7.62 SS_PARSE_FRIENDLY_URL

■ Description : This service returns the siteId and siteRelativeUrl for the target of the link passed. ■ Parameters: – ssFriendlyUrl : the friendly url located on the site required. ■ Returns : – siteId : the unique identifier of the site. – siteRelativeUrl : the parsed url of the entered friendly url. ■ Security : The user must have write access to at least one security group on the content server.

11.7.63 SS_PREPARE_PREVIEW