Searched defs:matchingRuleUse (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java2265 * @param matchingRuleUse The matching rule use definition to
2276 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2282 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2292 get(matchingRuleUse.getName(),
2300 matchingRuleUses.put(matchingRule, matchingRuleUse);
2306 String valueString = matchingRuleUse.getDefinition();
2321 * @param matchingRuleUse The matching rule use to deregister with
2325 MatchingRuleUse matchingRuleUse)
2329 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
2330 matchingRuleUse);
2324 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java2982 * @param matchingRuleUse The matching rule use to add or replace in the
2994 private void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
3006 for (String name : matchingRuleUse.getNames().keySet())
3019 matchingRuleUse.getName(),
3035 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
3041 get(matchingRuleUse.getName(), matchingRule.getNameOrOID(),
3049 matchingRuleUse.getName(), matchingRule.getNameOrOID());
3056 for (AttributeType at : matchingRuleUse.getAttributes())
3061 matchingRuleUse.getName(), at.getNameOrOID());
3067 matchingRuleUse
3147 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, ArrayList<Modification> modifications, int currentPosition, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java3108 * @param matchingRuleUse The matching rule use to add or replace in the
3120 private void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
3132 for (String name : matchingRuleUse.getNames().keySet())
3145 matchingRuleUse.getName(),
3161 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
3167 get(matchingRuleUse.getName(), matchingRule.getNameOrOID(),
3175 matchingRuleUse.getName(), matchingRule.getNameOrOID());
3182 for (AttributeType at : matchingRuleUse.getAttributes())
3187 matchingRuleUse.getName(), at.getNameOrOID());
3193 matchingRuleUse
3277 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, ArrayList<Modification> modifications, int currentPosition, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java2281 * @param matchingRuleUse The matching rule use definition to
2292 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2298 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2308 get(matchingRuleUse.getName(),
2316 matchingRuleUses.put(matchingRule, matchingRuleUse);
2322 String valueString = matchingRuleUse.getDefinition();
2337 * @param matchingRuleUse The matching rule use to deregister with
2341 MatchingRuleUse matchingRuleUse)
2345 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
2346 matchingRuleUse);
2340 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java3108 * @param matchingRuleUse The matching rule use to add or replace in the
3120 private void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
3132 for (String name : matchingRuleUse.getNames().keySet())
3145 matchingRuleUse.getName(),
3161 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
3167 get(matchingRuleUse.getName(), matchingRule.getNameOrOID(),
3175 matchingRuleUse.getName(), matchingRule.getNameOrOID());
3182 for (AttributeType at : matchingRuleUse.getAttributes())
3187 matchingRuleUse.getName(), at.getNameOrOID());
3193 matchingRuleUse
3277 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, ArrayList<Modification> modifications, int currentPosition, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java2266 * @param matchingRuleUse The matching rule use definition to
2277 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2283 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2293 get(matchingRuleUse.getName(),
2301 matchingRuleUses.put(matchingRule, matchingRuleUse);
2307 String valueString = matchingRuleUse.getDefinition();
2322 * @param matchingRuleUse The matching rule use to deregister with
2326 MatchingRuleUse matchingRuleUse)
2330 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
2331 matchingRuleUse);
2325 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java2265 * @param matchingRuleUse The matching rule use definition to
2276 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2282 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2292 get(matchingRuleUse.getName(),
2300 matchingRuleUses.put(matchingRule, matchingRuleUse);
2306 String valueString = matchingRuleUse.getDefinition();
2321 * @param matchingRuleUse The matching rule use to deregister with
2325 MatchingRuleUse matchingRuleUse)
2329 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
2330 matchingRuleUse);
2324 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java2982 * @param matchingRuleUse The matching rule use to add or replace in the
2994 private void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
3006 for (String name : matchingRuleUse.getNames().keySet())
3019 matchingRuleUse.getName(),
3035 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
3041 get(matchingRuleUse.getName(), matchingRule.getNameOrOID(),
3049 matchingRuleUse.getName(), matchingRule.getNameOrOID());
3056 for (AttributeType at : matchingRuleUse.getAttributes())
3061 matchingRuleUse.getName(), at.getNameOrOID());
3067 matchingRuleUse
3147 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, ArrayList<Modification> modifications, int currentPosition, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java2281 * @param matchingRuleUse The matching rule use definition to
2292 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2298 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2308 get(matchingRuleUse.getName(),
2316 matchingRuleUses.put(matchingRule, matchingRuleUse);
2322 String valueString = matchingRuleUse.getDefinition();
2337 * @param matchingRuleUse The matching rule use to deregister with
2341 MatchingRuleUse matchingRuleUse)
2345 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
2346 matchingRuleUse);
2340 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java3100 * @param matchingRuleUse The matching rule use to add or replace in the
3112 private static void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
3124 for (String name : matchingRuleUse.getNames().keySet())
3134 .get(matchingRuleUse.getName(), existingMRU.getName(), mru.getName());
3147 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
3153 get(matchingRuleUse.getName(), matchingRule.getNameOrOID(),
3161 matchingRuleUse.getName(), matchingRule.getNameOrOID());
3168 for (AttributeType at : matchingRuleUse.getAttributes())
3173 matchingRuleUse.getName(), at.getNameOrOID());
3179 matchingRuleUse
3263 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, ArrayList<Modification> modifications, int currentPosition, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java2533 * @param matchingRuleUse The matching rule use to add or replace in the
2545 private void addMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2557 for (String name : matchingRuleUse.getNames().keySet())
2570 matchingRuleUse.getNameOrOID(),
2586 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
2592 get(matchingRuleUse.getNameOrOID(), matchingRule.getNameOrOID(),
2600 matchingRuleUse.getNameOrOID(), matchingRule.getNameOrOID());
2607 for (AttributeType at : matchingRuleUse.getAttributes())
2612 matchingRuleUse.getNameOrOID(), at.getNameOrOID());
2618 matchingRuleUse
2665 removeMatchingRuleUse(MatchingRuleUse matchingRuleUse, Schema schema, Set<String> modifiedSchemaFiles) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java1087 * @param matchingRuleUse The matching rule use definition to
1098 public void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
1104 MatchingRule matchingRule = matchingRuleUse.getMatchingRule();
1111 get(matchingRuleUse.getNameOrOID(),
1118 matchingRuleUses.put(matchingRule, matchingRuleUse);
1128 * @param matchingRuleUse The matching rule use to deregister with
1132 MatchingRuleUse matchingRuleUse)
1136 matchingRuleUses.remove(matchingRuleUse.getMatchingRule(),
1137 matchingRuleUse);
1131 deregisterMatchingRuleUse( MatchingRuleUse matchingRuleUse) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java4267 * @param matchingRuleUse The matching rule use to register with the
4278 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
4282 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
4291 * @param matchingRuleUse The matching rule use to deregister with the
4294 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
4296 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java3988 * @param matchingRuleUse The matching rule use to register with the
3999 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
4003 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
4012 * @param matchingRuleUse The matching rule use to deregister with the
4015 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
4017 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java4268 * @param matchingRuleUse The matching rule use to register with the
4279 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
4283 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
4292 * @param matchingRuleUse The matching rule use to deregister with the
4295 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
4297 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java4495 * @param matchingRuleUse The matching rule use to register with the
4506 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
4510 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
4519 * @param matchingRuleUse The matching rule use to deregister with the
4522 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
4524 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java3988 * @param matchingRuleUse The matching rule use to register with the
3999 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
4003 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
4012 * @param matchingRuleUse The matching rule use to deregister with the
4015 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
4017 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java2955 * @param matchingRuleUse The matching rule use to register with the
2966 public static void registerMatchingRuleUse(MatchingRuleUse matchingRuleUse, argument
2970 directoryServer.schema.registerMatchingRuleUse(matchingRuleUse,
2977 * @param matchingRuleUse The matching rule use to deregister with the
2980 public static void deregisterMatchingRuleUse(MatchingRuleUse matchingRuleUse) argument
2982 directoryServer.schema.deregisterMatchingRuleUse(matchingRuleUse);

Completed in 289 milliseconds