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 BehaviourFilterDeprecated.Behaviour filterprotected static final org.slf4j.LoggerDeprecated.loggerprotected ModulePatchExecuterImplDeprecated.module patch executerprotected RegistryServiceDeprecated.Registry serviceprotected RetryingTransactionHelperDeprecated.Retrying transaction helperFields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.protected abstract voidDeprecated.Execute patch work.voidinit()Deprecated.Init methodvoidsetBehaviourFilter(BehaviourFilter behaviourFilter) Deprecated.voidsetModulePatchExecuter(ModulePatchExecuterImpl modulePatchExecuter) Deprecated.voidsetRegistryService(RegistryService registryService) Deprecated.voidsetRetryingTransactionHelper(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:
initin classAbstractModuleComponent
-
executeInternal
protected void executeInternal()Deprecated.- Specified by:
executeInternalin classAbstractModuleComponent- See Also:
-
executePatch
protected abstract void executePatch()Deprecated.Execute patch work.
-