Class RMv21InPlacePatch

All Implemented Interfaces:
DOD5015Model, RecordsManagementCustomModel, RecordsManagementModel, ModuleComponent, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

public class RMv21InPlacePatch extends RMv21PatchComponent implements org.springframework.beans.factory.BeanNameAware, RecordsManagementModel, DOD5015Model
RM v2.1 patch to support InPlace functional updates
Since:
2.1
Author:
Roy Wetherall
  • Constructor Details

    • RMv21InPlacePatch

      public RMv21InPlacePatch()
  • Method Details

    • setFilePlanRoleService

      public void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)
      Parameters:
      filePlanRoleService - file plan role service
    • setFilePlanPermissionService

      public void setFilePlanPermissionService(FilePlanPermissionService filePlanPermissionService)
      Parameters:
      filePlanPermissionService - file plan permission service
    • setFilePlanService

      public void setFilePlanService(FilePlanService filePlanService)
      Parameters:
      filePlanService - file plan service
    • setCapabilityService

      public void setCapabilityService(CapabilityService capabilityService)
      Parameters:
      capabilityService - capability service
    • setRuleService

      public void setRuleService(RuleService ruleService)
      Parameters:
      ruleService - rule service
    • setNodeService

      public void setNodeService(NodeService nodeService)
      Parameters:
      nodeService - node service
    • executePatch

      protected void executePatch()
      Description copied from class: ModulePatchComponent
      Execute patch work.
      Specified by:
      executePatch in class ModulePatchComponent
      See Also: