Interface ContentObjectMeta


public interface ContentObjectMeta
Content Object Meta
Since:
9.4
API:
This is a public API.
  • Method Details

    • fileExtension

      String fileExtension()
      File extension of the content object. Only a file content object has a file extension.
      Returns:
      file extension or empty string if its not a file content object
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • contentObjectType

      ContentObjectType contentObjectType()
      Returns the content object type.
      Returns:
      content object type
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.
    • fileContentType

      FileContentType fileContentType()
      Returns the file content type.
      Returns:
      file content type
      API:
      This public API is available in IvyScript and Java. It has the visibility NOVICE.