Class SimpleHistoricalVersion

java.lang.Object
com.atlassian.confluence.impl.retention.fast.rules.SimpleHistoricalVersion

public class SimpleHistoricalVersion extends Object
A simple representation of a historical version with minimum data for fast retention version removal, which allows to set spaceId after creation, so to avoid joining space table when querying content table.
Since:
9.1.0
  • Constructor Details

    • SimpleHistoricalVersion

      public SimpleHistoricalVersion(Long id, Long originalId, Integer version, Date lastModificationDate, String contentType)
  • Method Details

    • getId

      public Long getId()
    • getOriginalId

      public Long getOriginalId()
    • getVersion

      public Integer getVersion()
    • getLastModificationDate

      public Date getLastModificationDate()
    • getContentType

      public String getContentType()