Assertion |
AbstractOrderingMatchingRuleImpl.getAssertion(Schema schema,
ByteString value) |
|
Assertion |
MatchingRule.getAssertion(ByteString assertionValue) |
Compiles the provided assertion value as an Assertion suitable for use with equalityMatch, approxMatch
and extensibleMatch search filters.
|
Assertion |
MatchingRuleImpl.getAssertion(Schema schema,
ByteString assertionValue) |
Compiles the provided assertion value as an Assertion suitable for use with equalityMatch, approxMatch
and extensibleMatch search filters.
|
Assertion |
MatchingRule.getGreaterOrEqualAssertion(ByteString assertionValue) |
Compiles the provided ordering assertion value as an Assertion suitable for use with greaterOrEqual
search filters.
|
Assertion |
MatchingRule.getLessOrEqualAssertion(ByteString assertionValue) |
Compiles the provided ordering assertion value as an Assertion suitable for use with lessOrEqual search
filters.
|
Assertion |
AbstractOrderingMatchingRuleImpl.getOrderingAssertion(Schema schema,
ByteString lower,
ByteString upper,
boolean lowerIncluded,
boolean upperIncluded) |
|
Assertion |
MatchingRule.getOrderingAssertion(ByteString lower,
ByteString upper,
boolean lowerIncluded,
boolean upperIncluded) |
Compiles the provided ordering assertion value range as an Assertion suitable for use with ordering
search filters, including greaterOrEqual and lessOrEqual.
|
default Assertion |
MatchingRuleImpl.getOrderingAssertion(Schema schema,
ByteString lower,
ByteString upper,
boolean lowerIncluded,
boolean upperIncluded) |
Compiles the provided ordering assertion value range as an Assertion suitable for use with ordering
search filters, including greaterOrEqual and lessOrEqual.
|
Assertion |
MatchingRule.getSubstringAssertion(ByteString subInitial,
List<ByteString> subAnyElements,
ByteString subFinal) |
Compiles the provided substring assertion fragments as an Assertion suitable for use with substrings
search filters.
|
default Assertion |
MatchingRuleImpl.getSubstringAssertion(Schema schema,
ByteString subInitial,
List<ByteString> subAnyElements,
ByteString subFinal) |
Compiles the provided substring assertion fragments as an Assertion suitable for use with substrings
search filters.
|