
Package ca.uhn.fhir.jpa.dao
Class TransactionPrePartitionResponse
java.lang.Object
ca.uhn.fhir.jpa.dao.TransactionPrePartitionResponse
- Record Components:
splitBundles
- A collection of Bundles containing the original entries that were passed in.
Response object for interceptor hook methods implementing the
Pointcut.STORAGE_TRANSACTION_PRE_PARTITION
pointcut.- Since:
- 8.6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<org.hl7.fhir.instance.model.api.IBaseBundle> setSplitBundles
(List<org.hl7.fhir.instance.model.api.IBaseBundle> theSplitBundles) A collection of Bundles containing all of theBundle.entry
elements from the original Bundle, but divided into multiple bundles.
-
Constructor Details
-
TransactionPrePartitionResponse
public TransactionPrePartitionResponse()
-
-
Method Details
-
getSplitBundles
-
setSplitBundles
public TransactionPrePartitionResponse setSplitBundles(@Nonnull List<org.hl7.fhir.instance.model.api.IBaseBundle> theSplitBundles) A collection of Bundles containing all of theBundle.entry
elements from the original Bundle, but divided into multiple bundles. All entries from the original Bundle must be present, and no entries may be present which were not in the original Bundle.
-