Uses of Interface
ca.uhn.fhir.rest.api.server.IRestfulServer
-
Packages that use IRestfulServer Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.method -
-
Uses of IRestfulServer in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IRestfulServer Modifier and Type Class Description classRestfulServerMethods in ca.uhn.fhir.rest.server with parameters of type IRestfulServer Modifier and Type Method Description static ca.uhn.fhir.rest.api.PreferHeaderRestfulServerUtils. parsePreferHeader(IRestfulServer<?> theServer, String theValue) -
Uses of IRestfulServer in ca.uhn.fhir.rest.server.method
Methods in ca.uhn.fhir.rest.server.method with parameters of type IRestfulServer Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseResourceBaseResourceReturningMethodBinding. doInvokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)org.hl7.fhir.instance.model.api.IBaseResourcePageMethodBinding. doInvokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)abstract ObjectBaseMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)ObjectBaseResourceReturningMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)abstract ObjectBaseResourceReturningMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderConformanceMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)ObjectGraphQLMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)IBundleProviderHistoryMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)ObjectOperationMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest)ObjectOperationMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)ObjectPageMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderReadMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)IBundleProviderSearchMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)ObjectTransactionMethodBinding. invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)protected ObjectBaseMethodBinding. invokeServerMethod(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams)
-