Class TransformationOptionsConverter

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Deprecated
    public class TransformationOptionsConverter
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Deprecated.
    converts the new flat name value pair transformer options to the deprecated TransformationOptions.
    Author:
    adavis
    • Field Detail

      • FALSE_STRING

        public static final String FALSE_STRING
        Deprecated.
      • IMAGE_OPTIONS

        protected static Set<String> IMAGE_OPTIONS
        Deprecated.
    • Constructor Detail

      • TransformationOptionsConverter

        public TransformationOptionsConverter()
        Deprecated.
    • Method Detail

      • setMaxSourceSizeKBytes

        public void setMaxSourceSizeKBytes​(String maxSourceSizeKBytes)
        Deprecated.
      • setReadLimitTimeMs

        public void setReadLimitTimeMs​(String readLimitTimeMs)
        Deprecated.
      • setReadLimitKBytes

        public void setReadLimitKBytes​(String readLimitKBytes)
        Deprecated.
      • setPageLimit

        public void setPageLimit​(String pageLimit)
        Deprecated.
      • setMaxPages

        public void setMaxPages​(String maxPages)
        Deprecated.
      • afterPropertiesSet

        public void afterPropertiesSet()
        Deprecated.
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • set

        protected <T> void set​(Map<String,​String> options,
                               String key,
                               org.alfresco.repo.rendition2.TransformationOptionsConverter.Setter setter)
        Deprecated.
      • ifSet

        protected <T> void ifSet​(Map<String,​String> options,
                                 String key,
                                 org.alfresco.repo.rendition2.TransformationOptionsConverter.Setter setter)
        Deprecated.