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