Class: GetWorkListItemsForGlobalDataRequest

tibco.objectapi.service.request.GetWorkListItemsForGlobalDataRequest

new GetWorkListItemsForGlobalDataRequest(startPosition, numberOfItems, globalDataRef)

Object GetWorkListItemsForGlobalDataRequest Usage: RestApiService.getWorkListService().getWorkListItemsForGlobalData(request, callback);
Parameters:
Name Type Description
startPosition number (Java type: long) Position in the work view list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)
numberOfItems number (Java type: long) Number of work views (in the work item list) to include in this page.
globalDataRef string The global reference for which work list items are to be returned. Can be obtained using the findCaseByCID or findCaseByCriteria function.
Since:
  • 4.0.0

Members

filterString :string

Query parameter: 'filterstring' (optional) Specification of filter criteria to be applied to a work item list.
Type:
  • string
Since:
  • 4.0.0

orderString :string

Query parameter: 'orderstring' (optional) Specification of sort criteria to be applied to a work item list.
Type:
  • string
Since:
  • 4.0.0