Searched refs:ExtensibleMatchingRule (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/api/
H A DExtensibleMatchingRule.java48 public interface ExtensibleMatchingRule extends MatchingRule interface in inherits:MatchingRule
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DExtensibleMatchingRule.java49 public interface ExtensibleMatchingRule extends MatchingRule interface in inherits:MatchingRule
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DExtensibleMatchingRule.java49 public interface ExtensibleMatchingRule extends MatchingRule interface in inherits:MatchingRule
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DExtensibleMatchingRule.java48 public interface ExtensibleMatchingRule extends MatchingRule interface in inherits:MatchingRule
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DExtensibleMatchingRule.java49 public interface ExtensibleMatchingRule extends MatchingRule interface in inherits:MatchingRule
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java35 import org.opends.server.api.ExtensibleMatchingRule;
83 ExtensibleMatchingRule matchingRule,
H A DAttributeIndex.java49 import org.opends.server.api.ExtensibleMatchingRule;
126 * The ExtensibleMatchingRuleIndex instance for ExtensibleMatchingRule
275 ExtensibleMatchingRule rule =
2173 Set<ExtensibleMatchingRule> validRules =
2174 new HashSet<ExtensibleMatchingRule>();
2182 ExtensibleMatchingRule rule =
2257 Set<ExtensibleMatchingRule> deletedRules =
2258 new HashSet<ExtensibleMatchingRule>();
2259 for(ExtensibleMatchingRule r:extensibleIndexes.getRules())
2271 for(ExtensibleMatchingRule rul
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java36 import org.opends.server.api.ExtensibleMatchingRule;
84 ExtensibleMatchingRule matchingRule,
H A DAttributeIndex.java49 import org.opends.server.api.ExtensibleMatchingRule;
126 * The ExtensibleMatchingRuleIndex instance for ExtensibleMatchingRule
275 ExtensibleMatchingRule rule =
2170 Set<ExtensibleMatchingRule> validRules =
2171 new HashSet<ExtensibleMatchingRule>();
2179 ExtensibleMatchingRule rule =
2254 Set<ExtensibleMatchingRule> deletedRules =
2255 new HashSet<ExtensibleMatchingRule>();
2256 for(ExtensibleMatchingRule r:extensibleIndexes.getRules())
2268 for(ExtensibleMatchingRule rul
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java36 import org.opends.server.api.ExtensibleMatchingRule;
84 ExtensibleMatchingRule matchingRule,
H A DAttributeIndex.java49 import org.opends.server.api.ExtensibleMatchingRule;
126 * The ExtensibleMatchingRuleIndex instance for ExtensibleMatchingRule
275 ExtensibleMatchingRule rule =
2171 Set<ExtensibleMatchingRule> validRules =
2172 new HashSet<ExtensibleMatchingRule>();
2180 ExtensibleMatchingRule rule =
2255 Set<ExtensibleMatchingRule> deletedRules =
2256 new HashSet<ExtensibleMatchingRule>();
2257 for(ExtensibleMatchingRule r:extensibleIndexes.getRules())
2269 for(ExtensibleMatchingRule rul
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java35 import org.opends.server.api.ExtensibleMatchingRule;
83 ExtensibleMatchingRule matchingRule,
H A DAttributeIndex.java49 import org.opends.server.api.ExtensibleMatchingRule;
126 * The ExtensibleMatchingRuleIndex instance for ExtensibleMatchingRule
275 ExtensibleMatchingRule rule =
2173 Set<ExtensibleMatchingRule> validRules =
2174 new HashSet<ExtensibleMatchingRule>();
2182 ExtensibleMatchingRule rule =
2257 Set<ExtensibleMatchingRule> deletedRules =
2258 new HashSet<ExtensibleMatchingRule>();
2259 for(ExtensibleMatchingRule r:extensibleIndexes.getRules())
2271 for(ExtensibleMatchingRule rul
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DJEExtensibleIndexer.java36 import org.opends.server.api.ExtensibleMatchingRule;
84 ExtensibleMatchingRule matchingRule,
H A DAttributeIndex.java49 import org.opends.server.api.ExtensibleMatchingRule;
126 * The ExtensibleMatchingRuleIndex instance for ExtensibleMatchingRule
275 ExtensibleMatchingRule rule =
2170 Set<ExtensibleMatchingRule> validRules =
2171 new HashSet<ExtensibleMatchingRule>();
2179 ExtensibleMatchingRule rule =
2254 Set<ExtensibleMatchingRule> deletedRules =
2255 new HashSet<ExtensibleMatchingRule>();
2256 for(ExtensibleMatchingRule r:extensibleIndexes.getRules())
2268 for(ExtensibleMatchingRule rul
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java52 import org.opends.server.api.ExtensibleMatchingRule;
157 private ConcurrentHashMap<String,ExtensibleMatchingRule>
260 new ConcurrentHashMap<String,ExtensibleMatchingRule>();
1182 else if(matchingRule instanceof ExtensibleMatchingRule)
1185 (ExtensibleMatchingRule) matchingRule,overwriteExisting);
2028 public Map<String,ExtensibleMatchingRule>
2048 public ExtensibleMatchingRule getExtensibleMatchingRule(
2051 //An ExtensibleMatchingRule can be of multiple types.
2053 if(rule instanceof ExtensibleMatchingRule)
2055 return (ExtensibleMatchingRule)rul
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java47 import org.opends.server.api.ExtensibleMatchingRule;
165 private ConcurrentHashMap<String,ExtensibleMatchingRule>
276 new ConcurrentHashMap<String,ExtensibleMatchingRule>();
1198 else if(matchingRule instanceof ExtensibleMatchingRule)
1201 (ExtensibleMatchingRule) matchingRule,overwriteExisting);
2044 public Map<String,ExtensibleMatchingRule>
2064 public ExtensibleMatchingRule getExtensibleMatchingRule(
2067 //An ExtensibleMatchingRule can be of multiple types.
2069 if(rule instanceof ExtensibleMatchingRule)
2071 return (ExtensibleMatchingRule)rul
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java53 import org.opends.server.api.ExtensibleMatchingRule;
158 private ConcurrentHashMap<String,ExtensibleMatchingRule>
261 new ConcurrentHashMap<String,ExtensibleMatchingRule>();
1183 else if(matchingRule instanceof ExtensibleMatchingRule)
1186 (ExtensibleMatchingRule) matchingRule,overwriteExisting);
2029 public Map<String,ExtensibleMatchingRule>
2049 public ExtensibleMatchingRule getExtensibleMatchingRule(
2052 //An ExtensibleMatchingRule can be of multiple types.
2054 if(rule instanceof ExtensibleMatchingRule)
2056 return (ExtensibleMatchingRule)rul
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java52 import org.opends.server.api.ExtensibleMatchingRule;
157 private ConcurrentHashMap<String,ExtensibleMatchingRule>
260 new ConcurrentHashMap<String,ExtensibleMatchingRule>();
1182 else if(matchingRule instanceof ExtensibleMatchingRule)
1185 (ExtensibleMatchingRule) matchingRule,overwriteExisting);
2028 public Map<String,ExtensibleMatchingRule>
2048 public ExtensibleMatchingRule getExtensibleMatchingRule(
2051 //An ExtensibleMatchingRule can be of multiple types.
2053 if(rule instanceof ExtensibleMatchingRule)
2055 return (ExtensibleMatchingRule)rul
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java47 import org.opends.server.api.ExtensibleMatchingRule;
165 private ConcurrentHashMap<String,ExtensibleMatchingRule>
276 new ConcurrentHashMap<String,ExtensibleMatchingRule>();
1198 else if(matchingRule instanceof ExtensibleMatchingRule)
1201 (ExtensibleMatchingRule) matchingRule,overwriteExisting);
2044 public Map<String,ExtensibleMatchingRule>
2064 public ExtensibleMatchingRule getExtensibleMatchingRule(
2067 //An ExtensibleMatchingRule can be of multiple types.
2069 if(rule instanceof ExtensibleMatchingRule)
2071 return (ExtensibleMatchingRule)rul
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java51 import org.opends.server.api.ExtensibleMatchingRule;
153 implements ExtensibleMatchingRule
729 implements ExtensibleMatchingRule
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java50 import org.opends.server.api.ExtensibleMatchingRule;
152 implements ExtensibleMatchingRule
728 implements ExtensibleMatchingRule
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java51 import org.opends.server.api.ExtensibleMatchingRule;
153 implements ExtensibleMatchingRule
729 implements ExtensibleMatchingRule
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java51 import org.opends.server.api.ExtensibleMatchingRule;
153 implements ExtensibleMatchingRule
729 implements ExtensibleMatchingRule
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DTimeBasedMatchingRuleFactory.java50 import org.opends.server.api.ExtensibleMatchingRule;
152 implements ExtensibleMatchingRule
728 implements ExtensibleMatchingRule

Completed in 421 milliseconds

12