org.mmbase.module
Class ProcessorModule.GetNodeListFunction

Package class diagram package ProcessorModule.GetNodeListFunction
java.lang.Object
  extended by org.mmbase.util.functions.AbstractFunction<NodeList>
      extended by 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

Field Summary
 
Fields inherited from class org.mmbase.util.functions.AbstractFunction
autoReturnType, name, returnType
 
Constructor Summary
ProcessorModule.GetNodeListFunction(String name, Parameter[] params)
           
 
Method Summary
 NodeList getFunctionValue(Parameters arguments)
           
 
Methods inherited from class org.mmbase.util.functions.AbstractFunction
compareTo, createParameters, equals, getDescription, getFunctionValueWithArgs, getFunctionValueWithList, getName, getParameterDefinition, getReturnType, hashCode, setDescription, setParameterDefinition, setReturnType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorModule.GetNodeListFunction

public ProcessorModule.GetNodeListFunction(String name,
                                           Parameter[] params)
Method Detail

getFunctionValue

public NodeList getFunctionValue(Parameters arguments)
Specified by:
getFunctionValue in interface Function<NodeList>
Specified by:
getFunctionValue in class AbstractFunction<NodeList>


MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36