- CHARSET_DEFAULT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Set the charset based on Windward Report's internal rules.
- CHARSET_RTF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Set the charset to the default in the template rtf file.
- CHARSET_UNICODE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Set the charset to unicode.
- CHART_DATASET_ERROR - Static variable in exception net.windward.env.DataSourceException
-
- CHART_INVALID_SCHEMA - Static variable in exception net.windward.env.DataSourceException
-
- CHART_MISMATCHED_GRAPHS - Static variable in exception net.windward.env.DataSourceException
-
- CHART_NULL_DATA_ITEM - Static variable in exception net.windward.env.DataSourceException
-
- CHART_PROVIDER_NOT_LOADED - Static variable in exception net.windward.tags.TagException
-
The tag attempted to access a ChartProvider member on a null ChartProvider instance.
- CHART_TAG_ERROR - Static variable in exception net.windward.env.DataSourceException
-
- CHART_TYPE_NOT_IN_CHARTML - Static variable in exception net.windward.tags.TagException
-
The tag specified a graph-type attribute that was not found in the chartml.
- ChartDataImpl - Class in net.windward.datasource
-
Uses existing DataSource calls to handle chart data requests.
- ChartDataImpl(DataSourceNode, ChartTag, DataSourceNode[], Locale) - Constructor for class net.windward.datasource.ChartDataImpl
-
Returns a set of data used to create a chart.
- CheckJdbc - Class in net.windward.tools
-
Provides a means to check JDBC parameters to use when connecting to a database.
- CheckJdbc() - Constructor for class net.windward.tools.CheckJdbc
-
- checkTimeout() - Method in class net.windward.xmlreport.ProcessReport
-
This is NOT part of the public API.
- clean(InputStream, OutputStream, int, boolean, int, ProcessReport.CleanDatasource[], int, int) - Static method in class net.windward.xmlreport.ProcessReport
-
Clean the requested template.
- clean(InputStream, OutputStream, int, boolean, int, ProcessReport.CleanDatasource[], int, int, boolean) - Static method in class net.windward.xmlreport.ProcessReport
-
Clean the requested template.
- CleanDatasource(int, String, boolean) - Constructor for class net.windward.xmlreport.ProcessReport.CleanDatasource
-
Create the object.
- cleanSelects(ProcessReport.CleanDatasource[], int) - Method in class net.windward.xmlreport.ProcessReport
-
This is not part of the official API - do not use this.
- cleanSelects(ProcessReport.CleanDatasource[], int, boolean) - Method in class net.windward.xmlreport.ProcessReport
-
This is not part of the official API - do not use this.
- CleanTemplates - Class in net.windward.tools
-
Clean the selected templates.
- CleanTemplates() - Constructor for class net.windward.tools.CleanTemplates
-
- close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Clean up resources.
- close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
We are done with this iterator.
- close() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- close() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
-
- close() - Method in interface net.windward.datasource.DataSourceIterator
-
We are done with this iterator.
- close() - Method in interface net.windward.datasource.DataSourceNode
-
We are done with this node.
- close() - Method in interface net.windward.datasource.DataSourceProvider
-
Called when processing is complete.
- close() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Called when processing is complete.
- close() - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
Called when processing is complete.
- close() - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
-
We are done with this node.
- close() - Method in class net.windward.datasource.jdbc.JdbcResultSet
-
- close() - Method in class net.windward.datasource.json.JsonDataSource
-
- close() - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
-
- close() - Method in class net.windward.datasource.json.JsonResultSet
-
- close() - Method in class net.windward.xmlreport.ProcessReport
-
Call when you are done with this object, including done with the OutputStream returned by getReport if that
stream was created by ProcessReport.
- close() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Call when you are done with this object, including done with the OutputStream returned by getReport if that
stream was created by ProcessReport.
- closeConnection() - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
-
Close the connection.
- combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
- combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
- combineQueryForDataSet(String, String, String) - Method in class net.windward.datasource.json.JsonDataSource
-
- COMP_FAST - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
-
Fast compression.
- COMP_MAX - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
-
Maximum compression.
- COMP_NONE - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
-
No compression.
- compare(Integer, Integer) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
-
- compare(Date, Date) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
-
- compare(Double, Double) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
-
- compare(String, String) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
-
- compare(Object, Object) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
-
- COMPLETE_ALREADY_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
-
You need to call processComplete exactly once.
- COMPLETE_NOT_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
-
You need to call processComplete first.
- ConditionalFormatException - Exception in net.windward.xmlreport.xsnv.conditionalformatter
-
- ConditionalFormatException(String) - Constructor for exception net.windward.xmlreport.xsnv.conditionalformatter.ConditionalFormatException
-
- convertSelect(DataSourceNode, String, String, DataSourceNode[], String, Locale) - Static method in class net.windward.datasource.ChartDataImpl
-
Processes a select for a scalar result.
- convertToDataClass(String, Object) - Method in class net.windward.datasource.json.JsonResultRow
-
- convertToInputStream(Object) - Static method in class net.windward.datasource.DataSourceBase
-
Used for cases where an evaluate can return a byte[] or other object and the engine needs the data as an
InputStream.
- COPY_METADATA_ALWAYS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Always copy the windward metadata to the output report.
- COPY_METADATA_IF_NO_DATASOURCE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Copy the windward metadata to the output report if no datasources were applied to the report.
- COPY_METADATA_NEVER - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Never copy the windward metadata to the output report.
- createJsonResultSet(List, List, String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
-
- createJsonResultSet(List<<any>>, String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
-
- createSAXReader() - Static method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a SAXReader set to disallow XXE aattacks.
- CSS_EXISTS - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
Assume they have the css file already.
- CSS_INCLUDE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
Put the css contents in the output (html) file.
- CSS_NO - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
No css.
- CSS_SEPARATE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
Put the css contents in the css stream.
- DAILY_LIMIT - Static variable in exception net.windward.util.LicenseException
-
Went over the daily limit of 500 reports.
- DATA_MODE_ALL_ATTRIBUTES - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Data file will include all tag attributes (including select) as an attribute.
- DATA_MODE_DATA - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Data file will include the data from each tag.
- DATA_MODE_EMBED - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
The data file will be embedded in the generated report.
- DATA_MODE_INCLUDE_BITMAPS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Data file will include the contents of any imported bitmap.
- DATA_MODE_SELECT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
-
Data file will include the select for each tag as an attribute.
- DATA_QUERY_ERROR - Static variable in exception net.windward.env.EquationException
-
- DATA_TYPE_DATE - Static variable in class net.windward.datasource.SelectFilter.Filter
-
Filtering a date.
- DATA_TYPE_NUMBER - Static variable in class net.windward.datasource.SelectFilter.Filter
-
Filtering a number.
- DATA_TYPE_STRING - Static variable in class net.windward.datasource.SelectFilter.Filter
-
Filtering a string.
- DataConnectionException - Exception in net.windward.env
-
All exceptions thrown when connecting to a datasource are wrapped in this exception.
- DataConnectionException(String) - Constructor for exception net.windward.env.DataConnectionException
-
Constructs a new exception with the specified detail message.
- DataConnectionException(String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
-
Constructs a new exception with the specified detail message and cause.
- DataConnectionException(String, String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
-
Constructs a new exception with the specified detail message and cause.
- DataConnectionException(String, String, String, String, String, Throwable) - Constructor for exception net.windward.env.DataConnectionException
-
Constructs a new exception with the specified detail message and cause.
- DataSourceBase - Class in net.windward.datasource
-
The base class for all data source providers to inherit from.
- DataSourceBase() - Constructor for class net.windward.datasource.DataSourceBase
-
- DataSourceException - Exception in net.windward.env
-
All exceptions thrown by the datasource classes (except connection exceptions - those are in DataConnectionException)
are wrapped in this exception.
- DataSourceException(String, String, Throwable, int) - Constructor for exception net.windward.env.DataSourceException
-
Constructs a new exception with the specified detail message and cause.
- DataSourceException(String, Throwable, int) - Constructor for exception net.windward.env.DataSourceException
-
Constructs a new exception with the specified detail message and cause.
- DataSourceException(String, String, int) - Constructor for exception net.windward.env.DataSourceException
-
Constructs a new exception with the specified detail message and cause.
- DataSourceException(String, int) - Constructor for exception net.windward.env.DataSourceException
-
Constructs a new exception with the specified detail message and cause.
- DataSourceIterator - Interface in net.windward.datasource
-
This iterates through the nodes that match a <wr:forEach tag.
- DataSourceNode - Interface in net.windward.datasource
-
This represents a node in the dataset.
- dataSourceNodeWithIndex(int, DataSourceIterator, ForEachTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Return the node when a forEach has a step > 1 and therefore results can be accessed using ${var[2]}.
- DataSourceProvider - Interface in net.windward.datasource
-
This supplies a data source to Windward Reports.
- DataSourceResultRow - Class in net.windward.datasource.abstract_datasource
-
Created by erikh on 12/3/2014.
- DataSourceResultRow() - Constructor for class net.windward.datasource.abstract_datasource.DataSourceResultRow
-
- DataSourceTags - Class in net.windward.datasource
-
This is used to define what attributes are used in each tag.
- DataSourceTags() - Constructor for class net.windward.datasource.DataSourceTags
-
- DebugException - Exception in net.windward.debug
-
Thrown if the debugger kills the process.
- DebugException(int) - Constructor for exception net.windward.debug.DebugException
-
Constructs a new runtime exception with null
as its
detail message.
- DEMO_VERSION - Static variable in exception net.windward.util.LicenseException
-
The demo version is limited from running at certain times.
- DEV_LIMIT - Static variable in exception net.windward.util.LicenseException
-
Can only do 1 thread at a time in the dev version.
- DocumentException - Exception in net.windward.format.pdf.output
-
Signals that an error has occurred in a Document
.
- DocumentException(Exception) - Constructor for exception net.windward.format.pdf.output.DocumentException
-
Creates a Document exception.
- DocumentException() - Constructor for exception net.windward.format.pdf.output.DocumentException
-
Constructs a DocumentException
without a message.
- DocumentException(String) - Constructor for exception net.windward.format.pdf.output.DocumentException
-
Constructs a DocumentException
with a message.
- Dom4jDataSource - Class in net.windward.datasource.dom4j
-
This supplies a data source to Windward Reports using dom4j.
- Dom4jDataSource(String, String) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider using the passed in connection strings.
- Dom4jDataSource(InputStream, InputStream) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses an xml stream as the data and dom4j to traverse it.
- Dom4jDataSource(InputStream) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses an xml stream as the data and dom4j to traverse it.
- Dom4jDataSource(String) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses an xml string as the data and dom4j to traverse it.
- Dom4jDataSource(Element) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
- Dom4jDataSource(Document, boolean) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
- Dom4jDataSource(Document) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
-
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
- Dom4jDataSource.VarResults - Class in net.windward.datasource.dom4j
-
- DrillDownTemplate(String, String, String) - Constructor for class net.windward.xmlreport.ProcessReport.DrillDownTemplate
-
Create the object.
- drillDownToVal(Object, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
Drills through result sets to get the final return value.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessCsv
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessDocx
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessHtml
-
Creates and returns a copy of this object.
- duplicate(OutputStream, OutputStream) - Method in class net.windward.xmlreport.ProcessHtml
-
Creates and returns a copy of this object.
- duplicate(OutputStream, OutputStream) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessImage
-
Unsupported for images as this writes an array of page objects, not a single output stream.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPdf
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPostScript
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPptx
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessPrinter
-
Creates and returns a copy of this ProcessReport object.
- duplicate(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessRtf
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessTxt
-
Creates and returns a copy of this object.
- duplicate(OutputStream) - Method in class net.windward.xmlreport.ProcessXlsx
-
Creates and returns a copy of this object.
- getAllFiles(String) - Static method in class net.windward.tools.UpdatePods
-
- getAllowedValues() - Method in class net.windward.xmlreport.TemplateVariable
-
- getAutoMetadata() - Method in class net.windward.xmlreport.TemplateVariable
-
- getAutotagData() - Method in class net.windward.xmlreport.TemplateInfo
-
the AutoTag data embedded in the template.
- getAutotagVersion() - Method in class net.windward.xmlreport.TemplateInfo
-
- getAutotagXml() - Method in class net.windward.xmlreport.TemplateInfo
-
- getBaseDirectory() - Method in class net.windward.xmlreport.ProcessReport
-
Get the base directory used for imported files that have a relative path.
- getBaseDirectory() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the base directory used for imported files that have a relative path.
- getBatchForEach() - Method in class net.windward.xmlreport.TemplateInfo
-
The forEach tag (text form) for batch runs.
- getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
-
Called when tag is of type BITMAP.
- getBitmap(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
-
- getBitmapType() - Method in class net.windward.format.htm.HtmlImage
-
Get the type of picture this is.
- getCalOffset() - Method in class net.windward.xmlreport.TemplateVariable
-
- getCause() - Method in exception net.windward.format.wordml.WordMLException
-
Returns the cause of this throwable or null
if the
cause is nonexistent or unknown.
- getCellSeparator() - Method in class net.windward.xmlreport.ProcessCsv
-
Get the character used to seperate cells.
- getCellSeparator() - Method in interface net.windward.xmlreport.ProcessCsvAPI
-
Get the character used to seperate cells.
- getCharset() - Method in class net.windward.xmlreport.ProcessReport
-
Html and txt files are generated using a charset (the rest use unicode).
- getCharset() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
This call set's the locale used in creating a report.
- getChartProvider() - Method in class net.windward.xmlreport.ProcessReport
-
Returns the chart provider used for this process.
- getChartRenderType() - Method in class net.windward.xmlreport.ProcessReport
-
What HtmlImage.BITMAP_* type to render charts at for this ReportType.
- getCompany() - Static method in class net.windward.xmlreport.ProcessReport
-
The company this copy is licensed to.
- getCompressionLevel() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the compression level.
- getCompressionLevel() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the compression level.
- getConn() - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
-
- getConnection() - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
- getConnectionString() - Method in exception net.windward.env.DataConnectionException
-
The connection string to the datasource.
- getConnectorClass() - Method in exception net.windward.env.DataConnectionException
-
The datasource connector class.
- getCopies() - Method in class net.windward.xmlreport.ProcessPrinter
-
- getCopies() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Gets the total number of copies to be printed.
- getCopyMetadata() - Method in class net.windward.xmlreport.ProcessOpenXml
-
Get if the Windward metadata will be copied to the generated report.
- getCopyMetadata() - Method in class net.windward.xmlreport.ProcessReport
-
Get if the Windward metadata will be copied to the generated report.
- getCopyMetadata() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get if the Windward metadata will be copied to the generated report.
- getCopyMetadata() - Method in class net.windward.xmlreport.ProcessRtf
-
Get if the Windward metadata will be copied to the generated report.
- getCount() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
Return the count the iteration is on.
- getCount() - Method in interface net.windward.datasource.DataSourceIterator
-
Return the count the iteration is on.
- getCssFilename() - Method in class net.windward.xmlreport.ProcessHtml
-
Returns the css filename.
- getCssFilename() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Returns the css filename.
- getCssStream() - Method in class net.windward.xmlreport.ProcessHtml
-
Returns the css stream.
- getCssStream() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Returns the css stream.
- getCssType() - Method in class net.windward.xmlreport.ProcessHtml
-
Returns if the css information will be written to a separate file, as part of the html file,
or skipped (because the file already exists).
- getCssType() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Returns if the css information will be written to a separate file, as part of the html file,
or skipped (because the file already exists).
- getCursor() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getCursor() - Method in interface net.windward.datasource.DataSourceNode
-
Returns the underlying cursor this node presently holds.
- getData(ChartTag, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getData() - Method in class net.windward.datasource.ChartDataImpl
-
Returns a set of data used to create a chart.
- getData(ChartTag, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
-
Returns a set of data used to create a chart.
- getDatabaseName() - Method in exception net.windward.env.DataConnectionException
-
The name of the datasource database.
- getDataMode() - Method in class net.windward.xmlreport.ProcessReport
-
Get the embed data setting.
- getDataMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
As the report is run, the data for each tag can also be placed in an associated data.xml file.
- getDatasets() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
-
The datasets in this datasource.
- getDataSource() - Method in class net.windward.xmlreport.TemplateVariable
-
- getDatasourceName() - Method in interface net.windward.datasource.DataSourceProvider
-
returns the name of this type in the form "sql", "xml", etc.
- getDatasourceName() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
returns the name of this type in the form "sql", "xml", etc.
- getDatasourceName() - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
returns the name of this type in the form "sql", "xml", etc.
- getDatasourceName() - Method in class net.windward.datasource.json.JsonDataSource
-
returns the name of this type in the form "sql", "xml", etc.
- getDatasourceProfiles() - Method in class net.windward.xmlreport.TemplateInfo
-
All datasources that must be processed for this template.
- getDataSourceProvider() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getDataSourceProvider() - Method in interface net.windward.datasource.DataSourceNode
-
Get the parent datasource.
- getDatasources() - Method in class net.windward.xmlreport.TemplateInfo
-
All datasources that must be processed for this template.
- getDatasourceState(DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getDatasourceState(DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
-
Get the state of the datasource.
- getDataStream() - Method in class net.windward.xmlreport.ProcessReport
-
As the report is run, the data for each tag can also be placed in an associated data.xml file.
- getDataStream() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
As the report is run, the data for each tag can also be placed in an associated data.xml file.
- getDataWriter() - Method in class net.windward.xmlreport.ProcessReport
-
This is not part of the official API.
- getDebugHandler() - Method in class net.windward.xmlreport.ProcessReport
-
The debug handler assigned to this report if debugging.
- getDefaultNamespacePrefix() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
The prefixes for namespaces are pulled from the XML datasource.
- getDefaultValues() - Method in class net.windward.xmlreport.TemplateVariable
-
- getDescription() - Method in class net.windward.xmlreport.ProcessReport
-
Get the description of the document.
- getDescription() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the description of the document.
- getDesription() - Method in class net.windward.xmlreport.TemplateVariable
-
- getDocPos() - Method in exception net.windward.env.WindwardException
-
The position in the document where this exception occured.
- getDocument() - Method in class net.windward.xmlreport.ProcessPdf
-
Gets the current document
- getDpi() - Method in class net.windward.xmlreport.ProcessImage
-
The Dots Per Inch to render the bitmaps at.
- getDrillDownInfo() - Method in class net.windward.xmlreport.ProcessReport
-
Get the info for the template file this is in.
- getDrillDownInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the info for the template file this is in.
- getDuplex() - Method in class net.windward.xmlreport.ProcessPrinter
-
- getDuplex() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Get the printer's duplex setting.
- getEncoding() - Method in class net.windward.datasource.InputDataContainer
-
The encoding method for the InputStream, in.
- getEquationData(String, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getEquationData(String, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
-
Returns an array of data from a given datasource query
- getErrorInfo() - Method in class net.windward.xmlreport.ProcessReport
-
- getErrorInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get an object containing a set of errors encounterred during the report generation.
- getEventHandler() - Method in class net.windward.xmlreport.ProcessReport
-
Get event handler assigned to the report.
- getEventHandler() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get event handler assigned to the report.
- getFieldEx(String, int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
Get a field from this row.
- getFieldEx(int, int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
Get a field from this row.
- getFieldEx(String, int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
- getFieldEx(int, int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
- getFieldEx(String, int, String) - Method in class net.windward.datasource.json.JsonResultRow
-
Get a field from this row.
- getFieldEx(int, int, String) - Method in class net.windward.datasource.json.JsonResultRow
-
- getFieldName(int) - Method in class net.windward.datasource.abstract_datasource.DataSourceResultRow
-
Get the name of the field at the provided index
- getFieldName(int) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
- getFieldName(int) - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
Get the name of the field at the provided index
- getFieldName(int) - Method in class net.windward.datasource.json.JsonResultRow
-
Get the name of the field at the provided index
- getFieldName() - Method in class net.windward.datasource.SelectFilter.Filter
-
The column (SQL) or node (XML) to compare on.
- getFieldNames() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
Get the names of every field in this row (i.e.
- getFieldNames() - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
- getFieldNames() - Method in class net.windward.datasource.json.JsonResultRow
-
Get the names of every field in this row (i.e.
- getFilePath() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the path that all images will be saved to on the disk.
- getFilePath() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Get the path that all images will be saved to on the disk.
- getFilePrefix() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the prefix that will be part of the filename of all images saved to disk and listed
in the html file.
- getFilePrefix() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Get the prefix that will be part of the filename of all images saved to disk and listed
in the html file.
- getFilters() - Method in class net.windward.datasource.SelectFilter
-
Get the filters.
- getFinalSelect() - Method in exception net.windward.env.DataSourceException
-
The final select that caused this exception.
- getFirst() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
-
- getFirst() - Method in class net.windward.datasource.jdbc.JdbcResultSet
-
- getFirst() - Method in class net.windward.datasource.json.JsonResultSet
-
- getFirstPagePrinter() - Method in class net.windward.xmlreport.ProcessPrinter
-
Gets the name of the first page's printer.
- getFirstPagePrinter() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Gets the name of the first page's printer.
- getFirstPageTray() - Method in class net.windward.xmlreport.ProcessPrinter
-
Gets the tray for the first page.
- getFirstPageTray() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Gets the tray for the first page.
- getFont() - Method in class net.windward.xmlreport.ProcessTxt
-
Get the font used when formatting txt output.
- getFont() - Method in interface net.windward.xmlreport.ProcessTxtAPI
-
Get the font used when formatting txt output.
- getFontLevel() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the font level.
- getFontLevel() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the font level.
- getFontSize() - Method in class net.windward.xmlreport.ProcessTxt
-
Get the font size used when formatting txt output.
- getFontSize() - Method in interface net.windward.xmlreport.ProcessTxtAPI
-
Get the font size used when formatting txt output.
- getForEachTags() - Method in exception net.windward.env.DataSourceException
-
The forEach stack in place when this exception occured.
- getFromTables() - Method in class net.windward.datasource.jdbc.SelectParser
-
All the tables in the from part of the select
- getFullTag() - Method in exception net.windward.env.WindwardException
-
If this error occured while processing a tag, this is the tag it was processing.
- getGlobalMetaIdentifier() - Method in class net.windward.datasource.SelectBase
-
The meta identifier for a global select.
- getGuid() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
-
The AutoTag document guid of the template.
- getHeadersFooters() - Method in class net.windward.xmlreport.ProcessHtml
-
- getHeadersFooters() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
- getHiddenMode() - Method in class net.windward.xmlreport.ProcessReport
-
Get the mode for handling hidden objecxts in the template.
- getHiddenMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the mode for handling hidden objecxts in the template.
- getHtmlPath() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the path that all images will be prefixed with in the html file.
- getHtmlPath() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Get the path that all images will be prefixed with in the html file.
- getHyphenate() - Method in class net.windward.xmlreport.ProcessReport
-
Get if the generated report will be hyphenated.
- getHyphenate() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get if the generated report will be hyphenated.
- getImageFormat() - Method in class net.windward.xmlreport.ProcessImage
-
The bitmap format for the pages.
- getImageNames() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the image names/streams for the images in a report.
- getImageNames() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Get the image names/streams for the images in a report.
- getImport(ImportTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getImport(ImportTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getImport(ImportTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
-
Deprecated.
- getImport(ImportTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
-
An extended version of getImport() which supports the macro evaluation.
- getImportInfo() - Method in class net.windward.xmlreport.ProcessReport
-
Get all imports in the processed template.
- getImportInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get all imports in the processed template.
- getIndex() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
Return the index the iteration is on.
- getIndex() - Method in interface net.windward.datasource.DataSourceIterator
-
Return the index the iteration is on.
- getInputStream() - Method in class net.windward.datasource.InputDataContainer
-
The data input stream.
- getIpAddress() - Method in class net.windward.tools.ListServers.ServerInfo
-
The IP address of the remote machine.
- getItems() - Method in class net.windward.datasource.SelectList
-
The items in this list.
- getIterator() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getIterator() - Method in interface net.windward.datasource.DataSourceNode
-
Returns the iterator presently in use for this node.
- getJobName() - Method in class net.windward.xmlreport.ProcessPrinter
-
- getJobName() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Get the name of the print job.
- getKeyLength() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the password licenseKey length.
- getKeyLength() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the password licenseKey length.
- getKeywords() - Method in class net.windward.xmlreport.ProcessReport
-
Get the keywords of the document.
- getKeywords() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the keywords of the document.
- getLevel() - Method in exception net.windward.tags.TagException
-
- getLink(BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getLink(BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
-
Called for a link or DrillDown tag.
- getLocale() - Method in class net.windward.xmlreport.ProcessReport
-
This call returns the locale used in creating a report.
- getLocale() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
This call returns the locale used in creating a report.
- getMaxReportPages() - Static method in class net.windward.xmlreport.ProcessReport
-
- getMessage() - Method in exception net.windward.debug.DebugException
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception net.windward.format.wordml.WordMLException
-
Returns the detail message string of this throwable.
- getMessage() - Method in exception net.windward.xmlreport.xsnv.conditionalformatter.ConditionalFormatException
-
- getMode() - Method in class net.windward.datasource.abstract_datasource.FieldResult
-
The BaseTag.MODE_* type of the value returned.
- getMode() - Method in class net.windward.datasource.abstract_datasource.VarResults
-
The mode for this data.
- getMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
-
- getMode() - Method in exception net.windward.debug.DebugException
-
The exception mode.
- getMode() - Method in exception net.windward.xmlreport.TimeoutException
-
The exception mode.
- getName() - Method in class net.windward.format.htm.HtmlImage
-
Get the filename for this image object.
- getName() - Method in class net.windward.tools.ListServers.ServerInfo
-
The name of the remote machine.
- getName() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
-
The name of the datasource.
- getName() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
-
The name of this dataset.
- getName() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
-
The name of the datasource.
- getName() - Method in class net.windward.xmlreport.TemplateVariable
-
- getNativeVariable(DataSourceNode[], String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
Gets the variable from a data provider on the stack.
- getNativeVariable(DataSourceNode[], String) - Method in interface net.windward.datasource.DataSourceNode
-
Gets the variable from a data provider on the stack.
- getNewline() - Method in class net.windward.xmlreport.ProcessCsv
-
Set the string used to create a newline.
- getNewline() - Method in interface net.windward.xmlreport.ProcessCsvAPI
-
Set the string used to create a newline.
- getNode(int) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
Returns the requested node from the set of nodes presently on.
- getNode() - Method in class net.windward.datasource.abstract_datasource.VarResults
-
The node the data is in/from.
- getNode(int) - Method in interface net.windward.datasource.DataSourceIterator
-
Returns the requested node from the set of nodes presently on.
- getNumFilters() - Method in class net.windward.datasource.SelectFilter
-
Get the number of filters.
- getNumPages() - Method in class net.windward.xmlreport.ProcessReport
-
Returns how many pages long a report is.
- getNumPages() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Returns how many pages long a report is.
- getNumVal() - Method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
-
- getOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
-
The OP_* to use.
- getOpCodeText(int[]) - Static method in class net.windward.datasource.SelectFilter
-
Get the text strings to match the opcode list.
- getOpCodeText(int) - Static method in class net.windward.datasource.SelectFilter
-
Get the text string to match the opcode.
- getOut(OutTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getOut(OutTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
-
Called for an out tag.
- getOutputBuilderData() - Method in class net.windward.xmlreport.ProcessReport
-
Optional data to pass to the external output builder.
- getOutputBuilderData() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Optional data to pass to the external output builder.
- getOutStream(OutTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getOutStream(OutTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
-
Called for an out tag.
- getOwnerPassword() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the owner password for the report.
- getOwnerPassword() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the owner password for the report.
- getPages() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the array of OutputStreams representing each page in this generated HTML document if html.split_pages is set.
- getPages() - Method in class net.windward.xmlreport.ProcessImage
-
Get the generated images, each page is a distinct bitmap or XML (SVG).
- getPagesByteArrays() - Method in class net.windward.xmlreport.ProcessHtml
-
Get an array of pages where each page is represented by a byte array (for easy file output).
- getParameters() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
This call is for internal engine use only.
- getParameters() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
-
- getParameters() - Method in interface net.windward.datasource.DataSourceProvider
-
This call is for internal engine use only.
- getParameters() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
This call is for internal engine use only.
- getParameters() - Method in exception net.windward.env.DataSourceException
-
The names of all parameters in scope.
- getParameters() - Method in class net.windward.xmlreport.ProcessReport
-
- getParameters() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Returns the map of parameters for this report.
- getParamMode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Get the parameter substitution mode.
- getParamMode() - Method in interface net.windward.datasource.DataSourceProvider
-
Get the parameter substitution mode.
- getParamMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Get the parameter substitution mode.
- getParent() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
- getPart(int) - Method in class net.windward.datasource.jdbc.SelectParser
-
Return this part of the select.
- getPdfVersion() - Method in class net.windward.xmlreport.ProcessPdf
-
Gets the PDF version number used to create the file.
- getPdfVersion() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Gets the PDF version number used to create the file.
- getPipeName() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
-
Get the named pipes name.
- getPodGuids() - Method in class net.windward.xmlreport.TemplateInfo
-
The POD guids in the template.
- getPreceeding(int) - Method in class net.windward.datasource.jdbc.SelectParser
-
Return all parts up to but not including this part from the select..
- getPrefix() - Method in class net.windward.datasource.dom4j.XPathNamespace
-
The prefix as declared in use.
- getPrinter() - Method in class net.windward.xmlreport.ProcessPrinter
-
Gets the printer name.
- getPrinter() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Gets the printer name.
- getPrinterConfiguration() - Method in class net.windward.xmlreport.ProcessPrinter
-
- getPrinterConfiguration() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Get the printer configuration for the report.
- getProduct() - Method in class net.windward.tools.ListServers.ServerInfo
-
The product running.
- getProperties() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
-
All the properties for this dataset.
- getProperties() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
-
All the properties set for this datasource.
- getQuery() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
- getQuery() - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
- getQuery() - Method in class net.windward.datasource.json.JsonResultRow
-
- getQueryHelper() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Returns the query helper which is datasource specific.
- getQueryHelper() - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
- getQueryHelper() - Method in class net.windward.datasource.json.JsonDataSource
-
Gets the query helper from the subclass.
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Gets the query mode of a select.
- getQueryMode(String, BaseTag) - Method in interface net.windward.datasource.DataSourceNode
-
Returns the mode of a query.
- getQueryMode(String, BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
-
Returns the mode of a query.
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Returns the query mode for this select.
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
Returns the query mode for this select.
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
-
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.json.JsonDataSource
-
- getQueryMode(String, BaseTag) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
-
- getQueryMode(String, boolean) - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
-
Returns the query mode for this select.
- getQueryResults(String, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
-
Given a select statement.
- getQueryResults(String, String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
-
- getQueryResults(String, String) - Method in class net.windward.datasource.json.JsonQueryHelper
-
Given a select statement.
- getQueryTags() - Method in exception net.windward.env.DataSourceException
-
The query tags in scope when this exception occured.
- getQuoteChar() - Method in class net.windward.xmlreport.ProcessCsv
-
Get the character used to quote a cell.
- getQuoteChar() - Method in interface net.windward.xmlreport.ProcessCsvAPI
-
Get the character used to quote a cell.
- getRenderExtent() - Method in class net.windward.xmlreport.ProcessGraphics2D
-
- getRenderExtent() - Method in class net.windward.xmlreport.ProcessReport
-
- getRenderExtent() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
How the generated report will be cropped.
- getRenderExtent() - Method in class net.windward.xmlreport.ProcessTxt
-
- getRenderPages() - Method in class net.windward.xmlreport.ProcessGraphics2D
-
- getRenderPages() - Method in class net.windward.xmlreport.ProcessReport
-
- getRenderPages() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
The pages that will be generated.
- getReport() - Method in class net.windward.xmlreport.ProcessReport
-
Return the final report.
- getReport() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Return the final report.
- getReportType() - Method in class net.windward.xmlreport.ProcessCsv
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessCsvAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessDocx
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessDocxAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessImage
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessPostScript
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessPptx
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessPptxAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessPrinter
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessRtf
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessRtfAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessTxt
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessTxtAPI
-
Get the report format of the output stream.
- getReportType() - Method in class net.windward.xmlreport.ProcessXlsx
-
Get the report format of the output stream.
- getReportType() - Method in interface net.windward.xmlreport.ProcessXlsxAPI
-
Get the report format of the output stream.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessCsv
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessDocx
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessHtml
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessImage
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessPostScript
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessPptx
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessPrinter
-
Get the report format of the output as a string.
- getReportTypeString() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessRtf
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessTxt
-
Get the report format of the output as a string.
- getReportTypeString() - Method in class net.windward.xmlreport.ProcessXlsx
-
Get the report format of the output as a string.
- getResult(boolean) - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
-
Get the result for this query.
- getResult() - Method in class net.windward.datasource.abstract_datasource.VarResults
-
- getResult(Node) - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
-
- getResultSet() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
Returns the result set this iterator presently holds.
- getResultSet(boolean) - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
-
Get the resultset for this query.
- getResultSet() - Method in interface net.windward.datasource.DataSourceIterator
-
Returns the result set this iterator presently holds.
- getResultSetQuery() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
-
- getResultSetQuery() - Method in class net.windward.datasource.jdbc.JdbcResultSet
-
- getResultSetQuery() - Method in class net.windward.datasource.json.JsonResultSet
-
- getResultValue() - Method in class net.windward.datasource.abstract_datasource.VarResults
-
The variable.
- getRootNode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Returns the root node for this data set.
- getRootNode() - Method in interface net.windward.datasource.DataSourceProvider
-
Returns the root node for this data set.
- getRootNode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Returns the root node for this data set.
- getRootNode() - Method in class net.windward.datasource.jdbc.JdbcDataSource
-
- getRootPath() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
-
The root path applied to this datasource.
- getRowIterator() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
-
- getRowIterator() - Method in class net.windward.datasource.jdbc.JdbcResultSet
-
- getRowIterator() - Method in class net.windward.datasource.json.JsonResultSet
-
- getRs() - Method in class net.windward.datasource.jdbc.JdbcResultSet
-
- getSecurity() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the security for the created pdf report.
- getSecurity() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the security for the created pdf report.
- getSelect() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
-
The select of this dataset.
- getServerName() - Method in exception net.windward.env.DataConnectionException
-
The name of the datasource server.
- getServers(int) - Static method in class net.windward.tools.ListServers
-
Return all servers on the network.
- getSort() - Method in class net.windward.datasource.SelectBase
-
Get the sort order.
- getSpec() - Method in class net.windward.xmlreport.ProcessHtml
-
Gets the spec that the produced report must run under.
- getSpec() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
Gets the spec that the produced report must run under.
- getSqlOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
-
The opcode as SQL will use it.
- getSqlValue() - Method in class net.windward.datasource.SelectFilter.Filter
-
The value for the filter.
- getStream() - Method in class net.windward.format.htm.HtmlImage
-
Get the stream that contains the binary image of the file.
- getSubject() - Method in class net.windward.xmlreport.ProcessReport
-
Get the subject of the document.
- getSubject() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the subject of the document.
- getSubType() - Method in exception net.windward.env.DataSourceException
-
The sub-type of the exception.
- getSuceeding(int) - Method in class net.windward.datasource.jdbc.SelectParser
-
Return all parts after but not including this part from the select..
- getTag() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
-
Return the forEach tag in use for this iterator.
- getTag() - Method in interface net.windward.datasource.DataSourceIterator
-
Return the forEach tag in use for this iterator.
- getTag() - Method in exception net.windward.env.DataSourceException
-
The tag that caused this exception.
- getTag() - Method in exception net.windward.tags.TagException
-
Get the tag hitting the exception.
- getTagAttr(TagAttributes[], int) - Static method in class net.windward.datasource.DataSourceTags
-
- getTagAttributes() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
-
Returns the allowed attributes for all tags.
- getTagAttributes() - Method in interface net.windward.datasource.DataSourceProvider
-
Returns the allowed attributes for all tags.
- getTagAttributes() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
Returns the allowed attributes for all tags.
- getTags() - Method in class net.windward.xmlreport.TemplateInfo
-
All of the tags embedded in the template.
- getTemplateDir() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
-
The directory the template file is in.
- getTemplateMetrics(InputStream) - Static method in class net.windward.xmlreport.ProcessReport
-
Returns information about all vars, datasources, and tags referenced in the template.
- getTemplateMetrics(InputStream, boolean, boolean) - Static method in class net.windward.xmlreport.ProcessReport
-
- getTemplateMetrics(InputStream, boolean) - Static method in class net.windward.xmlreport.ProcessReport
-
Returns information about all vars, datasources, and tags referenced in the template.
- getTemplateType() - Method in class net.windward.xmlreport.TemplateInfo
-
One of ProcessReport.TEMPLATE_TYPE_*
- getTemplateTypeString() - Method in class net.windward.xmlreport.ProcessReport
-
The extension of the template.
- getTemplateVariables() - Method in class net.windward.xmlreport.TemplateInfo
-
All vars that must be defined by a caller in the template.
- getTemplateVersion() - Method in class net.windward.xmlreport.ProcessReport
-
Set the verion of Windward/AutoTag this template was created for.
- getTemplateVersion() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Set the version of Windward/AutoTag this template was created for.
- getText() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
-
- getTimeout() - Method in class net.windward.xmlreport.ProcessReport
-
Set the number of seconds to timeout generating a report.
- getTimeout() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Set the number of seconds to timeout generating a report.
- getTitle() - Method in class net.windward.xmlreport.ProcessReport
-
Get the title of the document.
- getTitle() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the title of the document.
- getTray() - Method in class net.windward.xmlreport.ProcessPrinter
-
Gets the tray to be printed to.
- getTray() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
-
Gets the tray to be printed to.
- getType() - Method in exception net.windward.tags.TagException
-
Return the type of node exception.
- getType() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
-
What type of datasource.
- getUdtGuid() - Method in class net.windward.xmlreport.TemplateVariable
-
- getUniquePath() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
- getUniquePath() - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
- getUniquePath() - Method in class net.windward.datasource.json.JsonResultRow
-
- getUrl() - Method in class net.windward.datasource.dom4j.XPathNamespace
-
The url of the namespace.
- getUserPassword() - Method in class net.windward.xmlreport.ProcessPdf
-
Get the user password for the report.
- getUserPassword() - Method in interface net.windward.xmlreport.ProcessPdfAPI
-
Get the user password for the report.
- getUseTemplatePageWidth() - Method in class net.windward.xmlreport.ProcessHtml
-
- getUseTemplatePageWidth() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
-
- getValue(BaseTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getValue() - Method in class net.windward.datasource.abstract_datasource.FieldResult
-
The value for this field.
- getValue(int, String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
-
Get the value in this result row.
- getValue(int, String) - Method in class net.windward.datasource.jdbc.JdbcResultRow
-
Get the value in this result row.
- getValue(int, String) - Method in class net.windward.datasource.json.JsonResultRow
-
Get the value in this result row.
- getValue() - Method in class net.windward.datasource.SelectFilter.Filter
-
The value for the filter.
- getValueAsDate() - Method in class net.windward.datasource.SelectFilter.Filter
-
The date value for the filter.
- getValueAsNumber() - Method in class net.windward.datasource.SelectFilter.Filter
-
The number value for the filter.
- getValueAsString() - Method in class net.windward.datasource.SelectFilter.Filter
-
The string value for the filter.
- getValueFromKey(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
-
- getValueFromKey(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
-
- getValueFromKey(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
-
- getVariableValue(String, DataSourceNode[], Locale) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
-
- getVariableValue(String, DataSourceNode[], Locale) - Method in interface net.windward.datasource.DataSourceNode
-
Returns the variable value.
- getVarName() - Method in class net.windward.datasource.SelectBase
-
The name of the var this filter is for.
- getVars() - Method in class net.windward.xmlreport.TemplateInfo
-
All vars that must be defined by a caller in the template.
- getVarType() - Method in class net.windward.xmlreport.TemplateVariable
-
- getVendorType() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile
-
The AutoTag defined datasource type.
- getVersion() - Method in class net.windward.tools.ListServers.ServerInfo
-
The version running on the machine.
- getVersion() - Static method in class net.windward.xmlreport.ProcessReport
-
The version of Windward Reports.
- getVersionMajor() - Static method in class net.windward.xmlreport.ProcessReport
-
The major version number of Windward Reports.
- getVersionMinor() - Static method in class net.windward.xmlreport.ProcessReport
-
The minor version number of Windward Reports.
- getVersionRelease() - Static method in class net.windward.xmlreport.ProcessReport
-
The release version number of Windward Reports.
- getWriteTags() - Method in class net.windward.xmlreport.ProcessReport
-
Get the style unprocessed tags are written out as.
- getWriteTags() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
Get the style unprocessed tags are written out as.
- getXPath() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
-
- getXpathOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
-
The opcode as XPath will use it.