
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 IRestfulServerDefaultsRequestDetails.getServer()SystemRequestDetails.getServer() -
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IRestfulServerDefaultsModifier 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 IRestfulServerDefaultsModifier and TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IIdTypeRestfulServerUtils.fullyQualifyResourceIdOrReturnNull(IRestfulServerDefaults theServer, org.hl7.fhir.instance.model.api.IBaseResource theResource, String theServerBase, org.hl7.fhir.instance.model.api.IIdType theResourceId) static booleanRestfulServerUtils.prettyPrintResponse(IRestfulServerDefaults theServer, RequestDetails theRequest) static ObjectRestfulServerUtils.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 ObjectRestfulServerUtils.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) static ObjectRestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer, org.hl7.fhir.instance.model.api.IBaseResource theResource, Set<ca.uhn.fhir.rest.api.SummaryEnum> theSummaryMode, int theStatusCode, com.google.common.collect.Multimap<String, String> theAdditionalResponseHeaders, boolean theAddContentLocationHeader, boolean respondGzip, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theOperationResourceId, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theOperationResourceLastUpdated)