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, retryingTransactionHelperFields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()init methodvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
executeInternal, executePatch, setBehaviourFilter, setModulePatchExecuter, setRegistryService, setRetryingTransactionHelperMethods 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
-
Constructor Details
-
RMv21PatchComponent
public RMv21PatchComponent()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- See Also:
-
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
-
init
public void init()init method- Overrides:
initin classModulePatchComponent
-