Class 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
  • Constructor Details

    • RMv21PatchComponent

      public RMv21PatchComponent()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      See Also:
      • ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
    • init

      public void init()
      init method
      Overrides:
      init in class ModulePatchComponent