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
OwExprFunction
value
in interface OwExprFunction
OwExprEvaluationException
public OwExprType type() throws OwExprEvaluationException
type
in interface OwExprFunction
OwExprType
that this function will return upon evaluation.OwExprEvaluationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.