Class AbstractTransformClient

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean
    Direct Known Subclasses:
    LegacyLocalTransformClient

    public abstract class AbstractTransformClient
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Contains common code used in TransformClients.
    Author:
    adavis
    • Field Detail

      • nodeService

        protected org.alfresco.service.cmr.repository.NodeService nodeService
    • Constructor Detail

      • AbstractTransformClient

        public AbstractTransformClient()
    • Method Detail

      • setNodeService

        public void setNodeService​(org.alfresco.service.cmr.repository.NodeService nodeService)
      • afterPropertiesSet

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