public class BaseListArgument extends BaseStaticArgument implements ListArgument
Constructor and Description |
---|
BaseListArgument(java.lang.String name,
java.util.List arguments) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getArguments() |
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 BaseListArgument(java.lang.String name, java.util.List arguments)
name
- public java.util.List getArguments()
getArguments
in interface ListArgument
public java.io.Serializable getValue(FunctionEvaluationContext context)
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.