Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.Binary

Packages that use Binary
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.net   
org.nuxeo.ecm.core.storage.sql.ra   
 

Uses of Binary in org.nuxeo.ecm.core.storage.sql
 

Subclasses of Binary in org.nuxeo.ecm.core.storage.sql
static class DefaultBinaryManager.ScrambledBinary
          A Binary that is unscrambled on read using a BinaryScrambler.
 class LazyBinary
          Base class for a lazy Binary that fetches its remote stream on first access.
 

Methods in org.nuxeo.ecm.core.storage.sql that return Binary
 Binary SessionImpl.getBinary(InputStream in)
           
 Binary Session.getBinary(InputStream in)
          Creates a binary value given an input stream.
 Binary DefaultBinaryManager.getBinary(InputStream in)
           
 Binary BinaryManager.getBinary(InputStream in)
          Saves the given input stream into a Binary.
 Binary DefaultBinaryManager.getBinary(String digest)
           
 Binary BinaryManager.getBinary(String digest)
          Returns a Binary corresponding to the given digest.
 Binary XORBinaryManager.XORBinaryScrambler.getUnscrambledBinary(File file, String digest, String repoName)
           
 Binary DefaultBinaryManager.NullBinaryScrambler.getUnscrambledBinary(File file, String digest, String repoName)
           
 Binary BinaryScrambler.getUnscrambledBinary(File file, String digets, String repoName)
          Gets an unscrambled Binary for the given file.
 

Uses of Binary in org.nuxeo.ecm.core.storage.sql.coremodel
 

Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return Binary
 Binary SQLBlob.getBinary()
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Binary
SQLBlob(Binary binary, String filename, String mimeType, String encoding, String digest)
           
 

Uses of Binary in org.nuxeo.ecm.core.storage.sql.net
 

Methods in org.nuxeo.ecm.core.storage.sql.net that return Binary
 Binary BinaryManagerClient.getBinary(InputStream in)
           
 Binary BinaryManagerClient.getBinary(String digest)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.net with parameters of type Binary
BinaryRequestEntity(Binary binary)
           
 

Uses of Binary in org.nuxeo.ecm.core.storage.sql.ra
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return Binary
 Binary ConnectionImpl.getBinary(InputStream in)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.