Package ca.uhn.fhir.test.utilities
Class RestServerDstu3Helper.MyPlainProvider
java.lang.Object
ca.uhn.fhir.test.utilities.RestServerDstu3Helper.MyPlainProvider
- All Implemented Interfaces:
IPointcutLatch
- Enclosing class:
- RestServerDstu3Helper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ca.uhn.fhir.interceptor.api.HookParams>voidclear()List<org.hl7.fhir.instance.model.api.IBaseBundle>voidsetExpectedCount(int theCount) org.hl7.fhir.instance.model.api.IBaseBundletransaction(org.hl7.fhir.instance.model.api.IBaseBundle theBundle)
-
Constructor Details
-
MyPlainProvider
public MyPlainProvider()
-
-
Method Details
-
transaction
public org.hl7.fhir.instance.model.api.IBaseBundle transaction(org.hl7.fhir.instance.model.api.IBaseBundle theBundle) -
clear
- Specified by:
clearin interfaceIPointcutLatch
-
setExpectedCount
- Specified by:
setExpectedCountin interfaceIPointcutLatch
-
awaitExpected
- Specified by:
awaitExpectedin interfaceIPointcutLatch- Throws:
InterruptedException
-
getTransactions
-