public class DocumentModelCollector extends ArrayList<DocumentModel> implements DocumentModelList, OutputCollector<DocumentModel,DocumentModelList>
DocumentModel
objects and return them as a
DocumentModelList
object.
You may use this to automatically iterate over iterable inputs in operation
methods that return a DocumentModel
object
Constructor and Description |
---|
DocumentModelCollector() |
Modifier and Type | Method and Description |
---|---|
void |
collect(OperationContext ctx,
DocumentModel obj)
Collects a new partial result (the result of the last iteration step).
|
DocumentModelList |
getOutput()
Gets the final output.
|
long |
totalSize()
Returns the total size of the bigger list this is a part of.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
public long totalSize()
DocumentModelList
totalSize
in interface DocumentModelList
public void collect(OperationContext ctx, DocumentModel obj) throws OperationException
OutputCollector
collect
in interface OutputCollector<DocumentModel,DocumentModelList>
OperationException
public DocumentModelList getOutput()
OutputCollector
getOutput
in interface OutputCollector<DocumentModel,DocumentModelList>
Copyright © 2013 Nuxeo SA. All Rights Reserved.