Searched refs:substringMatchingRule (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeType.java128 private final SubstringMatchingRule substringMatchingRule; field in class:AttributeType
238 * @param substringMatchingRule
269 SubstringMatchingRule substringMatchingRule,
370 if (substringMatchingRule == null)
372 this.substringMatchingRule =
377 this.substringMatchingRule = substringMatchingRule;
602 return substringMatchingRule;
717 if (substringMatchingRule != null)
720 buffer.append(substringMatchingRule
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/src/server/org/opends/server/types/
H A DAttributeType.java127 private final SubstringMatchingRule substringMatchingRule; field in class:AttributeType
237 * @param substringMatchingRule
268 SubstringMatchingRule substringMatchingRule,
369 if (substringMatchingRule == null)
371 this.substringMatchingRule =
376 this.substringMatchingRule = substringMatchingRule;
601 return substringMatchingRule;
716 if (substringMatchingRule != null)
719 buffer.append(substringMatchingRule
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/types/
H A DAttributeType.java128 private final SubstringMatchingRule substringMatchingRule; field in class:AttributeType
238 * @param substringMatchingRule
269 SubstringMatchingRule substringMatchingRule,
370 if (substringMatchingRule == null)
372 this.substringMatchingRule =
377 this.substringMatchingRule = substringMatchingRule;
602 return substringMatchingRule;
717 if (substringMatchingRule != null)
720 buffer.append(substringMatchingRule
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-jel-hg/src/server/org/opends/server/types/
H A DAttributeType.java128 private final SubstringMatchingRule substringMatchingRule; field in class:AttributeType
238 * @param substringMatchingRule
269 SubstringMatchingRule substringMatchingRule,
370 if (substringMatchingRule == null)
372 this.substringMatchingRule =
377 this.substringMatchingRule = substringMatchingRule;
602 return substringMatchingRule;
717 if (substringMatchingRule != null)
720 buffer.append(substringMatchingRule
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/types/
H A DAttributeType.java127 private final SubstringMatchingRule substringMatchingRule; field in class:AttributeType
237 * @param substringMatchingRule
268 SubstringMatchingRule substringMatchingRule,
369 if (substringMatchingRule == null)
371 this.substringMatchingRule =
376 this.substringMatchingRule = substringMatchingRule;
601 return substringMatchingRule;
716 if (substringMatchingRule != null)
719 buffer.append(substringMatchingRule
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/main/java/org/opends/server/types/
H A DAttributeType.java114 private final MatchingRule substringMatchingRule; field in class:AttributeType
224 * @param substringMatchingRule
254 MatchingRule substringMatchingRule,
350 if (substringMatchingRule == null)
352 this.substringMatchingRule =
357 this.substringMatchingRule = substringMatchingRule;
492 return substringMatchingRule;
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/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java77 private SubstringMatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
104 this.substringMatchingRule = null;
217 if (substringMatchingRule != null)
220 definition.append(substringMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
386 * Set the substringMatchingRule.
388 * @param substringMatchingRule
389 * The substringMatchingRule.
392 SubstringMatchingRule substringMatchingRule) {
393 this.substringMatchingRule
391 setSubstringMatchingRule( SubstringMatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java76 private SubstringMatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
103 this.substringMatchingRule = null;
216 if (substringMatchingRule != null)
219 definition.append(substringMatchingRule.getNameOrOID());
289 orderingMatchingRule, substringMatchingRule,
385 * Set the substringMatchingRule.
387 * @param substringMatchingRule
388 * The substringMatchingRule.
391 SubstringMatchingRule substringMatchingRule) {
392 this.substringMatchingRule
390 setSubstringMatchingRule( SubstringMatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java77 private SubstringMatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
104 this.substringMatchingRule = null;
217 if (substringMatchingRule != null)
220 definition.append(substringMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
386 * Set the substringMatchingRule.
388 * @param substringMatchingRule
389 * The substringMatchingRule.
392 SubstringMatchingRule substringMatchingRule) {
393 this.substringMatchingRule
391 setSubstringMatchingRule( SubstringMatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java76 private SubstringMatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
103 this.substringMatchingRule = null;
216 if (substringMatchingRule != null)
219 definition.append(substringMatchingRule.getNameOrOID());
289 orderingMatchingRule, substringMatchingRule,
385 * Set the substringMatchingRule.
387 * @param substringMatchingRule
388 * The substringMatchingRule.
391 SubstringMatchingRule substringMatchingRule) {
392 this.substringMatchingRule
390 setSubstringMatchingRule( SubstringMatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeType.java77 private SubstringMatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
104 this.substringMatchingRule = null;
217 if (substringMatchingRule != null)
220 definition.append(substringMatchingRule.getNameOrOID());
290 orderingMatchingRule, substringMatchingRule,
386 * Set the substringMatchingRule.
388 * @param substringMatchingRule
389 * The substringMatchingRule.
392 SubstringMatchingRule substringMatchingRule) {
393 this.substringMatchingRule
391 setSubstringMatchingRule( SubstringMatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestAttributeType.java66 private MatchingRule substringMatchingRule; field in class:TestAttributeType.AttributeTypeBuilder
93 this.substringMatchingRule = null;
193 if (substringMatchingRule != null)
196 definition.append(substringMatchingRule.getNameOrOID());
266 orderingMatchingRule, substringMatchingRule,
361 * Set the substringMatchingRule.
363 * @param substringMatchingRule
364 * The substringMatchingRule.
367 MatchingRule substringMatchingRule) {
368 this.substringMatchingRule
366 setSubstringMatchingRule( MatchingRule substringMatchingRule) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java175 private SubstringMatchingRule substringMatchingRule; field in class:MatchedValuesFilter
213 substringMatchingRule = null;
1089 substringMatchingRule.normalizeSubstring(s));
1267 if (substringMatchingRule == null)
1272 substringMatchingRule = attrType.getSubstringMatchingRule();
1276 return substringMatchingRule;
1352 attributeType.equals(type) && (substringMatchingRule != null))
1359 return substringMatchingRule.valueMatchesSubstring(
1360 substringMatchingRule.normalizeValue(value.getValue()),
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java175 private SubstringMatchingRule substringMatchingRule; field in class:MatchedValuesFilter
213 substringMatchingRule = null;
1089 substringMatchingRule.normalizeSubstring(s));
1267 if (substringMatchingRule == null)
1272 substringMatchingRule = attrType.getSubstringMatchingRule();
1276 return substringMatchingRule;
1352 attributeType.equals(type) && (substringMatchingRule != null))
1359 return substringMatchingRule.valueMatchesSubstring(
1360 substringMatchingRule.normalizeValue(value.getValue()),
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java175 private SubstringMatchingRule substringMatchingRule; field in class:MatchedValuesFilter
213 substringMatchingRule = null;
1089 substringMatchingRule.normalizeSubstring(s));
1267 if (substringMatchingRule == null)
1272 substringMatchingRule = attrType.getSubstringMatchingRule();
1276 return substringMatchingRule;
1352 attributeType.equals(type) && (substringMatchingRule != null))
1359 return substringMatchingRule.valueMatchesSubstring(
1360 substringMatchingRule.normalizeValue(value.getValue()),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java175 private SubstringMatchingRule substringMatchingRule; field in class:MatchedValuesFilter
213 substringMatchingRule = null;
1089 substringMatchingRule.normalizeSubstring(s));
1267 if (substringMatchingRule == null)
1272 substringMatchingRule = attrType.getSubstringMatchingRule();
1276 return substringMatchingRule;
1352 attributeType.equals(type) && (substringMatchingRule != null))
1359 return substringMatchingRule.valueMatchesSubstring(
1360 substringMatchingRule.normalizeValue(value.getValue()),
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java175 private SubstringMatchingRule substringMatchingRule; field in class:MatchedValuesFilter
213 substringMatchingRule = null;
1089 substringMatchingRule.normalizeSubstring(s));
1267 if (substringMatchingRule == null)
1272 substringMatchingRule = attrType.getSubstringMatchingRule();
1276 return substringMatchingRule;
1352 attributeType.equals(type) && (substringMatchingRule != null))
1359 return substringMatchingRule.valueMatchesSubstring(
1360 substringMatchingRule.normalizeValue(value.getValue()),
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1133 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1275 if(substringMatchingRule == null)
1277 substringMatchingRule =
1280 return substringMatchingRule;
1329 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1495 if(substringMatchingRule == null)
1497 substringMatchingRule =
1500 return substringMatchingRule;
H A DAttributeTypeSyntax.java455 SubstringMatchingRule substringMatchingRule = null;
675 substringMatchingRule = superiorType.getSubstringMatchingRule();
745 substringMatchingRule = smr;
864 if (substringMatchingRule == null)
866 substringMatchingRule = syntax.getSubstringMatchingRule();
1016 orderingMatchingRule, substringMatchingRule,
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1132 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1274 if(substringMatchingRule == null)
1276 substringMatchingRule =
1279 return substringMatchingRule;
1328 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1494 if(substringMatchingRule == null)
1496 substringMatchingRule =
1499 return substringMatchingRule;
H A DAttributeTypeSyntax.java454 SubstringMatchingRule substringMatchingRule = null;
674 substringMatchingRule = superiorType.getSubstringMatchingRule();
744 substringMatchingRule = smr;
863 if (substringMatchingRule == null)
865 substringMatchingRule = syntax.getSubstringMatchingRule();
1015 orderingMatchingRule, substringMatchingRule,
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1133 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1275 if(substringMatchingRule == null)
1277 substringMatchingRule =
1280 return substringMatchingRule;
1329 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1495 if(substringMatchingRule == null)
1497 substringMatchingRule =
1500 return substringMatchingRule;
H A DAttributeTypeSyntax.java455 SubstringMatchingRule substringMatchingRule = null;
675 substringMatchingRule = superiorType.getSubstringMatchingRule();
745 substringMatchingRule = smr;
864 if (substringMatchingRule == null)
866 substringMatchingRule = syntax.getSubstringMatchingRule();
1016 orderingMatchingRule, substringMatchingRule,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1133 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1275 if(substringMatchingRule == null)
1277 substringMatchingRule =
1280 return substringMatchingRule;
1329 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1495 if(substringMatchingRule == null)
1497 substringMatchingRule =
1500 return substringMatchingRule;
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DLDAPSyntaxDescriptionSyntax.java1132 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.RegexSyntax
1274 if(substringMatchingRule == null)
1276 substringMatchingRule =
1279 return substringMatchingRule;
1328 private SubstringMatchingRule substringMatchingRule; field in class:LDAPSyntaxDescriptionSyntax.EnumSyntax
1494 if(substringMatchingRule == null)
1496 substringMatchingRule =
1499 return substringMatchingRule;

Completed in 116 milliseconds

12