Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.model
Class BlobRef

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.model.Blob
      extended by org.nuxeo.ecm.automation.client.model.BlobRef
All Implemented Interfaces:
Serializable, OperationInput

public class BlobRef
extends Blob

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
BlobRef(String ref)
           
 
Method Summary
 void attach(Session session)
           
 String getRef()
           
 InputStream getStream()
           
 Session session()
           
 
Methods inherited from class org.nuxeo.ecm.automation.client.model.Blob
fromBase64String, fromBase64String, getFileName, getInputRef, getInputType, getLength, getMimeType, isBinary, setFileName, setMimeType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlobRef

public BlobRef(String ref)
Method Detail

attach

public void attach(Session session)

session

public Session session()

getRef

public String getRef()

getStream

public InputStream getStream()
                      throws IOException
Specified by:
getStream in class Blob
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.