Class RMv22DODModelSeparationModulePatch

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

public class RMv22DODModelSeparationModulePatch extends AbstractModulePatch implements RecordsManagementModel
DOD model separation module patch implementation
Since:
2.2
Author:
Roy Wetherall
  • Constructor Details

    • RMv22DODModelSeparationModulePatch

      public RMv22DODModelSeparationModulePatch()
  • Method Details

    • setConvertToStandardFilePlan

      public void setConvertToStandardFilePlan(boolean convertToStandardFilePlan)
      Parameters:
      convertToStandardFilePlan - convert to standard file if true, false otherwise
    • setPatchDAO

      public void setPatchDAO(PatchDAO patchDAO)
      Parameters:
      patchDAO - patch DAO
    • setNodeDAO

      public void setNodeDAO(NodeDAO nodeDAO)
      Parameters:
      nodeDAO - node DAO
    • 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: