Class ModulePatchComponent
- java.lang.Object
-
- org.alfresco.repo.module.AbstractModuleComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
-
- All Implemented Interfaces:
ModuleComponent
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
NotificationTemplatePatch
,RMv21PatchComponent
,RMv2FilePlanNodeRefPatch
,RMv2ModelPatch
,RMv2SavedSearchPatch
@Deprecated public abstract class ModulePatchComponent extends AbstractModuleComponent
Deprecated.Module patch component base class.- Since:
- 2.1
- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description protected BehaviourFilter
behaviourFilter
Deprecated.Behaviour filterprotected static org.slf4j.Logger
LOGGER
Deprecated.loggerprotected ModulePatchExecuterImpl
modulePatchExecuter
Deprecated.module patch executerprotected RegistryService
registryService
Deprecated.Registry serviceprotected RetryingTransactionHelper
retryingTransactionHelper
Deprecated.Retrying transaction helper-
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry
-
-
Constructor Summary
Constructors Constructor Description ModulePatchComponent()
Deprecated.
-
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 methodvoid
setBehaviourFilter(BehaviourFilter behaviourFilter)
Deprecated.void
setModulePatchExecuter(ModulePatchExecuterImpl modulePatchExecuter)
Deprecated.void
setRegistryService(RegistryService registryService)
Deprecated.void
setRetryingTransactionHelper(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 RetryingTransactionHelper retryingTransactionHelper
Deprecated.Retrying transaction helper
-
behaviourFilter
protected BehaviourFilter behaviourFilter
Deprecated.Behaviour filter
-
modulePatchExecuter
protected ModulePatchExecuterImpl modulePatchExecuter
Deprecated.module patch executer
-
registryService
protected RegistryService registryService
Deprecated.Registry service
-
-
Method Detail
-
setRetryingTransactionHelper
public void setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
Deprecated.- Parameters:
retryingTransactionHelper
- retrying transaction helper
-
setBehaviourFilter
public void setBehaviourFilter(BehaviourFilter behaviourFilter)
Deprecated.- Parameters:
behaviourFilter
- behaviour filter
-
setModulePatchExecuter
public void setModulePatchExecuter(ModulePatchExecuterImpl modulePatchExecuter)
Deprecated.- Parameters:
modulePatchExecuter
- module patch executer
-
setRegistryService
public void setRegistryService(RegistryService registryService)
Deprecated.- Parameters:
registryService
- Registry service
-
init
public void init()
Deprecated.Init method- Overrides:
init
in classAbstractModuleComponent
-
executeInternal
protected void executeInternal()
Deprecated.- Specified by:
executeInternal
in classAbstractModuleComponent
- See Also:
AbstractModuleComponent.executeInternal()
-
executePatch
protected abstract void executePatch()
Deprecated.Execute patch work.
-
-