Interface ContentManagementSystem

All Known Subinterfaces:
IContentManagementSystem

public interface ContentManagementSystem
Content Management System
Since:
9.4
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String uri)
    Gets the content object with the given uri.
    Gets all locales which are available in this cms.
    Gets the root content object of this content management system.
  • Method Details

    • root

      Gets the root content object of this content management system.
      Returns:
      root content object
      API:
      This public API is available in Java.
    • get

      Gets the content object with the given uri.
      Parameters:
      uri - cms uri
      Returns:
      content object
      API:
      This public API is available in Java.
    • locales

      Set<Locale> locales()
      Gets all locales which are available in this cms.
      Returns:
      locales
      API:
      This public API is available in Java.