Class AuthorTableDeleteRowsArguments
java.lang.Object
ro.sync.ecss.extensions.api.table.operations.AuthorTableDeleteRowsArguments
Holds the arguments for
AuthorTableOperationsHandler.handleDeleteRows(AuthorTableDeleteRowsArguments)
method.- Since:
- 18
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorTableDeleteRowsArguments
(AuthorAccess authorAccess, List<ContentInterval> contentIntervals) Constructor. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuthorTableDeleteRowsArguments
public AuthorTableDeleteRowsArguments(AuthorAccess authorAccess, List<ContentInterval> contentIntervals) Constructor.- Parameters:
authorAccess
- The Author access.contentIntervals
- The content intervals (containing the inclusive start offset and exclusive end offset) determining the rows that must be deleted. The rows that must be deleted are all the rows that intersects the given content intervals.
-
-
Method Details
-
getAuthorAccess
- Returns:
- Returns the access to Author operation.
-
getContentIntervals
- Returns:
- Returns the list of content intervals (containing the inclusive start offset and exclusive end offset) determining the row that must be deleted.
-