Class RMv22DODCompliantSitePatch

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

public class RMv22DODCompliantSitePatch extends AbstractModulePatch implements RecordsManagementModel
DOD compliant site patch. Makes all existing sites of type dod:site to preserve their DOD compliance status.
Since:
2.2
Author:
Roy Wetherall
  • Constructor Details

    • RMv22DODCompliantSitePatch

      public RMv22DODCompliantSitePatch()
  • Method Details

    • setQnameDAO

      public void setQnameDAO(QNameDAO qnameDAO)
      Parameters:
      qnameDAO - QName DAO
    • setConvertToStandardFilePlan

      public void setConvertToStandardFilePlan(boolean convertToStandardFilePlan)
      Parameters:
      convertToStandardFilePlan - convert to standard file if true, false otherwise
    • 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: