Package org.ofbiz.minilang.method.ifops

Class Summary
CheckId Iff the given ID field is not valid the fail-message or fail-property sub-elements are used to add a message to the error-list.
CheckId.CheckIdFactory  
CheckPermission Iff the user does not have the specified permission the fail-message or fail-property sub-elements are used to add a message to the error-list.
CheckPermission.CheckPermissionFactory  
CheckPermission.PermissionInfo  
IfCompare Iff the comparison between the constant and the specified field is true process sub-operations
IfCompare.IfCompareFactory  
IfCompareField Iff the comparison between the specified field and the other field is true process sub-operations
IfCompareField.IfCompareFieldFactory  
IfEmpty Iff the specified field is not empty process sub-operations
IfEmpty.IfEmptyFactory  
IfHasPermission Iff the user has the specified permission, process the sub-operations.
IfHasPermission.IfHasPermissionFactory  
IfInstanceOf  
IfInstanceOf.IfInstanceOfFactory  
IfNotEmpty Iff the specified field is not empty process sub-operations
IfNotEmpty.IfNotEmptyFactory  
IfRegexp Iff the specified field complies with the pattern specified by the regular expression, process sub-operations
IfRegexp.IfRegexpFactory  
IfValidateMethod Iff the validate method returns true with the specified field process sub-operations
IfValidateMethod.IfValidateMethodFactory