
Package ca.uhn.fhir.storage.interceptor
Class AutoCreatePlaceholderReferenceTargetResponse
java.lang.Object
ca.uhn.fhir.storage.interceptor.AutoCreatePlaceholderReferenceTargetResponse
This object is used as a return type for interceptor hook methods implementing the
Pointcut.STORAGE_PRE_AUTO_CREATE_PLACEHOLDER_REFERENCE
pointcut.- Since:
- 8.4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreate response: The placeholder reference target should not be created.boolean
Should the placeholder resource not be created?proceed()
Create response: The placeholder reference target should be created.
-
Method Details
-
isDoNotCreateTarget
Should the placeholder resource not be created? -
doNotCreateTarget
Create response: The placeholder reference target should not be created. Under most circumstances this will cause the operation to be aborted due to the invalid reference. -
proceed
Create response: The placeholder reference target should be created.
-