Class ConditionNot

  • All Implemented Interfaces:
    ComponentLifecycle, Condition

    @ComponentProfile(summary="Allows you to negate the given condition result",
                      tag="condition")
    public class ConditionNot
    extends ConditionImpl

    This Condition allows you to negate a child Condition's result.

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