new FindCaseByCriteriaRequest(body, caseType, version)
Object FindCaseByCriteriaRequest
Usage:
RestApiService.getGlobaldataService().findCaseByCriteria(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
body |
tibco.objectapi.bds.CaseCriteriaType | The criteria to be evaluated. |
caseType |
string | The case type is the fully qualified name of the case class. For example, com.example.gddemo.Customer. You can obtain this by running getCaseClassInfo . |
version |
string | The version of the case model. For example, 2 or 2.0.0. |
- Since:
- 4.0.0