public class BaseFunctionArgument extends BaseDynamicArgument implements FunctionArgument
| Constructor and Description |
|---|
BaseFunctionArgument(String name,
Function function,
Map<String,Argument> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Function |
getFunction()
Get the function
|
Map<String,Argument> |
getFunctionArguments()
Get the functions arguments.
|
Serializable |
getValue(FunctionEvaluationContext context) |
boolean |
isQueryable() |
String |
toString() |
getName, isOrderableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, isOrderablepublic Serializable getValue(FunctionEvaluationContext context)
public Function getFunction()
FunctionInvokationgetFunction in interface FunctionInvokationpublic Map<String,Argument> getFunctionArguments()
FunctionInvokationgetFunctionArguments in interface FunctionInvokationpublic boolean isQueryable()
isQueryable in interface ArgumentisQueryable in class BaseArgumentCopyright © 2005–2019 Alfresco Software. All rights reserved.