Class InterceptorUtil

java.lang.Object
ca.uhn.fhir.jpa.util.InterceptorUtil

public class InterceptorUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    Fires Pointcut.STORAGE_PRESHOW_RESOURCES interceptor hook, and potentially remove resources from the resource list

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)
      Fires Pointcut.STORAGE_PRESHOW_RESOURCES interceptor hook, and potentially remove resources from the resource list