Package org.ofbiz.minilang.operation

Class Summary
BaseCompare Abstract class providing functionality for the compare SimpleMapOperations
Compare Compares an in-field to the specified value
CompareField Compares the current field to another field
ConstantOper Title: A MakeInStringOperation that appends the specified constant string
Convert Convert the current field from the in-map and place it in the out-map
Copy Copies a field in the in-map to the out-map
InFieldOper A MakeInStringOperation that inserts the value of an in-field
MakeInString The container of MakeInString operations to make a new input String
MakeInStringOperation Abstract class defining the interface to a MakeInString operation
MapProcessor Map Processor Main Class
NotEmpty Checks to see if the current field is empty (null or zero length)
PropertyOper A MakeInStringOperation that insert the value of a property from a properties file
Regexp Validates the current field using a regular expression
SimpleMapOperation A single operation, does the specified operation on the given field
SimpleMapProcess A complete string process for a given field; contains multiple string operations
ValidateMethod A string operation that calls a validation method