Uses of Class
org.linuxforhealth.fhir.persistence.blob.BlobPropertyGroupAdapter
-
Packages that use BlobPropertyGroupAdapter Package Description org.linuxforhealth.fhir.persistence.blob -
-
Uses of BlobPropertyGroupAdapter in org.linuxforhealth.fhir.persistence.blob
Methods in org.linuxforhealth.fhir.persistence.blob that return BlobPropertyGroupAdapter Modifier and Type Method Description BlobPropertyGroupAdapter
BlobManagedContainer. getProperties()
Get the propertiesBlobPropertyGroupAdapter
BlobContainerManager. getPropertyGroupAdapter(java.lang.String dsPropertyName)
Get a CassandraPropertyGroupAdapter bound to the property group described by the given dsPropertyName path (in fhir-server-config.json).Constructors in org.linuxforhealth.fhir.persistence.blob with parameters of type BlobPropertyGroupAdapter Constructor Description BlobManagedContainer(com.azure.storage.blob.BlobContainerAsyncClient client, BlobPropertyGroupAdapter properties)
Package protected constructor
-