ExprDef instead.public interface ExprDef
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getCacheKey(java.lang.String exprStr)
Deprecated.  
The key to be used for caching compiled expression instances. 
 | 
java.lang.String | 
getExpressionClassName()
Deprecated.  
Returns the name used for the expression class. 
 | 
java.lang.String | 
getExprIdentifier()
Deprecated.  
A unique identfier 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. 
 | 
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. 
 | 
java.lang.String getPath()
ComponentOperationsManager#findExprDef.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()
boolean supportsAnnotation()
java.lang.Object getProperty(java.lang.String name)