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 theisEnabledConditionrecord component.Methods in org.forgerock.opendj.config with parameters of type ConditionModifier and TypeMethodDescriptionvoidAggregationPropertyDefinition.Builder.setTargetIsEnabledCondition(Condition condition) Sets the condition which is used to determine if a referenced managed object is enabled.voidAggregationPropertyDefinition.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 aDeprecatedrecord 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 classA condition which evaluates totrueif and only if a property contains a particular value.final classA condition which evaluates totrueif and only if a particular property has any values specified.final classA condition which evaluates totrueif the sub-condition isfalse, orfalseif the sub-condition istrue.final classA condition which evaluates tofalseif and only if all of its sub-conditions arefalse.Fields in org.forgerock.opendj.config.conditions declared as ConditionModifier and TypeFieldDescriptionstatic final ConditionConditions.FALSEA condition which always evaluates tofalse.static final ConditionConditions.TRUEA condition which always evaluates totrue.Methods in org.forgerock.opendj.config.conditions that return ConditionModifier and TypeMethodDescriptionstatic ConditionCreates a condition which evaluates totrueif and only if all of its sub-conditions aretrue.static ConditionCreates a condition which evaluates totrueif and only if a property contains a particular value.static ConditionCreates a condition which evaluates tofalseif and only if the first sub-condition evaluates totrueand the second sub-condition evaluates tofalse.static ConditionCreates a condition which evaluates totrueif and only if a particular property has any values specified.static ConditionCreates a condition which evaluates totrueif the sub-condition isfalse, orfalseif the sub-condition istrue.static ConditionCreates a condition which evaluates tofalseif and only if all of its sub-conditions arefalse.Methods in org.forgerock.opendj.config.conditions with parameters of type ConditionModifier and TypeMethodDescriptionstatic ConditionCreates a condition which evaluates totrueif and only if all of its sub-conditions aretrue.static ConditionCreates a condition which evaluates tofalseif and only if the first sub-condition evaluates totrueand the second sub-condition evaluates tofalse.static ConditionCreates a condition which evaluates totrueif the sub-condition isfalse, orfalseif the sub-condition istrue.static ConditionCreates a condition which evaluates tofalseif 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