Class AutoCreatePlaceholderReferenceTargetRequest

java.lang.Object
ca.uhn.fhir.storage.interceptor.AutoCreatePlaceholderReferenceTargetRequest

This object is used as a method parameter for interceptor hook methods implementing the Pointcut.STORAGE_PRE_AUTO_CREATE_PLACEHOLDER_REFERENCE pointcut.
Since:
8.4.0
  • Constructor Details

  • Method Details

    • getTargetResourceToCreate

      public org.hl7.fhir.instance.model.api.IBaseResource getTargetResourceToCreate()
      Provides the resource that is going to be automatically created. Interceptors may make changes to the resource, but they must not modify its ID.