Package | Description |
---|---|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.rules |
Contains sample validation beans.
|
Constructor and Description |
---|
ExprEval(ExpressionDef exprDef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExpressionDef |
JboCompOper.getExpressionDef() |
ExpressionDef |
VariableImpl.getTransientExpressionDef() |
static ExpressionDef |
ExpressionDef.loadExpressionDef(NamedObjectImpl parent, DefElement rootElem, java.lang.String elemName) |
Modifier and Type | Method and Description |
---|---|
void |
JboCompOper.setExpressionDef(ExpressionDef exprDef) |
Constructor and Description |
---|
ExpressionDef(NamedObjectImpl parent, ExpressionDef def)
Deprecated.
since 11.1.4.0 Applications should not be using this class.
|
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.
|