Interface TrashCleanupJobStatusManager

All Known Implementing Classes:
AbstractTrashCleanupJobStatusManager, DefaultTrashCleanupJobStatusManager, FastTrashCleanupJobStatusManager

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 Details

    • setCurrentStatus

      void setCurrentStatus(TrashCleanupJobStatus status)
      Store the status of current soft removal job
    • getCurrentStatus

      TrashCleanupJobStatus getCurrentStatus()
      Returns:
      status of current soft removal job