Uses of Enum Class
org.forgerock.opendj.ldap.ConditionResult
Packages that use ConditionResult
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ConditionResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return ConditionResultModifier and TypeMethodDescriptionstatic ConditionResultConditionResult.and()Returns the logical AND of zero condition results, which is alwaysTRUE.static ConditionResultConditionResult.and(ConditionResult r) Returns the logical AND of the provided condition result, which is alwaysr.static ConditionResultConditionResult.and(ConditionResult... results) Returns the logical AND of the provided condition results, which isTRUEif all of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult r1, ConditionResult r2) Returns the logical AND of the provided condition results, which isTRUEif both of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.Assertion.matches(ByteSequence normalizedAttributeValue) Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.Indicates whether thisFiltermatches the providedEntryusing the default schema.Indicates whether this filterMatchermatches the providedEntry.static ConditionResultConditionResult.not(ConditionResult r) Returns the logical NOT of the provided condition result, which isTRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or()Returns the logical OR of zero condition results, which is alwaysFALSE.static ConditionResultConditionResult.or(ConditionResult r) Returns the logical OR of the provided condition result, which is alwaysr.static ConditionResultConditionResult.or(ConditionResult... results) Returns the logical OR of the provided condition results, which isFALSEif all of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult r1, ConditionResult r2) Returns the logical OR of the provided condition results, which isFALSEif both of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.valueOf(boolean b) Returns the condition result which is equivalent to the provided boolean value.static ConditionResultReturns the enum constant of this class with the specified name.static ConditionResult[]ConditionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap with parameters of type ConditionResultModifier and TypeMethodDescriptionstatic ConditionResultConditionResult.and(ConditionResult r) Returns the logical AND of the provided condition result, which is alwaysr.static ConditionResultConditionResult.and(ConditionResult... results) Returns the logical AND of the provided condition results, which isTRUEif all of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.and(ConditionResult r1, ConditionResult r2) Returns the logical AND of the provided condition results, which isTRUEif both of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.not(ConditionResult r) Returns the logical NOT of the provided condition result, which isTRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult r) Returns the logical OR of the provided condition result, which is alwaysr.static ConditionResultConditionResult.or(ConditionResult... results) Returns the logical OR of the provided condition results, which isFALSEif all of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.static ConditionResultConditionResult.or(ConditionResult r1, ConditionResult r2) Returns the logical OR of the provided condition results, which isFALSEif both of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.