Uses of Class
ca.uhn.fhir.rest.server.method.BaseMethodBinding
-
Packages that use BaseMethodBinding Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.method -
-
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server that return BaseMethodBinding Modifier and Type Method Description BaseMethodBinding<?>RestfulServer. determineResourceMethod(RequestDetails requestDetails, String requestPath)Figure out and return whichever method binding is appropriate for the given requestBaseMethodBinding<?>ResourceBinding. getMethod(RequestDetails theRequest)Methods in ca.uhn.fhir.rest.server that return types with arguments of type BaseMethodBinding Modifier and Type Method Description Map<String,List<BaseMethodBinding<?>>>RestfulServerConfiguration. collectMethodBindings()List<BaseMethodBinding<?>>ResourceBinding. getMethodBindings()List<BaseMethodBinding<?>>RestfulServer. getServerBindings()Returns the method bindings for this server which are not specific to any particular resource type.List<BaseMethodBinding<?>>RestfulServerConfiguration. getServerBindings()Get the serverBindingsMethods in ca.uhn.fhir.rest.server with parameters of type BaseMethodBinding Modifier and Type Method Description voidResourceBinding. addMethod(BaseMethodBinding<?> method)ObjectIRestfulServerUtil. 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 BaseMethodBinding Modifier and Type Method Description voidResourceBinding. setMethods(List<BaseMethodBinding<?>> methods)RestfulServerConfigurationRestfulServerConfiguration. setServerBindings(List<BaseMethodBinding<?>> theServerBindings)Set the theServerBindingsConstructor parameters in ca.uhn.fhir.rest.server with type arguments of type BaseMethodBinding Constructor Description ResourceBinding(String resourceName, List<BaseMethodBinding<?>> methods) -
Uses of BaseMethodBinding in ca.uhn.fhir.rest.server.method
Subclasses of BaseMethodBinding in ca.uhn.fhir.rest.server.method Modifier and Type Class Description classBaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBodyclassBaseResourceReturningMethodBindingclassConformanceMethodBindingclassCreateMethodBindingclassDeleteMethodBindingclassGraphQLMethodBindingclassHistoryMethodBindingclassOperationMethodBindingclassPageMethodBindingclassPatchMethodBindingBase class for an operation that has a resource type but not a resource body in the request bodyclassReadMethodBindingclassSearchMethodBindingclassTransactionMethodBindingclassUpdateMethodBindingclassValidateMethodBindingDstu2PlusMethods in ca.uhn.fhir.rest.server.method that return BaseMethodBinding Modifier and Type Method Description static BaseMethodBinding<?>BaseMethodBinding. bindMethod(Method theMethod, ca.uhn.fhir.context.FhirContext theContext, Object theProvider)
-