Uses of Class
org.forgerock.opendj.ldap.schema.MatchingRuleImpl.IndexId
Packages that use MatchingRuleImpl.IndexId
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of MatchingRuleImpl.IndexId in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type MatchingRuleImpl.IndexIdModifier and TypeMethodDescriptionstatic AssertionAssertions.anyOfEqualityAssertion(MatchingRuleImpl.IndexId indexId, Map<ByteString, ByteString> assertions) Returns an "anyOf" assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.static AssertionAssertions.equalityAssertion(MatchingRuleImpl.IndexId indexId, ByteString normalizedAssertionValue, ByteString assertionValue) Returns an assertion suitable for implementing simple equality matching rules whose assertion syntax is the same as the attribute value syntax.static AssertionAssertions.orderingAssertion(MatchingRuleImpl.IndexId indexId, ByteString lower, ByteString lowerNormalized, ByteString upper, ByteString upperNormalized, boolean lowerIncluded, boolean upperIncluded) Returns an assertion suitable for implementing ordering matching rules. -
Uses of MatchingRuleImpl.IndexId in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return MatchingRuleImpl.IndexIdModifier and TypeMethodDescriptionIndexer.getIndexId()Returns an index identifier associated with this indexer.static MatchingRuleImpl.IndexIdFactory method for creating an index ID.MatchingRuleImpl.IndexId.withPrefix(String prefix) Returns a new index ID with the provided prefix.MatchingRuleImpl.IndexId.withPrefixAndSuffix(String prefix, String suffix) Returns a new index ID with the provided prefix and suffix.MatchingRuleImpl.IndexId.withSuffix(String suffix) Returns a new index ID with the provided suffix.Methods in org.forgerock.opendj.ldap.schema with parameters of type MatchingRuleImpl.IndexIdModifier and TypeMethodDescriptionIndexQueryFactory.createExactMatchQuery(AttributeDescription attributeDescription, MatchingRuleImpl.IndexId indexId, ByteString key) Returns a query requesting an index record matching the provided key.IndexQueryFactory.createRangeMatchQuery(AttributeDescription attributeDescription, MatchingRuleImpl.IndexId indexId, ByteString lower, ByteString upper, boolean lowerIncluded, boolean upperIncluded) Returns a query requesting all index records in the specified range.Constructors in org.forgerock.opendj.ldap.schema with parameters of type MatchingRuleImpl.IndexIdModifierConstructorDescriptionprotectedCreates an instance of the ordering matching rule.