Searched defs:getMatchingRule (Results 1 - 25 of 51) sorted by relevance

123

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java57 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java56 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java57 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java56 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java57 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java57 public MatchingRule getMatchingRule() method in class:MatchingRuleTreeNode
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DAddSchemaFileTaskTestCase.java66 private MatchingRule getMatchingRule(String name, String oid, boolean isObsolete) method in class:AddSchemaFileTaskTestCase
76 return schema.getMatchingRule(oid);
98 MatchingRule matchingRule = getMatchingRule("testAddValidSchemaFileMatch", "1.3.6.1.4.1.26027.1.999.23", false);
171 getMatchingRule("testAddMultipleValidSchemaFiles1Match", "1.3.6.1.4.1.26027.1.999.24", false);
205 getMatchingRule("testAddMultipleValidSchemaFiles2Match", "1.3.6.1.4.1.26027.1.999.25", false);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DMatchingRuleUse.java185 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DMatchingRuleUse.java226 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
H A DDirectoryConfig.java213 public static MatchingRule getMatchingRule(String lowerName) method in class:DirectoryConfig
215 return DirectoryServer.getMatchingRule(lowerName);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DMatchingRuleUse.java225 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
H A DDirectoryConfig.java207 public static MatchingRule getMatchingRule(String lowerName) method in class:DirectoryConfig
209 return DirectoryServer.getMatchingRule(lowerName);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DMatchingRuleUse.java226 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DMatchingRuleUse.java226 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DMatchingRuleUse.java225 public MatchingRule getMatchingRule() method in class:MatchingRuleUse
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java1173 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
1180 DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1294 getMatchingRule();
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java1173 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
1180 DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1294 getMatchingRule();
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java1173 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
1180 DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1294 getMatchingRule();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java1173 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
1180 DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1294 getMatchingRule();
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java1173 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
1180 DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1294 getMatchingRule();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DNewAttributePanel.java231 MatchingRule rule = schema.getMatchingRule(key);
453 else if (schema.getMatchingRule(lowerCase) != null)
677 return getMatchingRule(approximate);
682 return getMatchingRule(equality);
687 return getMatchingRule(substring);
692 return getMatchingRule(ordering);
695 private MatchingRule getMatchingRule(JComboBox comboBox) method in class:NewAttributePanel
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesFilter.java954 public MatchingRule getMatchingRule() method in class:MatchedValuesFilter
958 matchingRule = DirectoryServer.getMatchingRule(toLowerCase(matchingRuleID));
1068 getMatchingRule();
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java163 private MatchingRule getMatchingRule(String oid) method in class:CollationMatchingRuleFactory
446 MatchingRule matchingRule = getMatchingRule(oid);
482 MatchingRule matchingRule = getMatchingRule(oid);
521 MatchingRule matchingRule = getMatchingRule(nOID);
540 MatchingRule equalityMatchingRule = getMatchingRule(OID);
576 MatchingRule matchingRule = getMatchingRule(oid);
612 MatchingRule matchingRule = getMatchingRule(oid);
647 MatchingRule matchingRule = getMatchingRule(oid);
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java162 private MatchingRule getMatchingRule(String oid) method in class:CollationMatchingRuleFactory
445 MatchingRule matchingRule = getMatchingRule(oid);
481 MatchingRule matchingRule = getMatchingRule(oid);
520 MatchingRule matchingRule = getMatchingRule(nOID);
539 MatchingRule equalityMatchingRule = getMatchingRule(OID);
575 MatchingRule matchingRule = getMatchingRule(oid);
611 MatchingRule matchingRule = getMatchingRule(oid);
646 MatchingRule matchingRule = getMatchingRule(oid);
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DCollationMatchingRuleFactory.java163 private MatchingRule getMatchingRule(String oid) method in class:CollationMatchingRuleFactory
446 MatchingRule matchingRule = getMatchingRule(oid);
482 MatchingRule matchingRule = getMatchingRule(oid);
521 MatchingRule matchingRule = getMatchingRule(nOID);
540 MatchingRule equalityMatchingRule = getMatchingRule(OID);
576 MatchingRule matchingRule = getMatchingRule(oid);
612 MatchingRule matchingRule = getMatchingRule(oid);
647 MatchingRule matchingRule = getMatchingRule(oid);

Completed in 318 milliseconds

123