Interface SRevision

All Known Subinterfaces:
SRevisionCellChange, SRevisionFormat, SRevisionInsertDelete
All Known Implementing Classes:
RevisionCellChangeImpl, RevisionFormatImpl, RevisionImpl, RevisionInsertDeleteImpl

public interface SRevision
Represents a single tracked revision (change) in the workbook.
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the author (user name) who made this change.
    long
    Returns the revision ID.
    Returns the name of the sheet this revision applies to.
    Returns the timestamp when this revision was recorded.
    Returns the type of this revision.
  • Method Details

    • getId

      long getId()
      Returns the revision ID.
      Returns:
      the revision ID
    • getType

      RevisionType getType()
      Returns the type of this revision.
      Returns:
      the revision type
    • getAuthor

      String getAuthor()
      Returns the author (user name) who made this change.
      Returns:
      the author name
    • getTimestamp

      Date getTimestamp()
      Returns the timestamp when this revision was recorded.
      Returns:
      the timestamp
    • getSheetName

      String getSheetName()
      Returns the name of the sheet this revision applies to.
      Returns:
      the sheet name