Class AuthorTableInsertRowArguments

    • Constructor Detail

      • AuthorTableInsertRowArguments

        public AuthorTableInsertRowArguments​(AuthorAccess authorAccess,
                                             AuthorDocumentFragment[] rowFragments,
                                             int insertOffset)
        Constructor.
        Parameters:
        authorAccess - The Author access.
        rowFragments - The array containing the rows nodes that are inserted
        insertOffset - The offset where the rows are inserted.
    • Method Detail

      • getAuthorAccess

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

        public AuthorDocumentFragment[] getRowFragments()
        Returns:
        Returns the array containing the row nodes that are inserted.
      • getInsertOffset

        public int getInsertOffset()
        Returns:
        Returns the offset where the rows are inserted.