Package | Description |
---|---|
net.windward.datasource |
This supplies a data source to the Windward Engine.
|
net.windward.datasource.abstract_datasource | |
net.windward.datasource.dom4j |
This supplies an xml data source to the Windward Engine.
|
net.windward.datasource.jdbc |
This supplies a sql data source to the Windward Engine.
|
net.windward.datasource.json | |
net.windward.xmlreport |
The reporting-specific part of the Windward Engine.
|
Modifier and Type | Method and Description |
---|---|
DataSourceProvider |
DataSourceNode.getDataSourceProvider()
Get the parent datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSource
This class is designed to make future data sources easier to implement and more robust.
|
Modifier and Type | Method and Description |
---|---|
DataSourceProvider |
AbstractDataSourceNode.getDataSourceProvider() |
Modifier and Type | Class and Description |
---|---|
class |
Dom4jDataSource
Deprecated.
Use SaxonDataSource (XPath 3.1) instead
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDataSource
This supplies a data source to Windward Reports using jdbc.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonDataSource
JsonDataSource
Written by: Sarah Scheffler
This software is the confidential and proprietary information of
Windward Studios ("Confidential Information").
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessReportAPIBase.processData(DataSourceProvider data,
java.lang.String datasource)
Deprecated.
Process a set of data for the report.
|
void |
ProcessReport.processData(DataSourceProvider datasourceProvider,
java.lang.String datasourceName)
Process a set of data for the report.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessReportAPIBase.batchSetup(java.util.Map<java.lang.String,DataSourceProvider> dataProviders,
java.lang.String batchForEach,
java.util.Map<java.lang.String,java.lang.String> batchParameters)
Deprecated.
Prepares the object to run batch reports.
|
void |
ProcessReport.batchSetup(java.util.Map<java.lang.String,DataSourceProvider> dataProviders,
java.lang.String batchForEach,
java.util.Map<java.lang.String,java.lang.String> parameters)
Prepares the object to run batch reports.
|
void |
ProcessReportAPIBase.processData(java.util.Map<java.lang.String,DataSourceProvider> dataProviders)
Deprecated.
Process multiple sets of data for the report.
|
void |
ProcessReport.processData(java.util.Map<java.lang.String,DataSourceProvider> dataProviders)
Processes multiple sets of data for the report.
|
Constructor and Description |
---|
ProcessGraphics2D(DataSourceProvider data,
java.io.InputStream template,
java.io.OutputStream report)
Create a ProcessReport object with the passed in template & data streams, writing it to
the passed in report stream.
|
ProcessPrinter(DataSourceProvider data,
java.io.InputStream template,
java.lang.String printer,
int copies)
Create a ProcessPrinter.
|
ProcessReport(DataSourceProvider data,
java.io.InputStream template,
java.io.OutputStream report)
Create a ProcessReport object with the passed in template & data streams, writing it to
the passed in report stream.
|
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software