Class SimpleMapProcess
java.lang.Object
org.apache.ofbiz.minilang.operation.SimpleMapProcess
A complete string process for a given field; contains multiple string operations
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleMapProcess
-
-
Method Details
-
exec
public void exec(Map<String, Object> inMap, Map<String, Object> results, List<Object> messages, Locale locale, ClassLoader loader) Exec.- Parameters:
inMap
- the in mapresults
- the resultsmessages
- the messageslocale
- the localeloader
- the loader
-
getFieldName
Gets field name.- Returns:
- the field name
-