new FindAllCasesRequest(caseType, version)
Object FindAllCasesRequest
Usage:
RestApiService.getGlobaldataService().findAllCases(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
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