Class DocumentModelCollector

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<DocumentModel>
org.nuxeo.ecm.automation.core.collectors.DocumentModelCollector
All Implemented Interfaces:
Serializable, Cloneable, Iterable<DocumentModel>, Collection<DocumentModel>, List<DocumentModel>, RandomAccess, OutputCollector<DocumentModel,DocumentModelList>, DocumentModelList

public class DocumentModelCollector extends ArrayList<DocumentModel> implements DocumentModelList, OutputCollector<DocumentModel,DocumentModelList>
This implementation collect 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

Author:
Bogdan Stefanescu
See Also: