Uses of Interface
org.alfresco.repo.admin.patch.PatchService
-
Packages that use PatchService Package Description org.alfresco.repo.admin.patch org.alfresco.repo.tenant -
-
Uses of PatchService in org.alfresco.repo.admin.patch
Classes in org.alfresco.repo.admin.patch that implement PatchService Modifier and Type Class Description classPatchServiceImplManages patches applied against the repository.Fields in org.alfresco.repo.admin.patch declared as PatchService Modifier and Type Field Description protected PatchServiceAbstractPatch. patchServicethe service to register ourselves withMethods in org.alfresco.repo.admin.patch with parameters of type PatchService Modifier and Type Method Description voidAbstractPatch. 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 PatchService Modifier and Type Method Description voidMultiTenantBootstrap. setPatchService(PatchService patchService)
-