Class 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.
    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

      • setContentService

        public void setContentService​(ContentService contentService)
        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​(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:
        findMaxSize in interface org.alfresco.transform.client.registry.TransformServiceRegistry