Uses of Class
org.linuxforhealth.fhir.persistence.blob.BlobName
-
Packages that use BlobName Package Description org.linuxforhealth.fhir.persistence.blob org.linuxforhealth.fhir.persistence.blob.app -
-
Uses of BlobName in org.linuxforhealth.fhir.persistence.blob
Methods in org.linuxforhealth.fhir.persistence.blob that return BlobName Modifier and Type Method Description BlobName
BlobName.Builder. build()
Build a BlobName from the current state of this Builderstatic BlobName
BlobName. create(java.lang.String blobPath)
Create a BlobName but without any mapping between resourceTypeId and resourceTypeNamestatic BlobName
BlobName. create(IResourceTypeMaps resourceTypeMaps, java.lang.String blobPath)
Build a blob name by parsing components of the blob path and interpreting the resource type as either an id or name -
Uses of BlobName in org.linuxforhealth.fhir.persistence.blob.app
Constructors in org.linuxforhealth.fhir.persistence.blob.app with parameters of type BlobName Constructor Description ReadBlobValue(java.lang.String tenantId, java.lang.String dsId, IResourceTypeMaps resourceTypeMaps, BlobName blobName)
Public constructor
-