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, isOrderableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, isOrderablepublic BaseFunctionArgument(java.lang.String name,
Function function,
java.util.Map arguments)
public java.io.Serializable getValue(FunctionEvaluationContext context)
public Function getFunction()
FunctionInvokationgetFunction in interface FunctionInvokationpublic java.util.Map getFunctionArguments()
FunctionInvokationgetFunctionArguments in interface FunctionInvokationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isQueryable()
isQueryable in interface ArgumentisQueryable in class BaseArgumentCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.