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.
This package contains the main class of the leader based replication.
Contains a number of API declarations for use throughout the Directory Server.
Contains various Directory Server backend implementations.
Contains the code for implementing Directory Server pluggable storage backends.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
-
Uses of ConditionResult in org.forgerock.opendj.ldap
Subclasses with type arguments of type ConditionResult in org.forgerock.opendj.ldapModifier and TypeClassDescriptionenumThe result of a tri-state logical expression.Methods in org.forgerock.opendj.ldap that return ConditionResultModifier and TypeMethodDescriptionstatic <T> ConditionResultConditionResult.allOf(Iterable<T> elements, Function<T, ConditionResult> predicate) Applies a predicate to a sequence of elements and combines the results as if they were passed toConditionResult.and(ConditionResult...), except that processing short-circuits as soon asFALSEis obtained.static ConditionResultConditionResult.and()Returns the logical AND of zero condition results, which is alwaysTRUE.ConditionResult.and(ConditionResult r) Returns the logical AND of this condition result with the provided condition result, which isTRUEif both of the condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.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 <T> ConditionResultConditionResult.anyOf(Iterable<T> elements, Function<T, ConditionResult> predicate) Applies a predicate to a sequence of elements and combines the results as if they were passed toConditionResult.or(ConditionResult...), except that processing short-circuits as soon asTRUEis obtained.Indicates whether thisFiltermatches the providedEntryusing the default schema.Indicates whether this filterMatchermatches the providedEntry.Assertion.matchesValue(ByteString attributeValue) Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.ConditionResult.not()Returns the logical NOT of this condition result, which isTRUEif this condition result isFALSE,TRUEif it 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()Returns the logical OR of zero condition results, which is alwaysFALSE.ConditionResult.or(ConditionResult r) Returns the logical OR of this condition result with the provided condition result, which isFALSEif both of the condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.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.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 TypeMethodDescriptionConditionResult.and(ConditionResult r) Returns the logical AND of this condition result with the provided condition result, which isTRUEif both of the condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise.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.not(ConditionResult r) Returns the logical NOT of the provided condition result, which isTRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise.ConditionResult.or(ConditionResult r) Returns the logical OR of this condition result with the provided condition result, which isFALSEif both of the condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise.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.Method parameters in org.forgerock.opendj.ldap with type arguments of type ConditionResultModifier and TypeMethodDescriptionstatic <T> ConditionResultConditionResult.allOf(Iterable<T> elements, Function<T, ConditionResult> predicate) Applies a predicate to a sequence of elements and combines the results as if they were passed toConditionResult.and(ConditionResult...), except that processing short-circuits as soon asFALSEis obtained.static <T> ConditionResultConditionResult.anyOf(Iterable<T> elements, Function<T, ConditionResult> predicate) Applies a predicate to a sequence of elements and combines the results as if they were passed toConditionResult.or(ConditionResult...), except that processing short-circuits as soon asTRUEis obtained. -
Uses of ConditionResult in org.forgerock.opendj.server.leaderbasedreplication
Methods in org.forgerock.opendj.server.leaderbasedreplication that return ConditionResultModifier and TypeMethodDescriptionReplicaChangelogBackend.hasSubordinates(Dn entryDN) TopologyBackend.hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.api
Fields in org.opends.server.api declared as ConditionResultModifier and TypeFieldDescriptionprotected ConditionResultAuthenticationPolicyState.isDisabledA boolean indicating whether the account associated with this authentication state has been administratively disabled.Methods in org.opends.server.api that return ConditionResultModifier and TypeMethodDescriptionprotected static ConditionResultAuthenticationPolicyState.getBoolean(Entry entry, String attributeName) A utility method which may be used by implementations in order to obtain the value of the specified attribute from the provided entry as a boolean.abstract ConditionResultLocalBackend.hasSubordinates(Dn entryDN) Indicates whether the requested entry has any subordinates. -
Uses of ConditionResult in org.opends.server.backends
Methods in org.opends.server.backends that return ConditionResultModifier and TypeMethodDescriptionChangelogBackend.hasSubordinates(Dn entryDN) ConfigurationBackend.hasSubordinates(Dn entryDN) LdifBackend.hasSubordinates(Dn entryDN) MemoryBackend.hasSubordinates(Dn entryDN) MonitorBackend.hasSubordinates(Dn entryDN) NullBackend.hasSubordinates(Dn entryDN) RootDseBackend.hasSubordinates(Dn entryDN) SchemaBackend.hasSubordinates(Dn entryDN) -
Uses of ConditionResult in org.opends.server.backends.pluggable
Methods in org.opends.server.backends.pluggable that return ConditionResult -
Uses of ConditionResult in org.opends.server.backends.task
Methods in org.opends.server.backends.task that return ConditionResult