org.mmbase.module
Class ProcessorModule.GetNodeListFunction
java.lang.Object
org.mmbase.util.functions.AbstractFunction<NodeList>
org.mmbase.module.ProcessorModule.GetNodeListFunction
- All Implemented Interfaces:
- Serializable, Comparable<Function<NodeList>>, Function<NodeList>
- Enclosing class:
- ProcessorModule
protected class ProcessorModule.GetNodeListFunction
- extends AbstractFunction<NodeList>
Function implementation around ProcessorModule.getNodeList(Object, String, Map). See in MMAdmin for an example on how to use.
- Since:
- MMBase-1.8
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.util.functions.AbstractFunction |
compareTo, createParameters, equals, getDescription, getFunctionValueWithArgs, getFunctionValueWithList, getName, getParameterDefinition, getReturnType, hashCode, setDescription, setParameterDefinition, setReturnType, toString |
ProcessorModule.GetNodeListFunction
public ProcessorModule.GetNodeListFunction(String name,
Parameter[] params)
getFunctionValue
public NodeList getFunctionValue(Parameters arguments)
- Description copied from class:
AbstractFunction
- Executes the defined function supplying the given arguments.
- Specified by:
getFunctionValue in interface Function<NodeList>- Specified by:
getFunctionValue in class AbstractFunction<NodeList>
- Parameters:
arguments - The parameters for the function. To specify an empty parameter list use Parameters.VOID.
Implementors are encouraged to support null too.
- Returns:
- The function value, which can be of any type compatible to
AbstractFunction.getReturnType() - See Also:
AbstractFunction.createParameters()
MMBase 2.0-SNAPSHOT - null