public class Batch extends Object
Modifier and Type | Method and Description |
---|---|
void |
addBlob(String idx,
Blob blob) |
void |
addStream(String idx,
InputStream is,
String name,
String mime) |
void |
clear() |
Blob |
getBlob(String fileId) |
List<Blob> |
getBlobs()
Return the uploaded blobs in the order the user choose to upload them
|
public Batch(String id)
public void addStream(String idx, InputStream is, String name, String mime) throws IOException
IOException
public List<Blob> getBlobs()
public void clear()
Copyright © 2011 Nuxeo SA. All Rights Reserved.