Skip navigation links
oracle.adf.view.rich.model
Class FilterableQueryDescriptor
java.lang.Object
oracle.adf.view.rich.model.QueryDescriptor
oracle.adf.view.rich.model.FilterableQueryDescriptor
-
public abstract class FilterableQueryDescriptor
- extends QueryDescriptor
FilterableQueryDescriptor is an abstract subclass of QueryDescriptor. It adds support for filtering of data and is typically used by the table component to filter data froam a query
- Author:
- Venkata Guddanti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterableQueryDescriptor
public FilterableQueryDescriptor()
getFilterCriteria
@Deprecated
public abstract Map<String,Object> getFilterCriteria()
- Deprecated. Please use #getFilterConjunctionCriterion
- Gets the filter criteria associated with the query descriptor. Filter Criteria are generally useful for filtering data in the table.
-
- Returns:
- Map<String, Object> containg the filterCriteria
setFilterCriteria
@Deprecated
public abstract void setFilterCriteria(Map<String,Object> filterCriteria)
- Deprecated. Please use #getFilterConjunctionCriterion
- Sets the filter criteria associated with the query descriptor. Filter Criteria are generally useful for filtering data in the table.
-
- Parameters:
filterCriteria - a Map<String, Object> containg the filterCriteria
getFilterFeatures
@Deprecated
public Map<String,Set<FilterableQueryDescriptor.FilterFeature>> getFilterFeatures()
- Deprecated. Please use #getFilterConjunctionCriterion
- Gets the filter features (see enum FilterFeatures) associated with each criteria item
-
- Returns:
- filter features for each filter item
setFilterFeatures
@Deprecated
public void setFilterFeatures(Map<String,Set<FilterableQueryDescriptor.FilterFeature>> filterFeatures)
- Deprecated. Please use #getFilterConjunctionCriterion
- Sets the filter features (see enum FilterFeature) associated with each criteria item.
-
- Parameters:
filterFeatures -
getFilterConjunctionCriterion
public ConjunctionCriterion getFilterConjunctionCriterion()
- Gets the ConjunctionCriterion for the filter fields associated with this query descriptor.
-
- Returns:
- the ConjunctionCriterion object
- See Also:
ConjunctionCriterion
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.