Class RMv21PatchComponent
- java.lang.Object
-
- org.alfresco.repo.module.AbstractModuleComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
-
- org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
-
- All Implemented Interfaces:
ModuleComponent
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
NotificationTemplatePatch_v21
,RMv21BehaviorScriptsPatch
,RMv21CapabilityPatch
,RMv21InPlacePatch
,RMv21RecordInheritancePatch
,RMv21ReportServicePatch
,RMv21RolesPatch
public abstract class RMv21PatchComponent extends ModulePatchComponent implements org.springframework.context.ApplicationContextAware
Convenience class to ensure all V2.0 patches are executed before v2.1- Since:
- 2.2
- Author:
- Roy Wetherall
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
behaviourFilter, LOGGER, modulePatchExecuter, registryService, retryingTransactionHelper
-
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry
-
-
Constructor Summary
Constructors Constructor Description RMv21PatchComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
init methodvoid
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
executeInternal, executePatch, setBehaviourFilter, setModulePatchExecuter, setRegistryService, setRetryingTransactionHelper
-
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
-
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- See Also:
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
-
init
public void init()
init method- Overrides:
init
in classModulePatchComponent
-
-