Package | Description |
---|---|
net.windward.datasource |
This supplies a data source to the Windward Engine.
|
net.windward.datasource.abstract_datasource | |
net.windward.datasource.dom4j |
This supplies an xml data source to the Windward Engine.
|
net.windward.datasource.jdbc |
This supplies a sql data source to the Windward Engine.
|
net.windward.datasource.json |
Modifier and Type | Method and Description |
---|---|
DataSourceNode |
DataSourceIterator.getNode(int index)
Returns the requested node from the set of nodes presently on.
|
DataSourceNode |
DataSourceProvider.getRootNode()
Returns the root node for this data set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataSourceNode.addQuery(QueryTag tag,
DataSourceNode[] stack)
Called for a query tag.
|
void |
DataSourceNode.addSet(SetTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState macroState)
Called for a set tag.
|
boolean |
DataSourceNode.addSwitch(SwitchTag tag,
DataSourceNode[] stack)
Called for a switch tag.
|
void |
DataSourceNode.endSwitch(EndSwitchTag tag,
DataSourceNode[] stack)
Called when a switch ends.
|
boolean |
DataSourceNode.evaluate(java.lang.String text,
DataSourceNode[] stack,
IMacroState macroState)
Evaluate an expression for the boolean result.
|
java.io.InputStream |
DataSourceNode.getBitmap(OutTag tag,
DataSourceNode[] stack,
IMacroState state)
Called when tag is of type BITMAP.
|
IChartDataSet |
DataSourceNode.getData(ChartTag tag,
DataSourceNode[] stack,
java.util.Locale locale)
Returns a set of data used to create a chart.
|
DebugDatasourceState |
DataSourceNode.getDatasourceState(DataSourceNode[] stack)
Get the state of the datasource.
|
java.lang.Object[] |
DataSourceNode.getEquationData(java.lang.String query,
DataSourceNode[] stack,
java.util.Locale locale)
Returns an array of data from a given datasource query
|
java.lang.String |
DataSourceNode.getImport(ImportTag tag,
DataSourceNode[] stack)
Deprecated.
|
java.lang.String |
DataSourceNode.getImport(ImportTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState macroState)
An extended version of getImport() which supports the macro evaluation.
|
java.lang.String |
DataSourceNode.getLink(BaseTag tag,
DataSourceNode[] stack)
Called for a link or DrillDown tag.
|
java.lang.Object |
DataSourceNode.getNativeVariable(DataSourceNode[] stack,
java.lang.String var)
Gets the variable from a data provider on the stack.
|
java.lang.Object |
DataSourceNode.getOut(OutTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState state)
Called for an out tag.
|
InputDataContainer |
DataSourceNode.getOutStream(OutTag tag,
DataSourceNode[] stack,
IMacroState state)
Called for an out tag.
|
java.lang.Object[] |
DataSourceNode.getVariableValue(java.lang.String variable,
DataSourceNode[] stack,
java.util.Locale locale)
Returns the variable value.
|
boolean |
DataSourceNode.isCase(CaseTag tag,
DataSourceNode[] stack,
IMacroState macroState)
Called for a case tag.
|
boolean |
DataSourceNode.isExistingNode(BaseTag tag,
DataSourceNode[] stack)
Return true if the passed in node exists.
|
boolean |
DataSourceNode.isIf(IfTag tag,
DataSourceNode[] stack,
IMacroState macroState)
Called for an if tag.
|
DataSourceIterator |
DataSourceNode.iterator(ForEachTag tag,
DataSourceNode[] stack)
Called for a forEach tag.
|
static java.lang.Object |
DataSourceBase.lookupVariable(DataSourceNode[] stack,
java.lang.String var)
Looks up the variable on the node stack.
|
void |
DataSourceProvider.populateDatasourceException(DataSourceException exception,
BaseTag tag,
DataSourceNode[] stack)
Populates that properties in a DataSourceException via DataSourceException.setProperties().
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSourceNode
This represents a node in the datasource.
|
Modifier and Type | Method and Description |
---|---|
DataSourceNode |
AbstractDataSource.dataSourceNodeWithIndex(int index,
DataSourceIterator it,
ForEachTag tag)
Return the node when a forEach has a step > 1 and therefore results can be accessed using ${var[2]}.
|
DataSourceNode |
AbstractDataSourceIterator.getNode(int index)
Returns the requested node from the set of nodes presently on.
|
DataSourceNode |
AbstractDataSource.getRootNode()
Returns the root node for this data set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractDataSourceNode.addQuery(QueryTag tag,
DataSourceNode[] stack) |
void |
AbstractDataSourceNode.addSet(SetTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState macroState)
Adds the set tag value to the usermap.
|
boolean |
AbstractDataSourceNode.addSwitch(SwitchTag tag,
DataSourceNode[] stack) |
void |
AbstractDataSourceNode.endSwitch(EndSwitchTag tag,
DataSourceNode[] stack) |
boolean |
AbstractDataSourceNode.evaluate(java.lang.String text,
DataSourceNode[] stack,
IMacroState macroState) |
java.io.InputStream |
AbstractDataSourceNode.getBitmap(OutTag tag,
DataSourceNode[] stack,
IMacroState state) |
IChartDataSet |
AbstractDataSourceNode.getData(ChartTag tag,
DataSourceNode[] stack,
java.util.Locale locale) |
DebugDatasourceState |
AbstractDataSourceNode.getDatasourceState(DataSourceNode[] stack) |
java.lang.Object[] |
AbstractDataSourceNode.getEquationData(java.lang.String query,
DataSourceNode[] stack,
java.util.Locale locale) |
java.lang.String |
AbstractDataSourceNode.getImport(ImportTag tag,
DataSourceNode[] stack) |
java.lang.String |
AbstractDataSourceNode.getImport(ImportTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState macroState) |
java.lang.String |
AbstractDataSourceNode.getLink(BaseTag tag,
DataSourceNode[] stack) |
java.lang.Object |
AbstractDataSourceNode.getNativeVariable(DataSourceNode[] stack,
java.lang.String var)
Gets the variable from a data provider on the stack.
|
java.lang.Object |
AbstractDataSourceNode.getOut(OutTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState state) |
InputDataContainer |
AbstractDataSourceNode.getOutStream(OutTag tag,
DataSourceNode[] stack,
IMacroState state) |
java.lang.String |
AbstractDataSourceNode.getValue(BaseTag tag,
DataSourceNode[] stack,
java.util.Locale locale,
IMacroState macroState) |
java.lang.Object[] |
AbstractDataSourceNode.getVariableValue(java.lang.String variable,
DataSourceNode[] stack,
java.util.Locale locale) |
boolean |
AbstractDataSourceNode.isCase(CaseTag tag,
DataSourceNode[] stack,
IMacroState macroState) |
boolean |
AbstractDataSourceNode.isExistingNode(BaseTag tag,
DataSourceNode[] stack) |
boolean |
AbstractDataSourceNode.isIf(IfTag tag,
DataSourceNode[] stack,
IMacroState macroState) |
DataSourceIterator |
AbstractDataSourceNode.iterator(ForEachTag tag,
DataSourceNode[] stack)
Called for a forEach tag.
|
ParsedQuery |
AbstractDataSourceNode.parse(java.lang.String query,
DataSourceNode[] stack,
int mode,
int returnType,
java.lang.String tagType,
boolean ignoreUndefinedParams)
parses the query and gets variable results.
|
void |
AbstractDataSource.populateDatasourceException(DataSourceException exception,
BaseTag tag,
DataSourceNode[] stack)
Populates that properties in a DataSourceException via DataSourceException.setProperties().
|
void |
AbstractDataSource.SetDseProps(DataSourceException dse,
BaseTag tag,
DataSourceNode[] stack) |
Constructor and Description |
---|
AbstractDataSourceIterator(AbstractDataSource abstractDataSource,
ForEachTag tag,
DataSourceNode[] stack,
IDataSourceResultSet resultSet)
Create the iterator.
|
VarResults(AbstractDataSource abstractDataSource,
VarResults.VarResultsMode mode,
java.lang.Object result,
DataSourceNode node,
java.lang.String tagType,
java.lang.String varName)
Create the object - we have a variable.
|
Modifier and Type | Method and Description |
---|---|
DataSourceNode |
Dom4jDataSource.getRootNode()
Deprecated.
Returns the root node for this data set.
|
Modifier and Type | Method and Description |
---|---|
void |
Dom4jDataSource.populateDatasourceException(DataSourceException exception,
BaseTag tag,
DataSourceNode[] stack)
Deprecated.
Populates that properties in a DataSourceException via DataSourceException.setProperties().
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDataSource.JdbcNode |
Modifier and Type | Method and Description |
---|---|
DataSourceNode |
JdbcDataSource.getRootNode() |
Modifier and Type | Class and Description |
---|---|
class |
JsonDataSource.JsonDataNode |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
JsonDataSource.JsonDataNode.getBitmap(OutTag tag,
DataSourceNode[] stack,
IMacroState state) |
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software