Interface DataGridParser

  • All Known Implementing Classes:
    ResultRecordParser, ResultScriptedQueryParser

    public interface DataGridParser
    Transforms the given list of Objects into a new matrix object
    Author:
    Orlando Paz <orlando.paz@kuwaiba.org>
    • Method Detail

      • getData

        String[][] getData​(Object dataSource)
        converts a data source to an array that can be exported
        Parameters:
        dataSource - data source
        Returns:
        the new array with the matrix structure