Searched refs:EQUALITY (Results 51 - 75 of 231) sorted by relevance

12345678910

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndexFilter.java139 case EQUALITY:
140 return evaluateFilterWithDiagnostic(IndexFilterType.EQUALITY, filter);
206 else if (filterType == FilterType.EQUALITY ||
H A DAttributeIndex.java82 EQUALITY(IndexType.EQUALITY), enum constant in enum:AttributeIndex.IndexFilterType
284 case EQUALITY:
403 case EQUALITY:
404 return indexTypes.contains(IndexType.EQUALITY);
677 case EQUALITY:
744 return isIndexAcceptable(cfg, IndexType.EQUALITY, unacceptableReasons)
785 case EQUALITY:
964 return evaluateFilter(indexQueryFactory, IndexFilterType.EQUALITY, filter, debugBuffer, monitor);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java163 case EQUALITY:
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java164 case EQUALITY:
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java164 case EQUALITY:
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java163 case EQUALITY:
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java164 case EQUALITY:
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java171 case EQUALITY:
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProvider.java301 case EQUALITY:
378 case EQUALITY:
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DIsMemberOfVirtualAttributeProvider.java359 case EQUALITY:
442 case EQUALITY:
/forgerock/opendj2/src/server/org/opends/server/api/
H A DBackend.java320 case EQUALITY:
321 return isIndexed(filter.getAttributeType(), IndexType.EQUALITY);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProvider.java242 case EQUALITY:
315 case EQUALITY:
H A DExactMatchIdentityMapper.java124 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
326 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DIsMemberOfVirtualAttributeProvider.java286 case EQUALITY:
411 case EQUALITY:
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetControlTestCase.java193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetControlTestCase.java200 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
212 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProvider.java301 case EQUALITY:
378 case EQUALITY:
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
H A DIsMemberOfVirtualAttributeProvider.java359 case EQUALITY:
442 case EQUALITY:
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetControlTestCase.java193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetControlTestCase.java200 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
212 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DTargetControlTestCase.java193 TargetControl.decode(EnumTargetOperator.EQUALITY, statement);
205 TargetControl.decode(EnumTargetOperator.EQUALITY,statement);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DEntryDNVirtualAttributeProvider.java301 case EQUALITY:
378 case EQUALITY:
H A DExactMatchIdentityMapper.java125 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))
327 if ((b != null) && (! b.isIndexed(t, IndexType.EQUALITY)))

Completed in 68 milliseconds

12345678910