Class RMv22HoldCapabilityPatch
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
-
- org.alfresco.module.org_alfresco_module_rm.patch.common.CapabilityPatch
-
- org.alfresco.module.org_alfresco_module_rm.patch.v22.RMv22HoldCapabilityPatch
-
- All Implemented Interfaces:
Comparable<ModulePatch>
,ModulePatch
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class RMv22HoldCapabilityPatch extends CapabilityPatch
RM v2.2 patch to update capabilities.- Since:
- 2.2
- Author:
- Roy Wetherall
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
LOGGER, transactionService
-
-
Constructor Summary
Constructors Constructor Description RMv22HoldCapabilityPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyCapabilityPatch(NodeRef filePlan)
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.common.CapabilityPatch
addCapability, apply, applyInternal, getFilePlans, setAuthorityService, setFilePlanService, setPermissionService
-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
compareTo, getDescription, getFixesFromSchema, getFixesToSchema, getId, getModuleId, getTargetSchema, init, setBeanName, setDescription, setFixesFromSchema, setFixesToSchema, setId, setModuleId, setModulePatchExecuter, setTargetSchema, setTransactionService, setTxnReadOnly, setTxnRequiresNew
-
-
-
-
Method Detail
-
applyCapabilityPatch
protected void applyCapabilityPatch(NodeRef filePlan)
- Specified by:
applyCapabilityPatch
in classCapabilityPatch
- See Also:
CapabilityPatch.applyCapabilityPatch(org.alfresco.service.cmr.repository.NodeRef)
-
-