Class NotEmpty
- java.lang.Object
-
- org.apache.ofbiz.minilang.operation.SimpleMapOperation
-
- org.apache.ofbiz.minilang.operation.NotEmpty
-
public class NotEmpty extends SimpleMapOperation
Checks to see if the current field is empty (null or zero length)
-
-
Constructor Summary
Constructors Constructor Description NotEmpty(org.w3c.dom.Element element, SimpleMapProcess simpleMapProcess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 org.apache.ofbiz.minilang.operation.SimpleMapOperation
addMessage
-
-
-
-
Constructor Detail
-
NotEmpty
public NotEmpty(org.w3c.dom.Element element, SimpleMapProcess simpleMapProcess)
-
-
Method Detail
-
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 classSimpleMapOperation
-
-