Uses of Interface
ca.uhn.fhir.batch2.api.IJobPersistence.JobInstanceUpdateCallback
Packages that use IJobPersistence.JobInstanceUpdateCallback
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of IJobPersistence.JobInstanceUpdateCallback in ca.uhn.fhir.batch2.api
Methods in ca.uhn.fhir.batch2.api with parameters of type IJobPersistence.JobInstanceUpdateCallbackModifier and TypeMethodDescriptionbooleanIJobPersistence.updateInstance(String theInstanceId, IJobPersistence.JobInstanceUpdateCallback theModifier) Brute-force hack for now to create a tx boundary - takes a write-lock on the instance while the theModifier runs.