Class AuthorTableDeleteRowArguments

    • Constructor Detail

      • 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 Detail

      • 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.