Package se.conciliate.extensions.report
Interface ReportDataSourceFactory
public interface ReportDataSourceFactory
Factory for creating data sources for reports. Register
implementations of these into OSGi to make them available
to end users.
-
Method Summary
-
Method Details
-
getId
String getId() -
createDataSource
ReportDataSource createDataSource()
-