Class TrashCleanupJobStatus

java.lang.Object
com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
Direct Known Subclasses:
FastTrashCleanupJobStatus

public class TrashCleanupJobStatus extends Object
Status of a soft removal job
Since:
7.14.0
  • Field Details

    • DEFAULT_NEXT_ID_OFFSET

      protected static final long DEFAULT_NEXT_ID_OFFSET
      See Also:
  • Constructor Details

    • TrashCleanupJobStatus

      public TrashCleanupJobStatus()
    • TrashCleanupJobStatus

      public TrashCleanupJobStatus(long nextContentIdOffset)
  • Method Details

    • getNextContentIdOffset

      public long getNextContentIdOffset()
      Returns:
      contentId offset for the next job
    • setNextContentIdOffset

      public void setNextContentIdOffset(long nextContentIdOffset)
    • toString

      public String toString()
      Overrides:
      toString in class Object