public interface OwExprFunction
The expression language function interface.
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
Modifier and Type | Method and Description |
---|---|
OwExprType |
type() |
OwExprValue |
value(OwExprValue[] arguments_p)
Evaluation method for this function.
|
OwExprValue value(OwExprValue[] arguments_p) throws OwExprEvaluationException
arguments_p
- OwExprEvaluationException
OwExprType type() throws OwExprEvaluationException
OwExprType
that this function will return upon evaluation.OwExprEvaluationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.