Class ConditionOr

  • All Implemented Interfaces:
    ComponentLifecycle, Condition

    @ComponentProfile(summary="Allows you to test multiple conditions, where only one has to return true.",
                      tag="condition")
    public class ConditionOr
    extends ConditionListImpl

    This Condition allows you to configure a list of child Condition's where only one has to evaluate to "true".

    In the adapter configuration file this class is aliased as or which is the preferred alternative to the fully qualified classname when building your configuration.