Class RMv33HoldAuditEntryValuesPatch
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
-
- org.alfresco.module.org_alfresco_module_rm.patch.v33.RMv33HoldAuditEntryValuesPatch
-
- All Implemented Interfaces:
Comparable<ModulePatch>
,ModulePatch
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class RMv33HoldAuditEntryValuesPatch extends AbstractModulePatch
Patch to update values for addToHold and removeFromHold event typesSee: https://issues.alfresco.com/jira/browse/RM-7098
- Since:
- 3.3
- Author:
- Ramona Popa
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
LOGGER, transactionService
-
-
Constructor Summary
Constructors Constructor Description RMv33HoldAuditEntryValuesPatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyInternal()
Apply patch internal method.void
setRecordsManagementQueryDAO(RecordsManagementQueryDAO recordsManagementQueryDAO)
-
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
-
-
-
-
Method Detail
-
setRecordsManagementQueryDAO
public void setRecordsManagementQueryDAO(RecordsManagementQueryDAO recordsManagementQueryDAO)
-
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 classAbstractModulePatch
- See Also:
Updates the property string value entities for addToHold, removeFromHold and deleteHold audit event types
-
-