Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

abort(Executor) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Terminates an open connection.
abort() - Method in class net.windward.xmlreport.ProcessReport
Call to abort the report processing.
ABORT - Static variable in exception net.windward.xmlreport.TimeoutException
the process was aborted
AbstractDataSource - Class in net.windward.datasource.abstract_datasource
This class is designed to make future data sources easier to implement and more robust.
AbstractDataSource() - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSource
 
AbstractDataSourceIterator - Class in net.windward.datasource.abstract_datasource
This iterates through the nodes that match a <wr:forEach tag.
AbstractDataSourceIterator(AbstractDataSource, ForEachTag, DataSourceNode[], IDataSourceResultSet) - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Create the iterator.
AbstractDataSourceNode - Class in net.windward.datasource.abstract_datasource
This represents a node in the datasource.
AbstractDataSourceNode(AbstractDataSource) - Constructor for class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addBatch() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Adds the given SQL command to the current list of commands for this Statement object.
addImageName(HtmlImage) - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated - use embedded images.
addImageName(HtmlImage) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Set a single image name.
addImageNames(ArrayList<HtmlImage>) - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated - use embedded images.
addImageNames(ArrayList<HtmlImage>) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Set several image names.
addImportInfo(List<ImportInfo>) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the public API - do not use.
addQuery(QueryTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addQuery(QueryTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a query tag.
addSelectListener(JdbcSelectListener) - Method in class net.windward.datasource.jdbc.JdbcDataSource
Adds a select Listener which is notified whenever a select has been executed.
addSelectListener(JdbcSelectListener) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
Adds a select Listener which is notified whenever a select has been executed.
addSet(SetTag, DataSourceNode[], Locale, IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Adds the set tag value to the usermap.
addSet(SetTag, DataSourceNode[], Locale, IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for a set tag.
addSwitch(SwitchTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
addSwitch(SwitchTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a switch tag.
adjustFontName(DocHeader, String) - Method in class net.windward.xmlreport.ProcessReport
Return the font name.
adjustFontSize(int) - Method in class net.windward.xmlreport.ProcessReport
Return the font size.
adjustFontSize(int) - Method in class net.windward.xmlreport.ProcessTxt
Return the font size.
ALLOW_ALL - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow everything.
ALLOW_ASSEMBLY - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow assembly of the pdf report.
ALLOW_COPY - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow copy (cut & paste) of the pdf report.
ALLOW_DEGRADED_PRINTING - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow degraded printing of the pdf report.
ALLOW_FILL_IN - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow fill-in of the pdf report.
ALLOW_MOD_ANNOTATIONS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow modifications of annotations in the pdf report.
ALLOW_MOD_CONTENTS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow modification of contents in the pdf report.
ALLOW_NONE - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow nothing.
ALLOW_PRINTING - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow printing the pdf report.
ALLOW_SCREEN_READERS - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Allow screen capture of the pdf report.
AlreadyProcessedException - Exception in net.windward.xmlreport
If ProcessReport.process is called twice on the same object, this exception will be thrown on the second+ calls.
AlreadyProcessedException(int) - Constructor for exception net.windward.xmlreport.AlreadyProcessedException
 
AlreadyProcessedException(String, int) - Constructor for exception net.windward.xmlreport.AlreadyProcessedException
 
ANCHOR_NOT_FOUND - Static variable in exception net.windward.tags.TagException
A chart could not find the matching forEach tag with the anchor variable.
applyChartML(IChartMLCarrier, DocHeader) - Method in interface net.windward.chart.datasource.IChartDataSet
sets the series colors and line weight from chartml
applyFormatConditionCodeToElement(String, OutTag, XsnvProcessFormatState, Object) - Method in class net.windward.xmlreport.xsnv.conditionalformatter.ProcessConditionalFormat
 
applyLicenseKey(String) - Static method in class net.windward.xmlreport.ProcessReport
Set the license key in the properties file.
approveDenyModifySelect(BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select
approveDenyModifySelect(BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select Called in XmlSubNodeVisitor when tag is validated
approveDenyModifySelect(BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Verifys that a tag select is approved by a user defined callback Or denies by throwing a DatasourceException or modifies the select
ASIAN_SUPPORT - Static variable in class net.windward.xmlreport.ReportProperties
Sets if the server has asian fonts available for output.
AssertException - Exception in net.windward.util
This replaces the assert call until we can require jdk 1.4.
AssertException() - Constructor for exception net.windward.util.AssertException
Constructs a new runtime exception with null as its detail message.

B

BAD_BITMAP - Static variable in exception net.windward.tags.TagException
The cdata bitmap is bad.
BAD_DATE - Static variable in exception net.windward.util.LicenseException
Has a non-sensical expiration date.
BAD_FILE - Static variable in exception net.windward.tags.TagException
The specified file's contents were bad.
BAD_HTML - Static variable in exception net.windward.tags.TagException
Parse error on html data.
BAD_KEY - Static variable in exception net.windward.util.LicenseException
The username & password do not match.
BAD_XML - Static variable in exception net.windward.util.LicenseException
The xml in the license file was malformed.
BadElementException - Exception in net.windward.format.pdf.output
Signals an attempt to create an Element that hasn't got the right form.
BadElementException(Exception) - Constructor for exception net.windward.format.pdf.output.BadElementException
Constructs a BadElementException
BadElementException(String) - Constructor for exception net.windward.format.pdf.output.BadElementException
Constructs a BadElementException with a message.
BadPasswordException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
BadPasswordException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.BadPasswordException
Creates an exception saying the user password was incorrect.
BadPdfFormatException - Exception in net.windward.format.pdf.output.pdf
Signals that a bad PDF format has been used to construct a PdfObject.
BASE_DIRECTORY - Static variable in class net.windward.xmlreport.ReportProperties
Set the base directory used for imported filesyss that have a relative path.
BaseChartDataSet - Class in net.windward.chart.datasource
Base class for ChartDataSet implementations.
BaseChartDataSet() - Constructor for class net.windward.chart.datasource.BaseChartDataSet
 
batchNext(OutputStream) - Method in class net.windward.xmlreport.ProcessReport
Generates the next document in the batch and returns the results of that document.
batchNext(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Generates the next document in the batch and returns the results of that document.
batchSetup(Map<String, DataSourceProvider>, String, Map<String, String>) - Method in class net.windward.xmlreport.ProcessReport
Prepares the object to run batch reports.
batchSetup(Map<String, DataSourceProvider>, String, Map<String, String>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Prepares the object to run batch reports.
BITMAP_BMP - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a bmp/dib file.
BITMAP_EMF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a emf file.
BITMAP_EMZ - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a compressed emf file.
BITMAP_GIF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a gif file.
BITMAP_JPG - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a jpeg file.
BITMAP_PNG - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a png file.
BITMAP_TIF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a tiff file.
BITMAP_UNKNOWN - Static variable in class net.windward.format.htm.HtmlImage
Do not know the bitmap type.
BITMAP_WMF - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a wmf file.
BITMAP_WMZ - Static variable in class net.windward.format.htm.HtmlImage
The picture's data is a compressed wmf file.
boolValue() - Method in class net.windward.xmlreport.PropertyValue
Gets a boolean value.
buildSchema(OutputStream) - Method in class net.windward.xmlreport.ProcessReport
Generates a UDT schema XML files based on the tags in the template.
buildSchema(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Generates a UDT schema XML files based on the tags in the template.

C

CALL_STACK_NOT_FOUND - Static variable in exception net.windward.util.LicenseException
The call stack does not include any of the specified classes.
CallableStatementWrapper - Class in net.windward.datasource.jdbc
Wraps all use of CallableStatement so we can track if we closed all statements.
CallableStatementWrapper(ConnectionWrapper, CallableStatement) - Constructor for class net.windward.datasource.jdbc.CallableStatementWrapper
Create the statement
CALLBACK_CLASS - Static variable in class net.windward.xmlreport.SystemProperties
Loads user-defined custom function for use to validate selects.
cancel() - Method in class net.windward.datasource.jdbc.StatementWrapper
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
CHARSET_DEFAULT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Set the charset based on Windward Report's internal rules.
CHARSET_RTF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
This was only valid for RTF templates which are no longer supported.
CHARSET_UNICODE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
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.
ChartColumnMetaData - Class in net.windward.chart.datasource
Meta data for a column of chart data.

The term "columns" is used to refer to each axis/coordinate and the series.
ChartColumnMetaData(int, String) - Constructor for class net.windward.chart.datasource.ChartColumnMetaData
Build the object.
charValue() - Method in class net.windward.xmlreport.PropertyValue
 
CHECK_FOR_GLYPH_FONTNAMES - Static variable in class net.windward.xmlreport.ReportProperties
The list of fonts to consider when the specified font does not have the glyphs needed.
CHECK_FOR_GLYPHS - Static variable in class net.windward.xmlreport.ReportProperties
Checks the font specified for text from an out tag and changes the font if it does not have glyphs for some of the text.
CHECK_FOR_OLE_IMAGES - Static variable in class net.windward.xmlreport.ReportProperties
If true will check all images brought in via the out tag for an OLE header (used in Northwind & Access databases) and will strip it off.
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.
clean(InputStream, OutputStream, int, boolean, int, ProcessReport.CleanDatasource[], int, int, boolean, String) - 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
 
clearBatch() - Method in class net.windward.datasource.jdbc.StatementWrapper
Empties this Statement object's current list of SQL commands.
clearOpenConnections() - Static method in class net.windward.datasource.jdbc.ConnectionWrapper
Clears any tracked open connections.
clearParameters() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Clears the current parameter values immediately.
clearWarnings() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class net.windward.datasource.jdbc.StatementWrapper
Clears all the warnings reported on this Statement object.
close() - Method in interface net.windward.chart.datasource.IChartDataSet
Call when done.
close() - Method in interface net.windward.chart.datasource.IGraphDataSet
Call when done.
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 class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
 
close() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
 
close() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
Frees up any results sets, and their underlying connection, created by this object.
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
Deprecated.
Called when processing is complete.
close() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
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.jdbc.StatementWrapper
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
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
Deprecated.
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.
closeOnCompletion() - Method in class net.windward.datasource.jdbc.StatementWrapper
Specifies that this Statement will be closed when all its dependent result sets are closed.
closeStatementWrapper(StatementWrapper) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Remove this statement from the map of open statements as it has been closed.
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
 
commit() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
COMP_FAST - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Fast compression.
COMP_MAX - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Maximum compression.
COMP_NONE - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
No compression.
compare(Number, Number) - Method in class net.windward.datasource.json.JsonDataSource.SortingComparer
 
compare(Date, Date) - 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
 
ConnectionWrapper - Class in net.windward.datasource.jdbc
Wraps all use of Connection so we can track if we closed all connections.
ConnectionWrapper(Connection, String, boolean) - Constructor for class net.windward.datasource.jdbc.ConnectionWrapper
Create a wrapper for a connection.
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
Deprecated.
Always copy the windward metadata to the output report.
COPY_METADATA_IF_NO_DATASOURCE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
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
Deprecated.
Never copy the windward metadata to the output report.
createArrayOf(String, Object[]) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Factory method for creating Array objects.
createBlob() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Constructs an object that implements the Blob interface.
createClob() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Constructs an object that implements the Clob interface.
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
 
createNClob() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Constructs an object that implements the NClob interface.
createSAXReader() - Static method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Create a SAXReader set to disallow XXE aattacks.
createSQLXML() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Constructs an object that implements the SQLXML interface.
createStatement() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.
createStruct(String, Object[]) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Factory method for creating Struct objects.
CSS_EXISTS - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Assume they have the css file already.
CSS_INCLUDE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Put the css contents in the output (html) file.
CSS_NO - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
No css.
CSS_SEPARATE - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Put the css contents in the css stream.
CSV_CELL_SEPARATOR - Static variable in class net.windward.xmlreport.ReportProperties
The character used to seperate cells.
CSV_NEWLINE - Static variable in class net.windward.xmlreport.ReportProperties
The string used to create a newline.
CSV_QUOTE_CHAR - Static variable in class net.windward.xmlreport.ReportProperties
The character used to quote a cell.
CSV_TRIM_WHITESPACE - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if cells should have whitespace trimmed from beginning and end.

D

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
Deprecated.
Data file will include all tag attributes (including select) as an attribute.
DATA_MODE_DATA - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Data file will include the data from each tag.
DATA_MODE_EMBED - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The data file will be embedded in the generated report.
DATA_MODE_INCLUDE_BITMAPS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Data file will include the contents of any imported bitmap.
DATA_MODE_SELECT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
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.chart.datasource.ChartColumnMetaData
 
DATA_TYPE_DATE - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a date.
DATA_TYPE_NUMBER - Static variable in class net.windward.chart.datasource.ChartColumnMetaData
 
DATA_TYPE_NUMBER - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a number.
DATA_TYPE_OBJECT - Static variable in class net.windward.chart.datasource.ChartColumnMetaData
 
DATA_TYPE_STRING - Static variable in class net.windward.chart.datasource.ChartColumnMetaData
 
DATA_TYPE_STRING - Static variable in class net.windward.datasource.SelectFilter.Filter
Filtering a string.
DATA_TYPE_UNINITIALIZED - Static variable in class net.windward.chart.datasource.ChartColumnMetaData
 
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.
DataSourceException.ForEachInfo - Class in net.windward.env
The info on a forEach tag used to return this info in the DataSourceException.
DataSourceException.QueryInfo - Class in net.windward.env
The info on a query tag used to return this info in the DataSourceException.
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
 
DataSourceResultSetEmpty - Class in net.windward.datasource.abstract_datasource
A result set with no rows.
DataSourceResultSetEmpty() - Constructor for class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
 
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.
DECODER_SEMAPHORE - Static variable in class net.windward.xmlreport.SystemProperties
Set to "on" to make image decoding single threaded in Java.
DEFAULT_CHART_DPI - Static variable in class net.windward.xmlreport.ReportProperties
When charts are rendered, they are rendered at this resolution.
DEFAULT_DRAWING_DPI - Static variable in class net.windward.xmlreport.ReportProperties
When rendering a drawing (Shape or SmartArt) or the output format is a bitmap, it is done at this resolution.
DEFAULT_IMAGE_DPI - Static variable in class net.windward.xmlreport.ReportProperties
If a bitmap does not have it's DPI set, this is the value used.
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.
didWrite() - Method in class net.windward.format.htm.HtmlImage
True if the image is written, that is the image contains data.
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
Deprecated.
Use SaxonDataSource (XPath 3.1) instead
Dom4jDataSource(String, String) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Create a DataSourceProvider using the passed in connection strings.
Dom4jDataSource(InputStream, InputStream) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource(Document, boolean) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource(Document) - Constructor for class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Create a DataSourceProvider that uses dom4j to traverse an xml stream.
Dom4jDataSource.VarResults - Class in net.windward.datasource.dom4j
Deprecated.
 
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.AbstractDataSource
Drills through result sets to get the final return value.
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
Deprecated.
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
Deprecated.
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.

E

END_IF_TAG_POSITION - Static variable in exception net.windward.env.OutputLimitationException
End-if tag needs to be in same cell as If-Tag
endSwitch(EndSwitchTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
endSwitch(EndSwitchTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called when a switch ends.
EnumToType(int) - Static method in class net.windward.datasource.DataSourceTags
 
EQUATION_ERROR - Static variable in exception net.windward.env.DataSourceException
 
EquationException - Exception in net.windward.env
Created by IntelliJ IDEA.
EquationException(String, Throwable, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(EquationException, String) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, String, String, Map, ForEachTag[], QueryTag[], Throwable, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, int) - Constructor for exception net.windward.env.EquationException
 
EquationException(String, String, String, Map, ForEachTag[], QueryTag[], int) - Constructor for exception net.windward.env.EquationException
 
ERROR_EVALUATING_CUSTOM_FUNCTION - Static variable in exception net.windward.env.EquationException
 
ERROR_HANDLING_ALL - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The bitmask that turns the complete error handling functionality on.
ERROR_HANDLING_NONE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The bitmask that turns the complete error handling functionality off.
ERROR_HANDLING_ONLY - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
THe bitmask that says to only do error checking, do not generate a report.
ERROR_HANDLING_TRACK_ERRORS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Handle errors as indicated by a tag properties.
ERROR_HANDLING_VERIFY - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Perform verification during a report generation.
evaluate(String, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
evaluate(String, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Evaluate an expression for the boolean result.
EXCEL_CELL_LIMIT - Static variable in exception net.windward.env.OutputLimitationException
An Excel cell is limited to 32,767 characters.
EXCEL_ILLEGAL_FORMULA - Static variable in exception net.windward.env.OutputLimitationException
Tried to set an invalid formula
execute() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
execute(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class net.windward.datasource.jdbc.StatementWrapper
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeLargeBatch() - Method in class net.windward.datasource.jdbc.StatementWrapper
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeLargeUpdate() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeLargeUpdate(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeLargeUpdate(String, int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeLargeUpdate(String, int[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeLargeUpdate(String, String[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeQuery() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeUpdate(String, int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class net.windward.datasource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
EXPAND_OUT_TEXT - Static variable in class net.windward.xmlreport.ReportProperties
What the engine will do when it has a CR or TAB in the text returned by an out tag.
EXPIRED_KEY - Static variable in exception net.windward.util.LicenseException
The license is expired.

F

FAILED_TO_CONTACT_LICENSE_SERVER - Static variable in exception net.windward.util.LicenseException
For license server.
FieldResult - Class in net.windward.datasource.abstract_datasource
The result returned from IDataSourceResultRow.getField.
FieldResult(Object, int) - Constructor for class net.windward.datasource.abstract_datasource.FieldResult
Create the object.
Filter(String, int, Object) - Constructor for class net.windward.datasource.SelectFilter.Filter
A filter for the select.
Filter(String, int, String) - Constructor for class net.windward.datasource.SelectFilter.Filter
A string filter for the select.
Filter(String, int, Number) - Constructor for class net.windward.datasource.SelectFilter.Filter
A number filter for the select.
Filter(String, int, Date) - Constructor for class net.windward.datasource.SelectFilter.Filter
A date filter for the select.
FILTER_ON_STORED_PROCEDURE - Static variable in exception net.windward.env.DataSourceException
 
findPodsUsed() - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
POD update is being replaced by template PODs.
findPodsUsed() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Find Pod's being used by a Document.
fixPathForEach() - Method in class net.windward.datasource.json.JsonResultSet
 
fixQuery(String, IDataSourceResultRow) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
fixQuery(String, IDataSourceResultRow) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
fixQuery(String, IDataSourceResultRow) - Method in class net.windward.datasource.json.JsonQueryHelper
 
FONT_EMBEDED - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Will use the font specified in the template and will embed the font in the final pdf file.
FONT_FILES - Static variable in class net.windward.xmlreport.SystemProperties
A series of paths, seperated by semicolons, to where the true type fonts are on the system.
FONT_INTERNAL - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Will only use the Acrobat internal fonts which are Helvetica (Arial), Times-Roman, Courier, Symbol, and Zapfdingbats.
FONT_MAP - Static variable in class net.windward.xmlreport.SystemProperties
Map one font name to another, generally used when a font used in the template does not exist on the server.
FONT_NO_EMBED - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Will use the font specified in the template but will not embed the font itself in the pdf file.
FORCE_BITMAP_FORMAT - Static variable in class net.windward.xmlreport.ReportProperties
This will force all bitmaps in the created report to be of the requested format.
ForEachInfo(ForEachTag, Map) - Constructor for class net.windward.env.DataSourceException.ForEachInfo
Create the object
forTesting() - Method in class net.windward.datasource.DataSourceBase
 
FromXml(TinyElement) - Static method in class net.windward.xmlreport.TemplateVariable
Deprecated.
For Windward use only.
FUNCTION_FILES - Static variable in class net.windward.xmlreport.SystemProperties
Loads user-defined custom functions for use in functions.

G

getAllFields() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultRow
All the fields and their values in this result row.
getAllFields() - Method in class net.windward.datasource.jdbc.JdbcResultRow
All the fields and their values in this result row.
getAllFields() - Method in class net.windward.datasource.json.JsonResultRow
All the fields and their values in this result row.
getAllowedValues() - Method in class net.windward.xmlreport.PropertyValue
Allowed values for a String enum value.
getAllowedValues() - Method in class net.windward.xmlreport.TemplateVariable
The allowed values for this var.
getAllSeriesData() - Method in interface net.windward.chart.datasource.IChartDataSet
 
getApiInt(String) - Method in class net.windward.xmlreport.ReportProperties
Used to convert a property's value to the old API int value.
getArray(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getAutoCommit() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves the current auto-commit mode for this Connection object.
getAutoMetadata() - Method in class net.windward.xmlreport.TemplateVariable
If this is an auto-select, this is the metadata for the select.
getAutotagData() - Method in class net.windward.xmlreport.TemplateInfo
Deprecated.
This is for internal Windward use only - do not use.
getAutotagVersion() - Method in class net.windward.xmlreport.TemplateInfo
The version of the metadata.
getAutotagXml() - Method in class net.windward.xmlreport.TemplateInfo
Deprecated.
This is for internal Windward use only - do not use.
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
Deprecated.
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.
getBigDecimal(int, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Deprecated.
use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
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.
getBlob(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBoolean(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BIT or BOOLEAN parameter as a boolean in the Java programming language.
getByte(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getBytes(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getCallStack() - Method in class net.windward.datasource.jdbc.StatementWrapper
The call stack when this was created
getCalOffset() - Method in class net.windward.xmlreport.TemplateVariable
The date default value can be set to a calendar offset.
getCatalog() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves this Connection object's current catalog name.
getCellSeparator() - Method in class net.windward.xmlreport.ProcessCsv
Get the character used to seperate cells.
getCellSeparator() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Get the character used to seperate cells.
getCharacterStream(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
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
Deprecated.
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.
getChartTitle() - Method in class net.windward.chart.datasource.BaseChartDataSet
 
getChartTitle() - Method in interface net.windward.chart.datasource.IChartDataSet
The main chart title.
getClientInfo(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Returns the value of the client info property specified by name.
getClientInfo() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Returns a list containing the name and current value of each client info property supported by the driver.
getClob(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getClob(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC CLOB parameter as a java.sql.Clob object in the Java programming language.
getColor() - Method in interface net.windward.chart.datasource.IChartPlotPoint
 
getColumnMetaData() - Method in interface net.windward.chart.datasource.IGraphDataSet
Meta data for each column.
getCompany() - 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
Deprecated.
Get the compression level.
getConn() - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
getConnection() - Method in class net.windward.datasource.jdbc.JdbcDataSource
 
getConnection() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the Connection object that produced this Statement object.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Returns the css filename.
getCssStream() - Method in class net.windward.xmlreport.ProcessHtml
Returns the css stream.
getCssStream() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
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
Deprecated.
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(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
Deprecated.
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
The name of the datasource for the select.
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
Deprecated.
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.
getDatasourceTypes() - Method in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
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
Deprecated.
As the report is run, the data for each tag can also be placed in an associated data.xml file.
getDataType() - Method in class net.windward.chart.datasource.ChartColumnMetaData
The data type of the column.
getDataWriter() - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API.
getDate() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The Date (DATE) value.
getDate(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getDate(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDateRange() - Method in interface net.windward.chart.datasource.IGraphDataSet
ChartTag.DATE_RANGE_* type.
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
Deprecated.
The prefixes for namespaces are pulled from the XML datasource.
getDefaultValues() - Method in class net.windward.xmlreport.TemplateVariable
The default values for this var.
getDescription() - Method in class net.windward.chart.datasource.ChartColumnMetaData
The description of the column.
getDescription() - Method in class net.windward.xmlreport.ProcessReport
Get the description of the document.
getDescription() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get the description of the document.
getDescription() - Method in class net.windward.xmlreport.TemplateVariable
The description of this variable.
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
getDouble() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The double (XY) value.
getDouble(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getDouble(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
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
Deprecated.
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
Deprecated.
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
getErrDown() - Method in interface net.windward.chart.datasource.IChartPlotPoint
 
getErrorInfo() - Method in class net.windward.xmlreport.ProcessReport
 
getErrorInfo() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
If the error handling is on, call this to obtain information on issues that were encountered during a report generation.
getErrUp() - Method in interface net.windward.chart.datasource.IChartPlotPoint
 
getEventHandler() - Method in class net.windward.xmlreport.ProcessReport
Get event handler assigned to the report.
getEventHandler() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get event handler assigned to the report.
getFetchDirection() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
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.
getFields() - Method in class net.windward.env.DataSourceException.ForEachInfo
The fields in this tag.
getFields() - Method in class net.windward.env.DataSourceException.QueryInfo
The fields in this tag.
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
Deprecated.
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
Deprecated.
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 class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
 
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
Deprecated.
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
Deprecated.
Gets the tray for the first page.
getFloat(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFont() - Method in class net.windward.xmlreport.ProcessTxt
Get the font used when formatting txt output.
getFont() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
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
Deprecated.
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
Deprecated.
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.
getGeneratedKeys() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGlobalMetaIdentifier() - Method in class net.windward.datasource.SelectBase
The meta identifier for a global select.
getGraphBaseType() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets the graph base type.
getGraphFullType() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets the graph full type.
getGraphSubtype() - Method in interface net.windward.chart.datasource.IGraphDataSet
gets the graph subtype.
getGraphXAxSide() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets the graph x-axis side.
getGraphYAxSide() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets the graph y-axis side.
getGuid() - Method in class net.windward.datasource.jdbc.StatementWrapper
unique identifier for the mapOpenStatements
getGuid() - Method in class net.windward.xmlreport.ProcessReport.DrillDownTemplate
The AutoTag document guid of the template.
getHeadersFooters() - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated.
getHeadersFooters() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
 
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
Deprecated.
Get the mode for handling hidden objecxts in the template.
getHoldability() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves the current holdability of ResultSet objects created using this Connection object.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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.
getInt(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Get the keywords of the document.
getLargeMaxRows() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargeUpdateCount() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getLegendTitles() - Method in class net.windward.chart.datasource.BaseChartDataSet
 
getLegendTitles() - Method in interface net.windward.chart.datasource.IChartDataSet
Gets an array of titles that will be in the legend.
getLength() - Method in interface net.windward.chart.datasource.IChartPlotPoint
Number of coordinates we have
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
Deprecated.
This call returns the locale used in creating a report.
getLong() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The int (XY) value.
getLong(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getLong(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getMax() - Method in class net.windward.xmlreport.PropertyValue
The max value allowed for an int value.
getMaxFieldSize() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxReportPages() - Method in class net.windward.xmlreport.ProcessReport
 
getMaxRows() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMessage() - Method in exception net.windward.debug.DebugException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.windward.env.DataSourceException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.windward.format.TemplateParseException
Returns the detail message string of this throwable.
getMessage() - Method in exception net.windward.xmlreport.xsnv.conditionalformatter.ConditionalFormatException
 
getMetaData() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMin() - Method in class net.windward.xmlreport.PropertyValue
The min value allowed for an int value.
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
Deprecated.
 
getMode() - Method in exception net.windward.debug.DebugException
The exception mode.
getMode() - Method in exception net.windward.xmlreport.TimeoutException
The exception mode.
getModeProcessEmbedded() - Method in class net.windward.xmlreport.ProcessReport
What to do processing embedded objects (only if embedded object is a DOCX, XLSX, or PPTX).
getModeProcessEmbedded() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
What to do processing embedded objects.
getMoreResults() - Method in class net.windward.datasource.jdbc.StatementWrapper
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in class net.windward.chart.datasource.ChartColumnMetaData
The name of the column.
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
The name of the variable.
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.
getNCharacterStream(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNClob(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNClob(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC NCLOB parameter as a java.sql.NClob object in the Java programming language.
getNetworkTimeout() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNewline() - Method in class net.windward.xmlreport.ProcessCsv
Set the string used to create a newline.
getNewline() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
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.
getNString(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNumber() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The Number (XY) value.
getNumber(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getNumCharts() - Method in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
getNumColumns() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets the number of columns we have including the series text.
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
Deprecated.
Returns how many pages long a report is.
getNumSeries() - Method in interface net.windward.chart.datasource.IGraphDataSet
The number os series held by this object.
getNumTags() - Method in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
getNumVal() - Method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
 
getObject() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
This can be a Number (XY), String (CATEGORY), or Date (DATE).
getObject(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getObject(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter parameterIndex and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter parameterName and uses map for the custom mapping of the parameter value.
getObject(int, Class<T>) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter parameterIndex and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
getObject(String, Class<T>) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter parameterName and will convert from the SQL type of the parameter to the requested Java data type, if the conversion is supported.
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.
getOutputBuilder() - Method in class net.windward.xmlreport.ProcessReport
 
getOutputBuilder() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get the output builder in use.
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
Deprecated.
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
Deprecated.
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).
getParameterMetaData() - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Retrieves the number, types and properties of this PreparedStatement object's parameters.
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
These are native type (i.e.
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
Deprecated.
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
Returns the parameters used when processing the datasource.
getParameters() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Returns the map of parameters for this report.
getParamMode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Deprecated.
Use ReportProperties.getString(SQL_PARAMETERS)
getParamMode() - Method in interface net.windward.datasource.DataSourceProvider
Deprecated.
Use ReportProperties.getString(SQL_PARAMETERS)
getParamMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Use ReportProperties.getString(SQL_PARAMETERS)
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
Deprecated.
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
Deprecated.
POD framing is deprecated.
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
Deprecated.
Gets the printer name.
getPrinterConfiguration() - Method in class net.windward.xmlreport.ProcessPrinter
 
getPrinterConfiguration() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
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.datasource.DataSourceBase
Get properties currently in use.
getProperties() - Method in interface net.windward.datasource.DataSourceProvider
Get properties currently in use.
getProperties() - Method in class net.windward.xmlreport.ProcessReport
 
getProperties() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
This is required for the .NET engine as its properties object is a reference to underlying Java's one.
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
Deprecated.
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.
getQueryTimeout() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getQuoteChar() - Method in class net.windward.xmlreport.ProcessCsv
Get the character used to quote a cell.
getQuoteChar() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Get the character used to quote a cell.
getRef(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRenderExtent() - Method in class net.windward.xmlreport.ProcessReport
How the generated report will be cropped.
getRenderExtent() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
How the generated report will be cropped.
getRenderPages() - Method in class net.windward.xmlreport.ProcessReport
The pages that will be generated.
getRenderPages() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
The result of this query.
getResult(Node) - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
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.
getResultSet() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetQuery() - Method in class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
 
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
 
getResultSetType() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the result set type for ResultSet objects generated by this Statement object.
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
Deprecated.
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
The root path for any relative filenames (imports and datasources).
getRowId(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowId(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC ROWID parameter as a java.sql.RowId object.
getRowIterator() - Method in class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
 
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
 
getSchema() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves this Connection object's current schema name.
getSecurity() - Method in class net.windward.xmlreport.ProcessPdf
Get the security for the created pdf report.
getSecurity() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Get the security for the created pdf report.
getSelect() - Method in class net.windward.xmlreport.TemplateInfo.DataSourceProfile.DataSetProfile
The select of this dataset.
getSeries() - Method in interface net.windward.chart.datasource.IGraphDataSet
Gets an Iterator for the GraphDataSet's ChartSeries collection.
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.
getShort(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getSort() - Method in class net.windward.datasource.SelectBase
Get the sort order.
getSpec() - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
We have never used this inside the engine. Use getProperties(HTML_SET_XHTML) for XHTML output.
getSpec() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
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.
getSQLXML(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getSQLXML(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated SQL XML parameter as a java.sql.SQLXML object in the Java programming language.
getStream() - Method in class net.windward.format.htm.HtmlImage
Get the stream that contains the binary image of the file.
getString() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The String value.
getString(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
A coordinate value in the point.
getString(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getSubject() - Method in class net.windward.xmlreport.ProcessReport
Get the subject of the document.
getSubject() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
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 class net.windward.env.DataSourceException.ForEachInfo
The forEach tag for this information.
getTag() - Method in exception net.windward.env.DataSourceException
The tag that caused this exception.
getTag() - Method in class net.windward.env.DataSourceException.QueryInfo
The query tag for this information.
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
Deprecated.
Returns the allowed attributes for all tags.
getTags() - Method in class net.windward.xmlreport.TemplateInfo
All of the tags embedded in the template.
getTagTree(InputStream, OutputStream, String) - Static method in class net.windward.xmlreport.ProcessReport
Create an XML file of the tags in the template.
getTagType() - Method in class net.windward.datasource.abstract_datasource.VarResults
 
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, boolean, String) - Static method in class net.windward.xmlreport.ProcessReport
Get the metrics embedded in the passed in template.
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
Deprecated.
Set the version of Windward/AutoTag this template was created for.
getText() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
 
getTime(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
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
Deprecated.
Set the number of seconds to timeout generating a report.
getTimestamp(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTitle() - Method in class net.windward.xmlreport.ProcessReport
Get the title of the document.
getTitle() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get the title of the document.
getTransactionIsolation() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves this Connection object's current transaction isolation level.
getTray() - Method in class net.windward.xmlreport.ProcessPrinter
Gets the tray to be printed to.
getTray() - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Gets the tray to be printed to.
getType() - Method in interface net.windward.chart.datasource.IChartCoordinateValue
The ChartColumnMetaData.DATA_TYPE_*.
getType(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
The ChartColumnMetaData.DATA_TYPE_* of the specified coordinate value.
getType() - Method in exception net.windward.format.TemplateParseException
One of the static TYPE_* ints describing the type of exception.
getType() - Method in exception net.windward.tags.TagException
Return the type of node exception.
getType() - Method in exception net.windward.util.LicenseException
The specific cause of this exception.
getType() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
What type of datasource.
getTypeMap() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves the Map object associated with this Connection object.
getUdtGuid() - Method in class net.windward.xmlreport.TemplateVariable
If this is from a UDT it optionally has the GUID of the UDT item.
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
 
getUpdateCount() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUrl() - Method in class net.windward.datasource.dom4j.XPathNamespace
The url of the namespace.
getURL(int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getUserPassword() - Method in class net.windward.xmlreport.ProcessPdf
Get the user password for the report.
getUserPassword() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Get the user password for the report.
getUseTemplatePageWidth() - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated. Use getProperties(REPORT_RENDER_EXTENT) instead.
getUseTemplatePageWidth() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
 
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.abstract_datasource.VarResults
 
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
What type of data this variable is.
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.
getWarnings() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves the first warning reported by calls on this Statement object.
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
Deprecated.
Get the style unprocessed tags are written out as.
getXAxisTitle() - Method in class net.windward.chart.datasource.BaseChartDataSet
 
getXAxisTitle() - Method in interface net.windward.chart.datasource.IChartDataSet
The x axis title.
getXPath() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
getXpathOpCode() - Method in class net.windward.datasource.SelectFilter.Filter
The opcode as XPath will use it.
getYAxisTitle() - Method in class net.windward.chart.datasource.BaseChartDataSet
 
getYAxisTitle() - Method in interface net.windward.chart.datasource.IChartDataSet
The y axis title.
getZAxisTitle() - Method in class net.windward.chart.datasource.BaseChartDataSet
 
getZAxisTitle() - Method in interface net.windward.chart.datasource.IChartDataSet
The z axis title.
graphs() - Method in interface net.windward.chart.datasource.IChartDataSet
The data for this chart.

H

handleSelectResults(ResultSet, JdbcDataSource.JdbcSelect) - Method in interface net.windward.datasource.jdbc.JdbcSelectListener
Called when a query is executed by the JDBC datasource.
hasDatasourcesApplied() - Method in class net.windward.xmlreport.ProcessReport
true if datasources have been applied to this report.
hasNext() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns true if the iteration has more nodes.
hasNext() - Method in interface net.windward.datasource.DataSourceIterator
Returns true if the iteration has more nodes.
hasOpenConnections() - Static method in class net.windward.datasource.jdbc.ConnectionWrapper
returns true if has any engine opened open connections
hasProcessedTags() - Method in class net.windward.xmlreport.ProcessReport
true if tags were processed generating the report.
hasProcessedTags() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
true if tags were processed generating the report.
hasSelect() - Method in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
HIDDEN_IGNORE_PRINT_RANGE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Ignore the print area set in the XLSX file.
HIDDEN_SHOW_ALL_ROWS_COLUMNS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Include hidden rows and columns in a worksheet.
HIDDEN_SHOW_HIDDEN_SHEETS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Include worksheets set to hidden in the output.
HIDDEN_SHOW_NO_PRINT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Include worksheets set to not print in the output.
HIDE_CHART_WORKSHEET_DATA - Static variable in class net.windward.xmlreport.ReportProperties
Every chart object in DOCX, PPTX, & XLSX output has an Excel worksheet behind it with the data.
HTML_2 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
HTML_4_1 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
HTML_CSS_FILENAME - Static variable in class net.windward.xmlreport.ReportProperties
Set to the CSS filename if the CSS file is distinct (note part of the html body.
HTML_CSS_TYPE - Static variable in class net.windward.xmlreport.ReportProperties
Sets if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
HTML_EMBED_IMAGES - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" to have the engine to embed all images in the HTML file instead of using separate image files.
HTML_FULL_FILE - Static variable in class net.windward.xmlreport.ReportProperties
The report can be generated as either a complete html file, or as just the body.
HTML_SET_XHTML - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" to create a HTML file that conforms to the XHTML spec.
HTML_SPLIT_PAGES - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" to have the engine to split HTML output into multiple documents, one for each page of the document.
HtmlImage - Class in net.windward.format.htm
This class contains the information for a single image that will be in a .html file.
HtmlImage() - Constructor for class net.windward.format.htm.HtmlImage
Create an object with no name and a ByteArrayOutputStream stream.
HtmlImage(String, OutputStream) - Constructor for class net.windward.format.htm.HtmlImage
Create an object with the passed in name and stream.
HtmlImage(String) - Constructor for class net.windward.format.htm.HtmlImage
Create an object with the passed in name and no stream.
HtmlImage(boolean) - Constructor for class net.windward.format.htm.HtmlImage
Create an HtmlImage; this constructor is intended for embedded HtmlImages.
HYPHENATE_OFF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
 
HYPHENATE_ON - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
 
HYPHENATE_TEMPLATE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
 
HyphenationException - Exception in net.windward.format.pdf.output.pdf.hyphenation
 
HyphenationException(String) - Constructor for exception net.windward.format.pdf.output.pdf.hyphenation.HyphenationException
 

I

IChartCoordinateValue - Interface in net.windward.chart.datasource
A single coordinate value of a plot point.
IChartDataSet - Interface in net.windward.chart.datasource
Holds the data returned from a datasource for a chart.
IChartPlotPoint - Interface in net.windward.chart.datasource
A set of values for a plot point in a chart series.
IDataSourceQueryHelper - Interface in net.windward.datasource.abstract_datasource
 
IDataSourceResultRow - Interface in net.windward.datasource.abstract_datasource
 
IDataSourceResultSet - Interface in net.windward.datasource.abstract_datasource
Created by erikh on 12/3/2014.
IE5 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
IE5_5 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
IE6 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
IGNORE_TAG_COLORS - Static variable in class net.windward.xmlreport.ReportProperties
If true then do not add color formatting before tags (if it is the tag's color).
IGraphDataSet - Interface in net.windward.chart.datasource
Holds a set of data for a single graph.
IIO_CACHE - Static variable in class net.windward.xmlreport.SystemProperties
Java engine only.
ILLEGAL_ATTRIBUTE_NAME - Static variable in exception net.windward.tags.TagException
Attribute var or varStatus has a ${} around it.
ILLEGAL_FILE_TYPE - Static variable in exception net.windward.tags.TagException
The included file had an unrecognized extension.
ILLEGAL_LOCATION - Static variable in exception net.windward.tags.TagException
A matrix, row, or column tag is in an illegal location.
ILLEGAL_VAR - Static variable in exception net.windward.env.DataSourceException
 
IllegalOperationException - Exception in net.windward.util
Thrown when an illegal operation is performed on an object.
IllegalOperationException() - Constructor for exception net.windward.util.IllegalOperationException
 
IllegalOperationException(String) - Constructor for exception net.windward.util.IllegalOperationException
 
IllegalPdfSyntaxException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when creating PDF syntax that isn't valid.
IllegalPdfSyntaxException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.IllegalPdfSyntaxException
Creates an exception saying the PDF syntax isn't correct.
IMAGE_DPI - Static variable in class net.windward.xmlreport.ReportProperties
The Dots Per Inch to render the bitmaps at.
IMAGE_FORMAT - Static variable in class net.windward.xmlreport.ReportProperties
The format to render in for ProcessImage.
IMPORT_FILE_CLASS - Static variable in class net.windward.xmlreport.SystemProperties
Set the class(es) to load as custom Access Providers.
IMPORT_USE_CHILD_STYLES - Static variable in class net.windward.xmlreport.ReportProperties
When an imported template's style settings don't match the master document this determines if default settings in the imported document will match the imported style (true) or the master style (false).
IMPORTING_CLASS_MISSING - Static variable in exception net.windward.xmlreport.SetupException
You need to call processSetup exactly once.
IN_TABLE - Static variable in exception net.windward.tags.TagException
This tag cannot be inside a table.
init() - Static method in class net.windward.xmlreport.ProcessReport
This method should be called before any other code anywhere in Windward Reports.
InputDataContainer - Class in net.windward.datasource
Container for an InputStream and the encoding method that was used to create it.
InputDataContainer(InputStream, String) - Constructor for class net.windward.datasource.InputDataContainer
Creates a new InputDataContainer containing the specified InputStream and encoding method.
intValue() - Method in class net.windward.xmlreport.PropertyValue
Gets an integer value.
INVALID_DATE - Static variable in exception net.windward.env.DataSourceException
 
INVALID_FILENAME - Static variable in exception net.windward.env.DataSourceException
Import tag, failed to read the filename that the select returned.
INVALID_INDEX - Static variable in exception net.windward.env.DataSourceException
 
INVALID_NUMBER - Static variable in exception net.windward.env.DataSourceException
 
INVALID_PARAMETER_TYPE - Static variable in exception net.windward.env.EquationException
 
INVALID_SELECT - Static variable in exception net.windward.env.DataSourceException
 
InvalidPdfException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
InvalidPdfException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.InvalidPdfException
Creates an instance of a NoPdfException.
IO_ERROR - Static variable in exception net.windward.env.DataSourceException
 
isAllowAll() - Method in class net.windward.xmlreport.TemplateVariable
Can return all values for this select variable.
isAllowedAreFlags() - Method in class net.windward.xmlreport.PropertyValue
Allowed values are flags, several can be set as ; delimited.
isAllowFilter() - Method in class net.windward.xmlreport.TemplateVariable
Can set a filter for values for this select variable.
isAllowList() - Method in class net.windward.xmlreport.TemplateVariable
Can return a list of values for this select variable.
isAllowSort() - Method in class net.windward.xmlreport.TemplateVariable
Can sort values for this select variable.
isAndFilters() - Method in class net.windward.datasource.SelectFilter
true if filters are to be and-ed, false if to be or-ed.
isApplyGlobally() - Method in class net.windward.datasource.SelectBase
true if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node.
isBreakPage() - Method in class net.windward.xmlreport.ProcessTxt
Returns true if a Ctrl-L is in the report for each page break.
isBreakPage() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Returns true if a Ctrl-L is in the report for each page break.
isCase(CaseTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isCase(CaseTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for a case tag.
isChartsAsCharts() - Method in class net.windward.xmlreport.ProcessOpenXml
Deprecated.
Charts should always be written as charts
isChartsAsCharts() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
isClosed() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves whether this Connection object has been closed.
isClosed() - Method in class net.windward.datasource.jdbc.StatementWrapper
Retrieves whether this Statement object has been closed.
isCloseOnCompletion() - Method in class net.windward.datasource.jdbc.StatementWrapper
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isCopyAllTags() - Method in class net.windward.xmlreport.ProcessRtf
Get if unknown rtf tags should be copied to the report.
isCopyAllTags() - Method in interface net.windward.xmlreport.ProcessRtfAPI
Deprecated.
Get if unknown rtf tags should be copied to the report.
isCopyDrawings() - Method in class net.windward.xmlreport.ProcessOpenXml
True if drawings are to be copied to output.
isCopyDrawings() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
True if drawings are to be copied to output.
isCopyShapes() - Method in class net.windward.xmlreport.ProcessOpenXml
True if shapes are to be copied to output.
isCopyShapes() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
True if shapes are to be copied to output.
isDebugMode() - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
Use TrackErrors instead.
isDebugMode() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get if debug mode is on or off.
isEmbedImages() - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
isEmbedImages() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
isEmpty() - Method in class net.windward.datasource.abstract_datasource.DataSourceResultSetEmpty
true if there is no rows in this set.
isEmpty() - Method in interface net.windward.datasource.abstract_datasource.IDataSourceResultSet
true if there is no rows in this set.
isEmpty() - Method in class net.windward.datasource.jdbc.JdbcResultSet
true if there is no rows in this set.
isEmpty() - Method in class net.windward.datasource.json.JsonResultSet
true if there is no rows in this set.
isExistingNode(BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isExistingNode(BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Return true if the passed in node exists.
isExtraPict() - Method in class net.windward.xmlreport.ProcessRtf
Get if writes each image twice.
isExtraPict() - Method in interface net.windward.xmlreport.ProcessRtfAPI
Deprecated.
Get if writes each image twice.
isFirst() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return true if on the first node returned.
isFirst() - Method in interface net.windward.datasource.DataSourceIterator
Return true if on the first node returned.
isFullFile() - Method in class net.windward.xmlreport.ProcessHtml
The report can be generated as either a complete html file, or as just the body.
isFullFile() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
The report can be generated as either a complete html file, or as just the body.
isHeaders() - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be replaced by getProperties(REPORT_RENDER_EXTENT)
isIE() - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
We have never used this inside the engine.
isIf(IfTag, DataSourceNode[], IMacroState) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
isIf(IfTag, DataSourceNode[], IMacroState) - Method in interface net.windward.datasource.DataSourceNode
Called for an if tag.
isIgnoreTags() - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
This is being removed in the next version.
isLast() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Return true if on the last node returned.
isLast() - Method in interface net.windward.datasource.DataSourceIterator
Return true if on the last node returned.
isLayoutDocument() - Method in class net.windward.xmlreport.ProcessReport
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
isLayoutDocument() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
isLiteralDataSourceNode() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
This is needed in parts of the code that do not know about the .NET version of the LiteralDataSourceNode, for example if we are in cross compiled java code and we need to know if a DataSourceNode is an instance of WindwardReportDrivers.net.windward.datasource.LiteralDatasource.LiteralDataSourceNode.
isLiteralDataSourceNode() - Method in interface net.windward.datasource.DataSourceNode
This is needed in parts of the code that do not know about the .NET version of the LiteralDataSourceNode, for example if we are in cross compiled java code and we need to know if a DataSourceNode is an instance of WindwardReportDrivers.net.windward.datasource.LiteralDatasource.LiteralDataSourceNode.
isLiteralSubstitution() - Method in class net.windward.datasource.abstract_datasource.VarResults
returns true if this variable should be substituted into the query as a query part rather than as a param.
isMetafile(int) - Static method in class net.windward.format.htm.HtmlImage
Returns true if the passed in bitmap type is a metafile.
isNull(int) - Method in interface net.windward.chart.datasource.IChartPlotPoint
Returns true if the specified coordinate is null.
isNumOrDate() - Method in class net.windward.chart.datasource.ChartColumnMetaData
true if Excel views this as a number.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessHtml
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessImage
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPdf
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPostScript
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessPrinter
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessReport
true if the generated report is page based.
isPageBasedReport() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
true if the generated report is page based.
isPageBasedReport() - Method in class net.windward.xmlreport.ProcessTxt
true if the generated report is page based.
isPdfA() - Method in class net.windward.xmlreport.ProcessPdf
true if build a PDF/A-1b file.
isPdfA() - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
true if build a PDF/A-1b file.
isPoolable() - Method in class net.windward.datasource.jdbc.StatementWrapper
Returns a value indicating whether the Statement is poolable or not.
isPreservePodFraming() - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
Use the import tag or new Template PODs instead of POD framing.
isPreservePodFraming() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if UDT framing should be preserved for UDTs in the document.
isReadOnly() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Retrieves whether this Connection object is in read-only mode.
isRecalculateOnOpen() - Method in class net.windward.xmlreport.ProcessOpenXml
true if the document is to perform recalculation when first opened.
isRecalculateOnOpen() - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
true if the document is to perform recalculation when first opened.
isRemoveQuotes() - Method in class net.windward.xmlreport.ProcessReport.CleanDatasource
True if '${var}' should be converted to ${var}.
isRemoveUnusedFormats() - Method in class net.windward.xmlreport.ProcessReport
True to remove all unused formatting information from the template when rendering the report.
isRemoveUnusedFormats() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True to remove all unused formatting information from the template when rendering the report.
isReportTypeDocx() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a Word DOCX or DOCM file.
isReportTypeExcel() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is an Excel file.
isReportTypeExcel() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if the output report is an Excel file, including CSV.
isReportTypeOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the report type is DOCX, PPTX, or XLSX.
isReportTypePpt() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a PowerPoint file.
isReportTypeWord() - Method in class net.windward.xmlreport.ProcessReport
True if the output report is a Word file, including Rtf.
isReportTypeWord() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if the output report is a Word file, including Rtf.
isRequired() - Method in class net.windward.xmlreport.TemplateVariable
true if this variable must be set.
isSameOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the template and report output are the same OpenXML format.
isSelect(String, boolean) - Method in interface net.windward.datasource.DataSourceNode
Returns true if the passed in string is believed to be a select.
isSelect(String, boolean) - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
Returns true if the passed in string is believed to be a select.
isSelect(String, boolean) - Method in class net.windward.datasource.json.JsonDataSource.JsonDataNode
Returns true if the passed in string is believed to be a select.
isSelectType() - Method in exception net.windward.env.DataSourceException
Returns true if this is from a select.
isSet(String) - Method in class net.windward.xmlreport.ReportProperties
Tests if a property was set, either explicitly or via the properties file.
isShowHeaders() - Method in class net.windward.xmlreport.ProcessTxt
Deprecated.
use getProperties(REPORT_RENDER_EXTENT) instead.
isShowHeaders() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Returns true if the header and footers are printed in the report.
isSplitPages() - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
isSplitPages() - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
isSplitPagesFromProperties() - Static method in class net.windward.xmlreport.ProcessHtml
Deprecated.
There is no global value for this now.
isTemplateTypeDOCX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a DOCX.
isTemplateTypeEqualsReportType() - Method in class net.windward.xmlreport.ProcessReport
true if the template type and output type are the same and both are OpenXML.
isTemplateTypeOpenXml() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a DOCX, XLSX, or PPTX.
isTemplateTypePPTX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a PPTX.
isTemplateTypeXLSX() - Method in class net.windward.xmlreport.ProcessReport
true if the template is a XLSX.
isTrackImports() - Method in class net.windward.xmlreport.ProcessReport
True if you want to call getImports after processing datasources.
isTrackImports() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if you want to call getImports after processing datasources.
isTrimWhitespace() - Method in class net.windward.xmlreport.ProcessCsv
Get if cells should have whitespace trimmed from beginning and end.
isTrimWhitespace() - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Get if cells should have whitespace trimmed from beginning and end.
isUseExternalOutputBuilder() - Method in class net.windward.xmlreport.ProcessReport
Returns true if it will use the external output builder.
isUseExternalOutputBuilder() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Returns true if it will use the external output builder.
isUseSoftEoln() - Method in class net.windward.xmlreport.ProcessTxt
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
isUseSoftEoln() - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
isValid(int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Returns true if the connection has not been closed and is still valid.
isValid() - Method in class net.windward.datasource.jdbc.SelectParser
true if we could parse the select.
isValid(String) - Method in class net.windward.xmlreport.PropertyValue
Return if the passed in value is a valid setting for this property.
isValidQuery(String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
isValidQuery(String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
isValidQuery(String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
isValidSet(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
isValidSet(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
isValidSet(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
 
isWrapperFor(Class<?>) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
isWrapperFor(Class<?>) - Method in class net.windward.datasource.jdbc.StatementWrapper
Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
iterator(ForEachTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
Called for a forEach tag.
iterator(ForEachTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceNode
Called for a forEach tag.

J

JBOSS_SECURITY_PROVIDER - Static variable in class net.windward.xmlreport.SystemProperties
Java engine only.
JdbcDataSource - Class in net.windward.datasource.jdbc
This supplies a data source to Windward Reports using jdbc.
JdbcDataSource(String, String, String, String) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource(String, String) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource(Connection) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource
Create a DataSourceProvider that uses jdbc to access a SQL database.
JdbcDataSource.JdbcNode - Class in net.windward.datasource.jdbc
 
JdbcDataSource.JdbcSelect - Class in net.windward.datasource.jdbc
 
JdbcNode(AbstractDataSource) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource.JdbcNode
 
JdbcQueryHelper - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcQueryHelper(ConnectionWrapper, Logger, int, int, JdbcDataSource) - Constructor for class net.windward.datasource.jdbc.JdbcQueryHelper
 
JdbcResultRow - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcResultRow(Map<String, Object>, String[], String) - Constructor for class net.windward.datasource.jdbc.JdbcResultRow
 
JdbcResultSet - Class in net.windward.datasource.jdbc
Created by mattb on 2/1/2017.
JdbcResultSet(ResultSet, PreparedStatement, JdbcDataSource, String) - Constructor for class net.windward.datasource.jdbc.JdbcResultSet
 
JdbcSelect(Object) - Constructor for class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
JdbcSelectListener - Interface in net.windward.datasource.jdbc
JDBC Datasource query execute listener.
joinPdf(ProcessReport[], OutputStream) - Static method in class net.windward.xmlreport.JoinReports
Join multiple reports into a single generated PDF.
JoinReports - Class in net.windward.xmlreport
Join multiple reports into a single file.
JoinReports() - Constructor for class net.windward.xmlreport.JoinReports
 
JsonDataNode(AbstractDataSource, IDataSourceResultRow) - Constructor for class net.windward.datasource.json.JsonDataSource.JsonDataNode
JsonDataNode constructor: set query and doc
JsonDataNode(AbstractDataSource) - Constructor for class net.windward.datasource.json.JsonDataSource.JsonDataNode
 
JsonDataSource - Class in net.windward.datasource.json
JsonDataSource

Written by: Sarah Scheffler

This software is the confidential and proprietary information of Windward Studios ("Confidential Information").

JsonDataSource(String, int) - Constructor for class net.windward.datasource.json.JsonDataSource
Create a DataSourceProvider using the passed in connection strings.
JsonDataSource(InputStream, String) - Constructor for class net.windward.datasource.json.JsonDataSource
Creates a Json data source from an InputStream.
JsonDataSource.JsonDataNode - Class in net.windward.datasource.json
 
JsonDataSource.SortingComparer - Class in net.windward.datasource.json
 
JsonQueryHelper - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonQueryHelper(InputStream, String, JsonDataSource, ReportProperties) - Constructor for class net.windward.datasource.json.JsonQueryHelper
 
JsonResultRow - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonResultRow(Object, String, String) - Constructor for class net.windward.datasource.json.JsonResultRow
 
JsonResultSet - Class in net.windward.datasource.json
Created by mattb on 2/16/2017.
JsonResultSet(List, List, String, String) - Constructor for class net.windward.datasource.json.JsonResultSet
 

L

LATER_VERSION - Static variable in exception net.windward.util.LicenseException
The license is not legit for the version of Windward Reports being run.
LAYOUT_DOCUMENT - Static variable in class net.windward.xmlreport.ReportProperties
If set to "off", then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
LICENSE - Static variable in class net.windward.xmlreport.SystemProperties
The license key if set in the properties or config file.
LicenseException - Exception in net.windward.util
This exception is thrown if there is a problem with the license for the engine.
LicenseException(int) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
LicenseException(int, String) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
LicenseException(String, Throwable, int) - Constructor for exception net.windward.util.LicenseException
Create a LicenseException object.
ListNetAddress - Class in net.windward.tools
Lists out all IP addresses on the local system.
ListNetAddress() - Constructor for class net.windward.tools.ListNetAddress
 
ListServers - Class in net.windward.tools
This lists out all Windward Reports servers running.
ListServers() - Constructor for class net.windward.tools.ListServers
 
ListServers.ServerInfo - Class in net.windward.tools
Info returned about each server.
loadFonts(int) - Static method in class net.windward.xmlreport.ProcessPdf
 
loadTemplate(InputStream, int, DocHeader, DocBody, boolean, String, String[], boolean) - Method in class net.windward.xmlreport.ProcessReport
This is not part of the official API.
LOCALE_DEFAULT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Set the locale based on Windward Report's internal rules.
LOCALE_SYSTEM - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Set the locale to the system's default locale.
LOGGING_FILENAME - Static variable in class net.windward.xmlreport.SystemProperties
Java engine only.
logOpenConnections() - Static method in class net.windward.datasource.jdbc.ConnectionWrapper
log all open connections.
lookupVariable(DataSourceNode[], String) - Static method in class net.windward.datasource.DataSourceBase
Looks up the variable on the node stack.

M

main(String[]) - Static method in class net.windward.datasource.jdbc.VerifyJdbcConnection
Tests a JDBC connection.
main(String[]) - Static method in class net.windward.tools.CheckJdbc
Checks JDBC parameters to use when connecting to a databse.
main(String[]) - Static method in class net.windward.tools.CleanTemplates
Clean the selected templates.
main(String[]) - Static method in class net.windward.tools.ListNetAddress
 
main(String[]) - Static method in class net.windward.tools.ListServers
List out all Windward Reports servers running.
main(String[]) - Static method in class net.windward.tools.ShowFonts
Either run with no parameters, or a range of characters to test for entered in hex.
main(String[]) - Static method in class net.windward.tools.SystemDemo
 
main(String[]) - Static method in class net.windward.tools.XmlPerf
 
main(String[]) - Static method in class net.windward.util.UUEncode
Create a Base64 uuencoded version of a file.
main(String[]) - Static method in class net.windward.xmlreport.JoinReports
Join multiple files into a single PDF.
main(String[]) - Static method in class net.windward.xmlreport.RunReport
Create a report using Windward Reports.
mergePodItemStyles(byte[], boolean) - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
POD update is being replaced by template PODs.
MISMATCHED_VARIABLE - Static variable in exception net.windward.env.DataSourceException
Does not have matching ${ ...
MISSING_END_FOREACH - Static variable in exception net.windward.tags.TagException
There was a forEach with no end.
MISSING_END_IF - Static variable in exception net.windward.tags.TagException
There was a if with no end.
MISSING_END_LINK - Static variable in exception net.windward.tags.TagException
There was a link with no end.
MISSING_END_SWITCH - Static variable in exception net.windward.tags.TagException
There was a link with no end.
MISSING_FILE - Static variable in exception net.windward.tags.TagException
The specified included file could not be found.
mode - Variable in class net.windward.datasource.abstract_datasource.ParsedQuery
VarResults.VarResultsMode value
MODE_CONNECTION_STRING - Static variable in class net.windward.datasource.json.JsonDataSource
constructor using mode the string is a connection string.
MODE_PROCESS_EMBEDDED_ALWAYS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Always process an embedded object and write out the generated object & screenshot, even if no tags were processed.
MODE_PROCESS_EMBEDDED_COPY - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Copy embedded objects across as is.
MODE_PROCESS_EMBEDDED_DROP - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Drop embedded objects, they are not included in the output.
MODE_PROCESS_EMBEDDED_IF_DATA_APPLIED - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Process an embedded object applying the parent template datasources and variables.
MODE_PROCESS_EMBEDDED_KEEP_ORIGINAL_SCREENSHOT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Same as IF_DATA_APPLIED but the object is not re-rendered for a new screenshot.
MODE_RAW_TEXT - Static variable in class net.windward.datasource.json.JsonDataSource
constructor using mode the string is the JSON in the string.
MULTIPLE_NODE_VALUES - Static variable in exception net.windward.tags.TagException
More than 1 node attribute was defined.

N

NAME_DATASET - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a dataset.
NAME_JSON - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a JSON datasource.
NAME_LITERAL - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for the internal literal datasource.
NAME_ODATA - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a OData datasource.
NAME_SFDC - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a SalesForce datasource.
NAME_SQL - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a SQL datasource.
NAME_XML - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a XML datasource.
NAME_XML_1_0 - Static variable in interface net.windward.datasource.DataSourceProvider
getDatasourceName() will return this for a XML (XPath 1.0) datasource.
nativeSQL(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Converts the given SQL statement into the system's native SQL grammar.
NESTED_LINK - Static variable in exception net.windward.tags.TagException
Nested link
net.windward.chart.datasource - package net.windward.chart.datasource
These classes provide the data for a chart.
net.windward.datasource - package net.windward.datasource
This supplies a data source to the Windward Engine.
net.windward.datasource.abstract_datasource - package net.windward.datasource.abstract_datasource
 
net.windward.datasource.dom4j - package net.windward.datasource.dom4j
This supplies an xml data source to the Windward Engine.
net.windward.datasource.jdbc - package net.windward.datasource.jdbc
This supplies a sql data source to the Windward Engine.
net.windward.datasource.json - package net.windward.datasource.json
 
net.windward.debug - package net.windward.debug
 
net.windward.env - package net.windward.env
 
net.windward.env.printer - package net.windward.env.printer
 
net.windward.env.xml - package net.windward.env.xml
 
net.windward.format - package net.windward.format
Create the report using the builder pattern.
net.windward.format.htm - package net.windward.format.htm
Create an html report using the builder pattern.
net.windward.format.pdf.output - package net.windward.format.pdf.output
 
net.windward.format.pdf.output.exceptions - package net.windward.format.pdf.output.exceptions
 
net.windward.format.pdf.output.pdf - package net.windward.format.pdf.output.pdf
 
net.windward.format.pdf.output.pdf.hyphenation - package net.windward.format.pdf.output.pdf.hyphenation
 
net.windward.tags - package net.windward.tags
These are the classes that represent Windward tags in the template.
net.windward.tools - package net.windward.tools
 
net.windward.util - package net.windward.util
Low-level utilities.
net.windward.xmlreport - package net.windward.xmlreport
The reporting-specific part of the Windward Engine.
net.windward.xmlreport.xsnv.conditionalformatter - package net.windward.xmlreport.xsnv.conditionalformatter
 
next() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
Returns the next node in the iteration.
next() - Method in interface net.windward.datasource.DataSourceIterator
Returns the next node in the iteration.
NO_KEY - Static variable in exception net.windward.util.LicenseException
There is no license key.
NO_NODE_VALUE - Static variable in exception net.windward.tags.TagException
There was no node for the tag - a value is required.
NO_PROP - Static variable in exception net.windward.util.LicenseException
The license entry in the properties file was not found.
NO_PROP_FILE - Static variable in exception net.windward.util.LicenseException
The Windward Reports properties file could not be found.
nodeExists() - Method in class net.windward.datasource.abstract_datasource.ParsedQuery
true if the node exists, even if it has a value of null.
NOT_BATCH_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only apply batch to an object after calling setup.
NOT_COPY_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only copy an object after calling setup and before calling complete
NOT_DATA_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only apply data to an object after calling setup and before calling complete
NOT_INFO_MODE - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You can only get info on an object after calling setup and before calling complete
NOT_INITIALIZED - Static variable in exception net.windward.xmlreport.SetupException
You have not initialized the engine
NOT_SELF_CONTAINED - Static variable in exception net.windward.tags.TagException
Command is not self contained.
NOT_SUPPORT - Static variable in exception net.windward.env.DataSourceException
 
NUM_HOURS_BETWEEN_LICENSE_CHECK_INS - Static variable in class net.windward.xmlreport.ProcessReport
This is how many hours to wait before renewing a license by querying the license server.
NUM_HOURS_BETWEEN_LICENSE_CHECK_INS_PREV_FAILED - Static variable in class net.windward.xmlreport.ProcessReport
This is how many hours to wait before renewing a license by querying the license server if the previous check failed.
numDatasources - Variable in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
numTemplateImports - Variable in class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 

O

OEM - Static variable in exception net.windward.util.LicenseException
OEM version called by non-OEM
OFFICE_ERROR - Static variable in exception net.windward.env.OutputLimitationException
Using Office to create the PDF, Office hit an issue.
OFFICE_TO_PDF - Static variable in class net.windward.xmlreport.SystemProperties
The location of the OfficeToPdf.exe program.
OFFICE_VERSION - Static variable in class net.windward.xmlreport.ReportProperties
The template will be parsed using the default values for that version of Word.
ONE_APP_IN_THREAD_MODE - Static variable in exception net.windward.util.LicenseException
You may only run one app when thread limited.
OP_BEGIN_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
starts with (text only)
OP_CONTAINS - Static variable in class net.windward.datasource.SelectFilter.Filter
contains (text only)
OP_END_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
ends with (text only)
OP_EQUALS - Static variable in class net.windward.datasource.SelectFilter.Filter
equal
OP_GREATER_THAN - Static variable in class net.windward.datasource.SelectFilter.Filter
greater than (SQL: date/number only, XML: number only)
OP_GREATER_THAN_OR_EQUAL - Static variable in class net.windward.datasource.SelectFilter.Filter
greater than or equal (SQL: date/number only, XML: number only)
OP_LESS_THAN - Static variable in class net.windward.datasource.SelectFilter.Filter
less than (SQL: date/number only, XML: number only)
OP_LESS_THAN_OR_EQUAL - Static variable in class net.windward.datasource.SelectFilter.Filter
less than or equals (SQL: date/number only, XML: number only)
OP_LIKE - Static variable in class net.windward.datasource.SelectFilter.Filter
like (no wildcards added, but existing ones respected)
OP_NONE - Static variable in class net.windward.datasource.SelectFilter.Filter
no op
OP_NOT_BEGIN_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
does not start with (text only)
OP_NOT_CONTAINS - Static variable in class net.windward.datasource.SelectFilter.Filter
does not contain (text only)
OP_NOT_END_WITH - Static variable in class net.windward.datasource.SelectFilter.Filter
does not end with (text only)
OP_NOT_EQUALS - Static variable in class net.windward.datasource.SelectFilter.Filter
not equal
OP_NOT_LIKE - Static variable in class net.windward.datasource.SelectFilter.Filter
not like (no wildcards added, but existing ones respected)
OPENXML_COPY_DRAWINGS - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if drawings are to be copied to output, set to "false" to drop them.
OPENXML_COPY_METADATA - Static variable in class net.windward.xmlreport.ReportProperties
Set if the Windward metadata will be copied to the generated report.
OPENXML_COPY_SHAPES - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if shapes are to be copied to output, set to "false" to drop them.
OPENXML_RECALCULATE - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if the generated document is to perform recalculation when first opened.
OTHER_ERROR - Static variable in exception net.windward.env.OutputLimitationException
 
OUTPUT_BUILDER - Static variable in class net.windward.xmlreport.ReportProperties
The class to load and call to generate output for the engine.
OutputLimitationException - Exception in net.windward.env
All output generators throw this exception if they hit a limit in the output format.
OutputLimitationException(int) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with null as its detail message.
OutputLimitationException(int, String, Throwable) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with the specified detail message and cause.
OutputLimitationException(int, String) - Constructor for exception net.windward.env.OutputLimitationException
Constructs a new exception with the specified detail message.

P

PARAM_MARKER - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
parameters - Variable in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
parse(String, DataSourceNode[], int, int, String, boolean) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
parses the query and gets variable results.
parseAsDate(String) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
 
ParsedQuery - Class in net.windward.datasource.abstract_datasource
The internal parse() method in the datasources returns this object.
ParsedQuery(AbstractDataSource, AbstractDataSourceNode, String, List<VarResults>, VarResults.VarResultsMode, String) - Constructor for class net.windward.datasource.abstract_datasource.ParsedQuery
Create the object.
PARTS_COLUMNS - Static variable in class net.windward.datasource.jdbc.SelectParser
What is being selected.
PARTS_END - Static variable in class net.windward.datasource.jdbc.SelectParser
Everything after the ORDER BY part.
PARTS_FROM - Static variable in class net.windward.datasource.jdbc.SelectParser
The FROM part.
PARTS_GROUP_BY - Static variable in class net.windward.datasource.jdbc.SelectParser
The GROUP BY part.
PARTS_ORDER_BY - Static variable in class net.windward.datasource.jdbc.SelectParser
The ORDER BY part.
PARTS_START - Static variable in class net.windward.datasource.jdbc.SelectParser
From the beginning (select) up to, but not including columns.
PARTS_WHERE - Static variable in class net.windward.datasource.jdbc.SelectParser
The WHERE part.
PDF_ARCHIVE - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" to build a PDF/A-1b file.
PDF_COMPRESSION_LEVEL - Static variable in class net.windward.xmlreport.ReportProperties
et the compression level.
PDF_FONT_LEVEL - Static variable in class net.windward.xmlreport.ReportProperties
Set the font level.
PDF_FONT_MAPPING - Static variable in class net.windward.xmlreport.SystemProperties
Can be set to "auto" or for example: "ArialMT=Arial;Arial-BoldMT=Arial,Bold;".
PDF_KEY_LENGTH - Static variable in class net.windward.xmlreport.ReportProperties
The password licenseKey length.
PDF_OWNER_PASSWORD - Static variable in class net.windward.xmlreport.ReportProperties
The owner password for the PDF generated report.
PDF_RGB_TRANSPARENCY_BLENDING_SPACE - Static variable in class net.windward.xmlreport.ReportProperties
Set to false to turn of using the RGB space for image color blending in the PDF.
PDF_SECURITY - Static variable in class net.windward.xmlreport.ReportProperties
The security for the PDF generated report.
PDF_USER_PASSWORD - Static variable in class net.windward.xmlreport.ReportProperties
The user password for the PDF generated report.
PDF_VERSION - Static variable in class net.windward.xmlreport.ReportProperties
the PDF version number used to create the file.
PdfException - Exception in net.windward.format.pdf.output.pdf
Signals that an unspecified problem while constructing a PDF document.
PdfException(Exception) - Constructor for exception net.windward.format.pdf.output.pdf.PdfException
 
PdfXConformanceException - Exception in net.windward.format.pdf.output.pdf
 
PdfXConformanceException() - Constructor for exception net.windward.format.pdf.output.pdf.PdfXConformanceException
Creates a new instance of PdfXConformanceException.
PdfXConformanceException(String) - Constructor for exception net.windward.format.pdf.output.pdf.PdfXConformanceException
Creates a new instance of PdfXConformanceException.
performLayout() - Method in class net.windward.xmlreport.ProcessReport
Returns true if the report will be laid out in processComplete().
PHONE_HOME_CANT_CONNECT - Static variable in exception net.windward.util.LicenseException
Can't connect to the phone home server.
PHONE_HOME_INCORRECT_FORMAT - Static variable in exception net.windward.util.LicenseException
The XML for a phone home request is incorrect.
PHONE_HOME_SERVER_UNHAPPY - Static variable in exception net.windward.util.LicenseException
The license server is disallowing the report.
PhoneHomeStats() - Constructor for class net.windward.xmlreport.ProcessReport.PhoneHomeStats
 
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Populates that properties in a DataSourceException via DataSourceException.setProperties().
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in interface net.windward.datasource.DataSourceProvider
Populates that properties in a DataSourceException via DataSourceException.setProperties().
populateDatasourceException(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Populates that properties in a DataSourceException via DataSourceException.setProperties().
prepareCall(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
PreparedStatementWrapper - Class in net.windward.datasource.jdbc
Wraps all use of PreparedStatement so we can track if we closed all statements.
PreparedStatementWrapper(ConnectionWrapper, PreparedStatement) - Constructor for class net.windward.datasource.jdbc.PreparedStatementWrapper
Create the statement
prepareStatement(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
PREVIOUS_ERROR - Static variable in exception net.windward.util.LicenseException
A previous error stopped the system from initializing.
PrinterException - Exception in net.windward.env.printer
A printing exception that occurs in the PrinterOutputBuilder.
PrinterException() - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with null as its detail message.
PrinterException(String) - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with the specified detail message.
PrinterException(String, Throwable) - Constructor for exception net.windward.env.printer.PrinterException
Constructs a new exception with the specified detail message and cause.
process() - Method in class net.windward.xmlreport.ProcessHtml
Create a report from the input template and datasource(s) streams, writing it to the output (report) stream.
process() - Method in class net.windward.xmlreport.ProcessReport
Create a report from the input streams, writing it to the output (report) stream.
process() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Create a report from the input template & datasource(s), writing it to the output (report) stream.
processComplete() - Method in class net.windward.xmlreport.ProcessReport
Process the final report and create the output.
processComplete(boolean) - Method in class net.windward.xmlreport.ProcessReport
Process the final report and create the output.
processComplete() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Process the final report and create the output.
ProcessConditionalFormat - Class in net.windward.xmlreport.xsnv.conditionalformatter
 
ProcessConditionalFormat() - Constructor for class net.windward.xmlreport.xsnv.conditionalformatter.ProcessConditionalFormat
 
ProcessCsv - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a csv report stream.
ProcessCsv(InputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessCsv object with the passed in template.
ProcessCsv(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessCsv object with the passed in template, writing it to the passed in report stream.
ProcessCsv(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessCsv
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessCsvAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessCsv instead.
processData(DataSourceProvider, String) - Method in class net.windward.xmlreport.ProcessReport
Process a set of data for the report.
processData(Map<String, DataSourceProvider>) - Method in class net.windward.xmlreport.ProcessReport
Processes multiple sets of data for the report.
processData(DataSourceProvider, String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Process a set of data for the report.
processData(Map<String, DataSourceProvider>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Process multiple sets of data for the report.
ProcessDocx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
ProcessDocx(InputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template.
ProcessDocx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template, writing it to the passed in report stream.
ProcessDocx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessDocx
Create a ProcessDocx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessDocx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessDocx
Do not use!!! Not part of the public API.
ProcessDocxAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessDocx instead.
ProcessGraphics2D - Class in net.windward.xmlreport
Base ProcessReport class for all reports that use the Graphics2D builder.
ProcessGraphics2D() - Constructor for class net.windward.xmlreport.ProcessGraphics2D
 
ProcessGraphics2D(InputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template.
ProcessGraphics2D(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template, writing it to the passed in report stream.
ProcessGraphics2D(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessGraphics2D(DataSourceProvider, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessGraphics2D(ProcessReport, OutputStream) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Creates and returns a copy of this object.
ProcessGraphics2D(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
Do not use!!! Not part of the public API.
ProcessGraphics2D(Document) - Constructor for class net.windward.xmlreport.ProcessGraphics2D
 
ProcessHtml - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create an html report stream.
ProcessHtml(InputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template.
ProcessHtml(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template, writing it to the passed in report stream.
ProcessHtml(InputStream, ArrayList<ByteArrayOutputStream>) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessHtml object with the passed in template.
ProcessHtml(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessHtml(InputStream, InputStream, ArrayList<ByteArrayOutputStream>) - Constructor for class net.windward.xmlreport.ProcessHtml
Create a ProcessReport object with the passed in template & data streams.
ProcessHtmlAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessHtml instead.
ProcessImage - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a report rendered as a series of bitmaps, one bitmap per page.
ProcessImage(InputStream, String, int) - Constructor for class net.windward.xmlreport.ProcessImage
Create a ProcessImage object with the passed in template.
ProcessImage(InputStream, String) - Constructor for class net.windward.xmlreport.ProcessImage
Create a ProcessImage object with the passed in template.
ProcessImage(InputStream, int, int) - Constructor for class net.windward.xmlreport.ProcessImage
Deprecated.
use ProcessImage(InputStream template, String imageFormat, int dpi) instead.
ProcessImage(InputStream, int) - Constructor for class net.windward.xmlreport.ProcessImage
Deprecated.
use ProcessImage(InputStream template, String imageFormat) instead.
ProcessOpenXml - Class in net.windward.xmlreport
Base ProcessReport class for all reports that write an OpenXML document (DOCX, PPTX, XLSX).
ProcessOpenXml(InputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template.
ProcessOpenXml(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template, writing it to the passed in report stream.
ProcessOpenXml(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessOpenXml
Create a ProcessDocx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessOpenXmlAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessOpenXml instead.
ProcessPdf - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a pdf report stream.
ProcessPdf(InputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template.
ProcessPdf(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template, writing it to the passed in report stream.
ProcessPdf(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPdf
Create a ProcessPdf object with the passed in template & data streams, writing it to the passed in report stream.
ProcessPdfAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessPdf instead.
ProcessPostScript - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a report rendered as a postscript file.
ProcessPostScript(InputStream) - Constructor for class net.windward.xmlreport.ProcessPostScript
THIS IS A BETA FEATURE Create a ProcessPostScript object with the passed in template.
ProcessPostScript(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPostScript
THIS IS A BETA FEATURE Create a ProcessPostScript object with the passed in template, writing it to the passed in report stream.
ProcessPptx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a PPTX report stream.
ProcessPptx(InputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template.
ProcessPptx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template, writing it to the passed in report stream.
ProcessPptx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessPptx
Create a ProcessPptx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessPptx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessPptx
Do not use!!! Not part of the public API.
ProcessPptxAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessPptx instead.
ProcessPrinter - Class in net.windward.xmlreport
Process object for a printer report.
ProcessPrinter(InputStream, String) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a printer report.
ProcessPrinter(InputStream) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a ProcessPrinter.
ProcessPrinter(DataSourceProvider, InputStream, String, int) - Constructor for class net.windward.xmlreport.ProcessPrinter
Create a ProcessPrinter.
ProcessPrinter(ProcessPrinter) - Constructor for class net.windward.xmlreport.ProcessPrinter
Creates and returns a copy of this ProcessPrinter object.
ProcessPrinterAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessPrinter instead.
ProcessReport - Class in net.windward.xmlreport
This class is the base class that takes a template stream and a DataSource and merges them to create a report stream.
ProcessReport(InputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template.
ProcessReport(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template, writing it to the passed in report stream.
ProcessReport(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessReport(DataSourceProvider, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessReport(ProcessReport, OutputStream) - Constructor for class net.windward.xmlreport.ProcessReport
Creates and returns a copy of this object.
ProcessReport(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessReport
Do not use!!! Not part of the public API.
ProcessReport.CleanDatasource - Class in net.windward.xmlreport
This is not part of the public interface.
ProcessReport.DrillDownTemplate - Class in net.windward.xmlreport
This is not part of the public interface.
ProcessReport.PhoneHomeStats - Class in net.windward.xmlreport
 
ProcessReportAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessReport instead.
ProcessReportAPIBase - Interface in net.windward.xmlreport
Deprecated.
Use ProcessReport instead.
ProcessRtf - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a rtf report stream.
ProcessRtf(InputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template.
ProcessRtf(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template, writing it to the passed in report stream.
ProcessRtf(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessRtf
Create a ProcessRtf object with the passed in template & data streams, writing it to the passed in report stream.
ProcessRtfAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessRtf instead.
processSetup() - Method in class net.windward.xmlreport.ProcessReport
Process the template and get the report ready to process data files.
processSetup(int) - Method in class net.windward.xmlreport.ProcessReport
This method exists for unit tests only - do not call!
processSetup() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Process the template and get the report ready to process data files.
processSetup(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Process the template and get the report ready to process data files.
ProcessTxt - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a txt report stream.
ProcessTxt(InputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessTxt object with the passed in template.
ProcessTxt(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessTxt object with the passed in template, writing it to the passed in report stream.
ProcessTxt(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessTxt
Create a ProcessReport object with the passed in template & data streams, writing it to the passed in report stream.
ProcessTxtAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessTxt instead.
ProcessXlsx - Class in net.windward.xmlreport
This class is the main program that takes a template stream and a datasource and merges them to create a DOCX report stream.
ProcessXlsx(InputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template.
ProcessXlsx(InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template, writing it to the passed in report stream.
ProcessXlsx(InputStream, InputStream, OutputStream) - Constructor for class net.windward.xmlreport.ProcessXlsx
Create a ProcessXlsx object with the passed in template & data streams, writing it to the passed in report stream.
ProcessXlsx(ProcessReport) - Constructor for class net.windward.xmlreport.ProcessXlsx
Do not use!!! Not part of the public API.
ProcessXlsxAPI - Interface in net.windward.xmlreport
Deprecated.
Use ProcessXlsx instead.
PROPERTIES_FILENAME - Static variable in class net.windward.xmlreport.SystemProperties
Java engine only.
PropertyValue - Class in net.windward.xmlreport
Value of a property.
PropertyValue(PropertyValue, String) - Constructor for class net.windward.xmlreport.PropertyValue
Creates a new object giving it a value.
PropertyValue(String) - Constructor for class net.windward.xmlreport.PropertyValue
Creates a new object giving it a value.
PropertyValue(String, String[]) - Constructor for class net.windward.xmlreport.PropertyValue
Create a new object that has a specific set of allowed string values.
PropertyValue(String, boolean, String[]) - Constructor for class net.windward.xmlreport.PropertyValue
Create a new object that has a specific set of allowed string values.
PropertyValue(int) - Constructor for class net.windward.xmlreport.PropertyValue
Create a new property vlaue that is an int.
PropertyValue(int, int, int) - Constructor for class net.windward.xmlreport.PropertyValue
Create a new property vlaue that is an int.
PropertyValue(char) - Constructor for class net.windward.xmlreport.PropertyValue
A convenient way of creating character values.
PropertyValue(boolean) - Constructor for class net.windward.xmlreport.PropertyValue
A convenient way of creating boolean values.
Props - Static variable in class net.windward.xmlreport.SystemProperties
This is a singleton used to access all system properties.

Q

QueryInfo(QueryTag, Map) - Constructor for class net.windward.env.DataSourceException.QueryInfo
Create the object
QueryPair - Class in net.windward.datasource.abstract_datasource
Contains a query (or switch) tag and the result row (only 1 row) from the tag's query.
QueryPair(BaseTag, IDataSourceResultRow) - Constructor for class net.windward.datasource.abstract_datasource.QueryPair
 
queryRow - Variable in class net.windward.datasource.abstract_datasource.QueryPair
The data results from the tag's query
querytext - Variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 

R

REFUSED_LICENSE_SERVER - Static variable in exception net.windward.util.LicenseException
For license server.
registerOutParameter(int, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
registerOutParameter(String, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
registerOutParameter(int, SQLType) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, SQLType, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, SQLType, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
registerOutParameter(String, SQLType) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, SQLType, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, SQLType, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
releaseSavepoint(Savepoint) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Removes the specified Savepoint and subsequent Savepoint objects from the current transaction.
remove() - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceIterator
This will throw an UnsupportedOperationException.
remove() - Method in interface net.windward.datasource.DataSourceIterator
This will throw an UnsupportedOperationException.
RENDER_EPS - Static variable in class net.windward.format.htm.HtmlImage
An EPS snippet.
RENDER_EXTENT_ALL - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
In get/setExtent() - the extent will be the entire document, nothing is cropped.
RENDER_EXTENT_CROP_EVERYTHING - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Combination of CROP_MARGINS, CROP_HEADER_AND_FOOTER, & CROP_CONTENT.
RENDER_EXTENT_CROP_HEADER_AND_FOOTER - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
In get/setExtent() - The header and footer will not be rendered.
RENDER_EXTENT_CROP_MARGINS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
In get/setExtent() - the margins will be cropped, even if that removes content.
RENDER_EXTENT_CROP_TO_CONTENT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
In get/setExtent() - The smallest rectangle for each page that does not crop content.
RENDER_PDF - Static variable in class net.windward.format.htm.HtmlImage
A PDF snippet.
RENDER_SVG - Static variable in class net.windward.format.htm.HtmlImage
A SVG file.
REPORT_CHARSET - Static variable in class net.windward.xmlreport.ReportProperties
Html and txt files are generated using a charset (the rest use unicode).
REPORT_DESCRIPTION - Static variable in class net.windward.xmlreport.ReportProperties
Written to the description for output formats that have this meta key.
REPORT_HIDDEN_MODE - Static variable in class net.windward.xmlreport.ReportProperties
Set to select what hidden parts of a spreadsheet, if any, to render in the output.
REPORT_HYPHENATE - Static variable in class net.windward.xmlreport.ReportProperties
Sets if hyphenation is to be used in rendered output.
REPORT_KEYWORDS - Static variable in class net.windward.xmlreport.ReportProperties
The keywords of the document.
REPORT_LOCALE - Static variable in class net.windward.xmlreport.ReportProperties
This call returns the locale used in creating a report for output other than Asian & bi-directional.
REPORT_LOCALE_ASIAN - Static variable in class net.windward.xmlreport.ReportProperties
This call returns the locale used in creating a report for Asian output.
REPORT_LOCALE_BIDI - Static variable in class net.windward.xmlreport.ReportProperties
This call returns the locale used in creating a report for bi-directional output.
REPORT_MODE_PROCESS_EMBEDDED - Static variable in class net.windward.xmlreport.ReportProperties
What to do processing embedded objects.
REPORT_REMOVE_UNUSED_FORMATS - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if unused styles, fonts, etc.
REPORT_RENDER_EXTENT - Static variable in class net.windward.xmlreport.ReportProperties
How the generated report will be cropped.
REPORT_RENDER_PAGES - Static variable in class net.windward.xmlreport.ReportProperties
The pages that will be generated.
REPORT_SUBJECT - Static variable in class net.windward.xmlreport.ReportProperties
The subject of the document.
REPORT_TEMPLATE_VERSION - Static variable in class net.windward.xmlreport.ReportProperties
The verion of Windward/AutoTag this template was created for.
REPORT_TITLE - Static variable in class net.windward.xmlreport.ReportProperties
The title of the document.
REPORT_TRACK_IMPORTS - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" if you want to call getImports after processing datasources.
REPORT_TRIM - Static variable in class net.windward.xmlreport.ReportProperties
Sets if the end of the generated document should be trimmed.
REPORT_WRITE_FIELDS_AS_FIELDS - Static variable in class net.windward.xmlreport.ReportProperties
If true DOCX form fields and content controls are written to PDF and HTML reports as form fields.
ReportProperties - Class in net.windward.xmlreport
Collection of per report properties.
ReportProperties() - Constructor for class net.windward.xmlreport.ReportProperties
No-arg constructor.
ReportProperties(ReportProperties) - Constructor for class net.windward.xmlreport.ReportProperties
Copy constructor.
RESULT_SET_TYPE - Static variable in class net.windward.xmlreport.ReportProperties
Set the ResultSet type for JDBC (Java engine) result queries.
RESULTS_INDEX_PAST_END - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
RESULTS_NODE_NOT_EXIST - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
RESULTS_VALUE - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
RESULTS_XPATH - Static variable in class net.windward.datasource.dom4j.Dom4jDataSource.VarResults
Deprecated.
 
resultSetToString(String) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
resultSetToString(String) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
resultSetToString(String) - Method in class net.windward.datasource.json.JsonQueryHelper
 
RETURN_RESULTSET - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
RETURN_ROW - Static variable in class net.windward.datasource.abstract_datasource.ParsedQuery
 
returnValue(IDataSourceResultRow, String) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Return the requested value from a result set.
REVOKED - Static variable in exception net.windward.util.LicenseException
This license is revoked.
rollback() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Undoes all changes made after the given Savepoint object was set.
rootNode - Variable in class net.windward.datasource.abstract_datasource.AbstractDataSource
 
RTF_COPY_UNKNOWN - Static variable in class net.windward.xmlreport.ReportProperties
Set copy unknown tags mode on or off.
RTF_EXTRA_PICT - Static variable in class net.windward.xmlreport.ReportProperties
Sets if the engine writes each image twice.
run() - Method in class net.windward.tools.ListServers
 
RunReport - Class in net.windward.xmlreport
A sample usage of Windward Reports.
RunReport() - Constructor for class net.windward.xmlreport.RunReport
 

S

select - Variable in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
SELECT_ON_A_VAR - Static variable in exception net.windward.env.DataSourceException
 
SELECT_TEST_CLASSIC - Static variable in class net.windward.xmlreport.SystemProperties
For old templates, if set to "true" will treat value= in an if tag as select=.
SelectBase - Class in net.windward.datasource
Base class for SelectFilter and SelectList.
SelectBase(int) - Constructor for class net.windward.datasource.SelectBase
Create the object.
SelectBase(int, String) - Constructor for class net.windward.datasource.SelectBase
Create the object.
SelectFilter - Class in net.windward.datasource
A specialized filter value for a select parameter.
SelectFilter(int) - Constructor for class net.windward.datasource.SelectFilter
Create the object.
SelectFilter(int, String, SelectFilter.Filter[], boolean) - Constructor for class net.windward.datasource.SelectFilter
Create a select with 2 filters.
SelectFilter.Filter - Class in net.windward.datasource
An individual filter in the select.
SelectList - Class in net.windward.datasource
A specialized list value for a select parameter.
SelectList(int, String, List) - Constructor for class net.windward.datasource.SelectList
Create the object.
selectNodes(IDataSourceResultSet) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
 
selectNodes(IDataSourceResultSet) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
selectNodes(IDataSourceResultSet) - Method in class net.windward.datasource.json.JsonQueryHelper
 
SelectParser - Class in net.windward.datasource.jdbc
Simple select parser.
SelectParser(String) - Constructor for class net.windward.datasource.jdbc.SelectParser
Parse the string.
SELF_CONTAINED - Static variable in exception net.windward.tags.TagException
Command is self contained.
ServerInfo(String, String, String, String, String) - Constructor for class net.windward.tools.ListServers.ServerInfo
Create the object.
set(String, String) - Method in class net.windward.xmlreport.ReportProperties
Sets a value for the given property.
set(String, int) - Method in class net.windward.xmlreport.ReportProperties
A convenient way of setting integer values.
set(String, boolean) - Method in class net.windward.xmlreport.ReportProperties
A convenient way of setting boolean values.
set(String, char) - Method in class net.windward.xmlreport.ReportProperties
A convenient way of setting character values.
setApiInt(String, int) - Method in class net.windward.xmlreport.ReportProperties
 
setArray(int, Array) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Array object.
setAsciiStream(String, InputStream, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream.
setAsciiStream(int, InputStream, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream.
setAutoCommit(boolean) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets this connection's auto-commit mode to the given state.
setAutoMetadata(String) - Method in class net.windward.xmlreport.TemplateVariable
If this is an auto-select, this is the metadata for the select.
setBaseDirectory(String) - Method in class net.windward.xmlreport.ProcessReport
Set the base directory used for imported files that have a relative path.
setBaseDirectory(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the base directory used for imported files that have a relative path.
setBigDecimal(String, BigDecimal) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.math.BigDecimal value.
setBinaryStream(String, InputStream, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream.
setBitmapType(int) - Method in class net.windward.format.htm.HtmlImage
Set the type of picture this is.
setBlob(String, InputStream, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Blob object.
setBlob(int, InputStream, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a InputStream object.
setBoolean(String, boolean) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java boolean value.
setBreakPage(boolean) - Method in class net.windward.xmlreport.ProcessTxt
Set true if a Ctrl-L is in the report for each page break.
setBreakPage(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Set true if a Ctrl-L is in the report for each page break.
setByte(String, byte) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java byte value.
setBytes(String, byte[]) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java array of bytes.
setCatalog(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCellSeparator(char) - Method in class net.windward.xmlreport.ProcessCsv
Set the character used to seperate cells.
setCellSeparator(char) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Set the character used to seperate cells.
setCharacterStream(String, Reader, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Reader object.
setCharacterStream(int, Reader, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Reader object.
setCharset(int) - Method in class net.windward.xmlreport.ProcessReport
Html and txt files are generated using a charset (the rest use unicode).
setCharset(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Html and txt files are generated using a charset (the others use unicode).
setChartsAsCharts(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
Deprecated.
Charts should always be written as charts
setChartsAsCharts(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
true if chart tags that are in the template as a chart, will be rendered as charts in the generated report.
setClientInfo(String, String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets the value of the connection's client info properties.
setClob(String, Reader, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Clob object.
setClob(int, Reader, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setCompressionLevel(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the compression level.
setCompressionLevel(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the compression level.
setCopies(int) - Method in class net.windward.xmlreport.ProcessPrinter
 
setCopies(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Sets the total number of copies to be printed.
setCopyAllTags(boolean) - Method in class net.windward.xmlreport.ProcessRtf
Set copy unknown tags mode on or off.
setCopyAllTags(boolean) - Method in interface net.windward.xmlreport.ProcessRtfAPI
Deprecated.
Set copy unknown tags mode on or off.
setCopyDrawings(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
True if drawings are to be copied to output.
setCopyDrawings(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
True if drawings are to be copied to output.
setCopyMetadata(int) - Method in class net.windward.xmlreport.ProcessOpenXml
Set if the Windward metadata will be copied to the generated report.
setCopyMetadata(int) - Method in class net.windward.xmlreport.ProcessReport
Set if the Windward metadata will be copied to the generated report.
setCopyMetadata(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set if the Windward metadata will be copied to the generated report.
setCopyShapes(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
True if shapes are to be copied to output.
setCopyShapes(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
True if shapes are to be copied to output.
setCss(int, OutputStream, String) - Method in class net.windward.xmlreport.ProcessHtml
Sets if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
setCss(int, OutputStream, String) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Sets if the css information will be written to a separate file, as part of the html file, or skipped (because the file already exists).
setCursorName(String) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets the SQL cursor name to the given String, which will be used by subsequent Statement object execute methods.
setDataMode(int) - Method in class net.windward.xmlreport.ProcessCsv
Set the embed data setting.
setDataMode(int) - Method in class net.windward.xmlreport.ProcessReport
Set the embed data setting.
setDataMode(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
As the report is run, the data for each tag can also be placed in an associated data.xml file.
setDataStream(OutputStream) - 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.
setDataStream(OutputStream) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
As the report is run, the data for each tag can also be placed in an associated data.xml file.
setDataType(int) - Method in class net.windward.chart.datasource.ChartColumnMetaData
Only here until the datastoure gives us the type.
setDate(String, Date) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(String, Date, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(int, Date, Calendar) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDebugHandler(IDebugHandler) - Method in class net.windward.xmlreport.ProcessReport
The debug handler assigned to this report if debugging.
setDebugMode(boolean) - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
Use TrackErrors instead.
setDebugMode(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set debug mode on or off.
setDefaultNamespacePrefix(String) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
The prefixes for namespaces are pulled from the XML datasource.
setDescription(String) - Method in class net.windward.xmlreport.ProcessReport
Set the description of the document.
setDescription(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the description of the document.
setDocPos(DocumentPosition) - Method in exception net.windward.env.WindwardException
The position in the document where this exception occured.
setDouble(String, double) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java double value.
setDrillDownInfo(ProcessReport.DrillDownTemplate) - Method in class net.windward.xmlreport.ProcessReport
Set the info for the template file this is in.
setDrillDownInfo(ProcessReport.DrillDownTemplate) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the info for the template file this is in.
SetDseProps(DataSourceException, BaseTag, DataSourceNode[]) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
 
setDuplex(PrinterConfiguration.Duplex) - Method in class net.windward.xmlreport.ProcessPrinter
 
setDuplex(PrinterConfiguration.Duplex) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Set the printer's duplex setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessHtml
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessImage
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessPostScript
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessPrinter
Set the embed data setting.
setEmbededDataMode(int) - Method in class net.windward.xmlreport.ProcessTxt
Set the embed data setting.
setEmbedImages(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
setEmbedImages(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
setEscapeProcessing(boolean) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets escape processing on or off.
setEventHandler(WindwardEventHandler) - Method in class net.windward.xmlreport.ProcessReport
Assign event handler to the report.
setEventHandler(WindwardEventHandler) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Assign event handler to the report.
setExtraPict(boolean) - Method in class net.windward.xmlreport.ProcessRtf
Set if writes each image twice.
setExtraPict(boolean) - Method in interface net.windward.xmlreport.ProcessRtfAPI
Deprecated.
Set if writes each image twice.
setFetchDirection(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Gives the driver a hint as to the direction in which rows will be processed in ResultSet objects created using this Statement object.
setFetchSize(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects generated by this Statement.
setFirstPagePrinter(String) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the first page printer.
setFirstPagePrinter(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Sets the first page printer.
setFirstPageTray(int) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the tray for the first page.
setFirstPageTray(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Sets the tray for the first page.
setFloat(String, float) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java float value.
setFont(String) - Method in class net.windward.xmlreport.ProcessTxt
Set the font used when formatting txt output.
setFont(String) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Set the font used when formatting txt output.
setFontLevel(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the font level.
setFontLevel(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the font level.
setFontSize(int) - Method in class net.windward.xmlreport.ProcessTxt
Set the font size used when formatting txt output.
setFontSize(int) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Set the font size used when formatting txt output.
setFullFile(boolean) - Method in class net.windward.xmlreport.ProcessHtml
The report can be generated as either a complete html file, or as just the body.
setFullFile(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
The report can be generated as either a complete html file, or as just the body.
setFullTag(String) - Method in exception net.windward.env.WindwardException
If this error occured while processing a tag, this is the tag it was processing.
setGlobal(String) - Method in class net.windward.datasource.SelectBase
Set to apply globally with this metadata.
setHeadersFooters(boolean) - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated.
setHeadersFooters(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set true tells the engine to grab the first header and footer it finds and places them at the beggining and end of the html document respectivley.
setHiddenMode(int) - Method in class net.windward.xmlreport.ProcessReport
Get the mode for handling hidden objecxts in the template.
setHiddenMode(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Get the mode for handling hidden objecxts in the template.
setHoldability(int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Changes the default holdability of ResultSet objects created using this Connection object to the given holdability.
setHyphenate(int) - Method in class net.windward.xmlreport.ProcessReport
Set if the generated report will be hyphenated.
setHyphenate(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set if the generated report will be hyphenated.
setIgnoreTags(boolean) - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
This is being removed in the next version.
setImagePath(String, String, String) - Method in class net.windward.xmlreport.ProcessHtml
Set a path that all images will be saved to.
setImagePath(String, String, String) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Set a path that all images will be saved to.
setInt(String, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java int value.
setIterator(DataSourceIterator) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSourceNode
 
setIterator(DataSourceIterator) - Method in interface net.windward.datasource.DataSourceNode
 
setJobName(String) - Method in class net.windward.xmlreport.ProcessPrinter
 
setJobName(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Set the name of the print job.
setKeyLength(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the password licenseKey length.
setKeyLength(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the password licenseKey length.
setKeywords(String) - Method in class net.windward.xmlreport.ProcessReport
Set the keywords of the document.
setKeywords(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the keywords of the document.
setLargeMaxRows(long) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setLayoutDocument(boolean) - Method in class net.windward.xmlreport.ProcessReport
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
setLayoutDocument(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
If set to false, then for output we do not have to layout (DOCX, XLSX, PPTX, HTML in non-pages mode), the engine will not perform layout on the generated report.
setLicense(String) - Method in class net.windward.xmlreport.ProcessReport
Sets the license key for windward to use for this report.
setLicense(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Sets the license key for windward to do for this report.
setLocale(Locale) - Method in class net.windward.xmlreport.ProcessReport
This call set's the locale used in creating a report.
setLocale(Locale) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
This call set's the locale used in creating a report.
setLong(String, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java long value.
setMaxFieldSize(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets the limit for the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
setMaxRows(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setModeProcessEmbedded(int) - Method in class net.windward.xmlreport.ProcessReport
What to do processing embedded objects (only if embedded object is a DOCX, XLSX, or PPTX).
setModeProcessEmbedded(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
What to do processing embedded objects.
SetNamespaces(XPathNamespace[]) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
 
setNCharacterStream(String, Reader, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setNClob(String, NClob) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a java.sql.NClob object.
setNClob(String, Reader, long) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to a Reader object.
setNClob(int, NClob) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a java.sql.NClob object.
setNClob(int, Reader, long) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Reader object.
setNetworkTimeout(Executor, int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNewline(String) - Method in class net.windward.xmlreport.ProcessCsv
Get the string used to create a newline.
setNewline(String) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Get the string used to create a newline.
setNString(String, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given String object.
setNString(int, String) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given String object.
setNull(String, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setObject(String, Object, int, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType, int) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object, SQLType) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter using the given object.
setObject(int, Object, int, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, SQLType) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setOutputBuilder(IOutputBuilderEngine) - Method in class net.windward.xmlreport.ProcessReport
 
setOutputBuilder(IOutputBuilderEngine) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the output builder.
setOutputBuilderData(Object) - Method in class net.windward.xmlreport.ProcessReport
Optional data to pass to the external output builder.
setOutputBuilderData(Object) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Optional data to pass to the external output builder.
setOwnerPassword(String) - Method in class net.windward.xmlreport.ProcessPdf
Set the owner password for the report.
setOwnerPassword(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the owner password for the report.
setParameters(Map<String, Object>) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in interface net.windward.datasource.DataSourceProvider
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
This call is for internal engine use only.
setParameters(Map<String, Object>) - Method in class net.windward.xmlreport.ProcessReport
Set the parameters used when processing the datasources.
setParameters(Map<String, Object>) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Adds a map that is used for ${variable} substitution.
setParamMode(int) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Deprecated.
Use ReportProperties.setString(SQL_PARAMETERS)
setParamMode(int) - Method in interface net.windward.datasource.DataSourceProvider
Deprecated.
Use ReportProperties.setString(SQL_PARAMETERS)
setParamMode(int) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Use ReportProperties.setString(SQL_PARAMETERS)
setPdfA(boolean) - Method in class net.windward.xmlreport.ProcessPdf
true if build a PDF/A-1b file.
setPdfA(boolean) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
true if build a PDF/A-1b file.
setPdfVersion(String) - Method in class net.windward.xmlreport.ProcessPdf
Gets the PDF version number used to create the file.
setPdfVersion(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Gets the PDF version number used to create the file.
setPoolable(boolean) - Method in class net.windward.datasource.jdbc.StatementWrapper
Requests that a Statement be pooled or not pooled.
setPreservePodFraming(boolean) - Method in class net.windward.xmlreport.ProcessReport
Deprecated.
Use the import tag or new Template PODs instead of POD framing.
setPreservePodFraming(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if UDT framing should be preserved for UDTs in the document.
setPrinter(String) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the printer to the specified printer name.
setPrinter(String) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Sets the printer to the specified printer name.
setProperties(ReportProperties) - Method in class net.windward.datasource.DataSourceBase
Sets properties used by a report object.
setProperties(ReportProperties) - Method in interface net.windward.datasource.DataSourceProvider
Sets properties used by a report object.
setProperties(BaseTag, Map, DataSourceException.ForEachInfo[], DataSourceException.QueryInfo[]) - Method in exception net.windward.env.DataSourceException
Set the remaining properties.
setProperties(BaseTag) - Method in exception net.windward.env.DataSourceException
Set the tag property.
setQueryTimeout(int) - Method in class net.windward.datasource.jdbc.StatementWrapper
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setQuoteChar(char) - Method in class net.windward.xmlreport.ProcessCsv
Set the character used to quote a cell.
setQuoteChar(char) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Set the character used to quote a cell.
setReadOnly(boolean) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setRecalculateOnOpen(boolean) - Method in class net.windward.xmlreport.ProcessOpenXml
true if the document is to perform recalculation when first opened.
setRecalculateOnOpen(boolean) - Method in interface net.windward.xmlreport.ProcessOpenXmlAPI
Deprecated.
true if the document is to perform recalculation when first opened.
setRef(int, Ref) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given REF(<structured-type>) value.
setRemoveUnusedFormats(boolean) - Method in class net.windward.xmlreport.ProcessReport
True to remove all unused formatting information from the template when rendering the report.
setRemoveUnusedFormats(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True to remove all unused formatting information from the template when rendering the report.
setRenderExtent(int) - Method in class net.windward.xmlreport.ProcessReport
How the generated report will be cropped.
setRenderExtent(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
How the generated report will be cropped.
setRenderPages(String) - Method in class net.windward.xmlreport.ProcessReport
The pages that will be generated.
setRenderPages(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
The pages that will be generated.
setResultSet(ResultSet) - Method in class net.windward.datasource.jdbc.JdbcResultSet
 
setRowId(String, RowId) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.RowId object.
setRowId(int, RowId) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.RowId object.
setSavepoint() - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setSchema(String) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Sets the given schema name to access.
setSecurity(int) - Method in class net.windward.xmlreport.ProcessPdf
Set the security for the created pdf report.
setSecurity(int) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the security for the created pdf report.
setShort(String, short) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java short value.
setShowHeaders(boolean) - Method in class net.windward.xmlreport.ProcessTxt
Deprecated.
use getProperties(REPORT_RENDER_EXTENT) instead.
setShowHeaders(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
Set if the header and footers are printed in the report.
setSort(int) - Method in class net.windward.datasource.SelectBase
Set the sort order.
setSpec(int) - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
We have never used this inside the engine. Use getProperties(HTML_SET_XHTML) for XHTML output.
setSpec(int) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
Sets the spec that the produced report must run under.
setSplitPages(boolean) - Method in class net.windward.xmlreport.ProcessHtml
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
setSplitPages(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.
setSQLXML(String, SQLXML) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.SQLXML object.
setSQLXML(int, SQLXML) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.SQLXML object.
setString(String, String) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Java String value.
setSubject(String) - Method in class net.windward.xmlreport.ProcessReport
Set the subject of the document.
setSubject(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the subject of the document.
setTemplateVersion(int) - Method in class net.windward.xmlreport.ProcessReport
Set the verion of Windward/AutoTag this template was created for.
setTemplateVersion(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the version of Windward/AutoTag this template was created for.
setTime(String, Time) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, Time) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Time value.
setTime(int, Time, Calendar) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimeout(int) - Method in class net.windward.xmlreport.ProcessReport
Set the number of seconds to timeout generating a report.
setTimeout(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the number of seconds to timeout generating a report.
setTimestamp(String, Timestamp) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTitle(String) - Method in class net.windward.xmlreport.ProcessReport
Set the title of the document.
setTitle(String) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the title of the document.
setTitles(ChartTitles) - Method in class net.windward.chart.datasource.BaseChartDataSet
 
setTitles(ChartTitles) - Method in interface net.windward.chart.datasource.IChartDataSet
Set titles for the chart.
setTrackErrors(int) - Method in class net.windward.xmlreport.ProcessReport
 
setTrackErrors(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Turn on/off the error handling functionality.
setTrackImports(boolean) - Method in class net.windward.xmlreport.ProcessReport
True if you want to call getImports after processing datasources.
setTrackImports(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
True if you want to call getImports after processing datasources.
setTransactionIsolation(int) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Attempts to change the transaction isolation level for this Connection object to the one given.
setTray(int) - Method in class net.windward.xmlreport.ProcessPrinter
Sets the tray to be printed to.
setTray(int) - Method in interface net.windward.xmlreport.ProcessPrinterAPI
Deprecated.
Sets the tray to be printed to.
setTrimWhitespace(boolean) - Method in class net.windward.xmlreport.ProcessCsv
Set if cells should have whitespace trimmed from beginning and end.
setTrimWhitespace(boolean) - Method in interface net.windward.xmlreport.ProcessCsvAPI
Deprecated.
Set if cells should have whitespace trimmed from beginning and end.
setTypeMap(Map<String, Class<?>>) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Installs the given TypeMap object as the type map for this Connection object.
setUnicodeStream(int, InputStream, int) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Deprecated.
Use setCharacterStream
SETUP_ALREADY_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processSetup exactly once.
SETUP_NOT_CALLED - Static variable in exception net.windward.xmlreport.AlreadyProcessedException
You need to call processSetup first.
SetupException - Exception in net.windward.xmlreport
Thrown if there is a problem initializing the engine.
SetupException(int) - Constructor for exception net.windward.xmlreport.SetupException
 
SetupException(int, Exception) - Constructor for exception net.windward.xmlreport.SetupException
 
setURL(String, URL) - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in class net.windward.datasource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.net.URL value.
setUseExternalOutputBuilder(boolean) - Method in class net.windward.xmlreport.ProcessReport
Set to true to use the external output builder.
setUseExternalOutputBuilder(boolean) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set to true to use the external output builder.
setUserPassword(String) - Method in class net.windward.xmlreport.ProcessPdf
Set the user password for the report.
setUserPassword(String) - Method in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Set the user password for the report.
setUseSoftEoln(boolean) - Method in class net.windward.xmlreport.ProcessTxt
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
setUseSoftEoln(boolean) - Method in interface net.windward.xmlreport.ProcessTxtAPI
Deprecated.
If true, then then soft line breaks will be inserted and paragraphs will wrap to the next line.
setUseTemplatePageWidth(boolean) - Method in class net.windward.xmlreport.ProcessHtml
Deprecated.
This will be eliminated. Use getProperties(REPORT_RENDER_EXTENT) instead.
setUseTemplatePageWidth(boolean) - Method in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
When set true tells the engine to put the entire page into a container with margins the same as the template document page width
setWriteTags(int) - Method in class net.windward.xmlreport.ProcessReport
Set the style unprocessed tags are written out as.
setWriteTags(int) - Method in interface net.windward.xmlreport.ProcessReportAPIBase
Deprecated.
Set the style unprocessed tags are written out as.
ShowFonts - Class in net.windward.tools
This will display all fonts java is aware of on this system.
ShowFonts() - Constructor for class net.windward.tools.ShowFonts
 
shutdown() - Static method in class net.windward.xmlreport.ProcessReport
Releases all resources held by Windward Reports.
SHUTDOWN_CALLED - Static variable in exception net.windward.xmlreport.SetupException
You called shutdown.
SingleFromXml(TinyElement) - Static method in class net.windward.xmlreport.TemplateVariable
Deprecated.
For Windward use only.
SORT_ASCENDING - Static variable in class net.windward.datasource.SelectBase
sort ascending
SORT_DESCENDING - Static variable in class net.windward.datasource.SelectBase
sort descending
SORT_NO_OVERRIDE - Static variable in class net.windward.datasource.SelectBase
Do not change sort
SortingComparer() - Constructor for class net.windward.datasource.json.JsonDataSource.SortingComparer
 
SQL_PARAMETERS - Static variable in class net.windward.xmlreport.ReportProperties
Sets the DataSourceProvider the parameter substitution mode.
SQL_SMART_QUOTE - Static variable in class net.windward.xmlreport.ReportProperties
set to "true" to have a '${var}' will be changed to ? instead of the regular action of '?' (surrounded with quotes).
SQL_TIMEOUT - Static variable in class net.windward.xmlreport.SystemProperties
Set the timeout on SQL selects in the AdoDataSource provider in seconds.
statBanner() - Static method in class net.windward.xmlreport.ProcessReport
 
StatementWrapper - Class in net.windward.datasource.jdbc
Wraps all use of Statement so we can track if we closed all statements.
StatementWrapper(ConnectionWrapper, Statement) - Constructor for class net.windward.datasource.jdbc.StatementWrapper
Create the statement
statLine(String, boolean) - Static method in class net.windward.xmlreport.ProcessReport
 
STOP - Static variable in exception net.windward.debug.DebugException
debugger stop command
stringToType(String) - Static method in class net.windward.format.htm.HtmlImage
Convert the file extension to the int type.
stringToTypeNoError(String) - Static method in class net.windward.format.htm.HtmlImage
Convert the file extension to the int type.
stringValue() - Method in class net.windward.xmlreport.PropertyValue
Gets a string value.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
Called by the AbstractDataSource to substitute values into a select statement.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
we do this a little different for jdbc we just throw question marks into the query and let the sql statement class make the substitutions.
substituteVariables(String[], Object[], String, List<VarResults>) - Method in class net.windward.datasource.json.JsonQueryHelper
Called by the AbstractDataSource to substitute values into a select statement.
supportsDataSets() - Method in class net.windward.datasource.DataSourceBase
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.jdbc.JdbcDataSource
Does this datasource support data sets?
supportsDataSets() - Method in class net.windward.datasource.json.JsonDataSource
Does this datasource support data sets?
SYNCHRONIZED - Static variable in class net.windward.xmlreport.SystemProperties
Set to "on" to synchronize certain calls in the Image and PDF classes that are not thread safe in older versions.
SystemDemo - Class in net.windward.tools
User: dave Date: Nov 17, 2006 Time: 9:10:45 AM Test JVM calls and speed.
SystemDemo() - Constructor for class net.windward.tools.SystemDemo
 
SystemProperties - Class in net.windward.xmlreport
Collection of system global properties.

T

tag - Variable in class net.windward.datasource.abstract_datasource.QueryPair
The query (or switch) tag that has this row of results
TAG_STYLE_FIELD - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Write tags out as a field (Word), in the autotag() macro (Excel), or as a hyperlink (PPT).
TAG_STYLE_FIELD_2007 - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Write tags out as Fields/macro and bitmap/chart (Open XML).
TAG_STYLE_TEXT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
Write tags out as plain text.
TAG_VALUE_IS_SELECT - Static variable in class net.windward.xmlreport.SystemProperties
Ste to "true" if an old style tag value= should become a select=.
tagAttrs - Static variable in class net.windward.datasource.DataSourceTags
The list of tags attributes.
TagException - Exception in net.windward.tags
If a tag cannot be parsed, they're unbalanced, etc.
TagException(int, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, String, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, String, BaseTag, Throwable) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TagException(int, int, String, BaseTag, Throwable) - Constructor for exception net.windward.tags.TagException
Creates a TagException object by appending txt to the cause's message.
TagException(TagException, String) - Constructor for exception net.windward.tags.TagException
 
TagException(int, int, BaseTag) - Constructor for exception net.windward.tags.TagException
Create a TagException object.
TEMPLATE_TYPE_DOCM - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Word 2007 DOCM file.
TEMPLATE_TYPE_DOCX - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Word 2007 DOCX file.
TEMPLATE_TYPE_HTML - Static variable in class net.windward.xmlreport.ProcessReport
The template is an HTML fragment...
TEMPLATE_TYPE_PPTM - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Powerpoint Presentation PPTM file.
TEMPLATE_TYPE_PPTX - Static variable in class net.windward.xmlreport.ProcessReport
The template is a Powerpoint Presentation PPTX file.
TEMPLATE_TYPE_UNKNOWN - Static variable in class net.windward.xmlreport.ProcessReport
 
TEMPLATE_TYPE_XLSM - Static variable in class net.windward.xmlreport.ProcessReport
The template is an Excel 2007 Macro enabled XLSM file.
TEMPLATE_TYPE_XLSX - Static variable in class net.windward.xmlreport.ProcessReport
The template is an Excel 2007 XLSX file.
TemplateInfo - Class in net.windward.xmlreport
Information about a template.
TemplateInfo.DataSourceProfile - Class in net.windward.xmlreport
Information stored in the template for a datasource.
TemplateInfo.DataSourceProfile.DataSetProfile - Class in net.windward.xmlreport
A dataset in a datasource.
TemplateParseException - Exception in net.windward.format
All parsers throw exceptions based on this class.
TemplateParseException(int) - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with null as its detail message.
TemplateParseException(String, Throwable, int) - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with the specified detail message and cause.
TemplateParseException(String, int) - Constructor for exception net.windward.format.TemplateParseException
Constructs a new exception with the specified detail message.
TemplateParseException(int, String, int) - Constructor for exception net.windward.format.TemplateParseException
Create an exception object, setting the exception type.
TemplateParseException(Throwable, int, String, int) - Constructor for exception net.windward.format.TemplateParseException
Create an exception object, setting the exception type.
TemplateVariable - Class in net.windward.xmlreport
 
TemplateVariable(String, String, boolean, TemplateVariable.VAR_TYPE, Object, TemplateVariable.CAL_OFFSET, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a non-SELECT object.
TemplateVariable(String, String, boolean, boolean, boolean, boolean, boolean, TemplateVariable.VAR_TYPE, Object, String, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a SELECT object.
TemplateVariable(String, String, boolean, TemplateVariable.VAR_TYPE, Iterable<TemplateVariableValue>, Iterable<TemplateVariableValue>, TemplateVariable.CAL_OFFSET, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a non-SELECT object.
TemplateVariable(String, String, boolean, boolean, boolean, boolean, boolean, TemplateVariable.VAR_TYPE, Iterable<TemplateVariableValue>, Iterable<TemplateVariableValue>, String, String) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a SELECT object.
TemplateVariable(String, TemplateVariable) - Constructor for class net.windward.xmlreport.TemplateVariable
Create a variable object with a new name.
TemplateVariable(TemplateVariable) - Constructor for class net.windward.xmlreport.TemplateVariable
Copy constructor.
TemplateVariable.CAL_OFFSET - Enum in net.windward.xmlreport
What offset from the date run to set the calendar value to.
TemplateVariable.VAR_TYPE - Enum in net.windward.xmlreport
What type of variable this data is
TIMEOUT - Static variable in exception net.windward.xmlreport.TimeoutException
the process timed out
TimeoutException - Exception in net.windward.xmlreport
Thrown if the report takes longer than the timeout value to build, or the process was aborted.
TimeoutException(int) - Constructor for exception net.windward.xmlreport.TimeoutException
Constructs a new runtime exception with null as its detail message.
TinyException - Exception in net.windward.env.xml
All exceptions in out xml wrappers throw this exception.
TinyException(String, Throwable) - Constructor for exception net.windward.env.xml.TinyException
Create an exception.
TinyException(String) - Constructor for exception net.windward.env.xml.TinyException
Create an exception.
TinyException(Throwable) - Constructor for exception net.windward.env.xml.TinyException
Create an exception.
TOO_MANY_CORES - Static variable in exception net.windward.util.LicenseException
Running on more cores than licensed for
TOO_MANY_MACHINES - Static variable in exception net.windward.util.LicenseException
Running on more machines than licensed for
TOO_MANY_THREADS - Static variable in exception net.windward.util.LicenseException
Running on more cores than licensed for
toString() - Method in class net.windward.datasource.jdbc.JdbcDataSource.JdbcSelect
 
toString() - Method in class net.windward.datasource.SelectFilter.Filter
Returns a string representation of the object.
toString() - Method in class net.windward.datasource.SelectFilter
Returns a string representation of the object.
toString() - Method in exception net.windward.env.DataSourceException
 
toString() - Method in exception net.windward.format.TemplateParseException
 
TRIM_TABLES - Static variable in class net.windward.xmlreport.ReportProperties
When set, for XLSX templates, it will remove empty rows at the bottom of the table and empty columns on the right side of rows.
TXT_BREAK_PAGE - Static variable in class net.windward.xmlreport.ReportProperties
Set to "true" for a Ctrl-L to be written to the report for each page break.
TXT_FONT_NAME - Static variable in class net.windward.xmlreport.ReportProperties
Set the font used when formatting txt output.
TXT_FONT_SIZE_TWIPS - Static variable in class net.windward.xmlreport.ReportProperties
Set the font size used when formatting txt output.
TXT_USE_SOFT_EOLN - Static variable in class net.windward.xmlreport.ReportProperties
Set if soft line breaks will be inserted and paragraphs will wrap to the next line.
TYP_CSV - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a CSV document.
TYP_DOCX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a DOCX document.
TYP_HTML - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output report stream will be an HTML document
TYP_IMAGE - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a series of bitmaps.
TYP_PDF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output report stream will be a PDF document
TYP_PPTX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a PPTX documnet.
TYP_PRINTER - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a Printer document
TYP_PS - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output will be a postscript document.
TYP_RTF - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output report stream will be a RTF document
TYP_TXT - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
The output report stream will be an ASCII text document
TYP_XLSX - Static variable in interface net.windward.xmlreport.ProcessReportAPI
Deprecated.
x The output will be a XLSX document.
TYPE_DECODE_ERROR - Static variable in exception net.windward.format.TemplateParseException
UUDecoding a binary stream failed.
TYPE_FILE_NOT_FOUND - Static variable in exception net.windward.format.TemplateParseException
A file the template needs to import is not there.
TYPE_JSON - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is a JSON file
TYPE_LIMITATION - Static variable in exception net.windward.format.TemplateParseException
Using feature or property Windward does not support.
TYPE_NOT_OPENXML_FILE - Static variable in exception net.windward.format.TemplateParseException
This is not an OpenXML file (DOCX, PPTX, XLSX).
TYPE_ODATA - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is an OData datasource
TYPE_OTHER - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is an unknown type
TYPE_PARSE_ERROR - Static variable in exception net.windward.format.TemplateParseException
The xml parser threw an exception.
TYPE_SALESFORCE - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is a Salesforce datasource
TYPE_SQL - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is a SQL database
TYPE_XML - Static variable in class net.windward.xmlreport.ProcessReport.CleanDatasource
Datasource is an XML file
TypeToEnum(String) - Static method in class net.windward.datasource.DataSourceTags
For a tagtype name returns the BaseTag.
typeToStr(int) - Static method in class net.windward.format.htm.HtmlImage
For a HtmlImage.BITMAP_ type, return the extension (no period).

U

UNEXPECTED_CASE - Static variable in exception net.windward.tags.TagException
There was a case not inside a switch.
UNEXPECTED_ELSE - Static variable in exception net.windward.tags.TagException
There was an else with no matching if before it.
UNEXPECTED_END_FOREACH - Static variable in exception net.windward.tags.TagException
There was an end with no matching forEach before it.
UNEXPECTED_END_IF - Static variable in exception net.windward.tags.TagException
There was an end with no matching if before it.
UNEXPECTED_END_LINK - Static variable in exception net.windward.tags.TagException
There was an end with no matching link before it.
UNEXPECTED_END_SWITCH - Static variable in exception net.windward.tags.TagException
There was an end with no matching link before it.
UNKNOWN - Static variable in exception net.windward.env.DataSourceException
 
UNKNOWN - Static variable in exception net.windward.env.EquationException
 
UNKNOWN_ERROR - Static variable in exception net.windward.util.LicenseException
Some problem with the license.
UNKNOWN_FONT - Static variable in exception net.windward.env.OutputLimitationException
 
UNKNOWN_IP - Static variable in exception net.windward.util.LicenseException
The machine's IP address is not in the license.
UNKNOWN_REPORT_TYPE - Static variable in exception net.windward.env.OutputLimitationException
 
UNKNOWN_TAG - Static variable in exception net.windward.tags.TagException
Unknown tag.
UNKNOWN_VAR - Static variable in exception net.windward.env.DataSourceException
 
UNSUPPORTED_TAG_PROPERTY - Static variable in exception net.windward.env.DataSourceException
 
UnsupportedPdfException - Exception in net.windward.format.pdf.output.exceptions
Typed exception used when opening an existing PDF document.
UnsupportedPdfException(String) - Constructor for exception net.windward.format.pdf.output.exceptions.UnsupportedPdfException
Creates an instance of an UnsupportedPdfException.
unwrap(Class<T>) - Method in class net.windward.datasource.jdbc.ConnectionWrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unwrap(Class<T>) - Method in class net.windward.datasource.jdbc.StatementWrapper
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
USE_BIG_DECIMAL - Static variable in class net.windward.xmlreport.ReportProperties
Sets if the system should use BigDecimal/BigInteger when calculating values in equations.
USE_EXTERNAL_OUTPUT_BUILDER - Static variable in class net.windward.xmlreport.ReportProperties
Set to "on" to use the external output builder if one is loaded for the output format.
USE_PARENT_FORMAT - Static variable in class net.windward.xmlreport.ReportProperties
This is the default value for the Import tag use.parent.format property.
useSeriesTitle() - Method in interface net.windward.chart.datasource.IGraphDataSet
Tells if the graph should use its series title to be drawn in the legend.
UUEncode - Class in net.windward.util
UUEncode and UUDecode utilities.
UUEncode() - Constructor for class net.windward.util.UUEncode
 

V

validateTag(BaseTag) - Method in class net.windward.datasource.abstract_datasource.AbstractDataSource
Verifys that a tag has all required attributes and no unknown attributes.
validateTag(BaseTag) - Method in interface net.windward.datasource.DataSourceProvider
Verifys that a tag has all required attributes and no unknown attributes.
validateTag(BaseTag) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
Deprecated.
Verifys that a tag has all required attributes and no unknown attributes.
valueOf(String) - Static method in enum net.windward.datasource.abstract_datasource.VarResults.VarResultsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.windward.xmlreport.TemplateVariable.VAR_TYPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.windward.datasource.abstract_datasource.VarResults.VarResultsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.windward.xmlreport.TemplateVariable.CAL_OFFSET
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.windward.xmlreport.TemplateVariable.VAR_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in interface net.windward.datasource.abstract_datasource.IDataSourceQueryHelper
Called by AbstractDataSource to return string value of obj returned from getValue(tag, stack) method.
valueToString(Object) - Method in class net.windward.datasource.jdbc.JdbcQueryHelper
 
valueToString(Object) - Method in class net.windward.datasource.json.JsonQueryHelper
Called by AbstractDataSource to return string value of obj returned from getValue(tag, stack) method.
VARIABLE_SUBSTITUTION_ERROR - Static variable in exception net.windward.env.EquationException
 
VarResults - Class in net.windward.datasource.abstract_datasource
Holds the variable from a select for use inside the datasource processing.
VarResults(AbstractDataSource, VarResults.VarResultsMode, Object, DataSourceNode, String, String) - Constructor for class net.windward.datasource.abstract_datasource.VarResults
Create the object - we have a variable.
VarResults.VarResultsMode - Enum in net.windward.datasource.abstract_datasource
 
VerifyJdbcConnection - Class in net.windward.datasource.jdbc
Test a JDBC connection
VerifyJdbcConnection() - Constructor for class net.windward.datasource.jdbc.VerifyJdbcConnection
 
VERSION_1_2 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.2 report.
VERSION_1_3 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.3 report.
VERSION_1_4 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.4 report.
VERSION_1_5 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.5 report.
VERSION_1_6 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.6 report.
VERSION_1_7 - Static variable in interface net.windward.xmlreport.ProcessPdfAPI
Deprecated.
Create a PDF version 1.7 report.

W

wasNull() - Method in class net.windward.datasource.jdbc.CallableStatementWrapper
Retrieves whether the last OUT parameter read had the value of SQL NULL.
WindwardException - Exception in net.windward.env
All Windward exceptions inherit from this.
WindwardException() - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with null as its detail message.
WindwardException(String) - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with the specified detail message.
WindwardException(String, Throwable) - Constructor for exception net.windward.env.WindwardException
Constructs a new exception with the specified detail message and cause.
WindwardException(WindwardException) - Constructor for exception net.windward.env.WindwardException
Copy constructor
WindwardRuntimeException - Exception in net.windward.env
An unchecked exception in the Windward Reports engine.
User: tomasr Date: Jan 7, 2011 Time: 1:51:47 PM
WindwardRuntimeException() - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with null as its detail message.
WindwardRuntimeException(String) - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with the specified detail message.
WindwardRuntimeException(String, Throwable) - Constructor for exception net.windward.env.WindwardRuntimeException
Constructs a new runtime exception with the specified detail message and cause.
WORD_MORE_THAN_63_COLUMNS - Static variable in exception net.windward.env.OutputLimitationException
Word tables are limited to 63 columns
WORD_NESTED_TEXTBOX - Static variable in exception net.windward.env.OutputLimitationException
 
WRITE_TAGS - Static variable in class net.windward.xmlreport.ReportProperties
When writing tags to a report (when the datasource for a tag was not applied) it will write the tags in the following format.
WRONG_ATTRIBUTES - Static variable in exception net.windward.tags.TagException
Missing or extra attributes.
WRONG_NUMBER_OF_PARAMETERS - Static variable in exception net.windward.env.EquationException
 
WRONG_OUTPUT_FORMAT - Static variable in exception net.windward.util.LicenseException
This license is for a different template type.
WRONG_PRODUCT - Static variable in exception net.windward.util.LicenseException
This license is for a different product.
WRONG_TEMPLATE - Static variable in exception net.windward.util.LicenseException
This license is for a different template type.

X

XHTML - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
Deprecated.
We have never used this inside the engine.
XML_READER_TYPE - Static variable in class net.windward.xmlreport.SystemProperties
Defines what reader is used for XML files.
XML_WRITER - Static variable in class net.windward.xmlreport.SystemProperties
Java engine only.
XmlPerf - Class in net.windward.tools
This class is used to determine how fast dom4j can load and parse a xml file.
XmlPerf() - Constructor for class net.windward.tools.XmlPerf
 
XPATH_DEFAULT_PREFIX - Static variable in class net.windward.xmlreport.SystemProperties
In an XPath query, the namespace with no prefix must have one.
XPathNamespace - Class in net.windward.datasource.dom4j
Namespaces to set for the XPath datasource.
XPathNamespace(String, String) - Constructor for class net.windward.datasource.dom4j.XPathNamespace
Initializes a new instance of the class.

_

_assert(boolean) - Static method in exception net.windward.util.AssertException
Called to assert a boolean value.
A B C D E F G H I J L M N O P Q R S T U V W X _ 

Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software