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 class
BlobCollector
class
BlobListCollector
class
DocumentModelCollector
This implementation collectDocumentModel
objects and return them as aDocumentModelList
object.class
DocumentModelListCollector
This implementation collectDocumentModel
objects and return them as aDocumentModelList
object.class
DocumentRefCollector
This implementation collectDocumentRef
objects and return them as aDocumentRefList
object. -
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. collector
Method 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)
-