Uses of Class
org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch
-
-
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.common
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.common Modifier and Type Class Description class
CapabilityPatch
Abstract implementation of capability patch. -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v22
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v22 Modifier and Type Class Description class
RMv22CapabilityPatch
RM v2.2 patch to updated modified capabilities.class
RMv22DODCompliantSitePatch
DOD compliant site patch.class
RMv22DODModelSeparationModulePatch
DOD model separation module patch implementationclass
RMv22FileHoldReportCapabilityPatch
RM v2.2 patch to add FileHoldReport capability.class
RMv22GhostOnDestroyDispositionActionPatch
Sets the ghost on destroy property for existing destroy disposition actions to the value specified in the global properties fileclass
RMv22HoldCapabilityPatch
RM v2.2 patch to update capabilities.class
RMv22HoldReportPatch
Adds the hold report.class
RMv22RemoveInPlaceRolesFromAllPatch
Removes the in-place groups from the all roles group.class
RMv22ReportTemplatePatch
Adds a new transfer/accession report template to the existing report templates -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v23
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v23 Modifier and Type Class Description class
RMv23EndRetentionCapabilityPatch
RM v2.3 patch to add new end retention capability.class
RMv23RecordContributorsGroupPatch
RM v2.3 patch that creates the record contributors group.class
RMv23SavedSearchesPatch
RM v2.3 patch that adds the saved search aspect.class
RMv23VersionsEventPatch
RM v2.3 patch that creates the versions event. -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v24
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v24 Modifier and Type Class Description class
RMv24FilePlanContainerRuleInheritancePatch
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. -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v32
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v32 Modifier and Type Class Description class
RMv32HoldChildAssocPatch
Patch to replace any use of the hold child association rma:frozenRecords with rma:frozenContent See: https://issues.alfresco.com/jira/browse/RM-6992class
RMv32HoldReportUpdatePatch
Patch to update the template for generating the hold report See: https://issues.alfresco.com/jira/browse/RM-7003 -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v33
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v33 Modifier and Type Class Description class
RMv33HoldAuditEntryValuesPatch
Patch to update values for addToHold and removeFromHold event types -
Uses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v35
Subclasses of AbstractModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v35 Modifier and Type Class Description class
RMv35HoldNewChildAssocPatch
Patch to create new hold child association to link the record to the hold
-