SS_ADD_NODE SS_ADD_WEBSITE_ID SS_BATCH_DECODE_LINK SS_CHECKIN_FRAGMENT_LIBRARY

Site Studio Services 11-7 ■ Section 11.7.79, WCM_EDIT_DATA_FILE ■ Section 11.7.80, WCM_BEGIN_EDIT_SESSION

11.7.1 SS_ADD_NODE

■ Description : This service adds a child node to the given site node. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the unique identifier of the node required. The newly added node will be a child of this node. – newNodeId : the identifier of the new child node optional. If this value is not specified, a new, unique identifier will be generated. – newNodeName : the label of the new child node optional. If this value is not specified, the text New Section will be used. ■ Returns : – newNodeId : the identifier of the newly created node. ■ Security : The user must have at least write access to the node to which a new child will be added.

11.7.2 SS_ADD_WEBSITE_ID

■ Description : This service adds the given siteId to the list of web sites for the given document. ■ Parameters: – dDocName : the dDocName required. – siteId : the unique identifier of the site required. – fieldName : either xWebsites or xDontShowInListsForWebsite required. ■ Returns: Nothing. ■ Security : The user must have write access to the latest revision of the given dDocName.

11.7.3 SS_BATCH_DECODE_LINK

■ Description : This service passes and returns a set to SS_DECODE_LINK to run on all listed links and siteIds in the set. ■ Parameters: – a result set titled Link containing a list of links and siteIds as listed in SS_ DECODE_LINK. ■ Returns : – A result set titled Links, one row for each input row with information as described in SS_DECODE_LINK. ■ Security : The user must have write access to at least one security group on the content server. 11-8 Oracle Fusion Middleware Technical Reference Guide for Site Studio

11.7.4 SS_CHECKIN_FRAGMENT_LIBRARY

■ Description : This service is a wrapper for CHECKIN_UNIVERSAL followed by a post-process where the fragment .zip file is unzipped and deployed to the weblayout. ■ Parameters: – primaryFile : the fragment .zip file. Required. – alternateFile : the XML fragment definition. Required. ■ Returns: None ■ Security : Same requirements as for CHECKIN_UNIVERSAL.

11.7.5 SS_CHOOSE_WEBSITE_SECTION