Skip to main content

EnsLib.AmazonHealthLake.OutboundAdapter

class EnsLib.AmazonHealthLake.OutboundAdapter extends EnsLib.PEX.OutboundAdapter, EnsLib.Amazon.Common

Method Inventory

Methods

classmethod GetHttpResponse(jresponse As %Net.Remote.Object) as %Net.HttpResponse
method MakeDELETERequest(datastoreId As %String, resourceType As %String, resourceId As %String, Output response As %Net.HttpResponse) as %Status
method MakeGETRequest(datastoreId As %String, resourceType As %String, resourceId As %String, Output response As %Net.HttpResponse) as %Status
method MakePOSTRequest(datastoreId As %String, resourceType As %String, content As %String, Output response As %Net.HttpResponse) as %Status
method MakePUTRequest(datastoreId As %String, resourceType As %String, resourceId As %String, content As %String, Output response As %Net.HttpResponse) as %Status
method MakeQueryRequest(datastoreId As %String, searchType As %String, searchParameters As %String, Output response As %Net.HttpResponse) as %Status
method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab