Class: NavigateCaseRequest

tibco.objectapi.service.request.NavigateCaseRequest

Object NavigateCaseRequest Usage: RestApiService.getGlobaldataService().navigateCase(request, callback);
Parameters:
Name Type Description
caseReference string The case reference of the case data that has data associated with it. For example, BDS-2-com.example.gddemo.Customer-5-0. You must specify only one source case reference.
roleName string The name of the association that was specified when the association was created using linkCase. For example, claim.
Since:
  • 4.0.0

Members

count :number

Query parameter: 'count' (Java type: int) Number of case references to include in this page. Specifying -1 returns all.
Type:
  • number
Since:
  • 4.0.0

start :number

Query parameter: 'start' (Java type: int) Position (zero based) in the case reference list from which to start the page of results.
Type:
  • number
Since:
  • 4.0.0