Uses of Class
ca.uhn.fhir.rest.server.method.BaseMethodBinding
Package
Description
-
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server
Modifier and TypeMethodDescriptionRestfulServer.determineResourceMethod
(RequestDetails requestDetails, String requestPath) Figure out and return whichever method binding is appropriate for the given requestResourceBinding.getMethod
(RequestDetails theRequest) Modifier and TypeMethodDescriptionRestfulServerConfiguration.collectMethodBindings()
RestfulServerConfiguration.getGlobalBindings()
ResourceBinding.getMethodBindings()
RestfulServer.getProviderMethodBindings
(Object theProvider) RestfulServer.getServerBindings()
Returns the method bindings for this server which are not specific to any particular resource type.RestfulServerConfiguration.getServerBindings()
Get the serverBindingsModifier and TypeMethodDescriptionvoid
ResourceBinding.addMethod
(BaseMethodBinding method) IRestfulServerUtil.getResourceParameter
(RequestDetails requestDetails, ResourceParameter.Mode myMode, BaseMethodBinding theMethodBinding, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> myResourceType) <T extends org.hl7.fhir.instance.model.api.IBaseResource>
TIRestfulServerUtil.loadResourceFromRequest
(RequestDetails theRequest, BaseMethodBinding theMethodBinding, Class<T> theResourceType) org.hl7.fhir.instance.model.api.IBaseResource
IRestfulServerUtil.parseResourceFromRequest
(RequestDetails theRequest, BaseMethodBinding theMethodBinding, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType) Modifier and TypeMethodDescriptionvoid
RestfulServerConfiguration.setGlobalBindings
(List<BaseMethodBinding> theGlobalBindings) RestfulServerConfiguration.setServerBindings
(List<BaseMethodBinding> theServerBindings) Set the theServerBindings -
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server.interceptor
Modifier and TypeMethodDescriptionInteractionBlockingInterceptor.bindMethod
(BaseMethodBinding theMethodBinding) Modifier and TypeMethodDescriptionInteractionBlockingInterceptor.bindMethod
(BaseMethodBinding theMethodBinding) -
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server.method
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Base class for an operation that has a resource type but not a resource body in the request bodyclass
class
class
class
class
Modifier and TypeMethodDescriptionstatic BaseMethodBinding
BaseMethodBinding.bindMethod
(Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider) Modifier and TypeMethodDescriptionBaseQueryParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) CountParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) ElementsParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) GraphQLQueryBodyParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) GraphQLQueryUrlParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) IParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) This server method method takes the data received by the server in an incoming request, and translates that data into a single argument for a server method invocation.OffsetParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) OperationParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) RawParamsParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) RequestDetailsParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) ResourceParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) SortParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) SummaryEnumParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding) TransactionParameter.translateQueryParametersIntoServerArgument
(RequestDetails theRequest, BaseMethodBinding theMethodBinding)