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, isOrderable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, isOrderable
public Serializable getValue(FunctionEvaluationContext context)
public Function getFunction()
FunctionInvokation
getFunction
in interface FunctionInvokation
public Map<String,Argument> getFunctionArguments()
FunctionInvokation
getFunctionArguments
in interface FunctionInvokation
public boolean isQueryable()
isQueryable
in interface Argument
isQueryable
in class BaseArgument
Copyright © 2005–2018 Alfresco Software. All rights reserved.