Class TransformServiceRegistryImpl

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

    public abstract class TransformServiceRegistryImpl
    extends org.alfresco.transform.client.registry.AbstractTransformRegistry
    implements org.springframework.beans.factory.InitializingBean
    Used by clients to work out if a transformation is supported by the Transform Service.
    • Field Detail

      • enabled

        protected boolean enabled
    • Constructor Detail

      • TransformServiceRegistryImpl

        public TransformServiceRegistryImpl()
    • Method Detail

      • setJsonObjectMapper

        public void setJsonObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper jsonObjectMapper)
      • getCronExpression

        public org.quartz.CronExpression getCronExpression()
      • setCronExpression

        public void setCronExpression​(org.quartz.CronExpression cronExpression)
      • getInitialAndOnErrorCronExpression

        public org.quartz.CronExpression getInitialAndOnErrorCronExpression()
      • setInitialAndOnErrorCronExpression

        public void setInitialAndOnErrorCronExpression​(org.quartz.CronExpression initialAndOnErrorCronExpression)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • readConfig

        public abstract boolean readConfig()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setFirstTime

        protected void setFirstTime​(boolean firstTime)
      • getFirstTime

        protected boolean getFirstTime()
      • getLog

        protected abstract org.apache.commons.logging.Log getLog()
      • logError

        protected void logError​(java.lang.String msg)
        Specified by:
        logError in class org.alfresco.transform.client.registry.AbstractTransformRegistry