Uses of Class
org.nuxeo.ecm.core.blob.BlobStore.OptionalOrUnknown
Package
Description
-
Uses of BlobStore.OptionalOrUnknown in org.nuxeo.ecm.blob.azure
Modifier and TypeMethodDescription -
Uses of BlobStore.OptionalOrUnknown in org.nuxeo.ecm.blob.s3
Modifier and TypeMethodDescription -
Uses of BlobStore.OptionalOrUnknown in org.nuxeo.ecm.core.blob
Modifier and TypeMethodDescriptionGets an already-existing file containing the blob for the given key, if present.protected BlobStore.OptionalOrUnknown<Path>
CachingBlobStore.getFileFromCache
(String key, boolean exists) protected BlobStore.OptionalOrUnknown<Path>
LocalBlobStore.getStoredFile
(String key) Gets the stream of the blob for the given key, if present.static <T> BlobStore.OptionalOrUnknown<T>
BlobStore.OptionalOrUnknown.missing()
Returns a missing instance.static <T> BlobStore.OptionalOrUnknown<T>
BlobStore.OptionalOrUnknown.of
(T value) Returns an instance of a present, non-null value.static <T> BlobStore.OptionalOrUnknown<T>
BlobStore.OptionalOrUnknown.unknown()
Returns an unknown instance. -
Uses of BlobStore.OptionalOrUnknown in org.nuxeo.ecm.core.storage.gcp
Modifier and TypeMethodDescription -
Uses of BlobStore.OptionalOrUnknown in org.nuxeo.ecm.core.storage.mongodb.blob
Modifier and TypeMethodDescription