SS_GET_LINK SS_GET_LINK_MANAGEMENT_REPORT SS_GET_LINK_WIZARD_CONFIG SS_GET_LINK_WIZARD_CONFIG_WITH_SITE

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

11.7.32 SS_GET_LINK

■ Description : This is the service version of ssLink server side link. ■ Parameters: – ssDocName: the dDocName of the document to display required. – TargetNodeId: the identifier of the section that will display the document optional. – TargetSiteId: the identifier of the site containing the specified TargetNodeId optional. – SourceNodeId: the identifier of the section that will display the document if the documents xWebsiteSection value is not available optional. – SourceSiteId: the identifier of the site containing the specified ssSourceNodeId optional. ■ Returns : – An ssLink parameter denoting an absolute URL to the specified document. ■ Security : The user must have write access to at least one security group on the content server.

11.7.33 SS_GET_LINK_MANAGEMENT_REPORT

■ Description : This service obtains information about links within a Site Studio Site. ■ Parameters: none. ■ Returns : a result set labeled Manifest with these columns: – siteId: the unique identifier of the site required. – layoutResultSet : contains these values: nodeId: the identifier of the section. dDocName : the name of the document. isPrimaryUrl : if the result is designated as a primary page. – UrlDataFiles : contains these values: nodeId: the identifier of the section. dDocName : the name of the document. isPrimaryUrl : if the result is designated as a primary page. ■ Security : The user must have write access to at least one security group on the content server.

11.7.34 SS_GET_LINK_WIZARD_CONFIG

■ Description : This service obtains the configuration information used to populate the Link Wizard. ■ Parameters: – link: the value of the link. It can be of any format. – target: the target window. Site Studio Services 11-17 ■ Returns: – The configuration in JSON for the link wizard is returned. ■ Security : The user must have write access to at least one security group on the content server.

11.7.35 SS_GET_LINK_WIZARD_CONFIG_WITH_SITE

■ Description : This service is used to launch the link wizard within the context of a site. ■ Parameters: – siteId: the unique identifier of the site required. – nodeId: the unique identifier of the node. – link: the value of the link. It can be of any format. – target: the target window. ■ Returns: – The configuration in JSON for the link wizard is returned. ■ Security : The user must have write access to at least one security group on the content server.

11.7.36 SS_GET_NODE_LINK