Conditions specify rules placed on the selected Product bean. During installation, the evaluation of the conditions is dependent upon the Operator that is selected:
- "AND" - When the first condition that is evaluated evaluates to "False", the evaluating stops, and the bean is not visited at runtime.
- "OR" - Every condition is evaluated. If none of the conditions evaluate to "True", then the bean is not visited at runtime.