ExprDef
instead.public interface ExprDef
Modifier and Type | Interface and Description |
---|---|
static class |
ExprDef.OverrideMode
Deprecated.
OverrideMode controls whether an expression can be
overridden.
|
static class |
ExprDef.Visibility
Deprecated.
Visibility represents the scope in which a particular
expresion (including operations) is visible.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OVERRIDEMODE_PROPERTY
Deprecated.
|
static java.lang.String |
VISIBILITY_PROPERTY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCacheKey(java.lang.String exprStr)
Deprecated.
since 11.1.1.9.20. Callers should use getCodeSource().getCacheKey()
instead.
|
java.lang.String |
getExpressionClassName()
Deprecated.
since 11.1.1.9.20. Callers should use getCodeSource().getClassName() instead.
|
java.lang.String |
getExpressionSource()
Deprecated.
since 11.1.1.9.20. Use getCodeSource().getScriptText() or
getScriptText() instead.
|
java.lang.String |
getExprIdentifier()
Deprecated.
A unique identfier for the expression.
|
ExprDef.OverrideMode |
getOverrideMode()
Deprecated.
The override mode for the expression.
|
OwnerType |
getOwnerType()
Deprecated.
Returns the type of object that owners the expression class.
|
java.lang.String |
getPath()
Deprecated.
A dot separated path that may be used to lookup the ExprDef
within the ExprDef's owning compnent.
|
java.lang.Object |
getProperty(java.lang.String name)
Deprecated.
|
java.lang.String |
getScriptClassName(java.lang.String exprStr)
Deprecated.
use getExpressionClassName instead
|
java.lang.String |
getTriggerType()
Deprecated.
Return the trigger type.
|
ExprEval.TrustMode |
getTrustMode()
Deprecated.
The trust mode for the expression.
|
ExprEval.TypeCheckedMode |
getTypeCheckedMode()
Deprecated.
Returns whether the expresion should be type checked when type checking
is enabled for the groovy compiler.
|
ExprDef.Visibility |
getVisibility()
Deprecated.
The visibility of the expression.
|
boolean |
hasReturn()
Deprecated.
If the expression has a return value.
|
boolean |
isOperationsExpression()
Deprecated.
If the expression defines operations.
|
boolean |
supportsAnnotation()
Deprecated.
Indicates whether ADF can use an expression annotation to select
the expression method for invocation.
|
static final java.lang.String OVERRIDEMODE_PROPERTY
static final java.lang.String VISIBILITY_PROPERTY
java.lang.String getPath()
ComponentOperationsManager#findExprDef
.java.lang.String getExpressionSource()
ExprEval.TrustMode getTrustMode()
boolean hasReturn()
java.lang.String getExprIdentifier()
java.lang.Object getCacheKey(java.lang.String exprStr)
boolean isOperationsExpression()
java.lang.String getScriptClassName(java.lang.String exprStr)
java.lang.String getExpressionClassName()
ExprEval.TypeCheckedMode getTypeCheckedMode()
OwnerType getOwnerType()
java.lang.String getTriggerType()
ExprDef.OverrideMode getOverrideMode()
ExprDef.Visibility getVisibility()
boolean supportsAnnotation()
java.lang.Object getProperty(java.lang.String name)