Package ca.uhn.fhir.rest.gclient
Interface ITransaction
public interface ITransaction
-
Method Summary
Modifier and TypeMethodDescriptionwithBundle
(String theBundle) Use the given raw text (should be a Bundle resource) as the transaction input<T extends IBaseBundle>
ITransactionTyped<T> withBundle
(T theBundleResource) Use the given Bundle resource as the transaction inputwithResources
(List<? extends IBaseResource> theResources) Use a list of resources as the transaction input
-
Method Details
-
withResources
Use a list of resources as the transaction input -
withBundle
Use the given Bundle resource as the transaction input -
withBundle
Use the given raw text (should be a Bundle resource) as the transaction input
-