Class | Description | |
---|---|---|
DatasetParameter | A parameter for the dataset select. | |
DataSourceWrapper | Utilities for the C# datasources. | |
FilterBase | Base class for SelectFilter and SelectList. Objects of this type can be passed as Map.Entry to DataSourceProvider.setMap(). If getGlobalMetaIdentifier is set this list/filter will be applied to any select that uses the column/node defined in getGlobalMetaIdentifier and will add a condition for this item. | |
FilterCondition | A specialized filter value for a select parameter. The filter(s) in this object will be substituted in as the select condition on any select that uses the ${var} in the select where the "var" is the key for this value as passed to DataSourceProvider.setMap(). If passed 0 filters that will replace the select condition with true so that all rows are returned. | |
FilterCondition.Condition | An individual condition in the filter. | |
FilterList | A specialized list value for a select parameter. The list of items must be of type String, Number, or Date and these values will be substituted in as the select condition on any select that uses the ${var} in the select where the "var" is the key for this value as passed to DataSourceProvider.setMap(). A list with no items is an error. | |
MetaDataElement | This represents a node of metadata used by AutoTag. This data can be SQL tables, XML lists, or a data element in a user created datasource. |
Interface | Description | |
---|---|---|
IDataSourceMetaData | Returns metadata about the node the implementing DataSourceNode class holds. | |
IDataSourceProviderMetaData | A datasource provider that has the AutoTag metadata parts also. |
Enumeration | Description | |
---|---|---|
DataSourceWrapper.PARAM_MODE | How to handle parameter substitution in selects. The int values of these must match DataSourceProvider.java. | |
FilterBase.SORT_ORDER | How to override the sort for this item in the select. | |
FilterCondition.Condition.DATA_TYPE | The data type of the value. | |
FilterCondition.Condition.OPERATION | The conditions operation - "x OPERATION y". | |
MetaDataElement.NODE_TYPE | What type of node it is. |