SS_DECODE_LINK SS_DELETE_NODE SS_DOC_INFO_LATEST SS_EDIT_NATIVE_DOCUMENT

11-10 Oracle Fusion Middleware Technical Reference Guide for Site Studio – siteType : the type of site being created. For example, asp or idoc optional. – initialNodeId : the nodeId of the root section optional. If this value is not specified, a unique identifier will be created. – rootSectionActive : indicates whether or not the root section should be marked as active optional. Legal values are True or False. – rootSectionLabel : the label of the root section optional. If this value is not specified, the value Home will be assigned. – rootSectionUrlPageName : the urlPageName value for the root section optional. – rootSectionUrlSecondaryPageName : the urlSecondaryPageName for the root section optional. – rootSectionUrlDirName : the urlDirName value for the root section optional. ■ Returns : – siteId : the unique identifier of the created site required. ■ Security : The user executing the service must have write access to the security group used to check in Site Studio project files, as configured in the Set Default Project Document Information administration page.

11.7.12 SS_CREATE_SITE_NAV_JS

■ Description : This service creates the site navigation files. This regenerates the sitenavigation.js, sitenavigationfunctions.js, sitenavigation.xml, sitenavigation.hda, and sitenavigation_co.hda files. ■ Parameters: – siteId : the unique identifier of the site required. ■ Returns: – siteNavUrl : the full HTTP URL to the site navigation file. ■ Security : The user must have at least write access to the root node.

11.7.13 SS_DECODE_LINK

■ Description : This service decodes any Site Studio link to determine where it resolves. ■ Parameters: – link: the Site Studio link, in any supported format required. – siteId: the unique identifier of the site required. ■ Returns : may be blank – targetIsSection : TrueFalse – nodeLabel : the navigation label for the node. – targetDocName : the dDocName targeted by the link. – targetNodeId : the identifier of the section targeted by the link. – targetSiteId: the identifier of the site targeted by the link. – targetIsSecondary : TrueFalse Site Studio Services 11-11 – linkType : the link type of the entered Site Studio link. – errors : one of the following string values - unknown Error, noInputLink, invalidInputSiteId, invalidSiteId, invalidNodeId, invalidPathLink, noDocInfo, notSiteStudioUrl, badUrlFormat, cantFindUrlSection, parameterCount, parameterFormat. ■ Security : The user must have write access to at least one security group on the content server.

11.7.14 SS_DELETE_NODE

■ Description : This service deletes the specified site node and all of its children. ■ Parameters: – siteId : the unique identifier of the site required. – nodeId : the identifier of the node to delete required. ■ Returns : Nothing. ■ Security : The user must have at least delete access to the node to be deleted.

11.7.15 SS_DOC_INFO_LATEST

■ Description : This service retrieves information about the latest document, including those in workflow, and not just the latest released document. This service behaves similar to the DOC_INFO_BY_NAME Oracle Content Server service. ■ Parameters : – dDocName : the dDocName of the document you want to retrieve the info from. ■ Returns: – The DOC_INFO result set for the latest version of the supplied dDocName. – The document author’s email address. The email address is not in the result set. ■ Security : Read access to the latest version. This may require access to the documents workflow .

11.7.16 SS_EDIT_NATIVE_DOCUMENT

■ Description : This service returns an HTML page that can be used to launch Check Out and Open COAO. The page has the necessary JavaScript and object tag required to launch COAO. ■ Parameters : – dDocName : the dDocName of the file that you want to edit with the COAO functionality required. ■ Returns : Nothing. ■ Security : Must have write access on at least one security group; otherwise, the user would not be able to use COAO. 11-12 Oracle Fusion Middleware Technical Reference Guide for Site Studio

11.7.17 SS_GET_ADMIN_PAGE