Helper methods - A collection of helper methods to support
the SiteData object.
- encodeencode(String input) - these methods encode the input string into the specified encoding.
- decodedecode(String input) - these methods decode the input string.
- logoutlogout - logs out the current user.
- reloadUserreloadUser - reloads the current user into the session.
- getCredentialVaultgetCredentialVault - returns the credential vault for the user.
- getChromegetChrome - returns a ScriptModelObject representing the chrome.
- getComponentgetComponent() - these methods return a component.
- getComponentTypegetComponentType - returns a ScriptModelObject representing the component type.
- getConfigurationgetConfiguration - returns a ScriptModelObject representing the configuration.
- getContentAssociationgetContentAssociation - returns a ScriptModelObject representing the content association.
- getPagegetPage - returns a ScriptModelObject representing the page.
- getPageTypegetPageType - returns a ScriptModelObject representing the page type.
- getPageAssociationgetPageAssociation - returns a ScriptModelObject representing the page association.
- getTemplategetTemplate - returns a ScriptModelObject representing the template.
- getTemplateTypegetTemplateType - returns a ScriptModelObject representing the template type.
- getThemegetTheme - returns a ScriptModelObject representing the theme.
- newGUIDnewGUID - returns a string that represents the new GUID.
- getFormatIdsgetFormatIds - returns an array of strings representing the format IDs.
- getFormatTitlegetFormatTitle - returns a string that represents the format title.
- getFormatDescriptiongetFormatDescription - returns a string that represents the format description.
Parent topic: sitedata