Uses of Class
org.nuxeo.ecm.core.blob.binary.Binary
Packages that use Binary
-
Uses of Binary in org.nuxeo.ecm.core.blob.binary
Subclasses of Binary in org.nuxeo.ecm.core.blob.binaryFields in org.nuxeo.ecm.core.blob.binary declared as BinaryMethods in org.nuxeo.ecm.core.blob.binary that return BinaryModifier and TypeMethodDescriptionprotected abstract Binary
AbstractBinaryManager.getBinary
(InputStream in) Deprecated.Creates a binary value from the given input stream.abstract Binary
Deprecated.Deprecated.protected Binary
AESBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.BinaryBlob.getBinary()
Deprecated.Gets theBinary
attached to this blob.Deprecated.Returns aBinary
corresponding to the given digest.Deprecated.Saves the given blob into aBinary
.protected Binary
CachingBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.Deprecated.protected Binary
LocalBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.Constructors in org.nuxeo.ecm.core.blob.binary with parameters of type BinaryModifierConstructorDescriptionBinaryBlob
(Binary binary, String key, String filename, String mimeType, String encoding, String digest, long length) Deprecated.since 11.5, use signature with digestAlgorithm insteadBinaryBlob
(Binary binary, String key, String filename, String mimeType, String encoding, String digestAlgorithm, String digest, long length) Deprecated. -
Uses of Binary in org.nuxeo.ecm.core.storage.mongodb
Subclasses of Binary in org.nuxeo.ecm.core.storage.mongodbModifier and TypeClassDescriptionprotected static class
Deprecated.A binary backed by GridFS.Methods in org.nuxeo.ecm.core.storage.mongodb that return Binary