public interface ITransaction
| Modifier and Type | Method and Description |
|---|---|
ITransactionTyped<String> |
withBundle(String theBundle)
Use the given raw text (should be a Bundle resource) as the transaction input
|
<T extends IBaseBundle> |
withBundle(T theBundleResource)
Use the given Bundle resource as the transaction input
|
ITransactionTyped<List<IBaseResource>> |
withResources(List<? extends IBaseResource> theResources)
Use a list of resources as the transaction input
|
ITransactionTyped<List<IBaseResource>> withResources(List<? extends IBaseResource> theResources)
<T extends IBaseBundle> ITransactionTyped<T> withBundle(T theBundleResource)
ITransactionTyped<String> withBundle(String theBundle)
Copyright © 2014–2017 University Health Network. All rights reserved.