Interface IContentObjectType

    • Method Detail

      • getDescription

        String getDescription()
        Gets the description
        Returns:
        description
        Throws:
        PersistencyException - if DB access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • getName

        String getName()
        Gets the name
        Returns:
        name
        Throws:
        PersistencyException - if DB access fails
        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
        Throws:
        PersistencyException - if DB access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • isDownloadable

        boolean isDownloadable()
        Is the type directly downloadable
        Returns:
        true if it is, otherwise false
        Throws:
        PersistencyException - if DB access fails
        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
        Throws:
        PersistencyException - if DB access fails
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.