Package org.ofbiz.minilang.method.callops

Class Summary
AddError Adds the fail-message or fail-property value to the error-list.
AddError.AddErrorFactory  
CallBsh Simple class to wrap messages that come either from a straight string or a properties file
CallBsh.CallBshFactory  
CallClassMethod Calls a Java class method using the given fields as parameters
CallClassMethod.CallClassMethodFactory  
CallObjectMethod Calls a Java object method using the given fields as parameters
CallObjectMethod.CallObjectMethodFactory  
CallService Calls a service using the given parameters
CallService.CallServiceFactory  
CallService.ResultToFieldDef  
CallServiceAsynch Calls a service using the given parameters
CallServiceAsynch.CallServiceAsynchFactory  
CallSimpleMapProcessor An event operation that calls a simple map processor inlined or from a separate file
CallSimpleMapProcessor.CallSimpleMapProcessorFactory  
CallSimpleMethod An operation that calls a simple method in the same, or from another, file
CallSimpleMethod.CallSimpleMethodFactory  
CheckErrors An event operation that checks a message list and may introduce a return code and stop the event
CheckErrors.CheckErrorsFactory  
CreateObject Creates a Java object using the given fields as parameters
CreateObject.CreateObjectFactory  
FlexibleMessage Simple class to wrap messages that come either from a straight string or a properties file
Return An event operation that returns the given response code
Return.ReturnFactory  
SetServiceFields Sets all Service parameters/attributes in the to-map using the map as a source
SetServiceFields.SetServiceFieldsFactory