Searched refs:createApproximateFilter (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java722 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
738 mvf = MatchedValuesFilter.createApproximateFilter(type,
752 mvf = MatchedValuesFilter.createApproximateFilter(type,
762 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
788 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
804 mvf = MatchedValuesFilter.createApproximateFilter(attType,
822 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
833 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java724 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
740 mvf = MatchedValuesFilter.createApproximateFilter(type,
754 mvf = MatchedValuesFilter.createApproximateFilter(type,
764 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
790 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
806 mvf = MatchedValuesFilter.createApproximateFilter(attType,
824 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
835 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java722 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
738 mvf = MatchedValuesFilter.createApproximateFilter(type,
752 mvf = MatchedValuesFilter.createApproximateFilter(type,
762 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
788 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
804 mvf = MatchedValuesFilter.createApproximateFilter(attType,
822 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
833 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java724 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
740 mvf = MatchedValuesFilter.createApproximateFilter(type,
754 mvf = MatchedValuesFilter.createApproximateFilter(type,
764 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
790 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
806 mvf = MatchedValuesFilter.createApproximateFilter(attType,
824 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
835 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DMatchedValuesControlTest.java722 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
738 mvf = MatchedValuesFilter.createApproximateFilter(type,
752 mvf = MatchedValuesFilter.createApproximateFilter(type,
762 mvf = MatchedValuesFilter.createApproximateFilter((String) null,
788 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
804 mvf = MatchedValuesFilter.createApproximateFilter(attType,
822 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
833 mvf = MatchedValuesFilter.createApproximateFilter((AttributeType) null,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/controls/
H A DMatchedValuesControlTest.java588 MatchedValuesFilter.createApproximateFilter((String) null, (ByteString) null);
598 MatchedValuesFilter.createApproximateFilter(type, (ByteString) null);
608 mvf = MatchedValuesFilter.createApproximateFilter(type,
617 MatchedValuesFilter.createApproximateFilter((String) null, ByteString.valueOfUtf8(value));
635 MatchedValuesFilter.createApproximateFilter((AttributeType) null, null);
645 MatchedValuesFilter.createApproximateFilter(attType, null);
657 mvf = MatchedValuesFilter.createApproximateFilter(attType, attVal);
667 MatchedValuesFilter.createApproximateFilter((AttributeType) null, attVal);
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java123 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
126 return LDAPFilter.createApproximateFilter(ava.getName(),
392 result = createApproximateFilter((AttributeValueAssertion) xmlElement
432 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java124 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
127 return LDAPFilter.createApproximateFilter(ava.getName(),
393 result = createApproximateFilter((AttributeValueAssertion) xmlElement
433 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java124 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
127 return LDAPFilter.createApproximateFilter(ava.getName(),
393 result = createApproximateFilter((AttributeValueAssertion) xmlElement
433 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java123 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
126 return LDAPFilter.createApproximateFilter(ava.getName(),
392 result = createApproximateFilter((AttributeValueAssertion) xmlElement
432 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java124 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
127 return LDAPFilter.createApproximateFilter(ava.getName(),
393 result = createApproximateFilter((AttributeValueAssertion) xmlElement
433 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLSearchOperation.java123 private static LDAPFilter createApproximateFilter(AttributeValueAssertion ava) method in class:DSMLSearchOperation
126 return LDAPFilter.createApproximateFilter(ava.getName(),
390 result = createApproximateFilter((AttributeValueAssertion) xmlElement
430 result = createApproximateFilter(filter.getApproxMatch());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java84 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java83 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java84 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java83 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java84 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java88 LDAPFilter approx = LDAPFilter.createApproximateFilter("sn",
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java459 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
479 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java459 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
479 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java459 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
479 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java459 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
479 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java459 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
479 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DMatchedValuesFilter.java381 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
401 public static MatchedValuesFilter createApproximateFilter( method in class:MatchedValuesFilter
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DRawFilter.java276 public static LDAPFilter createApproximateFilter( method in class:RawFilter

Completed in 75 milliseconds

12