Class OperationContextAdapter
- java.lang.Object
-
- com.ibm.fhir.operation.bulkdata.config.OperationContextAdapter
-
public class OperationContextAdapter extends java.lang.ObjectAdapts 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.StringgetBaseUri()get the base urijava.lang.StringgetStorageProvider()gets the storage providerjava.lang.StringgetStorageProviderOutcomes()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:
-
-