Class AuthorTableDeleteRowsArguments

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

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

    • AuthorTableDeleteRowsArguments

      public AuthorTableDeleteRowsArguments(AuthorAccess authorAccess, List<ContentInterval> contentIntervals)
      Constructor.
      Parameters:
      authorAccess - The Author access.
      contentIntervals - The content intervals (containing the inclusive start offset and exclusive end offset) determining the rows that must be deleted. The rows that must be deleted are all the rows that intersects the given content intervals.
  • Method Details

    • getAuthorAccess

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

      public List<ContentInterval> getContentIntervals()
      Returns:
      Returns the list of content intervals (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.