Uses of Interface
ca.uhn.fhir.rest.server.IRestfulServerDefaults
-
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.api.server
Modifier and TypeMethodDescriptionabstract IRestfulServerDefaults
RequestDetails.getServer()
SystemRequestDetails.getServer()
-
Uses of IRestfulServerDefaults 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 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)