new ProcessorCollection(processors)
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
processors |
olympe.dc.Processor |
<repeatable> |
the processors to chain in the right order |
- Implements:
Methods
-
process(source, object, next)
-
Processes a query.
Parameters:
Name Type Description source
string the source from which the object come
object
Object The query.
next
olympe.dc.Processor.NextProcessorCallback - Implements: