- 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
-
- getAutotagVersion() - Method in class net.windward.xmlreport.TemplateInfo
-
The version of the metadata.
- getAutotagXml() - Method in class net.windward.xmlreport.TemplateInfo
-
- getBaseDirectory() - Method in class net.windward.xmlreport.ProcessReport
-
Get the base directory used for imported files that have a relative path.
- getBaseDirectory() - Method in interface net.windward.xmlreport.ProcessReportAPIBase
-
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
-
- 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
-
- 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
-
- getParamMode() - Method in interface net.windward.datasource.DataSourceProvider
-
- getParamMode() - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- IE5_5 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
- IE6 - Static variable in interface net.windward.xmlreport.ProcessHtmlAPI
-
- 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
-
- 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
-
- 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
-
- isIE() - Method in class net.windward.xmlreport.ProcessHtml
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- ProcessImage(InputStream, int) - Constructor for class net.windward.xmlreport.ProcessImage
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ProcessReportAPIBase - Interface in net.windward.xmlreport
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setParamMode(int) - Method in interface net.windward.datasource.DataSourceProvider
-
- setParamMode(int) - Method in class net.windward.datasource.dom4j.Dom4jDataSource
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.