protected BaseHttpClientInvocation |
CreateMethodBinding.createClientInvocation(Object[] theArgs,
org.hl7.fhir.instance.model.api.IBaseResource theResource) |
protected BaseHttpClientInvocation |
UpdateMethodBinding.createClientInvocation(Object[] theArgs,
org.hl7.fhir.instance.model.api.IBaseResource theResource) |
protected BaseHttpClientInvocation |
DeleteMethodBinding.createClientInvocation(Object[] theArgs,
org.hl7.fhir.instance.model.api.IBaseResource theResource) |
protected BaseHttpClientInvocation |
PatchMethodBinding.createClientInvocation(Object[] theArgs,
org.hl7.fhir.instance.model.api.IBaseResource theResource) |
static BaseHttpClientInvocation |
OperationMethodBinding.createOperationInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theResourceName,
String theId,
String theVersion,
String theOperationName,
org.hl7.fhir.instance.model.api.IBaseParameters theInput,
boolean theUseHttpGet) |
static BaseHttpClientInvocation |
OperationMethodBinding.createProcessMsgInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theOperationName,
org.hl7.fhir.instance.model.api.IBaseBundle theInput,
Map<String,List<String>> urlParams) |
static BaseHttpClientInvocation |
SearchMethodBinding.createSearchInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theSearchUrl,
Map<String,List<String>> theParams) |
static BaseHttpClientInvocation |
SearchMethodBinding.createSearchInvocation(ca.uhn.fhir.context.FhirContext theContext,
String theResourceName,
Map<String,List<String>> theParameters,
org.hl7.fhir.instance.model.api.IIdType theId,
String theCompartmentName,
ca.uhn.fhir.rest.api.SearchStyleEnum theSearchStyle) |
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(org.hl7.fhir.instance.model.api.IBaseBundle theBundle,
ca.uhn.fhir.context.FhirContext theContext) |
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(List<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResources,
ca.uhn.fhir.context.FhirContext theContext) |
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(String theRawBundle,
ca.uhn.fhir.context.FhirContext theContext) |
static BaseHttpClientInvocation |
ValidateMethodBindingDstu2Plus.createValidateInvocation(ca.uhn.fhir.context.FhirContext theContext,
org.hl7.fhir.instance.model.api.IBaseResource theResource) |
BaseHttpClientInvocation |
SearchMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
PageMethodBinding.invokeClient(Object[] theArgs) |
abstract BaseHttpClientInvocation |
BaseMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
DeleteMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
HistoryMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
TransactionMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
OperationMethodBinding.invokeClient(Object[] theArgs) |
BaseHttpClientInvocation |
PatchMethodBinding.invokeClient(Object[] theArgs) |