RequestHandle

RequestHandle

The implementation of the RequestHandle

Constructor

new RequestHandle(oBindingopt)

Constructor for a new RequestHandle

Version:
  • 2.3.7
Since:
  • 1.0.0
Author:
  • SAP SE
Source:
Parameters:
Name Type Attributes Description
oBinding sap.fhir.model.r4.FHIRContextBinding | sap.fhir.model.r4.FHIRListBinding | sap.fhir.model.r4.FHIRTreeBinding <optional>

The binding which triggered the request

Methods

abort()

Aborts the request

Since:
  • 1.0.0
Source:

getBinding() → {sap.fhir.model.r4.FHIRContextBinding|sap.fhir.model.r4.FHIRListBinding|sap.fhir.model.r4.FHIRTreeBinding}

Determines the binding which is associated with this request handle

Since:
  • 1.0.0
Source:

getBundle() → {sap.fhir.model.r4.lib.FHIRBundle}

Determines the bundle which triggered the request

Since:
  • 1.0.0
Source:
Returns:
Type:
sap.fhir.model.r4.lib.FHIRBundle

Bundle which triggered the request

getData() → {string}

Determines the data which was send by the request

Since:
  • 1.0.0
Source:
Returns:
Type:
string

Data which was send by the request

getId() → {string}

Determines the id of the request handle

Since:
  • 1.0.0
Source:
Returns:
Type:
string

Id of the request handle

getRequest() → {object}

Determines the request object(jqXHR) of the request handle

Since:
  • 1.0.0
Source:
Returns:
Type:
object

Request object(jqXHR) of the request handle

getUrl() → {string}

Determines the url of the request which is associated with this request handle

Since:
  • 1.0.0
Source:
Returns:
Type:
string

Url of the request which is associated with this request handle