org.ofbiz.minilang.operation
Class NotEmpty
java.lang.Object
org.ofbiz.minilang.operation.SimpleMapOperation
org.ofbiz.minilang.operation.NotEmpty
public class NotEmpty
- extends SimpleMapOperation
Checks to see if the current field is empty (null or zero length)
Method Summary |
void |
exec(java.util.Map<java.lang.String,java.lang.Object> inMap,
java.util.Map<java.lang.String,java.lang.Object> results,
java.util.List<java.lang.Object> messages,
java.util.Locale locale,
java.lang.ClassLoader loader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEmpty
public NotEmpty(org.w3c.dom.Element element,
SimpleMapProcess simpleMapProcess)
exec
public void exec(java.util.Map<java.lang.String,java.lang.Object> inMap,
java.util.Map<java.lang.String,java.lang.Object> results,
java.util.List<java.lang.Object> messages,
java.util.Locale locale,
java.lang.ClassLoader loader)
- Specified by:
exec
in class SimpleMapOperation