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 BlobStatus
S3BlobProvider. 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 BlobStatus
BlobProvider. getStatus(ManagedBlob blob)
Gets the status of a blob.BlobStatus
BlobStatus. withDownloadable(boolean downloadable)
BlobStatus
BlobStatus. withDownloadableUntil(Instant downloadableUntil)
BlobStatus
BlobStatus. withOngoingRestore(boolean ongoingRestore)
BlobStatus
BlobStatus. withStorageClass(String storageClass)
-