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.
|
oracle.jbo.script | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExprEval.GlobalGroovyBinding.getTrustMode() |
ExprEval.TrustMode |
ExprEval.GlobalGroovyBinding.popTrust() |
static ExprEval.TrustMode |
ExprEval.TrustMode.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ExprEval.TrustMode[] |
ExprEval.TrustMode.values()
Deprecated.
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) |
void |
ExprEval.GlobalGroovyBinding.pushTrust(ExprEval.TrustMode trust) |
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExpressionDef.getTrustMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionDef.setTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
JboExpressionValidator.getExpressionTrustMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JboExpressionValidator.setExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
ExprTrustSupplier.getTrustMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprMethodReturn |
ExprScriptRunner.invokeMethod(java.lang.String methodName, java.lang.Object[] args, ExprEval.TrustMode trusted, groovy.lang.Binding parentBinding)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprEval.TrustMode |
AttributeDefImpl.getRecalcExpressionTrustMode()
Deprecated.
|
ExprEval.TrustMode |
PDefAttribute.getRecalcExpressionTrustMode()
Deprecated.
Applications should not use this method
|
ExprEval.TrustMode |
AttributeDefImpl.getTransientExpressionTrustMode()
Deprecated.
|
ExprEval.TrustMode |
PDefAttribute.getTransientExpressionTrustMode()
Deprecated.
Applications should not use this method
|
ExprEval.TrustMode |
OperationDefinitionImpl.getTrustMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExprMethodReturn |
ViewRowImpl.invokeMethod(java.lang.String methodName, java.lang.Object[] args, ExprEval.TrustMode trusted, groovy.lang.Binding parentBinding)
Deprecated.
|
void |
AttributeDefImpl.setRecalcExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
void |
PDefAttribute.setRecalcExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
Applications should not use this method
|
void |
AttributeDefImpl.setTransientExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|
void |
PDefAttribute.setTransientExpressionTrustMode(ExprEval.TrustMode trusted)
Deprecated.
since 11.1.1.4.0 Applications should not use this method
|
void |
OperationDefinitionImpl.setTrustMode(ExprEval.TrustMode trusted)
Deprecated.
|