Uses of Class
org.nuxeo.ecm.core.blob.BlobStatus
-
Packages that use BlobStatus Package Description org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob -
-
Uses of BlobStatus in org.nuxeo.ecm.blob.s3
Methods in org.nuxeo.ecm.blob.s3 that return BlobStatus Modifier and Type Method Description BlobStatusS3BlobProvider. getStatus(ManagedBlob blob) -
Uses of BlobStatus in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return BlobStatus Modifier and Type Method Description default BlobStatusBlobProvider. getStatus(ManagedBlob blob)Gets the status of a blob.BlobStatusBlobStatus. withDownloadable(boolean downloadable)BlobStatusBlobStatus. withDownloadableUntil(Instant downloadableUntil)BlobStatusBlobStatus. withOngoingRestore(boolean ongoingRestore)BlobStatusBlobStatus. withStorageClass(String storageClass)
-