Class RMv24FilePlanContainerRuleInheritancePatch
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
org.alfresco.module.org_alfresco_module_rm.patch.v24.RMv24FilePlanContainerRuleInheritancePatch
- All Implemented Interfaces:
Comparable<ModulePatch>
,ModulePatch
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
RM v2.4 patch that ensures that file plan root containers do not inherited rules, because this is no longer enforced
in the service code anymore.
See https://issues.alfresco.com/jira/browse/RM-3154
- Since:
- 2.4
- Author:
- Roy Wetherall
-
Field Summary
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
LOGGER, transactionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply patch internal method.void
setFilePlanService
(FilePlanService filePlanService) void
setNodeService
(NodeService nodeService) Methods inherited from class org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
apply, compareTo, getDescription, getFixesFromSchema, getFixesToSchema, getId, getModuleId, getTargetSchema, init, setBeanName, setDescription, setFixesFromSchema, setFixesToSchema, setId, setModuleId, setModulePatchExecuter, setTargetSchema, setTransactionService, setTxnReadOnly, setTxnRequiresNew
-
Constructor Details
-
RMv24FilePlanContainerRuleInheritancePatch
public RMv24FilePlanContainerRuleInheritancePatch()
-
-
Method Details
-
setFilePlanService
- Parameters:
filePlanService
- file plan service
-
setNodeService
- Parameters:
nodeService
- node service
-
applyInternal
public void applyInternal()Description copied from class:AbstractModulePatch
Apply patch internal method. Implementations can assume a transaction has been started.
-