Class DeleteRowsCommand
java.lang.Object
org.labkey.remoteapi.Command<RowsResponse, org.apache.hc.client5.http.classic.methods.HttpPost>
org.labkey.remoteapi.PostCommand<RowsResponse>
org.labkey.remoteapi.query.BaseRowsCommand
org.labkey.remoteapi.query.DeleteRowsCommand
- All Implemented Interfaces:
HasRequiredVersion
Command for deleting rows from a read-write schema. The user associated
with the connection used when executing this command must have
permission to delete the data.
For details on schemas and queries, and example code, see the BaseRowsCommand.
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseRowsCommand
BaseRowsCommand.AuditBehaviorNested classes/interfaces inherited from class Command
Command.CommonParameters, Command.Response -
Field Summary
Fields inherited from class Command
CONTENT_TYPE_JSON -
Constructor Summary
ConstructorsConstructorDescriptionDeleteRowsCommand(String schemaName, String queryName) Constructs a DeleteRowsCommand for the given schemaName and queryName. -
Method Summary
Methods inherited from class BaseRowsCommand
addRow, createResponse, getAuditBehavior, getAuditUserComment, getExtraContext, getJsonObject, getQueryName, getRows, getSchemaName, setAuditBehavior, setAuditUserComment, setExtraContext, setQueryName, setRows, setSchemaNameMethods inherited from class PostCommand
createRequestMethods inherited from class Command
_execute, createParameterMap, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
DeleteRowsCommand
Constructs a DeleteRowsCommand for the given schemaName and queryName. See theBaseRowsCommandfor more details.- Parameters:
schemaName- The schemaNamequeryName- The queryName.- See Also:
-