Uses of Class
ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
-
Uses of HttpGetClientInvocation in ca.uhn.fhir.rest.client.method
Modifier and TypeMethodDescriptionstatic HttpGetClientInvocation
ReadMethodBinding.createAbsoluteReadInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId) static HttpGetClientInvocation
ReadMethodBinding.createAbsoluteVReadInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId) static HttpGetClientInvocation
MethodUtil.createConformanceInvocation
(ca.uhn.fhir.context.FhirContext theContext) static HttpGetClientInvocation
HistoryMethodBinding.createHistoryInvocation
(ca.uhn.fhir.context.FhirContext theContext, String theResourceName, String theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theSince, Integer theLimit, ca.uhn.fhir.rest.param.DateRangeParam theAt) static HttpGetClientInvocation
ReadMethodBinding.createReadInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, String theResourceName) static HttpGetClientInvocation
ReadMethodBinding.createVReadInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IIdType theId, String theResourceName) ConformanceMethodBinding.invokeClient
(Object[] theArgs) ReadMethodBinding.invokeClient
(Object[] theArgs)