| Package | Description |
|---|---|
| org.alfresco.repo.admin.patch | |
| org.alfresco.repo.domain.patch |
| Modifier and Type | Method and Description |
|---|---|
AppliedPatch |
PatchService.getPatch(String id)
Retrieve an existing patch
|
AppliedPatch |
PatchServiceImpl.getPatch(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AppliedPatch> |
PatchService.getPatches(Date fromDate,
Date toDate)
Retrieves all applied patches between two specific times.
|
List<AppliedPatch> |
PatchServiceImpl.getPatches(Date fromDate,
Date toDate) |
| Constructor and Description |
|---|
AppliedPatch(AppliedPatch appliedPatch)
Construct an instance from another patch info-provider
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppliedPatchEntity
Entity for alf_applied_patch persistence.
|
| Modifier and Type | Method and Description |
|---|---|
AppliedPatch |
AppliedPatchDAO.getAppliedPatch(String id)
Retrieve an existing patch
|
AppliedPatch |
AbstractAppliedPatchDAOImpl.getAppliedPatch(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AppliedPatch> |
AppliedPatchDAO.getAppliedPatches()
Get a list of all applied patches
|
List<AppliedPatch> |
AbstractAppliedPatchDAOImpl.getAppliedPatches() |
List<AppliedPatch> |
AppliedPatchDAO.getAppliedPatches(Date from,
Date to)
Get a list of all patches applied between the given dates.
|
List<AppliedPatch> |
AbstractAppliedPatchDAOImpl.getAppliedPatches(Date from,
Date to) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppliedPatchDAO.createAppliedPatch(AppliedPatch appliedPatch)
Creates and saves a new instance of the patch.
|
void |
AbstractAppliedPatchDAOImpl.createAppliedPatch(AppliedPatch appliedPatch) |
void |
AppliedPatchDAO.updateAppliedPatch(AppliedPatch appliedPatch) |
void |
AbstractAppliedPatchDAOImpl.updateAppliedPatch(AppliedPatch appliedPatch) |
| Constructor and Description |
|---|
AppliedPatchEntity(AppliedPatch appliedPatch) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.