Uses of Interface
org.alfresco.repo.admin.patch.PatchService
Packages that use PatchService
Package
Description
-
Uses of PatchService in org.alfresco.repo.admin.patch
Classes in org.alfresco.repo.admin.patch that implement PatchServiceModifier and TypeClassDescriptionclassManages patches applied against the repository.Fields in org.alfresco.repo.admin.patch declared as PatchServiceModifier and TypeFieldDescriptionprotected PatchServiceAbstractPatch.patchServicethe service to register ourselves withMethods in org.alfresco.repo.admin.patch with parameters of type PatchServiceModifier and TypeMethodDescriptionvoidAbstractPatch.setPatchService(PatchService patchService) Set the service that this patch will register with for execution.voidOptionalPatchApplicationCheckBootstrapBean.setPatchService(PatchService patchService) voidPatchExecuter.setPatchService(PatchService patchService) -
Uses of PatchService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type PatchServiceModifier and TypeMethodDescriptionvoidMultiTenantBootstrap.setPatchService(PatchService patchService) -
Uses of PatchService in org.alfresco.util.schemacomp
Constructors in org.alfresco.util.schemacomp with parameters of type PatchServiceModifierConstructorDescriptionSchemaDifferenceHelper(Dialect dialect, PatchService patchService) SchemaDifferenceHelper(Dialect dialect, PatchService patchService, List<SchemaUpgradeScriptPatch> upgradePatches)