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