protected class ProcessorModule.GetNodeListFunction extends AbstractFunction<NodeList>
ProcessorModule.getNodeList(Object, String, Map). See in MMAdmin for an example on how to use.autoReturnType, name, returnType| Constructor and Description |
|---|
GetNodeListFunction(String name,
Parameter[] params) |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
getFunctionValue(Parameters arguments)
Executes the defined function supplying the given arguments.
|
compareTo, createParameters, equals, getDescription, getFunctionValueWithList, getName, getParameterDefinition, getReturnType, hashCode, setDescription, setParameterDefinition, setReturnType, toStringpublic NodeList getFunctionValue(Parameters arguments)
AbstractFunctiongetFunctionValue in interface Function<NodeList>getFunctionValue in class AbstractFunction<NodeList>arguments - The parameters for the function. To specify an empty parameter list use Parameters.VOID.
Implementors are encouraged to support null too.AbstractFunction.getReturnType()AbstractFunction.createParameters()MMBase 1.9-SNAPSHOT - ${javadoctimestamp}