ssSplitString ssGetWebsiteName ssGetSiteProperty ssGetFirstNodeId ssGetRelativeNodeId
9.25 ssGetCoreMajorVersion
Description This script extension can be used to obtain the major version of the underlying content server. Parameters It has no parameters. Returns Oracle Content Server major version number. Code Example --Variable = ssGetCoreMajorVersion--9.26 ssSplitString
Description This script extension can be used to split a string into segments based on a specified delimiter. Parameters ■ string : The string to be split. ■ delimiter : The delimiter used to split the string for example ,. ■ name : The name of the result set to store the results of the split operation. Returns The return value is an integer indicating the number of segments that were split out of the supplied string. The extension also generates a ResultSet with one column, named String, listing the split strings. Code Example --ssSplitStringABC;123;XYZ , ; , StorageRows--9.27 ssGetWebsiteName
Description This script extension can be used to obtain the web site name for any web site on the content server. Parameters The parameters are: ■ siteId : The unique identifier for the web site. Idoc Script Extensions 9-15 Returns The web site name label of the siteId. Code Example --ssGetWebsiteNamesiteId--9.28 ssGetSiteProperty
Description This script extension can be used to obtain a site property for any web site on the content server. Parameters ■ siteId : The unique identifier for the web site. ■ propertyName : The name of the property whose value is required. Returns The property listed in propertyName, as a string. Code Example --ssGetSitePropertysiteId , propertyName--9.29 ssGetFirstNodeId
Description This script extension can be used to obtain the identifier nodeId for the root node of any web site on the content server. Parameters ■ siteId : The unique identifier for the web site. Returns The Id of the first node. Code Example --Variable = ssGetFirstNodeIdsiteId--9.30 ssGetRelativeNodeId
Description This script extension can be used to obtain the identifier nodeId of a node relative to a given node. Parameters ■ siteId : The unique identifier for the web site. ■ nodeId : The unique identifier for the context node. 9-16 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ relative : The relationship; must be one of: child, parent, prior, or next. ■ respectContribOnly : A boolean value; the default is yes optional. Returns The nodeId of the node that has the stated relationship to the context node, or an empty string if there is no node with that stated relationship. Code Example --Variable = ssGetRelativeNodeIdsiteId , nodeId , child , no--9.31 ssLoadSiteNavResultSet
Parts
» Oracle Fusion Middleware Online Documentation Library
» About the Site Studio Technical Reference Scope of the Technical Reference About Site Assets
» Page Templates Subtemplates Templates
» Relationship Between Templates and Definitions Serving Web Pages
» xWebsiteSection xWebsites Metadata Fields
» xDontShowInListsForWebsites xRegionDefinition Metadata Fields
» Conversions Definitions About Metadata About Link Formats Using Path-Based Links
» wcmUrl Using Server-Side Script Links
» ssLink ssNodeLink ssWebLayoutUrl Using Server-Side Script Links
» ssLINK ssNODELINK Using Token Links
» sitenavigation.js Runtime Auto-Generated Files
» sitenavigationfunctions.js sitenavigation.xml
» Using JavaScript Links About Runtime Generated Files wcm.toggle.js
» About Fragments Oracle Fusion Middleware Online Documentation Library
» Fragment Libraries Oracle Fusion Middleware Online Documentation Library
» Read-Only Fragment Libraries Fragment Inclusion Using wcmFragment
» Client-Side JavaScript Server-Side Idoc Script
» fragments fragment parameter The Fragment Definition File
» snippet designview element The Fragment Definition File
» Fragment Snippets and the ssIncludeXml Fragment Instance Structure in the ssinfo XML Data Island
» About Native Documents wcmDynamicConversion Document Conversion in the Properties Pane
» Loading the Element API Element API Dependent Scripts
» Communication from a Contributor Form to a Custom Element
» Detecting Legacy Custom Element Forms Upgrading Legacy Custom Elements
» wcmElement wcmListStart wcmListEnd wcmListElement
» wcmUrl ssIncludeXml Oracle Fusion Middleware Online Documentation Library
» ssGetDocInfo ssGetXmlNodeCount ssIncDynamicConversion ssIncDynamicConversionByRule
» ssRandom ssGetNodeProperty ssGetWebsiteNodeType ssGetCoreMajorVersion
» ssSplitString ssGetWebsiteName ssGetSiteProperty ssGetFirstNodeId ssGetRelativeNodeId
» ssLoadSiteNavResultSet ssGetServerRelativeUrl ssGetServerRelativePath ssGetUrlPageName
» ssGetNodeLabel ssGetNodeLabelPath ssGetAllSites ssLink ssNodeLink
» ssWeblayoutUrl About Idoc Script Variables HttpWebsitesRoot HttpRelativeWebsitesRoot
» Services Related to Designer
» SS_ADD_NODE SS_ADD_WEBSITE_ID SS_BATCH_DECODE_LINK SS_CHECKIN_FRAGMENT_LIBRARY
» SS_COMMIT_SITE_CHANGES SS_CREATE_NEW_SITE_EX2 SS_CREATE_SITE_NAV_JS
» SS_DECODE_LINK SS_DELETE_NODE SS_DOC_INFO_LATEST SS_EDIT_NATIVE_DOCUMENT
» SS_GET_DOCUMENT_USAGE SS_GET_ENVIRONMENT_PROPERTY_NAMES SS_GET_FIRST_NODE_ID SS_GET_FRIENDLY_URL
» TARGET SECTION SOURCE SS_GET_PAGE
» SS_GET_NODE_LINK SS_GET_NODE_PROPERTY SS_GET_PLACEHOLDER_SWITCH_CONTENT_CONFIG
» SS_GET_SITE_AS_XML_EX2 SS_GET_SITE_ASSET_CATEGORIES SS_GET_SITE_CHANGE_MONITOR_TOKEN
» SS_PREPARE_PREVIEW SS_PUBLISH_THIS_PAGE SS_REMOVE_WEBSITE_ID SS_SET_ALL_CUSTOM_NODE_PROP_DEFS
» SS_SET_ELEMENT_DATA SS_SET_ENVIRONMENT_PROPERTY_NAMES SS_SET_NODE_PROPERTY SS_SET_NODES_PROPERTIES
» SS_SWITCH_REGION_ASSOCIATION SS_VALIDATE_WEBSITE_OBJECT WCM_PLACEHOLDER
» WCM_EDIT_DATA_FILE WCM_BEGIN_EDIT_SESSION
» Optimization Requirements The Build Process
» Installing the Contributor Console Window Launching the Contributor Console Window
» Contributor Console Window Context Ensuring the Contributor Console Window is Root
» Logging Syntax Time Profiling
» Command Window Helper Functions Keyboard Commands About the Manager Settings File ssm:settings Tag
» ssm:general Tag ssm:addSection Tag
» ssm:primaryLayout Tag ssm:secondaryLayout Tag
Show more