public class OwExprReflectiveFunction extends Object implements OwExprFunction
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 and Description |
|---|
OwExprReflectiveFunction(Object javaObject_p,
Method functionMethod_p)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
OwExprType |
type() |
OwExprValue |
value(OwExprValue[] arguments_p)
Evaluation method for this function.
|
public OwExprValue value(OwExprValue[] arguments_p) throws OwExprEvaluationException
OwExprFunctionvalue in interface OwExprFunctionOwExprEvaluationExceptionpublic OwExprType type() throws OwExprEvaluationException
type in interface OwExprFunctionOwExprType that this function will return upon evaluation.OwExprEvaluationExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.