public interface BatchManager
Modifier and Type | Method and Description |
---|---|
void |
addStream(String batchId,
String idx,
InputStream is,
String name,
String mime)
Add an inputStream in a batch Will create a new
Batch if needed
Streams are persisted as temporary files |
void |
clean(String batchId)
Cleanup the temporary storage associated to the batch
|
Blob |
getBlob(String batchId,
String fileId) |
List<Blob> |
getBlobs(String batchId)
Get Blobs associated to a given batch.
|
String |
initBatch(String batchId,
String contextName)
Initialize a batch with a given batchId and Context Name If batchId is
not provided, it will be automatically generated
|
void addStream(String batchId, String idx, InputStream is, String name, String mime) throws IOException
Batch
if needed
Streams are persisted as temporary filesbatchId
- idx
- is
- name
- mime
- IOException
List<Blob> getBlobs(String batchId)
batchId
- void clean(String batchId)
batchId
- Copyright © 2011 Nuxeo SA. All Rights Reserved.