| Package | Description |
|---|---|
| oracle.adf.view.rich.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeCriterion
An AttributeCriterion contains information specific to a search field that is based off an attribute as defined by an AttributeDescriptor.
|
class |
ConjunctionCriterion
Represents a group of criterion objects that use one conjuction operator between them.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Criterion |
ConjunctionCriterion.getCriterion(Object key)
Gets the Criterion object located at key within the list.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Criterion> |
ConjunctionCriterion.getCriterionList()
Returns the List of Criterion objects that are children on the ConjunctionCriterion.
|
Map<String,Criterion> |
ConjunctionCriterion.getCriterionMap()
Returns the Map of Criterion objects that are children of the ConjunctionCriterion.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
ConjunctionCriterion.getKey(Criterion criterion)
Gets a unique key of the Criterion object within its list, for the current ConjunctionCriterion.
|
abstract void |
QueryDescriptor.removeCriterion(Criterion object)
Removes a criterion/item from the QueryDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryDescriptor.removeCriteria(List<Criterion> criteria)
Removes a list of AttributeCriterion objects
|