Package org.forgerock.opendj.config.conditions
Logical conditions for defining constraints.
This package contains interfaces for building and evaluating arbitrary logical conditions which can be used with constraints.
-
Interface Summary Interface Description Condition An interface for evaluating conditions. -
Class Summary Class Description Conditions This class consists exclusively of static methods that operate on or return conditions.ContainsCondition A condition which evaluates totrue
if and only if a property contains a particular value.IsPresentCondition A condition which evaluates totrue
if and only if a particular property has any values specified.NotCondition A condition which evaluates totrue
if the sub-condition isfalse
, orfalse
if the sub-condition istrue
.OrCondition A condition which evaluates tofalse
if and only if all of its sub-conditions arefalse
.