Uses of Interface
ca.uhn.fhir.rest.api.server.IRestfulServer
-
Uses of IRestfulServer in ca.uhn.fhir.rest.server
Modifier and TypeClassDescriptionclass
This class is the central class for the HAPI FHIR Plain Server framework.Modifier and TypeMethodDescriptionstatic ca.uhn.fhir.rest.api.PreferHeader
RestfulServerUtils.parsePreferHeader
(IRestfulServer<?> theServer, String theValue) -
Uses of IRestfulServer in ca.uhn.fhir.rest.server.method
Modifier and TypeFieldDescriptionfinal IRestfulServer
<?> ResponseBundleRequest.server
The FHIR REST server the request is coming from.Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
BaseResourceReturningMethodBinding.doInvokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest) org.hl7.fhir.instance.model.api.IBaseResource
PageMethodBinding.doInvokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest) abstract Object
BaseMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest) BaseResourceReturningMethodBinding.invokeServer
(IRestfulServer<?> theServer, RequestDetails theRequest) abstract Object
BaseResourceReturningMethodBinding.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) ModifierConstructorDescriptionResponseBundleRequest
(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)