| Package | Description |
|---|---|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.rules |
Contains sample validation beans.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionDef |
JboCompOper.getExpressionDef() |
ExpressionDef |
VariableImpl.getTransientExpressionDef() |
static ExpressionDef |
ExpressionDef.loadExpressionDef(NamedObjectImpl parent,
DefElement rootElem,
java.lang.String elemName) |
static ExpressionDef |
ExpressionDef.loadExpressionDef(NamedObjectImpl parent,
DefElement rootElem,
java.lang.String elemName,
OwnerType ownerType) |
| Modifier and Type | Method and Description |
|---|---|
void |
JboCompOper.setExpressionDef(ExpressionDef exprDef) |
| Constructor and Description |
|---|
ExpressionDef(NamedObjectImpl parent,
ExpressionDef def) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionDef |
AbstractValidator.readTransientExpression(NamedObjectImpl parent,
DefElement rootElem,
java.lang.String elemName)
Deprecated.
since 11.1.1.4.0 Apps should never be using this implementation method.
|
static ExpressionDef |
AbstractValidator.readTransientExpression(NamedObjectImpl parent,
DefElement rootElem,
java.lang.String elemName,
OwnerType ownerType)
Deprecated.
since 11.1.1.4.0 Apps should never be using this implementation method.
|