Uses of Interface
org.nuxeo.ecm.automation.OutputCollector
-
Packages that use OutputCollector Package Description org.nuxeo.ecm.automation.core.annotations org.nuxeo.ecm.automation.core.collectors org.nuxeo.ecm.automation.core.impl -
-
Uses of OutputCollector in org.nuxeo.ecm.automation.core.annotations
Methods in org.nuxeo.ecm.automation.core.annotations that return types with arguments of type OutputCollector Modifier and Type Method Description Class<? extends OutputCollector>collector()If defined the method is iterable. -
Uses of OutputCollector in org.nuxeo.ecm.automation.core.collectors
Classes in org.nuxeo.ecm.automation.core.collectors that implement OutputCollector Modifier and Type Class Description classBlobCollectorclassBlobListCollectorclassDocumentModelCollectorThis implementation collectDocumentModelobjects and return them as aDocumentModelListobject.classDocumentModelListCollectorThis implementation collectDocumentModelobjects and return them as aDocumentModelListobject.classDocumentRefCollectorThis implementation collectDocumentRefobjects and return them as aDocumentRefListobject. -
Uses of OutputCollector in org.nuxeo.ecm.automation.core.impl
Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type OutputCollector Modifier and Type Field Description protected Class<? extends OutputCollector>InvokableIteratorMethod. collectorMethod parameters in org.nuxeo.ecm.automation.core.impl with type arguments of type OutputCollector Modifier and Type Method Description static Type[]IterableInputHelper. findCollectorTypes(Class<? extends OutputCollector> cl)
-