Uses of Class
ca.uhn.fhir.rest.server.method.BaseMethodBinding
Packages that use BaseMethodBinding
-
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return BaseMethodBindingModifier and TypeMethodDescriptionRestfulServer.determineResourceMethod(RequestDetails requestDetails, String requestPath)Figure out and return whichever method binding is appropriate for the given requestResourceBinding.getMethod(RequestDetails theRequest)Methods in ca.uhn.fhir.rest.server that return types with arguments of type BaseMethodBindingModifier and TypeMethodDescriptionMap<String,List<BaseMethodBinding<?>>>RestfulServerConfiguration.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 serverBindingsMethods in ca.uhn.fhir.rest.server with parameters of type BaseMethodBindingModifier and TypeMethodDescriptionvoidResourceBinding.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.IBaseResourceIRestfulServerUtil.parseResourceFromRequest(RequestDetails theRequest, BaseMethodBinding<?> theMethodBinding, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType)Method parameters in ca.uhn.fhir.rest.server with type arguments of type BaseMethodBindingModifier and TypeMethodDescriptionvoidRestfulServerConfiguration.setGlobalBindings(List<BaseMethodBinding<?>> theGlobalBindings)voidResourceBinding.setMethods(List<BaseMethodBinding<?>> methods)RestfulServerConfiguration.setServerBindings(List<BaseMethodBinding<?>> theServerBindings)Set the theServerBindingsConstructor parameters in ca.uhn.fhir.rest.server with type arguments of type BaseMethodBindingModifierConstructorDescriptionResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods)Constructor -
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server.method
Subclasses of BaseMethodBinding in ca.uhn.fhir.rest.server.methodModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassBase class for an operation that has a resource type but not a resource body in the request bodyclassclassclassclassclassMethods in ca.uhn.fhir.rest.server.method that return BaseMethodBindingModifier and TypeMethodDescriptionstatic BaseMethodBinding<?>BaseMethodBinding.bindMethod(Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider)Methods in ca.uhn.fhir.rest.server.method with parameters of type BaseMethodBindingModifier 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)