Class ServerInterceptorUtil
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.ServerInterceptorUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<org.hl7.fhir.instance.model.api.IBaseResource> fireStoragePreshowResource
(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, RequestDetails theRequest, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster) FiresPointcut.STORAGE_PRESHOW_RESOURCES
interceptor hook, and potentially remove resources from the resource list
-
Method Details
-
fireStoragePreshowResource
@CheckReturnValue public static List<org.hl7.fhir.instance.model.api.IBaseResource> fireStoragePreshowResource(List<org.hl7.fhir.instance.model.api.IBaseResource> theResources, RequestDetails theRequest, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster) FiresPointcut.STORAGE_PRESHOW_RESOURCES
interceptor hook, and potentially remove resources from the resource list
-