Uses of Class
org.alfresco.repo.admin.patch.AppliedPatch
Packages that use AppliedPatch
-
Uses of AppliedPatch in org.alfresco.repo.admin.patch
Methods in org.alfresco.repo.admin.patch that return AppliedPatchModifier and TypeMethodDescriptionRetrieve an existing patchMethods in org.alfresco.repo.admin.patch that return types with arguments of type AppliedPatchModifier and TypeMethodDescriptionPatchService.getPatches(Date fromDate, Date toDate) Retrieves all applied patches between two specific times.PatchServiceImpl.getPatches(Date fromDate, Date toDate) Constructors in org.alfresco.repo.admin.patch with parameters of type AppliedPatchModifierConstructorDescriptionAppliedPatch(AppliedPatch appliedPatch) Construct an instance from another patch info-provider -
Uses of AppliedPatch in org.alfresco.repo.domain.patch
Subclasses of AppliedPatch in org.alfresco.repo.domain.patchModifier and TypeClassDescriptionclassEntity for alf_applied_patch persistence.Methods in org.alfresco.repo.domain.patch that return AppliedPatchModifier and TypeMethodDescriptionAbstractAppliedPatchDAOImpl.getAppliedPatch(String id) AppliedPatchDAO.getAppliedPatch(String id) Retrieve an existing patchMethods in org.alfresco.repo.domain.patch that return types with arguments of type AppliedPatchModifier and TypeMethodDescriptionAbstractAppliedPatchDAOImpl.getAppliedPatches()AbstractAppliedPatchDAOImpl.getAppliedPatches(Date from, Date to) AppliedPatchDAO.getAppliedPatches()Get a list of all applied patchesAppliedPatchDAO.getAppliedPatches(Date from, Date to) Get a list of all patches applied between the given dates.Methods in org.alfresco.repo.domain.patch with parameters of type AppliedPatchModifier and TypeMethodDescriptionvoidAbstractAppliedPatchDAOImpl.createAppliedPatch(AppliedPatch appliedPatch) voidAppliedPatchDAO.createAppliedPatch(AppliedPatch appliedPatch) Creates and saves a new instance of the patch.voidAbstractAppliedPatchDAOImpl.updateAppliedPatch(AppliedPatch appliedPatch) voidAppliedPatchDAO.updateAppliedPatch(AppliedPatch appliedPatch) Constructors in org.alfresco.repo.domain.patch with parameters of type AppliedPatch