Package | Description |
---|---|
com.requirementslive.sdk.api.data |
Provides the classes necessary to create the RQL data API client.
|
Modifier and Type | Method and Description |
---|---|
EvaluateRuleEngineResponse |
RqlDataApiClient.evaluateRuleEngineRule(java.lang.String storeXml,
java.lang.String ruleXml)
Evaluates a Rule Engine rule by applying the rule contained in
ruleXml to the store xml contained in storeXml and returning
the changed store xml in the response along with any transactions. |
EvaluateRuleEngineResponse |
RqlDataApiClient.evaluateRuleEngineRules(java.lang.String storeXml,
java.lang.String ruleSetQueueName,
java.lang.String ruleSetQueueFilter,
java.lang.String rulesQueueName,
java.lang.String rulesQueueFilter)
Evaluates a Rule Engine rule set by applying the rule set or collection to the store xml provided in the request, and returning
the changed store xml in the response along with any transactions.
|