Uses of Class
ca.uhn.fhir.jpa.binary.api.StoredDetails
-
Uses of StoredDetails in ca.uhn.fhir.jpa.binary.api
Modifier and TypeMethodDescriptionIBinaryStorageSvc.fetchBinaryContentDetails
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobId) StoredDetails.setBinaryContentId
(String theBinaryContentId) StoredDetails.setBytes
(long theBytes) StoredDetails.setContentType
(String theContentType) StoredDetails.setPublished
(Date thePublished) default StoredDetails
IBinaryStorageSvc.storeBinaryContent
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream) Deprecated, for removal: This API element is subject to removal in a future version.IBinaryStorageSvc.storeBinaryContent
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Store a new binary blob -
Uses of StoredDetails in ca.uhn.fhir.jpa.binary.svc
Modifier and TypeMethodDescriptionNullBinaryStorageSvcImpl.fetchBinaryContentDetails
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobId) NullBinaryStorageSvcImpl.storeBinaryContent
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of StoredDetails in ca.uhn.fhir.jpa.binstore
Modifier and TypeMethodDescriptionFilesystemBinaryStorageSvcImpl.fetchBinaryContentDetails
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobId) MemoryBinaryStorageSvcImpl.fetchBinaryContentDetails
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobId) FilesystemBinaryStorageSvcImpl.storeBinaryContent
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) MemoryBinaryStorageSvcImpl.storeBinaryContent
(org.hl7.fhir.instance.model.api.IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
IBinaryStorageSvc.storeBinaryContent(IIdType theResourceId, String theBlobIdOrNull, String theContentType, InputStream theInputStream, RequestDetails theRequestDetails)
instead.