public interface IODAFilterExprProvider
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<IFilterExprDefinition> |
getMappedFilterExprDefinitions(java.lang.String odaDatasetExtensionId,
java.lang.String odaDataSourceExtensionId)
Only returns the filter expression which can be mapped between BIRT
defined and ODA filter extension provider.
|
boolean |
supportOdaExtensionFilters()
Indicates if currently under the environment support the ODA extension
Filters.
|
boolean |
supportODAFilterPushDown(java.lang.String dataSourceExtId,
java.lang.String dataSetExtId)
Indicates if the given data source and data set support the ODA extension
Filters.
|
java.util.List<IFilterExprDefinition> getMappedFilterExprDefinitions(java.lang.String odaDatasetExtensionId, java.lang.String odaDataSourceExtensionId)
odaDatasetExtensionId - oda datasource extension id.odaDataSourceExtensionId - oda dataset extension id.boolean supportOdaExtensionFilters()
boolean supportODAFilterPushDown(java.lang.String dataSourceExtId,
java.lang.String dataSetExtId)
dataSourceExtId - the extension id of the data sourcedataSetExtId - the extension id of the data setCopyright © 2008 Actuate Corp. All rights reserved.