|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.filterExtension.OdaFilterExprHelper
public class OdaFilterExprHelper
OdaFilterExprHelper
| Field Summary | |
|---|---|
protected static java.util.List<IFilterExprDefinition> |
birtFilterExprDefList
The list contains the BIRT predefined filter definitions. |
static java.util.Set |
birtPredefinedFilterConstants
BIRT predefined filter expression id. |
static int |
DYNAMIC_FILTER
The constant for dynamic filter type |
static int |
STATIC_FILTER
The constant for static filter type |
| Constructor Summary | |
|---|---|
OdaFilterExprHelper()
|
|
| Method Summary | |
|---|---|
static IFilterExprDefinition |
getFilterExpressionDefn(java.lang.String birtFilterExprId,
java.lang.String datasetExtId,
java.lang.String datasourceExtId)
Return the IFilterExprDefinition instance based on the passed in BIRT predefined Filter expression name. |
static java.util.List<IFilterExprDefinition> |
getMappedFilterExprDefinitions(java.lang.String dataSetExtId,
java.lang.String dataSourceExtId,
int filterType)
Returns the list of IFilterExprDefinition. |
static boolean |
supportOdaExtensionFilters()
Indicates if support the ODA extension filter expressions. |
static boolean |
supportODAFilterPushDown(java.lang.String dataSourceExtId,
java.lang.String dataSetExtId)
Indicates if the given data source and data set support the ODA extension Filters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int STATIC_FILTER
public static int DYNAMIC_FILTER
public static java.util.Set birtPredefinedFilterConstants
protected static java.util.List<IFilterExprDefinition> birtFilterExprDefList
| Constructor Detail |
|---|
public OdaFilterExprHelper()
| Method Detail |
|---|
public static java.util.List<IFilterExprDefinition> getMappedFilterExprDefinitions(java.lang.String dataSetExtId,
java.lang.String dataSourceExtId,
int filterType)
odaDatasetExtensionId - oda datasource extension id.odaDataSourceExtensionId - oda dataset extension id.filterType - the filter type
public static IFilterExprDefinition getFilterExpressionDefn(java.lang.String birtFilterExprId,
java.lang.String datasetExtId,
java.lang.String datasourceExtId)
birtFilterExprId - the BIRT predefined fitler expression id.datasetExtId - ODA dataset extension id. Null if is for OS BIRT.datasourceExtId - ODA datasource extension id. Null if is for OS BIRT.
public static boolean supportOdaExtensionFilters()
public static boolean supportODAFilterPushDown(java.lang.String dataSourceExtId,
java.lang.String dataSetExtId)
dataSourceExtId - the extension id of the data sourcedataSetExtId - the extension id of the data set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||