Constructor
new RequestHandle(oBindingopt)
Constructor for a new RequestHandle
- Version:
- 2.4.0
- Since:
- 1.0.0
- 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
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:
Returns:
- Type:
-
sap.fhir.model.r4.FHIRContextBinding
|sap.fhir.model.r4.FHIRListBinding
|sap.fhir.model.r4.FHIRTreeBinding
Binding associated with this request handle
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