- endTransactionsBatch(String) - Method in class com.requirementslive.sdk.api.data.RqlDataApiClient
-
A method to call when you are done with batch processing for a given batchId.
- EntityInfo - Class in com.requirementslive.sdk.api.content.model
-
- EntityInfo() - Constructor for class com.requirementslive.sdk.api.content.model.EntityInfo
-
- evaluateExpression(String, String, String, String) - Method in class com.requirementslive.sdk.api.data.RqlDataApiClient
-
Evaluates an xpath expression against store xml or the store referenced by the storeId provided by the caller.
- evaluateExpression(String, String, String) - Method in class com.requirementslive.sdk.api.data.RqlDataApiClient
-
Evaluates an xpath expression against store xml or the store referenced by the storeId provided by the caller.
- EvaluateRuleEngineResponse - Class in com.requirementslive.sdk.api.data.model
-
- EvaluateRuleEngineResponse() - Constructor for class com.requirementslive.sdk.api.data.model.EvaluateRuleEngineResponse
-
- evaluateRuleEngineRule(String, String) - Method in class com.requirementslive.sdk.api.data.RqlDataApiClient
-
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.
- evaluateRuleEngineRules(String, String, String, String, String) - Method in class com.requirementslive.sdk.api.data.RqlDataApiClient
-
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.