public class BlobListCollector extends BlobList implements OutputCollector<BlobList,BlobList>
Blob objects and return them as a BlobList object.
You may use this to automatically iterate over iterable inputs in operation methods that return a Blob
object.
modCount| Constructor and Description |
|---|
BlobListCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(OperationContext ctx,
BlobList obj)
Collects a new partial result (the result of the last iteration step).
|
BlobList |
getOutput()
Gets the final output.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic BlobListCollector()
public void collect(OperationContext ctx, BlobList obj) throws OperationException
OutputCollectorcollect in interface OutputCollector<BlobList,BlobList>OperationExceptionpublic BlobList getOutput()
OutputCollectorgetOutput in interface OutputCollector<BlobList,BlobList>Copyright © 2016 Nuxeo SA. All rights reserved.