| Package | Description |
|---|---|
| oracle.adf.model.bean | |
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
DCCriteriaValueRowImpl.getRowForBindVarExprEvalInternal(ViewAccessorDef vaDef,
VariableImpl var)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCVariableImpl |
| Modifier and Type | Method and Description |
|---|---|
protected VariableImpl |
DCVariableImpl.createClone() |
protected VariableImpl |
DCVariableValueManagerImpl.internalCreateVariableInstance() |
| Modifier and Type | Method and Description |
|---|---|
protected VariableImpl |
VariableImpl.createClone() |
protected VariableImpl |
VariableManagerImpl.internalCreateVariableInstance()
*** For internal framework use only ***
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VariableImpl.initialize(VariableImpl fromVar) |
| Constructor and Description |
|---|
VariableImpl(VariableImpl var) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttrFinderParameter |
class |
BoundParameter |
class |
ExprFinderParameter |
| Modifier and Type | Method and Description |
|---|---|
protected VariableImpl |
ExprFinderParameter.createClone() |
protected VariableImpl |
BoundParameter.createClone() |
protected VariableImpl |
AttrFinderParameter.createClone() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundParameters.addBoundParameter(VariableImpl param)
Deprecated.
- use addBoundParameter(BoundParameter) instead.
|
Row |
ViewRowImpl.getRowForBindVarExprEvalInternal(ViewAccessorDef vaDef,
VariableImpl var)
For internal framework use only.
|
protected Row |
RowImpl.getRowForBindVarExprEvalInternal(ViewAccessorDef vaDef,
VariableImpl var)
For internal framework use only.
|