new FindCaseByExampleRequest(casePayload, caseType, version)
Object FindCaseByExampleRequest
Usage:
RestApiService.getGlobaldataService().findCaseByExample(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
casePayload |
tibco.objectapi.bds.rest.CasePayloadType | 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
Members
count :number
Query parameter: 'count' (Java type: int) The number of items to include. -1 returns unlimited results.
Type:
- number
- Since:
- 4.0.0
start :number
Query parameter: 'start' (Java type: int) The position in the list of case references from which to start the page of results. The list is zero-based. To start at the first item, specify 0.
Type:
- number
- Since:
- 4.0.0