Interface VersionedContent

All Known Implementing Classes:
AbstractContentEntity, AbstractPageEntity, Attachment, BlogPost, Comment, Draft, Page, UserInformation

public interface VersionedContent
Integration Test Content that has a version.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
    void
    setVersion(int version)
     
  • Method Details

    • getVersion

      int getVersion()
    • setVersion

      void setVersion(int version)
    • isMinorEdit

      boolean isMinorEdit()