org.nuxeo.ecm.automation.client.model
Class BlobRef
java.lang.Object
org.nuxeo.ecm.automation.client.model.Blob
org.nuxeo.ecm.automation.client.model.BlobRef
- All Implemented Interfaces:
- Serializable, OperationInput
public class BlobRef
- extends Blob
- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
Methods inherited from class org.nuxeo.ecm.automation.client.model.Blob |
fromBase64String, fromBase64String, getFileName, getInputRef, getInputType, getLength, getMimeType, isBinary, setFileName, setMimeType, toString |
BlobRef
public BlobRef(String ref)
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
Copyright © 2011 Nuxeo SAS. All Rights Reserved.