Package | Description |
---|---|
com.wewebu.expression.language |
Modifier and Type | Class and Description |
---|---|
class |
OwExprReflectiveFunction
Reflective functions are properties that rely on POJOs methods to return values.
|
Modifier and Type | Method and Description |
---|---|
OwExprFunction |
OwExprReflectiveProperty.function(String functionName_p,
OwExprExpressionType[] argunmentTypes_p) |
OwExprFunction |
OwExprExternalScope.function(String functionName_p,
OwExprExpressionType[] argunmentTypes_p) |
OwExprFunction |
OwExprScope.function(String functionName_p,
OwExprExpressionType[] argunmentTyes_p)
Function access method.
|
OwExprFunction |
OwExprScopedProperty.function(String functionName_p,
OwExprExpressionType[] argunmentTypes_p) |
OwExprFunction |
OwExprScopeValue.function(String functionName_p,
OwExprExpressionType[] argunmentTypes_p) |
OwExprFunction |
OwExprStaticArray.function(String functionName_p,
OwExprExpressionType[] argunmentTyes_p) |
OwExprFunction |
OwExprValue.function(String functionName_p,
OwExprExpressionType[] argunmentTypes_p)
Scope
OwExprScope.function(String, OwExprExpressionType[]) default implementation. |
protected OwExprFunction |
OwExprExternalScope.prelevateFunction(String functionName_p,
OwExprExpressionType[] argumentTypes_p)
Function search hook for
OwExprExternalScope.function(String, OwExprExpressionType[]) .Children of this class should override this method to perform custom |
protected OwExprFunction |
OwExprReflectiveScope.prelevateFunction(String functionName_p,
OwExprExpressionType[] argumentTypes_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.