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.
Module patch component base class.
- Since:
- 2.1
- Author:
- Roy Wetherall
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BehaviourFilter
Deprecated.Behaviour filterprotected static final org.slf4j.Logger
Deprecated.loggerprotected ModulePatchExecuterImpl
Deprecated.module patch executerprotected RegistryService
Deprecated.Registry serviceprotected RetryingTransactionHelper
Deprecated.Retrying transaction helperFields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.protected abstract void
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 Details
-
LOGGER
protected static final org.slf4j.Logger LOGGERDeprecated.logger -
retryingTransactionHelper
Deprecated.Retrying transaction helper -
behaviourFilter
Deprecated.Behaviour filter -
modulePatchExecuter
Deprecated.module patch executer -
registryService
Deprecated.Registry service
-
-
Constructor Details
-
ModulePatchComponent
public ModulePatchComponent()Deprecated.
-
-
Method Details
-
setRetryingTransactionHelper
Deprecated.- Parameters:
retryingTransactionHelper
- retrying transaction helper
-
setBehaviourFilter
Deprecated.- Parameters:
behaviourFilter
- behaviour filter
-
setModulePatchExecuter
Deprecated.- Parameters:
modulePatchExecuter
- module patch executer
-
setRegistryService
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:
-
executePatch
protected abstract void executePatch()Deprecated.Execute patch work.
-