Package | Description |
---|---|
org.alfresco.repo.admin.patch | |
org.alfresco.repo.admin.patch.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPatch
Base implementation of the patch.
|
class |
AsynchronousPatch
Base implementation of the asynchronous patch.
|
class |
SamplePatch |
class |
SimplePatch |
Modifier and Type | Method and Description |
---|---|
List<Patch> |
AbstractPatch.getAlternatives() |
List<Patch> |
Patch.getAlternatives()
Get patches that could have done the work already
|
List<Patch> |
AbstractPatch.getDependsOn() |
List<Patch> |
Patch.getDependsOn()
Get patches that this patch depends on
|
Modifier and Type | Method and Description |
---|---|
boolean |
PatchServiceImpl.applyOutstandingPatch(Patch patch)
Apply the specified patch that is relevant to the repo, regardless of the deferred flag.
|
boolean |
PatchService.applyOutstandingPatch(Patch patch)
Apply the specified patch that is relevant to the repo, regardless of the deferred flag.
|
void |
PatchServiceImpl.registerPatch(Patch patch) |
void |
PatchService.registerPatch(Patch patch)
Registers a patch with the service that executes them.
|
void |
OptionalPatchApplicationCheckBootstrapBean.setPatch(Patch patch) |
boolean |
PatchServiceImpl.validatePatch(Patch patch)
Does some up-front validation on the specified patch, specifically to see
if it applies to the current server version and not some future version.
|
boolean |
PatchService.validatePatch(Patch patch)
Does some up-front validation on the specified patch, specifically to see
if it applies to the current server version and not some future version.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPatch.setAlternatives(List<Patch> alternatives)
Set all anti-dependencies.
|
void |
AbstractPatch.setDependsOn(List<Patch> dependsOn)
Set all the dependencies for this patch.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermissionChangePatch
Provides common functionality to change a permission type and/or name.
|
class |
AddDutchEmailTemplatesPatch
Update workflow notification templates patch
|
class |
AddGroupAuthorityPatch
A patch to add a new group authority.
|
class |
AddSurfConfigFoldersPatch
A patch to add folders into
/app:company_home/st:sites/cm:surf-config folder and optionally
sets their permission.
|
class |
AddUnmovableAspectToSitesPatch
MNT-13577: Prevent sites to be moved
|
class |
AdminUserPatch
Patch to reset the admin user's default password to favour md4 instead of sha254
This patch is run per tenant (that's the default for AbstractPatch)
|
class |
AliasableAspectPatch
Patch to duplicate the AliasableAspect into the attributes service.
|
class |
CalendarAllDayEventDatesCorrectingPatch
This patch adjusts dates for Calendar Events.
|
class |
FixBpmPackagesPatch
Patch that updates workflow package type and package items associations
|
class |
FixPersonSizeCurrentTypePatch
A patch to update the 'actual_type_n' and 'persisted_type_n' of {http://www.alfresco.org/model/content/1.0}sizeCurrent
property to be Long (3).
|
class |
FixTemplatePatch
MNT-13190: Fix template
|
class |
GenericBootstrapPatch
Generic patch that uses existing
importers
to import snippets into the system. |
class |
GenericDeleteAspectForTypePatch
A patch to delete aspect for nodes of specific type.
|
class |
GenericEMailTemplateUpdatePatch
Helper generic patch useful when updating email templates.
|
class |
GenericMimetypeRenamePatch
A patch to update the value of a Mimetype.
|
class |
GenericWorkflowPatch
Generic patch that re-deploys a workflow definition
|
class |
ImapFoldersPatch
Builds folders tree necessary for IMAP functionality and imports email action scripts.
|
class |
ImapUnsubscribedAspectPatch |
class |
LinkNodeFileExtensionPatch
Checks that all names do not end with ' ' or '.'
|
class |
MigrateTenantsFromAttrsToTablePatch
Migrate Tenant attributes to table (alf_tenants)
|
class |
NoLongerSupportedPatch
Notifies the user that the patch about to be run is no longer supported and an incremental upgrade
path must be followed.
|
class |
NoOpPatch
Does nothing.
|
class |
QNamePatch
A patch to update the value of a QName.
|
class |
RenameSiteAuthorityDisplayName |
class |
SchemaUpgradeScriptPatch
This patch ensures that an upgrade scriptUrl has been executed.
|
class |
SharedFolderPatch
The SharedFolderPatch is a Generic Bootstrap Patch with the extra ability to
rename an existing folder that is in the way (in a different namespace).
|
class |
SiteLoadPatch
A Patch based importer which creates and populates
a site based on the supplied data
|
class |
SurfConfigFolderPatch
Patch to add cm:indexControl aspect to sites' surf-config folders and
their children as well as to the shared surf-config folder(s) and its/their children.
|
class |
SWSDPPatch |
class |
UpdateAuditTemplatePatch
Updates show_audit.ftl file for upgrade from v3.3.5 to v3.4.x (ALF-13929)
|
class |
UpdateFollowingEmailTemplatesPatch
Update following email templates patch
|
class |
UpdateWorkflowNotificationTemplatesPatch
Update workflow notification templates patch
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.