Uses of Interface
org.forgerock.opendj.config.conditions.Condition
Packages that use Condition
Package
Description
Common administration classes.
Logical conditions for defining constraints.
Server-side administration interface.
-
Uses of Condition in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ConditionModifier 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.Methods in org.forgerock.opendj.config with parameters of type ConditionModifier 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.Constructors in org.forgerock.opendj.config with parameters of type ConditionModifierConstructorDescriptionDeprecated
(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
Classes in org.forgerock.opendj.config.conditions that implement ConditionModifier 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
.Fields in org.forgerock.opendj.config.conditions declared as ConditionModifier and TypeFieldDescriptionstatic final Condition
Conditions.FALSE
A condition which always evaluates tofalse
.static final Condition
Conditions.TRUE
A condition which always evaluates totrue
.Methods in org.forgerock.opendj.config.conditions that return ConditionModifier 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
.Methods in org.forgerock.opendj.config.conditions with parameters of type ConditionModifier 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
Methods in org.forgerock.opendj.config.server with parameters of type Condition