Class: UnlinkCaseRequest

tibco.objectapi.service.request.UnlinkCaseRequest

new UnlinkCaseRequest(caseReference, roleName)

Object UnlinkCaseRequest Usage: RestApiService.getGlobaldataService().unlinkCase(request, callback);
Parameters:
Name Type Description
caseReference string The case reference of the case data you want to disassociate with other case data. For example, BDS-2-com.example.gddemo.Customer-1-1. You must only specify one.
roleName string The name of the association. For example, claim.
Since:
  • 4.0.0

Members

caseRefs :Array.<string>

Query parameter: 'caseref' (Java type: List) The case reference of the case data that you want to disassociate the case data with. For example, the case references of the orders associated with a customer. You must specify at least one case reference. The maximum number that you can specify is limited by the path length. If you want to unlink many objects, use the unlinkCase function in which an array is passed.
Type:
  • Array.<string>
Since:
  • 4.0.0