Package | Description |
---|---|
com.requirementslive.sdk.api.data |
Provides the classes necessary to create the RQL data API client.
|
Modifier and Type | Method and Description |
---|---|
PutTransactionResponse |
RqlDataApiClient.putTransaction(java.lang.String storeId,
boolean isXml,
java.lang.String targetExpression,
java.lang.String transactionType,
java.lang.String valueExpression,
StoreOperation storeOperation)
Creates and executes a store transaction
|
PutTransactionResponse |
RqlDataApiClient.putTransaction(java.lang.String storeId,
boolean isXml,
java.lang.String batchId,
java.lang.String targetExpression,
java.lang.String transactionType,
java.lang.String valueExpression,
StoreOperation storeOperation)
Creates and executes a store transaction as part of a batch.
|
PutTransactionResponse |
RqlDataApiClient.putTransaction(java.lang.String storeId,
java.lang.String transactionXml,
boolean isXml,
java.lang.String targetExpression,
java.lang.String transactionType,
java.lang.String valueExpression,
StoreOperation storeOperation)
Deprecated.
This method is deprecated because the transactionXml param is no longer used.
This method will be deleted in a future release of the Sdk.
|