Uses of Interface
ca.uhn.fhir.rest.server.IRestfulServerDefaults
-
Packages that use IRestfulServerDefaults Package Description ca.uhn.fhir.rest.api.server ca.uhn.fhir.rest.server -
-
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.api.server
Subinterfaces of IRestfulServerDefaults in ca.uhn.fhir.rest.api.server Modifier and Type Interface Description interfaceIRestfulServer<T extends RequestDetails>Methods in ca.uhn.fhir.rest.api.server that return IRestfulServerDefaults Modifier and Type Method Description abstract IRestfulServerDefaultsRequestDetails. getServer() -
Uses of IRestfulServerDefaults in ca.uhn.fhir.rest.server
Classes in ca.uhn.fhir.rest.server that implement IRestfulServerDefaults Modifier and Type Class Description classRestfulServerMethods in ca.uhn.fhir.rest.server with parameters of type IRestfulServerDefaults Modifier and Type Method Description static 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 stausCode, 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, String theStatusMessage, boolean theAddContentLocationHeader, boolean respondGzip, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theOperationResourceId, org.hl7.fhir.instance.model.api.IPrimitiveType<Date> theOperationResourceLastUpdated)
-