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) |
Blob |
getBlob(String fileId,
int timeoutS) |
List<Blob> |
getBlobs()
Return the uploaded blobs in the order the user choose to upload them
|
List<Blob> |
getBlobs(int timeoutS) |
public Batch(String id)
public void addStream(String idx, InputStream is, String name, String mime) throws IOException
IOException
public List<Blob> getBlobs()
public Blob getBlob(String fileId, int timeoutS)
fileId
- timeoutS
- public void clear()
Copyright © 2013 Nuxeo SA. All Rights Reserved.