Package | Description |
---|---|
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.expr |
Contains the implementation of the expression evaluation used in ADF.
|
oracle.jbo.rules |
Contains sample validation beans.
|
oracle.jbo.script | |
oracle.jbo.script.groovy | |
oracle.jbo.script.nashorn | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ComponentOperationsManager.editCodeSource(ExprCodeSource codeSource)
Notify that ComponentOperationsManager that the client expects to
edit the CodeSource.
|
ExprCodeSource |
ComponentOperationsManager.ensureCodeSource(ExprDef exprDef)
Ensure a named code source in the operations manager.
|
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ComponentOperationsManager.editCodeSource(ExprCodeSource codeSource)
Notify that ComponentOperationsManager that the client expects to
edit the CodeSource.
|
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ViewUsageImpl.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
ViewUsageImpl.ensureCodeSource(ExprDef exprDef) |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ViewUsageImpl.editCodeSource(ExprCodeSource codeSource) |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
VariableImpl.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
VariableImpl.ensureCodeSource(ExprDef exprDef) |
static ExprCodeSource |
ExpressionDef.ensureCodeSource(java.lang.Object obj,
ExprDef exprDef) |
ExprCodeSource |
ExpressionDef.getCodeSource() |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
VariableImpl.editCodeSource(ExprCodeSource codeSource) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeSourceImpl.MethodSource> |
JIScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
JboAbstractValidator.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
JboAbstractValidator.ensureCodeSource(ExprDef exprDef) |
ExprCodeSource |
JboExpressionValidator.getCodeSource() |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
JboAbstractValidator.editCodeSource(ExprCodeSource codeSource) |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ExprDef.getCodeSource()
Returns the code source that contains the code for this expression.
|
ExprCodeSource |
AbstractExprDef.getCodeSource() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<CodeSourceImpl.MethodSource> |
ExprScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource)
An approximate inverse to
#getSubprogram(ExprDef) . |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeSourceImpl.MethodSource> |
ExprGroovyScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
static ExprDef |
ScriptHelper.lookupExprDef(ExprCodeSource codeSource,
org.codehaus.groovy.ast.MethodNode method) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeSourceImpl.MethodSource> |
ExprNashornScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
Modifier and Type | Class and Description |
---|---|
class |
CodeSourceImpl |
Modifier and Type | Method and Description |
---|---|
ExprCodeSource |
ViewObjectImpl.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
ViewAttributeDefImpl.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
PDefComponentObjectBase.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
EntityCache.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
ComponentObjectImpl.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
BoundParameter.editCodeSource(ExprCodeSource codeSource) |
ExprCodeSource |
AttributeDefImpl.editCodeSource(ExprCodeSource codeSource) |