|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to see if a row qualifies for accessor invocation.
An accessor traversal definition has one or more qualifiers. As each row is retrieved, the level specific definition's qualifiers are examined to see if there is match. If so, that qualifier is used for the next level accessor traversal. If no level specific qualifier is found, the all-level AccTravDef is used to see if one of the all-level qualifiers matches. If one is found, that qualifier is used.
AccTravDef
,
AccTravInvoke
Method Summary | |
AccTravInvoke[] |
getAccTravInvokes()
Returns an array of accessor traversal invocations. |
AccTravDef |
getParent()
Returns the parent (containing) AccTravDef. |
boolean |
isMatch(Row row)
Returns if the row qualifies this AccTravQualifier. |
void |
setParent(AccTravDef parent)
Sets the parent (containing) AccTravDef. |
Method Detail |
public AccTravDef getParent()
public void setParent(AccTravDef parent)
public boolean isMatch(Row row)
row
- the row to match.
public AccTravInvoke[] getAccTravInvokes()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.