Uses of Interface
org.alfresco.module.org_alfresco_module_rm.patch.ModulePatch
-
-
Uses of ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch
Classes in org.alfresco.module.org_alfresco_module_rm.patch that implement ModulePatch Modifier and Type Class Description class
AbstractModulePatch
Abstract module patch implementation.Fields in org.alfresco.module.org_alfresco_module_rm.patch with type parameters of type ModulePatch Modifier and Type Field Description protected Map<String,ModulePatch>
ModulePatchExecuterImpl. modulePatches
module patchesMethods in org.alfresco.module.org_alfresco_module_rm.patch with parameters of type ModulePatch Modifier and Type Method Description int
AbstractModulePatch. compareTo(ModulePatch o)
void
ModulePatchExecuter. register(ModulePatch modulePatch)
Register module patch with the module patch executervoid
ModulePatchExecuterImpl. register(ModulePatch modulePatch)
-
Uses of ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.common
Classes in org.alfresco.module.org_alfresco_module_rm.patch.common that implement ModulePatch Modifier and Type Class Description class
CapabilityPatch
Abstract implementation of capability patch. -
Uses of ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v22
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v22 that implement ModulePatch 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 ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v23
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v23 that implement ModulePatch 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 ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v24
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v24 that implement ModulePatch 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 ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v32
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v32 that implement ModulePatch 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 ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v33
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v33 that implement ModulePatch Modifier and Type Class Description class
RMv33HoldAuditEntryValuesPatch
Patch to update values for addToHold and removeFromHold event types -
Uses of ModulePatch in org.alfresco.module.org_alfresco_module_rm.patch.v35
Classes in org.alfresco.module.org_alfresco_module_rm.patch.v35 that implement ModulePatch Modifier and Type Class Description class
RMv35HoldNewChildAssocPatch
Patch to create new hold child association to link the record to the hold
-