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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public BlobListCollector()
public void collect(OperationContext ctx, BlobList obj) throws OperationException
OutputCollector
collect
in interface OutputCollector<BlobList,BlobList>
OperationException
public BlobList getOutput()
OutputCollector
getOutput
in interface OutputCollector<BlobList,BlobList>
Copyright © 2018 Nuxeo. All rights reserved.