Interface RowProcessor
- All Known Implementing Classes:
DistinctRowProcessor
,FilterRowProcessor
,SortRowProcessor
,TotalizeRowProcessor
public interface RowProcessor
Row list process interface
-
Method Summary
-
Method Details
-
process
Process row list- Parameters:
rowList
- row list- Returns:
- row list processed
- Throws:
AWException
- AWE exception
-