public class BaseFunctionArgument extends BaseDynamicArgument implements FunctionArgument
Constructor and Description |
---|
BaseFunctionArgument(java.lang.String name,
Function function,
java.util.Map arguments) |
Modifier and Type | Method and Description |
---|---|
Function |
getFunction()
Get the function
|
java.util.Map |
getFunctionArguments()
Get the functions arguments.
|
java.io.Serializable |
getValue(FunctionEvaluationContext context) |
boolean |
isQueryable() |
java.lang.String |
toString() |
getName, isOrderable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, isOrderable
public BaseFunctionArgument(java.lang.String name, Function function, java.util.Map arguments)
public java.io.Serializable getValue(FunctionEvaluationContext context)
public Function getFunction()
FunctionInvokation
getFunction
in interface FunctionInvokation
public java.util.Map getFunctionArguments()
FunctionInvokation
getFunctionArguments
in interface FunctionInvokation
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isQueryable()
isQueryable
in interface Argument
isQueryable
in class BaseArgument
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.