Class ReadBlobValue
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.blob.app.ReadBlobValue
 
 
- 
public class ReadBlobValue extends java.lang.ObjectDo a plain read of the resource blob value and print it to stdout for debugging 
- 
- 
Constructor Summary
Constructors Constructor Description ReadBlobValue(java.lang.String tenantId, java.lang.String dsId, IResourceTypeMaps resourceTypeMaps, BlobName blobName)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Create the container for the configured tenant and datasource pair 
 - 
 
- 
- 
Constructor Detail
- 
ReadBlobValue
public ReadBlobValue(java.lang.String tenantId, java.lang.String dsId, IResourceTypeMaps resourceTypeMaps, BlobName blobName)Public constructor- Parameters:
 tenantId-dsId-resourceTypeMaps-blobName-
 
 - 
 
- 
Method Detail
- 
run
public void run() throws FHIRExceptionCreate the container for the configured tenant and datasource pair- Throws:
 FHIRException
 
 - 
 
 -