public interface IPurgeService
Modifier and Type | Method and Description |
---|---|
long |
purgeDataBranch(String pDataLocationName,
long pDataBranchId,
boolean pPurgeRepo)
Trigger a data branch purge
|
long |
purgeJobLogs(JobLogFilter pFilter)
Purge Job Logs matching provided filter
If one of given Job Logs is running or re-started and still running, it is not purged.
|
long |
purgeJobLogs(Set<UUID> pJobLogIds)
Purge Job Logs with provided UUIDs
If one of given Job Logs is running or re-started and still running, it is not purged.
|
long purgeJobLogs(Set<UUID> pJobLogIds)
pJobLogIds
- Ids of Job Logs to purgelong purgeJobLogs(JobLogFilter pFilter)
pFilter
- filter to use to retrieve Job Logs to purgelong purgeDataBranch(String pDataLocationName, long pDataBranchId, boolean pPurgeRepo)
pDataLocationName
- Data Location name to purgepDataBranchId
- Data Branch Id to purgepPurgeRepo
- true
if repository logs must be purged as well, false
otherwiseCopyright © 2017. All rights reserved.