Searched refs:isIndexed (Results 1 - 25 of 170) sorted by relevance

1234567

/forgerock/opendj2/src/server/org/opends/server/api/
H A DBackend.java246 public abstract boolean isIndexed(AttributeType attributeType, method in class:Backend
266 private boolean isIndexed(AttributeType attributeType, method in class:Backend
288 public boolean isIndexed(SearchFilter filter) method in class:Backend
297 if (isIndexed(f))
308 if (! isIndexed(f))
321 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
324 return isIndexed(filter.getAttributeType(), IndexType.SUBSTRING);
327 return isIndexed(filter.getAttributeType(), IndexType.GREATER_OR_EQUAL);
330 return isIndexed(filter.getAttributeType(), IndexType.LESS_OR_EQUAL);
333 return isIndexed(filte
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DBackend.java246 public abstract boolean isIndexed(AttributeType attributeType, method in class:Backend
266 private boolean isIndexed(AttributeType attributeType, method in class:Backend
288 public boolean isIndexed(SearchFilter filter) method in class:Backend
297 if (isIndexed(f))
308 if (! isIndexed(f))
321 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
324 return isIndexed(filter.getAttributeType(), IndexType.SUBSTRING);
327 return isIndexed(filter.getAttributeType(), IndexType.GREATER_OR_EQUAL);
330 return isIndexed(filter.getAttributeType(), IndexType.LESS_OR_EQUAL);
333 return isIndexed(filte
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DBackend.java237 public abstract boolean isIndexed(AttributeType attributeType, IndexType indexType); method in class:Backend
254 private boolean isIndexed(AttributeType attributeType, MatchingRule matchingRule) method in class:Backend
273 public boolean isIndexed(SearchFilter filter) method in class:Backend
282 if (isIndexed(f))
293 if (! isIndexed(f))
306 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
309 return isIndexed(filter.getAttributeType(), IndexType.SUBSTRING);
312 return isIndexed(filter.getAttributeType(), IndexType.GREATER_OR_EQUAL);
315 return isIndexed(filter.getAttributeType(), IndexType.LESS_OR_EQUAL);
318 return isIndexed(filte
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DBackend.java266 public abstract boolean isIndexed(AttributeType attributeType, method in class:Backend
286 public boolean isIndexed(AttributeType attributeType, method in class:Backend
308 public boolean isIndexed(SearchFilter filter) method in class:Backend
317 if (isIndexed(f))
328 if (! isIndexed(f))
342 return isIndexed(filter.getAttributeType(),
347 return isIndexed(filter.getAttributeType(),
352 return isIndexed(filter.getAttributeType(),
357 return isIndexed(filter.getAttributeType(),
362 return isIndexed(filte
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DBackend.java266 public abstract boolean isIndexed(AttributeType attributeType, method in class:Backend
286 public boolean isIndexed(AttributeType attributeType, method in class:Backend
308 public boolean isIndexed(SearchFilter filter) method in class:Backend
317 if (isIndexed(f))
328 if (! isIndexed(f))
342 return isIndexed(filter.getAttributeType(),
347 return isIndexed(filter.getAttributeType(),
352 return isIndexed(filter.getAttributeType(),
357 return isIndexed(filter.getAttributeType(),
362 return isIndexed(filte
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DBackend.java266 public abstract boolean isIndexed(AttributeType attributeType, method in class:Backend
286 public boolean isIndexed(AttributeType attributeType, method in class:Backend
308 public boolean isIndexed(SearchFilter filter) method in class:Backend
317 if (isIndexed(f))
328 if (! isIndexed(f))
342 return isIndexed(filter.getAttributeType(),
347 return isIndexed(filter.getAttributeType(),
352 return isIndexed(filter.getAttributeType(),
357 return isIndexed(filter.getAttributeType(),
362 return isIndexed(filte
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DFingerprintCertificateMapper.java139 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
392 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DRegularExpressionIdentityMapper.java152 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
352 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java124 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
326 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DFingerprintCertificateMapper.java138 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
391 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DRegularExpressionIdentityMapper.java151 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
351 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DFingerprintCertificateMapper.java139 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
392 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DRegularExpressionIdentityMapper.java152 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
352 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DFingerprintCertificateMapper.java139 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
392 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DRegularExpressionIdentityMapper.java152 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
352 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java124 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
326 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DFingerprintCertificateMapper.java138 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
391 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DRegularExpressionIdentityMapper.java151 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
351 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DExactMatchIdentityMapper.java129 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
308 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
H A DFingerprintCertificateMapper.java139 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
362 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
H A DRegularExpressionIdentityMapper.java156 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
326 if (b != null && ! b.isIndexed(t, IndexType.EQUALITY))
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAbstractTextAccessLogPublisher.java589 final Boolean isIndexed = cfg.isSearchResponseIsIndexed();
590 if (isIndexed != null)
602 if (isIndexed)

Completed in 70 milliseconds

1234567