Interface IContentObjectType


  • public interface IContentObjectType
    Content Object Type
    API:
    This is a public API.
    • Method Detail

      • getName

        String getName()
        Gets the name
        Returns:
        name
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getMimeType

        CoMimeType getMimeType()
        Gets the MIME type
        Returns:
        MIME type
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • getCoType

        CoType getCoType()
        Gets the CoType enum constant for this IContentObjectType.
        Returns:
        the CoType value that represents this type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • isDownloadable

        boolean isDownloadable()
        Is the type directly downloadable
        Returns:
        true if it is, otherwise false
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • getFileExtension

        String getFileExtension()
        Gets the file extension
        Returns:
        file extension
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.