static 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 stausCode,
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,
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) |