Class OperationContextAdapter
- java.lang.Object
-
- org.linuxforhealth.fhir.operation.bulkdata.config.OperationContextAdapter
-
public class OperationContextAdapter extends java.lang.Object
Adapts the OperationContext to the output type.
-
-
Constructor Summary
Constructors Constructor Description OperationContextAdapter(FHIROperationContext operationContext, boolean isImport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBaseUri()
get the base urijava.lang.String
getStorageProvider()
gets the storage providerjava.lang.String
getStorageProviderOutcomes()
gets the storage provider for the outcomes
-
-
-
Constructor Detail
-
OperationContextAdapter
public OperationContextAdapter(FHIROperationContext operationContext, boolean isImport)
-
-
Method Detail
-
getStorageProvider
public java.lang.String getStorageProvider()
gets the storage provider- Returns:
-
getStorageProviderOutcomes
public java.lang.String getStorageProviderOutcomes()
gets the storage provider for the outcomes- Returns:
-
getBaseUri
public java.lang.String getBaseUri()
get the base uri- Returns:
-
-