Class TransformationOptionsConverter

java.lang.Object
org.alfresco.repo.rendition2.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 Details

    • FALSE_STRING

      public static final String FALSE_STRING
      Deprecated.
    • IMAGE_OPTIONS

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

    • TransformationOptionsConverter

      public TransformationOptionsConverter()
      Deprecated.
  • Method Details

    • 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.
    • getOptions

      @Deprecated public Map<String,String> getOptions(TransformationOptions options)
      Deprecated.
    • getOptions

      public Map<String,String> getOptions(TransformationOptions options, String sourceMimetype, String targetMimetype)
      Deprecated.
    • ifSet

      protected void ifSet(boolean condition, Map<String,String> options, String key, Object value)
      Deprecated.