
Uses of Interface
ca.uhn.fhir.rest.api.server.IRestfulServer
Packages that use IRestfulServer
-
Uses of IRestfulServer in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IRestfulServerModifier and TypeClassDescriptionclassThis class is the central class for the HAPI FHIR Plain Server framework.Methods in ca.uhn.fhir.rest.server with parameters of type IRestfulServerModifier and TypeMethodDescriptionstatic ca.uhn.fhir.rest.api.PreferHeaderRestfulServerUtils.parsePreferHeader(IRestfulServer<?> theServer, String theValue) -
Uses of IRestfulServer in ca.uhn.fhir.rest.server.method
Fields in ca.uhn.fhir.rest.server.method declared as IRestfulServerModifier and TypeFieldDescriptionfinal IRestfulServer<?> ResponseBundleRequest.serverThe FHIR REST server the request is coming from.Methods in ca.uhn.fhir.rest.server.method with parameters of type IRestfulServerModifier and TypeMethodDescriptionorg.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) BaseResourceReturningMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest) abstract ObjectBaseResourceReturningMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) ConformanceMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) GraphQLMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest) HistoryMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) OperationMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest) OperationMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) PageMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) ReadMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) SearchMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) TransactionMethodBinding.invokeServer(IRestfulServer<?> theServer, RequestDetails theRequest, Object[] theMethodParams) Constructors in ca.uhn.fhir.rest.server.method with parameters of type IRestfulServerModifierConstructorDescriptionResponseBundleRequest(IRestfulServer<?> theServer, IBundleProvider theBundleProvider, RequestDetails theRequest, int theOffset, Integer theLimit, String theLinkSelf, Set<ca.uhn.fhir.model.api.Include> theIncludes, ca.uhn.fhir.model.valueset.BundleTypeEnum theBundleType, String theSearchId)