Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.runtime.services.streaming.StreamSource

Packages that use StreamSource
org.nuxeo.ecm.core.api.impl.blob BLOB implementations. 
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.runtime.services.streaming   
 

Uses of StreamSource in org.nuxeo.ecm.core.api.impl.blob
 

Methods in org.nuxeo.ecm.core.api.impl.blob that return StreamSource
 StreamSource StreamingBlob.getStreamSource()
           
 

Constructors in org.nuxeo.ecm.core.api.impl.blob with parameters of type StreamSource
StreamingBlob(StreamSource src)
           
StreamingBlob(StreamSource src, String mimeType)
           
StreamingBlob(StreamSource src, String mimeType, String encoding)
           
StreamingBlob(StreamSource src, String mimeType, String encoding, String filename, String digest)
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql that implement StreamSource
static class DefaultBinaryManager.ScrambledStreamSource
          A FileSource that is unscrambled on read using a BinaryScrambler.
 

Methods in org.nuxeo.ecm.core.storage.sql that return StreamSource
 StreamSource DefaultBinaryManager.ScrambledBinary.getStreamSource()
           
 StreamSource Binary.getStreamSource()
           
 

Uses of StreamSource in org.nuxeo.runtime.services.streaming
 

Classes in org.nuxeo.runtime.services.streaming that implement StreamSource
 class AbstractStreamSource
           
 class ByteArraySource
           
 class FileSource
           
 class InputStreamSource
           
 class StringSource
           
 class UploadedStreamSource
           
 class URLSource
           
 class ZipEntrySource
           
 

Fields in org.nuxeo.runtime.services.streaming declared as StreamSource
 StreamSource StreamManagerServer.DownloadSession.src
           
 

Methods in org.nuxeo.runtime.services.streaming that return StreamSource
 StreamSource StreamManager.getStream(String uri)
           
 StreamSource StreamManagerServer.getStream(String uri)
           
 StreamSource StreamManagerClient.getStream(String uri)
           
 

Methods in org.nuxeo.runtime.services.streaming with parameters of type StreamSource
 void StreamManagerServer.addResource(String uri, StreamSource src)
           
 String StreamManager.addStream(StreamSource src)
           
 String StreamManagerServer.addStream(StreamSource src)
           
 String StreamManagerClient.addStream(StreamSource src)
           
 

Constructors in org.nuxeo.runtime.services.streaming with parameters of type StreamSource
StreamManagerServer.DownloadSession(StreamSource src)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.