Package | Description |
---|---|
net.windward.datasource |
This supplies a data source to Windward Reports.
|
net.windward.datasource.abstract_datasource | |
net.windward.datasource.dom4j |
This supplies an xml data source to Windward Reports.
|
net.windward.tags |
These are the classes that represent Windward Reports tags in the template.
|
net.windward.xmlreport |
The reporting-specific part of Windward Reports.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceProvider.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataSource.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
Dom4jDataSource.validateTag(BaseTag xmlTag)
Verifys that a tag has all required attributes and no unknown attributes.
|
Constructor and Description |
---|
TagException(TagException src,
java.lang.String txt) |
Modifier and Type | Method and Description |
---|---|
BatchReport |
ProcessReportAPIBase.batchNext(java.io.OutputStream report)
Generates the next document in the batch and returns the results of that document.
|
BatchReport |
ProcessReport.batchNext(java.io.OutputStream report)
Generates the next document in the batch and returns the results of that document.
|
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)
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.buildSchema(java.io.OutputStream xmlSchema)
Generates a UDT schema XML files based on the tags in the template.
|
void |
ProcessReport.buildSchema(java.io.OutputStream xmlSchema)
Generates a UDT schema XML files based on the tags in the template.
|
static void |
ProcessReport.clean(java.io.InputStream template,
java.io.OutputStream cleanedStream,
int cleanedType,
boolean removeUnused,
int tagStyle,
ProcessReport.CleanDatasource[] datasources,
int paramMode,
int templateVersion)
Clean the requested template.
|
static void |
ProcessReport.clean(java.io.InputStream template,
java.io.OutputStream cleanedStream,
int cleanedType,
boolean removeUnused,
int tagStyle,
ProcessReport.CleanDatasource[] datasources,
int paramMode,
int templateVersion,
boolean fixExpressions)
Clean the requested template.
|
java.util.List<java.lang.String> |
ProcessReportAPIBase.findPodsUsed()
Find Pod's being used by a Document.
|
java.util.List<java.lang.String> |
ProcessReport.findPodsUsed()
Find Pod's being used by a Document.
|
static TemplateInfo |
ProcessReport.getTemplateMetrics(java.io.InputStream file)
Returns information about all vars, datasources, and tags referenced in the template.
|
static TemplateInfo |
ProcessReport.getTemplateMetrics(java.io.InputStream file,
boolean quiet)
Returns information about all vars, datasources, and tags referenced in the template.
|
static TemplateInfo |
ProcessReport.getTemplateMetrics(java.io.InputStream file,
boolean quiet,
boolean ignoreTags) |
Document |
ProcessReport.loadTemplate(java.io.InputStream file,
int type,
DocHeader hdr,
DocBody parentDoc,
boolean removeUnusedFormats,
java.lang.String encoding,
java.lang.String[] importStack)
This is not part of the official API.
|
static void |
JoinReports.main(java.lang.String[] args)
Join multiple files into a single PDF.
|
void |
ProcessReportAPIBase.process()
Create a report from the input template & datasource(s), writing it to the output (report) stream.
|
void |
ProcessReport.process()
Create a report from the input streams, writing it to the output (report) stream.
|
void |
ProcessHtml.process()
Create a report from the input template and datasource(s) streams, writing it to the output (report) stream.
|
long |
ProcessReportAPIBase.processComplete()
Process the final report and create the output.
|
long |
ProcessReport.processComplete()
Process the final report and create the output.
|
void |
ProcessReportAPIBase.processData(DataSourceProvider data,
java.lang.String datasource)
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.
|
void |
ProcessReportAPIBase.processData(java.util.Map<java.lang.String,DataSourceProvider> dataProviders)
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.
|
void |
ProcessReportAPIBase.processSetup()
Process the template and get the report ready to process data files.
|
void |
ProcessReport.processSetup()
Process the template and get the report ready to process data files.
|
void |
ProcessReportAPIBase.processSetup(int inputType)
Process the template and get the report ready to process data files.
|
void |
ProcessReport.processSetup(int inputType)
Process the template and get the report ready to process data files.
|
void |
ProcessReportAPIBase.updatePods(UdtUpdate[] udts)
Update the UDTs.
|
void |
ProcessReport.updatePods(UdtUpdate[] pods)
Deprecated.
Use the import tag instead for content that needs to be updated.
|
Copyright © 2017 Windward Reports - All Rights Reserved. We are java reporting software