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.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.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExprDef.getTrustMode()
Deprecated.
The trust mode for the expression.
|
static ExprEval.TrustMode |
ExprEval.TrustMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExprEval.TrustMode[] |
ExprEval.TrustMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
ExprPropertyNameResolver.getResolvedPropertyNames(ExprEval.TrustMode trust)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExpressionDef.getTrustMode() |
ExprEval.TrustMode |
ExpressionDef.getTrustMode(java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDef.setTrustMode(ExprEval.TrustMode trusted) |
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
JIExprDef.getTrustMode() |
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
JboExpressionValidator.getExpressionTrustMode()
For Internal Framework Use Only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
JboValidatorContext.getResolvedPropertyNames(ExprEval.TrustMode mode) |
void |
JboExpressionValidator.setExpressionTrustMode(ExprEval.TrustMode trusted)
For Internal Framework Use Only.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExprTrustSupplier.getTrustMode()
Deprecated.
|
ExprEval.TrustMode |
ExprScriptContext.getTrustMode() |
ExprEval.TrustMode |
AbstractExprDef.getTrustMode() |
ExprEval.TrustMode |
ExprDef.getTrustMode(java.lang.String functionName) |
ExprEval.TrustMode |
AbstractExprDef.getTrustMode(java.lang.String functionName) |
ExprEval.TrustMode |
ExprScriptContext.popTrust() |
Modifier and Type | Method and Description |
---|---|
void |
ExprScriptContext.pushTrust(ExprEval.TrustMode trust) |
Constructor and Description |
---|
ExprScriptLogger(ExprEval.TrustMode trust) |
Modifier and Type | Method and Description |
---|---|
static ExprEval.TrustMode |
ScriptHelper.getTrustMode(org.codehaus.groovy.ast.MethodNode method) |
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
PDefAttribute.getRecalcExpressionTrustMode()
Deprecated.
Applications should not use this method
|
ExprEval.TrustMode |
AttributeDefImpl.getRecalcExpressionTrustMode()
Deprecated.
|
ExprEval.TrustMode |
PDefAttribute.getTransientExpressionTrustMode()
Advanced API to be used in restricted scenarios.
|
ExprEval.TrustMode |
AttributeDefImpl.getTransientExpressionTrustMode()
Deprecated.
|
ExprEval.TrustMode |
OperationDefinitionImpl.getTrustMode()
For internal framework use only.
|
ExprEval.TrustMode |
OperationDefinitionImpl.getTrustMode(java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
void |
PDefAttribute.setRecalcExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
Applications should not use this method
|
void |
AttributeDefImpl.setRecalcExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
void |
PDefAttribute.setTransientExpressionTrustMode(ExprEval.TrustMode trusted)
Advanced API to be used in restricted scenarios.
|
void |
AttributeDefImpl.setTransientExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
void |
OperationDefinitionImpl.setTrustMode(ExprEval.TrustMode trusted)
For internal framework use only.
|