Class AuthorTableDeleteRowsArguments

    • Constructor Detail

      • AuthorTableDeleteRowsArguments

        public AuthorTableDeleteRowsArguments​(AuthorAccess authorAccess,
                                              java.util.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 Detail

      • getAuthorAccess

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

        public java.util.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.