Interface ContentObjectValue

All Known Subinterfaces:
IContentObjectValue

public interface ContentObjectValue
Content Object Value
Since:
9.4
API:
This is a public API.
  • Method Details

    • parent

      ContentObject parent()
      Returns the parent content object
      Returns:
      parent content object
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • locale

      Locale locale()
      Gets the locale or null if no locale is defined
      Returns:
      locale
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • read

      Returns the accessory to read the content.
      Returns:
      accessory to the content
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • write

      Returns the accessory to write the content.
      Returns:
      accessory to the content
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • delete

      void delete()
      Deletes this content object value.
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.