Package | Description |
---|---|
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.rules |
Contains sample validation beans.
|
oracle.jbo.script | |
oracle.jbo.script.debug.common | |
oracle.jbo.script.debug.server | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
ExprDef |
DCVariableImpl.getTransientExpressionDef() |
Modifier and Type | Method and Description |
---|---|
ExprDef |
ExprCompileContext.getExprDef()
Return the definition of the expressio that is compiling.
|
abstract ExprDef |
AbstractCompileContext.getExprDef() |
ExprDef |
AbstractCompileContext.UntypedExtendedType.getExprDef() |
ExprDef |
Variable.getTransientExpressionDef() |
ExprDef |
ComponentOperationsManager.lookupExprDef(OwnerType type,
java.lang.String path)
Search for an ExprDef in the ComponentOperationsManager's namespace.
|
ExprDef |
CodeSource.lookupExprDef(OwnerType type,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
CodeSource.addExpression(ExprDef exprDef) |
java.lang.String |
CodeSource.getExpressionSource(ExprDef exprDef) |
boolean |
CodeSource.hasExpression(ExprDef exprDef)
Return true if the CodeSource defines an expression for the specified
expresmion.
|
boolean |
CodeSource.removeExpression(ExprDef exprDef) |
void |
Variable.setTransientExpressionDef(ExprDef exprDef)
Add an expression to the variable.
|
Constructor and Description |
---|
ExprEval(ExprDef exprDef)
Advanced: Applications Should not use this method.
|
Modifier and Type | Method and Description |
---|---|
ExprDef |
ViewUsageImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExprDef
An abstract implementation of an ExprDef.
|
class |
ExpressionDef |
Modifier and Type | Method and Description |
---|---|
ExprDef |
DefaultCompileContext.getExprDef() |
ExprDef |
VariableImpl.getTransientExpressionDef() |
ExprDef |
VariableImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ExprDefUtils.buildAnnotation(ExprDef exprDef)
Builds an annotation string for the specified exression.
|
static java.util.List<java.lang.String> |
ExprDefUtils.buildAnnotationLines(ExprDef exprDef) |
static java.lang.String |
ExprDefUtils.buildSource(ExprDef exprDef)
Build the method souce for the specified expression.
|
static java.util.List<java.lang.String>[] |
ExprDefUtils.buildSourceLines(ExprDef exprDef) |
void |
VariableImpl.setTransientExpressionDef(ExprDef exprDef) |
Constructor and Description |
---|
DefaultCompileContext(ExprDef exprDef) |
Modifier and Type | Method and Description |
---|---|
ExprDef |
AbstractValidator.getOnConditionDef() |
ExprDef |
JboAbstractValidator.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
AbstractValidator.lookupMessageDef(java.lang.String msgName) |
Modifier and Type | Method and Description |
---|---|
static ExprDef |
ScriptHelper.lookupExprDef(CodeSource codeSource,
org.codehaus.groovy.ast.MethodNode method) |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.groovy.ast.MethodNode |
ScriptHelper.getMethodNodeForExpression(org.codehaus.groovy.ast.ClassNode node,
ExprDef exprDef) |
static java.lang.Object |
ScriptHelper.invokeMethod(groovy.lang.Script script,
ExprDef exprDef) |
static void |
ExprScriptException.throwExceptionWithExprDef(java.lang.Throwable t,
ExprDef def)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DebugExprDef
Marks an ExprDef as Debuggable.
|
Modifier and Type | Method and Description |
---|---|
void |
Debugger.prepareScript(groovy.lang.Script script,
ExprDef exprDef) |
Modifier and Type | Class and Description |
---|---|
class |
OperationDefinitionImpl |
class |
OperationDefinitionsImpl
This class represents the metadata for a collection of operation definitions.
|
Modifier and Type | Method and Description |
---|---|
ExprDef |
EvaluateExprCompileContextImpl.getExprDef() |
ExprDef |
ViewObjectImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
ViewAttributeDefImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
RowDef.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
PDefRow.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
PDefEntityObject.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
PDefComponentObjectBase.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
EntityDefImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
EntityCache.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
CodeSourceImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
BoundParameter.lookupExprDef(OwnerType type,
java.lang.String path) |
ExprDef |
AttributeDefImpl.lookupExprDef(OwnerType type,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
CodeSourceImpl.addExpression(ExprDef exprDef) |
java.lang.String |
CodeSourceImpl.getExpressionSource(ExprDef exprDef) |
boolean |
CodeSourceImpl.hasExpression(ExprDef exprDef) |
boolean |
CodeSourceImpl.removeExpression(ExprDef exprDef) |
void |
BoundParameter.setTransientExpressionDef(ExprDef exprDef) |
Constructor and Description |
---|
EvaluateExprCompileContextImpl(ExprDef exprDef,
java.lang.Object source,
ExprValueTypeSupplier valSupplier,
ExprTrustSupplier exprTrustSupplier) |