Class ModulePatchComponent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.alfresco.repo.policy.BehaviourFilter behaviourFilter
      Deprecated.
      Behaviour filter
      protected static org.slf4j.Logger LOGGER
      Deprecated.
      logger
      protected ModulePatchExecuterImpl modulePatchExecuter
      Deprecated.
      module patch executer
      protected org.alfresco.repo.admin.registry.RegistryService registryService
      Deprecated.
      Registry service
      protected org.alfresco.repo.transaction.RetryingTransactionHelper retryingTransactionHelper
      Deprecated.
      Retrying transaction helper
      • Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent

        authenticationComponent, moduleService, serviceRegistry
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void executeInternal()
      Deprecated.
       
      protected abstract void executePatch()
      Deprecated.
      Execute patch work.
      void init()
      Deprecated.
      Init method
      void setBehaviourFilter​(org.alfresco.repo.policy.BehaviourFilter behaviourFilter)
      Deprecated.
       
      void setModulePatchExecuter​(ModulePatchExecuterImpl modulePatchExecuter)
      Deprecated.
       
      void setRegistryService​(org.alfresco.repo.admin.registry.RegistryService registryService)
      Deprecated.
       
      void setRetryingTransactionHelper​(org.alfresco.repo.transaction.RetryingTransactionHelper retryingTransactionHelper)
      Deprecated.
       
      • Methods inherited from class org.alfresco.repo.module.AbstractModuleComponent

        checkProperties, equals, execute, getAppliesFromVersionNumber, getAppliesToVersionNumber, getDependsOn, getDescription, getModuleId, getName, getSinceVersionNumber, hashCode, isExecuteOnceOnly, setAppliesFromVersion, setAppliesToVersion, setAuthenticationComponent, setBeanName, setDependsOn, setDescription, setExecuteOnceOnly, setModuleId, setModuleService, setName, setServiceRegistry, setSinceVersion, setTenantAdminService, shutdown, toString
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
        Deprecated.
        logger
      • retryingTransactionHelper

        protected org.alfresco.repo.transaction.RetryingTransactionHelper retryingTransactionHelper
        Deprecated.
        Retrying transaction helper
      • behaviourFilter

        protected org.alfresco.repo.policy.BehaviourFilter behaviourFilter
        Deprecated.
        Behaviour filter
      • registryService

        protected org.alfresco.repo.admin.registry.RegistryService registryService
        Deprecated.
        Registry service
    • Constructor Detail

      • ModulePatchComponent

        public ModulePatchComponent()
        Deprecated.
    • Method Detail

      • setRetryingTransactionHelper

        public void setRetryingTransactionHelper​(org.alfresco.repo.transaction.RetryingTransactionHelper retryingTransactionHelper)
        Deprecated.
        Parameters:
        retryingTransactionHelper - retrying transaction helper
      • setBehaviourFilter

        public void setBehaviourFilter​(org.alfresco.repo.policy.BehaviourFilter behaviourFilter)
        Deprecated.
        Parameters:
        behaviourFilter - behaviour filter
      • setModulePatchExecuter

        public void setModulePatchExecuter​(ModulePatchExecuterImpl modulePatchExecuter)
        Deprecated.
        Parameters:
        modulePatchExecuter - module patch executer
      • setRegistryService

        public void setRegistryService​(org.alfresco.repo.admin.registry.RegistryService registryService)
        Deprecated.
        Parameters:
        registryService - Registry service
      • init

        public void init()
        Deprecated.
        Init method
        Overrides:
        init in class org.alfresco.repo.module.AbstractModuleComponent
      • executeInternal

        protected void executeInternal()
        Deprecated.
        Specified by:
        executeInternal in class org.alfresco.repo.module.AbstractModuleComponent
        See Also:
        AbstractModuleComponent.executeInternal()
      • executePatch

        protected abstract void executePatch()
        Deprecated.
        Execute patch work.