org.mmbase.streams.createcaches
Class WaitUntilRecognizedFunction
java.lang.Object
org.mmbase.util.functions.AbstractFunction<R>
org.mmbase.util.functions.NodeFunction<Boolean>
org.mmbase.streams.createcaches.WaitUntilRecognizedFunction
- All Implemented Interfaces:
- Serializable, Comparable<Function<Boolean>>, Function<Boolean>
public class WaitUntilRecognizedFunction
- extends NodeFunction<Boolean>
To be used in a template, indicates when an uploaded file has been recognized and the user
can start editing associated data.
- Version:
- $Id: WaitUntilRecognizedFunction.java 42366 2010-06-01 14:55:52Z andre $
- Author:
- André van Toly
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.util.functions.AbstractFunction |
compareTo, createParameters, equals, getDescription, getFunctionValueWithArgs, getFunctionValueWithList, getName, getParameterDefinition, hashCode, setDescription, setParameterDefinition, setReturnType, toString |
WaitUntilRecognizedFunction
public WaitUntilRecognizedFunction()
getFunctionValue
protected Boolean getFunctionValue(Node node,
Parameters parameters)
- Specified by:
getFunctionValue in class NodeFunction<Boolean>
MMBase 2.0-SNAPSHOT - null