Interface SimplePageContent

All Known Implementing Classes:
SimpleContent

@PublicApi public interface SimplePageContent
Simple representation of a content table used by denormalised permissions.
Since:
9.2.6
  • Method Details

    • getId

      long getId()
    • getSpaceId

      Long getSpaceId()
    • getParentId

      Long getParentId()
    • getTitle

      String getTitle()
    • getCreationDate

      Instant getCreationDate()
    • getLastModificationDate

      Instant getLastModificationDate()
    • getContentStatus

      String getContentStatus()
    • getPosition

      Integer getPosition()