
Uses of Interface
ca.uhn.fhir.rest.server.IRestfulServerDefaults
Packages that use IRestfulServerDefaults
-
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.api.server
Subinterfaces of IRestfulServerDefaults in ca.uhn.fhir.rest.api.serverMethods in ca.uhn.fhir.rest.api.server that return IRestfulServerDefaultsModifier and TypeMethodDescriptionabstract IRestfulServerDefaults
RequestDetails.getServer()
SystemRequestDetails.getServer()
-
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IRestfulServerDefaultsModifier and TypeClassDescriptionclass
This class is the central class for the HAPI FHIR Plain Server framework.Methods in ca.uhn.fhir.rest.server with parameters of type IRestfulServerDefaultsModifier and TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IIdType
RestfulServerUtils.fullyQualifyResourceIdOrReturnNull
(IRestfulServerDefaults theServer, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theServerBase, org.hl7.fhir.instance.model.api.IIdType theResourceId) static boolean
RestfulServerUtils.prettyPrintResponse
(IRestfulServerDefaults theServer, RequestDetails theRequest) static Object
RestfulServerUtils.streamResponseAsResource
(IRestfulServerDefaults theServer, org.hl7.fhir.instance.model.api.IBaseResource theResource, Set<ca.uhn.fhir.rest.api.SummaryEnum> theSummaryMode, int theStatusCode, boolean theAddContentLocationHeader, boolean respondGzip, RequestDetails theRequestDetails) static Object
RestfulServerUtils.streamResponseAsResource
(IRestfulServerDefaults theServer, org.hl7.fhir.instance.model.api.IBaseResource theResource, Set<ca.uhn.fhir.rest.api.SummaryEnum> theSummaryMode, int theStatusCode, boolean theAddContentLocationHeader, boolean respondGzip, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theOperationResourceId, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theOperationResourceLastUpdated)