Package org.ofbiz.minilang.method.conditional

Interface Summary
Conditional Interface for all conditional elements under the master if element or and else-if element.
 

Class Summary
Assert Operation used to check each sub-condition independently and for each one that fails (does not evaluate to true), adds an error to the error message list.
Assert.AssertFactory  
CombinedCondition Implements generic combining conditions such as or, and, etc.
CombinedCondition.AndConditionFactory  
CombinedCondition.NotConditionFactory  
CombinedCondition.OrConditionFactory  
CombinedCondition.XorConditionFactory  
CompareCondition Implements compare to a constant condition.
CompareCondition.CompareConditionFactory  
CompareFieldCondition Implements compare to a field condition.
CompareFieldCondition.CompareFieldConditionFactory  
ConditionalFactory<C extends Conditional> Creates Conditional objects according to the element that is passed.
ElseIf Implements the else-if alternate execution element.
EmptyCondition Implements compare to a constant condition.
EmptyCondition.EmptyConditionFactory  
HasPermissionCondition Implements compare to a constant condition.
HasPermissionCondition.HasPermissionConditionFactory  
MasterIf Represents the top-level element and only mounted operation for the more flexible if structure.
MasterIf.MasterIfFactory  
RegexpCondition Implements compare to a constant condition.
RegexpCondition.RegexpConditionFactory  
ValidateMethodCondition Implements validate method condition.
ValidateMethodCondition.ValidateMethodConditionFactory  
While Continually processes sub-ops while the condition remains true
While.WhileFactory