Class LegacyTransformServiceRegistry

  • All Implemented Interfaces:
    org.alfresco.transform.client.registry.TransformServiceRegistry, org.springframework.beans.factory.InitializingBean

    @Deprecated
    public class LegacyTransformServiceRegistry
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.alfresco.transform.client.registry.TransformServiceRegistry
    Deprecated.
    Implements TransformServiceRegistry providing a mechanism of validating if a legacy transformation (based on AbstractContentTransformer2 request is supported.
    Author:
    adavis
    • Constructor Detail

      • LegacyTransformServiceRegistry

        public LegacyTransformServiceRegistry()
        Deprecated.
    • Method Detail

      • setLegacySynchronousTransformClient

        public void setLegacySynchronousTransformClient​(LegacySynchronousTransformClient legacySynchronousTransformClient)
        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:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • findMaxSize

        public long findMaxSize​(String sourceMimetype,
                                String targetMimetype,
                                Map<String,​String> options,
                                String renditionName)
        Deprecated.
        Specified by:
        findMaxSize in interface org.alfresco.transform.client.registry.TransformServiceRegistry
      • findTransformerName

        public String findTransformerName​(String sourceMimetype,
                                          long sourceSizeInBytes,
                                          String targetMimetype,
                                          Map<String,​String> actualOptions,
                                          String renditionName)
        Deprecated.
        Specified by:
        findTransformerName in interface org.alfresco.transform.client.registry.TransformServiceRegistry