Class AuthorTableDeleteRowArguments
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteRowArguments
Holds the arguments for
AuthorTableOperationsHandler.handleDeleteRow(AuthorTableDeleteRowArguments)
method.- Since:
- 14
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorTableDeleteRowArguments
(AuthorAccess authorAccess, ContentInterval rowInterval) Constructor. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuthorTableDeleteRowArguments
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 Details
-
getAuthorAccess
- Returns:
- Returns the access to Author operation.
-
getRowInterval
- Returns:
- Returns the content interval (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.
-