Interface TransformClient

    • Method Detail

      • checkSupported

        void checkSupported​(NodeRef sourceNodeRef,
                            RenditionDefinition2 renditionDefinition,
                            String sourceMimetype,
                            long sourceSizeInBytes,
                            String contentUrl)
        Checks the transformation required for the rendition is supported.
        Parameters:
        sourceNodeRef - the source node
        renditionDefinition - which rendition to perform
        sourceMimetype - the mometype of the source
        sourceSizeInBytes - the size in bytes of the source
        contentUrl - the url of the source (used in debug).
        Throws:
        UnsupportedOperationException - if the transform is not supported.