Searched defs:orderingMatchingRule (Results 1 - 23 of 23) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeType.java112 private final MatchingRule orderingMatchingRule; field in class:AttributeType
221 * @param orderingMatchingRule
253 MatchingRule orderingMatchingRule,
339 if (orderingMatchingRule == null)
341 this.orderingMatchingRule =
346 this.orderingMatchingRule = orderingMatchingRule;
478 return orderingMatchingRule;
246 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, MatchingRule approximateMatchingRule, MatchingRule equalityMatchingRule, MatchingRule orderingMatchingRule, MatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1136 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1254 if(orderingMatchingRule == null)
1256 orderingMatchingRule =
1259 return orderingMatchingRule;
1332 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1407 DirectoryServer.deregisterMatchingRule(orderingMatchingRule);
1467 if(orderingMatchingRule == null)
1469 orderingMatchingRule = new EnumOrderingMatchingRule(this, oid);
1472 DirectoryServer.registerMatchingRule(orderingMatchingRule, false);
1479 return orderingMatchingRule;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeType.java119 private final OrderingMatchingRule orderingMatchingRule; field in class:AttributeType
235 * @param orderingMatchingRule
268 OrderingMatchingRule orderingMatchingRule,
359 if (orderingMatchingRule == null)
361 this.orderingMatchingRule =
366 this.orderingMatchingRule = orderingMatchingRule;
588 return orderingMatchingRule;
711 if (orderingMatchingRule != null)
714 buffer.append(orderingMatchingRule
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java74 private OrderingMatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
103 this.orderingMatchingRule = null;
211 if (orderingMatchingRule != null)
214 definition.append(orderingMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
373 * Set the orderingMatchingRule.
375 * @param orderingMatchingRule
376 * The orderingMatchingRule.
379 OrderingMatchingRule orderingMatchingRule) {
380 this.orderingMatchingRule
378 setOrderingMatchingRule( OrderingMatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java73 private OrderingMatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
102 this.orderingMatchingRule = null;
210 if (orderingMatchingRule != null)
213 definition.append(orderingMatchingRule.getNameOrOID());
289 orderingMatchingRule, substringMatchingRule,
372 * Set the orderingMatchingRule.
374 * @param orderingMatchingRule
375 * The orderingMatchingRule.
378 OrderingMatchingRule orderingMatchingRule) {
379 this.orderingMatchingRule
377 setOrderingMatchingRule( OrderingMatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1135 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1253 if(orderingMatchingRule == null)
1255 orderingMatchingRule =
1258 return orderingMatchingRule;
1331 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1406 DirectoryServer.deregisterMatchingRule(orderingMatchingRule);
1466 if(orderingMatchingRule == null)
1468 orderingMatchingRule = new EnumOrderingMatchingRule(this, oid);
1471 DirectoryServer.registerMatchingRule(orderingMatchingRule, false);
1478 return orderingMatchingRule;
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeType.java118 private final OrderingMatchingRule orderingMatchingRule; field in class:AttributeType
234 * @param orderingMatchingRule
267 OrderingMatchingRule orderingMatchingRule,
358 if (orderingMatchingRule == null)
360 this.orderingMatchingRule =
365 this.orderingMatchingRule = orderingMatchingRule;
587 return orderingMatchingRule;
710 if (orderingMatchingRule != null)
713 buffer.append(orderingMatchingRule
259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1136 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1254 if(orderingMatchingRule == null)
1256 orderingMatchingRule =
1259 return orderingMatchingRule;
1332 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1407 DirectoryServer.deregisterMatchingRule(orderingMatchingRule);
1467 if(orderingMatchingRule == null)
1469 orderingMatchingRule = new EnumOrderingMatchingRule(this, oid);
1472 DirectoryServer.registerMatchingRule(orderingMatchingRule, false);
1479 return orderingMatchingRule;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeType.java119 private final OrderingMatchingRule orderingMatchingRule; field in class:AttributeType
235 * @param orderingMatchingRule
268 OrderingMatchingRule orderingMatchingRule,
359 if (orderingMatchingRule == null)
361 this.orderingMatchingRule =
366 this.orderingMatchingRule = orderingMatchingRule;
588 return orderingMatchingRule;
711 if (orderingMatchingRule != null)
714 buffer.append(orderingMatchingRule
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java74 private OrderingMatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
103 this.orderingMatchingRule = null;
211 if (orderingMatchingRule != null)
214 definition.append(orderingMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
373 * Set the orderingMatchingRule.
375 * @param orderingMatchingRule
376 * The orderingMatchingRule.
379 OrderingMatchingRule orderingMatchingRule) {
380 this.orderingMatchingRule
378 setOrderingMatchingRule( OrderingMatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java73 private OrderingMatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
102 this.orderingMatchingRule = null;
210 if (orderingMatchingRule != null)
213 definition.append(orderingMatchingRule.getNameOrOID());
289 orderingMatchingRule, substringMatchingRule,
372 * Set the orderingMatchingRule.
374 * @param orderingMatchingRule
375 * The orderingMatchingRule.
378 OrderingMatchingRule orderingMatchingRule) {
379 this.orderingMatchingRule
377 setOrderingMatchingRule( OrderingMatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java74 private OrderingMatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
103 this.orderingMatchingRule = null;
211 if (orderingMatchingRule != null)
214 definition.append(orderingMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
373 * Set the orderingMatchingRule.
375 * @param orderingMatchingRule
376 * The orderingMatchingRule.
379 OrderingMatchingRule orderingMatchingRule) {
380 this.orderingMatchingRule
378 setOrderingMatchingRule( OrderingMatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1136 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1254 if(orderingMatchingRule == null)
1256 orderingMatchingRule =
1259 return orderingMatchingRule;
1332 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1407 DirectoryServer.deregisterMatchingRule(orderingMatchingRule);
1467 if(orderingMatchingRule == null)
1469 orderingMatchingRule = new EnumOrderingMatchingRule(this, oid);
1472 DirectoryServer.registerMatchingRule(orderingMatchingRule, false);
1479 return orderingMatchingRule;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeType.java119 private final OrderingMatchingRule orderingMatchingRule; field in class:AttributeType
235 * @param orderingMatchingRule
268 OrderingMatchingRule orderingMatchingRule,
359 if (orderingMatchingRule == null)
361 this.orderingMatchingRule =
366 this.orderingMatchingRule = orderingMatchingRule;
588 return orderingMatchingRule;
711 if (orderingMatchingRule != null)
714 buffer.append(orderingMatchingRule
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1135 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1253 if(orderingMatchingRule == null)
1255 orderingMatchingRule =
1258 return orderingMatchingRule;
1331 private OrderingMatchingRule orderingMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1406 DirectoryServer.deregisterMatchingRule(orderingMatchingRule);
1466 if(orderingMatchingRule == null)
1468 orderingMatchingRule = new EnumOrderingMatchingRule(this, oid);
1471 DirectoryServer.registerMatchingRule(orderingMatchingRule, false);
1478 return orderingMatchingRule;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeType.java118 private final OrderingMatchingRule orderingMatchingRule; field in class:AttributeType
234 * @param orderingMatchingRule
267 OrderingMatchingRule orderingMatchingRule,
358 if (orderingMatchingRule == null)
360 this.orderingMatchingRule =
365 this.orderingMatchingRule = orderingMatchingRule;
587 return orderingMatchingRule;
710 if (orderingMatchingRule != null)
713 buffer.append(orderingMatchingRule
259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestAttributeType.java64 private MatchingRule orderingMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
92 this.orderingMatchingRule = null;
187 if (orderingMatchingRule != null)
190 definition.append(orderingMatchingRule.getNameOrOID());
266 orderingMatchingRule, substringMatchingRule,
348 * Set the orderingMatchingRule.
350 * @param orderingMatchingRule
351 * The orderingMatchingRule.
354 MatchingRule orderingMatchingRule) {
355 this.orderingMatchingRule
353 setOrderingMatchingRule( MatchingRule orderingMatchingRule) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java166 private OrderingMatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
212 orderingMatchingRule = null;
1244 if (orderingMatchingRule == null)
1249 orderingMatchingRule = attrType.getOrderingMatchingRule();
1253 return orderingMatchingRule;
1383 (value != null) && (orderingMatchingRule != null))
1387 return (orderingMatchingRule.compareValues(
1389 orderingMatchingRule.normalizeValue(
1411 (value != null) && (orderingMatchingRule != null))
1415 return (orderingMatchingRule
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java166 private OrderingMatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
212 orderingMatchingRule = null;
1244 if (orderingMatchingRule == null)
1249 orderingMatchingRule = attrType.getOrderingMatchingRule();
1253 return orderingMatchingRule;
1383 (value != null) && (orderingMatchingRule != null))
1387 return (orderingMatchingRule.compareValues(
1389 orderingMatchingRule.normalizeValue(
1411 (value != null) && (orderingMatchingRule != null))
1415 return (orderingMatchingRule
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java166 private OrderingMatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
212 orderingMatchingRule = null;
1244 if (orderingMatchingRule == null)
1249 orderingMatchingRule = attrType.getOrderingMatchingRule();
1253 return orderingMatchingRule;
1383 (value != null) && (orderingMatchingRule != null))
1387 return (orderingMatchingRule.compareValues(
1389 orderingMatchingRule.normalizeValue(
1411 (value != null) && (orderingMatchingRule != null))
1415 return (orderingMatchingRule
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java166 private OrderingMatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
212 orderingMatchingRule = null;
1244 if (orderingMatchingRule == null)
1249 orderingMatchingRule = attrType.getOrderingMatchingRule();
1253 return orderingMatchingRule;
1383 (value != null) && (orderingMatchingRule != null))
1387 return (orderingMatchingRule.compareValues(
1389 orderingMatchingRule.normalizeValue(
1411 (value != null) && (orderingMatchingRule != null))
1415 return (orderingMatchingRule
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java166 private OrderingMatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
212 orderingMatchingRule = null;
1244 if (orderingMatchingRule == null)
1249 orderingMatchingRule = attrType.getOrderingMatchingRule();
1253 return orderingMatchingRule;
1383 (value != null) && (orderingMatchingRule != null))
1387 return (orderingMatchingRule.compareValues(
1389 orderingMatchingRule.normalizeValue(
1411 (value != null) && (orderingMatchingRule != null))
1415 return (orderingMatchingRule
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesFilter.java97 private MatchingRule orderingMatchingRule; field in class:MatchedValuesFilter
1020 if (orderingMatchingRule == null)
1025 orderingMatchingRule = attrType.getOrderingMatchingRule();
1029 return orderingMatchingRule;
1131 && orderingMatchingRule != null)
1135 ByteString normValue = orderingMatchingRule.normalizeAttributeValue(value);
1136 Assertion assertion = orderingMatchingRule.getGreaterOrEqualAssertion(assertionValue);
1152 && orderingMatchingRule != null)
1156 ByteString normValue = orderingMatchingRule.normalizeAttributeValue(value);
1157 Assertion assertion = orderingMatchingRule
[all...]

Completed in 83 milliseconds