Class SupportedTransformation

  • Direct Known Subclasses:
    ExplictTransformationDetails

    @Deprecated
    public class SupportedTransformation
    extends 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​(String sourceMimetype,
                                       String targetMimetype)
        Deprecated.
    • Method Detail

      • setSourceMimetype

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

        public String getSourceMimetype()
        Deprecated.
      • setTargetMimetype

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

        public String getTargetMimetype()
        Deprecated.