Uses of Interface
org.forgerock.opendj.config.conditions.Condition
Package
Description
Common administration classes.
Logical conditions for defining constraints.
Server-side administration interface.
-
Uses of Condition in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionAggregationPropertyDefinition.getTargetIsEnabledCondition()
Gets the condition which is used to determine if a referenced managed object is enabled.AggregationPropertyDefinition.getTargetNeedsEnablingCondition()
Gets the condition which is used to determine whether referenced managed objects need to be enabled.Deprecated.isEnabledCondition()
Returns the value of theisEnabledCondition
record component.Modifier and TypeMethodDescriptionvoid
AggregationPropertyDefinition.Builder.setTargetIsEnabledCondition
(Condition condition) Sets the condition which is used to determine if a referenced managed object is enabled.void
AggregationPropertyDefinition.Builder.setTargetNeedsEnablingCondition
(Condition condition) Sets the condition which is used to determine whether referenced managed objects need to be enabled.ModifierConstructorDescriptionDeprecated
(AbstractManagedObjectDefinition<?, ?> definition, String propertyName, boolean isForRemoval, com.forgerock.opendj.util.Version since, Condition isEnabledCondition) Creates an instance of aDeprecated
record class.GenericConstraint
(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) Creates a new generic constraint. -
Uses of Condition in org.forgerock.opendj.config.conditions
Modifier and TypeClassDescriptionfinal class
A condition which evaluates totrue
if and only if a property contains a particular value.final class
A condition which evaluates totrue
if and only if a particular property has any values specified.final class
A condition which evaluates totrue
if the sub-condition isfalse
, orfalse
if the sub-condition istrue
.final class
A condition which evaluates tofalse
if and only if all of its sub-conditions arefalse
.Modifier and TypeFieldDescriptionstatic final Condition
Conditions.FALSE
A condition which always evaluates tofalse
.static final Condition
Conditions.TRUE
A condition which always evaluates totrue
.Modifier and TypeMethodDescriptionstatic Condition
Creates a condition which evaluates totrue
if and only if all of its sub-conditions aretrue
.static Condition
Creates a condition which evaluates totrue
if and only if a property contains a particular value.static Condition
Creates a condition which evaluates tofalse
if and only if the first sub-condition evaluates totrue
and the second sub-condition evaluates tofalse
.static Condition
Creates a condition which evaluates totrue
if and only if a particular property has any values specified.static Condition
Creates a condition which evaluates totrue
if the sub-condition isfalse
, orfalse
if the sub-condition istrue
.static Condition
Creates a condition which evaluates tofalse
if and only if all of its sub-conditions arefalse
.Modifier and TypeMethodDescriptionstatic Condition
Creates a condition which evaluates totrue
if and only if all of its sub-conditions aretrue
.static Condition
Creates a condition which evaluates tofalse
if and only if the first sub-condition evaluates totrue
and the second sub-condition evaluates tofalse
.static Condition
Creates a condition which evaluates totrue
if the sub-condition isfalse
, orfalse
if the sub-condition istrue
.static Condition
Creates a condition which evaluates tofalse
if and only if all of its sub-conditions arefalse
. -
Uses of Condition in org.forgerock.opendj.config.server