| Package | Description |
|---|---|
| oracle.adf.model.rest | |
| oracle.binding.meta.criteria |
| Modifier and Type | Method and Description |
|---|---|
void |
RestCriteria.addRow(CriteriaRow newRow) |
boolean |
RestCriteria.removeRow(CriteriaRow row) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NestedCriteriaRow
Defines a criteria row that consists of a nested criteria.
|
interface |
SimpleRow
This interface is for defining of one simple criteria row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Criteria.addRow(CriteriaRow newRow)
Allows design time tool to add a row or a nested view criteria
to this view criteria.
|
boolean |
Criteria.removeRow(CriteriaRow row)
Removes the specified row from the criteria.
|