Class AuthorTableInsertRowArguments

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

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

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

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