public final class HistoricalCsnOrderingMatchingRuleImpl extends Object implements org.forgerock.opendj.ldap.schema.MatchingRuleImpl
| Constructor and Description |
|---|
HistoricalCsnOrderingMatchingRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends org.forgerock.opendj.ldap.spi.Indexer> |
createIndexers(org.forgerock.opendj.ldap.spi.IndexingOptions options) |
org.forgerock.opendj.ldap.Assertion |
getAssertion(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence value) |
org.forgerock.opendj.ldap.Assertion |
getGreaterOrEqualAssertion(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence value) |
org.forgerock.opendj.ldap.Assertion |
getLessOrEqualAssertion(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence value) |
org.forgerock.opendj.ldap.Assertion |
getSubstringAssertion(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence subInitial,
List<? extends org.forgerock.opendj.ldap.ByteSequence> subAnyElements,
org.forgerock.opendj.ldap.ByteSequence subFinal) |
org.forgerock.opendj.ldap.ByteString |
normalizeAttributeValue(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence value) |
public HistoricalCsnOrderingMatchingRuleImpl()
public org.forgerock.opendj.ldap.ByteString normalizeAttributeValue(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence value) throws org.forgerock.opendj.ldap.DecodeException
normalizeAttributeValue in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplorg.forgerock.opendj.ldap.DecodeExceptionpublic org.forgerock.opendj.ldap.Assertion getAssertion(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence value) throws org.forgerock.opendj.ldap.DecodeException
getAssertion in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplorg.forgerock.opendj.ldap.DecodeExceptionpublic org.forgerock.opendj.ldap.Assertion getSubstringAssertion(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence subInitial, List<? extends org.forgerock.opendj.ldap.ByteSequence> subAnyElements, org.forgerock.opendj.ldap.ByteSequence subFinal) throws org.forgerock.opendj.ldap.DecodeException
getSubstringAssertion in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplorg.forgerock.opendj.ldap.DecodeExceptionpublic org.forgerock.opendj.ldap.Assertion getGreaterOrEqualAssertion(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence value) throws org.forgerock.opendj.ldap.DecodeException
getGreaterOrEqualAssertion in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplorg.forgerock.opendj.ldap.DecodeExceptionpublic org.forgerock.opendj.ldap.Assertion getLessOrEqualAssertion(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence value) throws org.forgerock.opendj.ldap.DecodeException
getLessOrEqualAssertion in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplorg.forgerock.opendj.ldap.DecodeExceptionpublic Collection<? extends org.forgerock.opendj.ldap.spi.Indexer> createIndexers(org.forgerock.opendj.ldap.spi.IndexingOptions options)
createIndexers in interface org.forgerock.opendj.ldap.schema.MatchingRuleImplCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.