Package org.alfresco.repo.rendition2
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 Summary
Fields Modifier and Type Field Description static StringFALSE_STRINGDeprecated.protected static Set<String>IMAGE_OPTIONSDeprecated.
-
Constructor Summary
Constructors Constructor Description TransformationOptionsConverter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPropertiesSet()Deprecated.Map<String,String>getOptions(TransformationOptions options)Deprecated.Map<String,String>getOptions(TransformationOptions options, String sourceMimetype, String targetMimetype)Deprecated.protected voidifSet(boolean condition, Map<String,String> options, String key, Object value)Deprecated.protected <T> voidifSet(Map<String,String> options, String key, org.alfresco.repo.rendition2.TransformationOptionsConverter.Setter setter)Deprecated.protected <T> voidset(Map<String,String> options, String key, org.alfresco.repo.rendition2.TransformationOptionsConverter.Setter setter)Deprecated.voidsetMaxPages(String maxPages)Deprecated.voidsetMaxSourceSizeKBytes(String maxSourceSizeKBytes)Deprecated.voidsetPageLimit(String pageLimit)Deprecated.voidsetReadLimitKBytes(String readLimitKBytes)Deprecated.voidsetReadLimitTimeMs(String readLimitTimeMs)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:
afterPropertiesSetin interfaceorg.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.
-
-