Interface VersionedContent


  • public interface VersionedContent
    Represents the content of a specific version of a content item (be it the element master or a variation of it).
    • Method Detail

      • getContentType

        java.lang.String getContentType()
        Gets the content type of the versioned content.
        Returns:
        The content type of the versioned content
      • getContent

        java.lang.String getContent()
        Gets the content as a String.
        Returns:
        The content (as a String)