Class RMv21CapabilityPatch
- 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
-
- org.alfresco.module.org_alfresco_module_rm.patch.v21.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
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
behaviourFilter, LOGGER, modulePatchExecuter, registryService, retryingTransactionHelper
-
Fields inherited from class org.alfresco.repo.module.AbstractModuleComponent
authenticationComponent, moduleService, serviceRegistry
-
-
Constructor Summary
Constructors Constructor Description RMv21CapabilityPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executePatch()
Execute patch work.protected Set<NodeRef>
getFilePlans()
Helper method to get the file plansvoid
setAuthorityService(AuthorityService authorityService)
void
setFilePlanService(FilePlanService filePlanService)
void
setPermissionService(PermissionService permissionService)
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.v21.RMv21PatchComponent
init, setApplicationContext
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.compatibility.ModulePatchComponent
executeInternal, setBehaviourFilter, setModulePatchExecuter, setRegistryService, setRetryingTransactionHelper
-
Methods 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
-
-
-
-
Method Detail
-
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 classModulePatchComponent
- See Also:
AbstractModuleComponent.executeInternal()
-
-