Class AuthorTableDeleteRowArguments

java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteRowArguments

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class AuthorTableDeleteRowArguments extends Object
Since:
14
  • Constructor Details

    • AuthorTableDeleteRowArguments

      public AuthorTableDeleteRowArguments(AuthorAccess authorAccess, ContentInterval rowInterval)
      Constructor.
      Parameters:
      authorAccess - The Author access.
      rowInterval - The content interval (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.
  • Method Details

    • getAuthorAccess

      public AuthorAccess getAuthorAccess()
      Returns:
      Returns the access to Author operation.
    • getRowInterval

      public ContentInterval getRowInterval()
      Returns:
      Returns the content interval (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.