Class RMv22RemoveInPlaceRolesFromAllPatch

java.lang.Object
org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
org.alfresco.module.org_alfresco_module_rm.patch.v22.RMv22RemoveInPlaceRolesFromAllPatch
All Implemented Interfaces:
Comparable<ModulePatch>, ModulePatch, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class RMv22RemoveInPlaceRolesFromAllPatch extends AbstractModulePatch
Removes the in-place groups from the all roles group.
Since:
2.2
Author:
Roy Wetherall
  • Constructor Details

    • RMv22RemoveInPlaceRolesFromAllPatch

      public RMv22RemoveInPlaceRolesFromAllPatch()
  • Method Details

    • setFilePlanService

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

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

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

      public void applyInternal()
      Description copied from class: AbstractModulePatch
      Apply patch internal method. Implementations can assume a transaction has been started.
      Specified by:
      applyInternal in class AbstractModulePatch
      See Also: