Interface RewindableDataSourceProvider<D extends JRRewindableDataSource>

All Superinterfaces:
DataSourceProvider<D>
All Known Implementing Classes:
JsonDataSourceProvider, JsonQLDataSourceProvider

public interface RewindableDataSourceProvider<D extends JRRewindableDataSource> extends DataSourceProvider<D>
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface net.sf.jasperreports.engine.data.DataSourceProvider

    getDataSource
  • Method Details

    • rewind

      void rewind()