Package org.nuxeo.lib.stream.computation
Interface RecordFilterChain
-
- All Superinterfaces:
RecordFilter
- All Known Implementing Classes:
NoFilterChain
,RecordFilterChainImpl
public interface RecordFilterChain extends RecordFilter
A chain of record filters. Appender hooks are applied in the order of the filters, reader hooks in the reverse order.- Since:
- 11.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordFilterChain
addFilter(RecordFilter filter)
-
Methods inherited from interface org.nuxeo.lib.stream.computation.RecordFilter
afterAppend, afterRead, beforeAppend, init
-
-
-
-
Method Detail
-
addFilter
RecordFilterChain addFilter(RecordFilter filter)
-
-