public class ODAFilterExprProvider extends java.lang.Object implements IODAFilterExprProvider
Constructor and Description |
---|
ODAFilterExprProvider() |
Modifier and Type | Method and Description |
---|---|
static ODAFilterExprProvider |
getInstance()
Returns the singleton instance.
|
java.util.List<IFilterExprDefinition> |
getMappedFilterExprDefinitions(java.lang.String dataSetExtId,
java.lang.String dataSourceExtId)
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.
|
public static ODAFilterExprProvider getInstance()
public java.util.List<IFilterExprDefinition> getMappedFilterExprDefinitions(java.lang.String dataSetExtId, java.lang.String dataSourceExtId)
IODAFilterExprProvider
getMappedFilterExprDefinitions
in interface IODAFilterExprProvider
dataSetExtId
- oda datasource extension id.dataSourceExtId
- oda dataset extension id.public boolean supportOdaExtensionFilters()
IODAFilterExprProvider
supportOdaExtensionFilters
in interface IODAFilterExprProvider
public boolean supportODAFilterPushDown(java.lang.String dataSourceExtId, java.lang.String dataSetExtId)
IODAFilterExprProvider
supportODAFilterPushDown
in interface IODAFilterExprProvider
dataSourceExtId
- the extension id of the data sourcedataSetExtId
- the extension id of the data setCopyright © 2008 Actuate Corp. All rights reserved.