Class OperationContextAdapter
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.config.OperationContextAdapter
-
public class OperationContextAdapter extends Object
Adapts the OperationContext to the output type.
-
-
Constructor Summary
Constructors Constructor Description OperationContextAdapter(FHIROperationContext operationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUri()
get the base uriString
getStorageProvider()
gets the storage providerString
getStorageProviderOutcomes()
gets the storage provider for the outcomes
-
-
-
Constructor Detail
-
OperationContextAdapter
public OperationContextAdapter(FHIROperationContext operationContext)
-
-