Class RevisionInsertDeleteImpl

java.lang.Object
io.keikai.model.impl.RevisionImpl
io.keikai.model.impl.RevisionInsertDeleteImpl
All Implemented Interfaces:
SRevision, SRevisionInsertDelete, Serializable

public class RevisionInsertDeleteImpl extends RevisionImpl implements SRevisionInsertDelete, Serializable
Implementation of SRevisionInsertDelete for tracking row/column insert/delete.
Since:
7.0.0
See Also:
  • Constructor Details

    • RevisionInsertDeleteImpl

      public RevisionInsertDeleteImpl(long id, RevisionType type, String author, Date timestamp, String sheetName, CellRegion region, boolean insert)
      Creates a new insert/delete revision.
      Parameters:
      id - the revision ID
      type - the revision type (INSERT_ROW, DELETE_ROW, INSERT_COLUMN, or DELETE_COLUMN)
      author - the author name
      timestamp - the timestamp
      sheetName - the sheet name
      region - the affected region
      insert - true if insert, false if delete
  • Method Details