Uses of Interface
com.wewebu.expression.language.OwExprFunction

Packages that use OwExprFunction
com.wewebu.expression.language   
 

Uses of OwExprFunction in com.wewebu.expression.language
 

Classes in com.wewebu.expression.language that implement OwExprFunction
 class OwExprReflectiveFunction
           Reflective functions are properties that rely on POJOs methods to return values.
 

Methods in com.wewebu.expression.language that return OwExprFunction
 OwExprFunction OwExprValue.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
          Scope OwExprScope.function(String, OwExprExpressionType[]) default implementation.
 OwExprFunction OwExprStaticArray.function(String functionName_p, OwExprExpressionType[] argunmentTyes_p)
           
 OwExprFunction OwExprScopeValue.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprScopedProperty.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprScope.function(String functionName_p, OwExprExpressionType[] argunmentTyes_p)
          Function access method.
 OwExprFunction OwExprReflectiveProperty.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
 OwExprFunction OwExprExternalScope.function(String functionName_p, OwExprExpressionType[] argunmentTypes_p)
           
protected  OwExprFunction OwExprReflectiveScope.prelevateFunction(String functionName_p, OwExprExpressionType[] argumentTypes_p)
           
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
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.