Interface TrashCleanupJobStatusManager
-
- All Known Implementing Classes:
DefaultTrashCleanupJobStatusManager
public interface TrashCleanupJobStatusManager
Provide status of current soft removal job. A cycle consists of one or multiple jobs to scan through all trashed entities.- Since:
- 7.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrashCleanupJobStatus
getCurrentStatus()
void
setCurrentStatus(TrashCleanupJobStatus status)
Store the status of current soft removal job
-
-
-
Method Detail
-
setCurrentStatus
void setCurrentStatus(TrashCleanupJobStatus status)
Store the status of current soft removal job
-
getCurrentStatus
TrashCleanupJobStatus getCurrentStatus()
- Returns:
- status of current soft removal job
-
-