|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPurgeService
Method Summary | |
---|---|
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. |
Method Detail |
---|
long purgeJobLogs(Set<UUID> pJobLogIds)
pJobLogIds
- Ids of Job Logs to purge
long purgeJobLogs(JobLogFilter pFilter)
pFilter
- filter to use to retrieve Job Logs to purge
long 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
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |