Package org.alfresco.repo.rendition2
Class LegacyTransformServiceRegistry
- java.lang.Object
-
- org.alfresco.repo.rendition2.AbstractTransformServiceRegistry
-
- org.alfresco.repo.rendition2.LegacyTransformServiceRegistry
-
- All Implemented Interfaces:
org.alfresco.transform.client.registry.TransformServiceRegistry,org.springframework.beans.factory.InitializingBean
@Deprecated public class LegacyTransformServiceRegistry extends AbstractTransformServiceRegistry implements org.springframework.beans.factory.InitializingBean
Deprecated.ImplementsTransformServiceRegistryproviding a mechanism of validating if a legacy transformation (based onAbstractContentTransformer2request is supported.- Author:
- adavis
-
-
Constructor Summary
Constructors Constructor Description LegacyTransformServiceRegistry()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterPropertiesSet()Deprecated.longfindMaxSize(java.lang.String sourceMimetype, java.lang.String targetMimetype, java.util.Map<java.lang.String,java.lang.String> options, java.lang.String renditionName)Deprecated.booleanisEnabled()Deprecated.voidsetContentService(ContentService contentService)Deprecated.voidsetConverter(TransformationOptionsConverter converter)Deprecated.voidsetEnabled(boolean enabled)Deprecated.voidsetTransformerDebug(TransformerDebug transformerDebug)Deprecated.-
Methods inherited from class org.alfresco.repo.rendition2.AbstractTransformServiceRegistry
findTransformerName
-
-
-
-
Method Detail
-
setContentService
public void setContentService(ContentService contentService)
Deprecated.
-
setConverter
public void setConverter(TransformationOptionsConverter converter)
Deprecated.
-
setEnabled
public void setEnabled(boolean enabled)
Deprecated.
-
isEnabled
public boolean isEnabled()
Deprecated.
-
setTransformerDebug
public void setTransformerDebug(TransformerDebug transformerDebug)
Deprecated.
-
afterPropertiesSet
public void afterPropertiesSet()
Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
findMaxSize
public long findMaxSize(java.lang.String sourceMimetype, java.lang.String targetMimetype, java.util.Map<java.lang.String,java.lang.String> options, java.lang.String renditionName)Deprecated.- Specified by:
findMaxSizein interfaceorg.alfresco.transform.client.registry.TransformServiceRegistry
-
-