|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccTravInvoke
This interface describes the actual ViewLink accessor to invoke.
As each row is retrieved, a matching accessor traversal qualifier (AccTravQualifier) is located. If one is found, its AccTravInvoke's are used to invoke the accessor.
For each AccTravInvoke, after the row is retrieved, the accessor
traversal definition associated with this AccTravInvoke
(returned by getAccTravDef()
becomes
the next accessor level's accessor traversal definition.
AccTravDef
,
AccTravQualifier
Method Summary | |
---|---|
java.lang.String |
getAccName()
Returns the name of the ViewLink accessor. |
AccTravDef |
getAccTravDef()
Returns the next accessor level traversal definition. |
void |
setAccTravDef(AccTravDef accTravDef)
Sets the next accessor level traversal definition. |
Method Detail |
---|
java.lang.String getAccName()
AccTravDef getAccTravDef()
void setAccTravDef(AccTravDef accTravDef)
accTravDef
- the next accessor level traversal definition
to be associated with accessor invocation.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |