Class RMv21CapabilityPatch

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

public class RMv21CapabilityPatch extends RMv21PatchComponent
RM v2.1 patch to updated modified capabilities.
Since:
2.1
Author:
Roy Wetherall
  • Constructor Details

    • RMv21CapabilityPatch

      public RMv21CapabilityPatch()
  • Method Details

    • setFilePlanService

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

      protected Set<NodeRef> getFilePlans()
      Helper method to get the file plans
      Returns:
      Set of file plan node references
    • setAuthorityService

      public void setAuthorityService(AuthorityService authorityService)
      Parameters:
      authorityService - authority service
    • setPermissionService

      public void setPermissionService(PermissionService permissionService)
      Parameters:
      permissionService - permission service
    • executePatch

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