Class AuthorTableDeleteRowArguments
- java.lang.Object
-
- ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteRowArguments
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class AuthorTableDeleteRowArguments extends java.lang.Object
Holds the arguments forAuthorTableOperationsHandler.handleDeleteRow(AuthorTableDeleteRowArguments)
method.- Since:
- 14
-
-
Constructor Summary
Constructors Constructor Description AuthorTableDeleteRowArguments(AuthorAccess authorAccess, ContentInterval rowInterval)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorAccess
getAuthorAccess()
ContentInterval
getRowInterval()
-
-
-
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.
-
-