Class SupportedTransformation

  • Direct Known Subclasses:
    ExplictTransformationDetails

    @Deprecated
    public class SupportedTransformation
    extends java.lang.Object
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    Represents a supported transformation. Normally used in a spring bean that limits the number of supported configures.
    • Constructor Detail

      • SupportedTransformation

        public SupportedTransformation()
        Deprecated.
      • SupportedTransformation

        public SupportedTransformation​(java.lang.String sourceMimetype,
                                       java.lang.String targetMimetype)
        Deprecated.
    • Method Detail

      • setSourceMimetype

        public void setSourceMimetype​(java.lang.String sourceMimetype)
        Deprecated.
      • getSourceMimetype

        public java.lang.String getSourceMimetype()
        Deprecated.
      • setTargetMimetype

        public void setTargetMimetype​(java.lang.String targetMimetype)
        Deprecated.
      • getTargetMimetype

        public java.lang.String getTargetMimetype()
        Deprecated.