|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.expression.language.OwExprReflectiveFunction
public class OwExprReflectiveFunction
Reflective functions are properties that rely on POJOs methods to return values.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor Summary | |
|---|---|
OwExprReflectiveFunction(Object javaObject_p,
Method functionMethod_p)
Constructor |
|
| Method Summary | |
|---|---|
OwExprType |
type()
|
OwExprValue |
value(OwExprValue[] arguments_p)
Evaluation method for this function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwExprReflectiveFunction(Object javaObject_p,
Method functionMethod_p)
javaObject_p - the underlying POJOfunctionMethod_p - the method for this function| Method Detail |
|---|
public OwExprValue value(OwExprValue[] arguments_p)
throws OwExprEvaluationException
OwExprFunction
value in interface OwExprFunctionOwExprEvaluationException
public OwExprType type()
throws OwExprEvaluationException
type in interface OwExprFunctionOwExprType that this function will return upon evaluation.
OwExprEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||