Searched defs:matchedValuesControl (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSearchOperationBasis.java163 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
269 matchedValuesControl = null;
369 matchedValuesControl = null;
767 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
768 if ((matchedValuesControl != null) && (! typesOnly))
782 if (! matchedValuesControl.valueMatches(attrType, v))
805 if (matchedValuesControl.valueMatches(t, v))
832 if (matchedValuesControl.valueMatches(t, v))
1227 return matchedValuesControl;
1236 this.matchedValuesControl
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSearchOperationBasis.java151 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
611 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
612 if (matchedValuesControl != null && !typesOnly)
625 if (! matchedValuesControl.valueMatches(attrType, v))
648 if (matchedValuesControl.valueMatches(t, v))
675 if (matchedValuesControl.valueMatches(t, v))
921 return matchedValuesControl;
928 this.matchedValuesControl = controls;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSearchOperationBasis.java163 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
269 matchedValuesControl = null;
369 matchedValuesControl = null;
767 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
768 if ((matchedValuesControl != null) && (! typesOnly))
782 if (! matchedValuesControl.valueMatches(attrType, v))
805 if (matchedValuesControl.valueMatches(t, v))
832 if (matchedValuesControl.valueMatches(t, v))
1227 return matchedValuesControl;
1236 this.matchedValuesControl
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DSearchOperationBasis.java163 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
269 matchedValuesControl = null;
369 matchedValuesControl = null;
767 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
768 if ((matchedValuesControl != null) && (! typesOnly))
782 if (! matchedValuesControl.valueMatches(attrType, v))
805 if (matchedValuesControl.valueMatches(t, v))
832 if (matchedValuesControl.valueMatches(t, v))
1227 return matchedValuesControl;
1236 this.matchedValuesControl
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSearchOperationBasis.java151 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
611 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
612 if (matchedValuesControl != null && !typesOnly)
625 if (! matchedValuesControl.valueMatches(attrType, v))
648 if (matchedValuesControl.valueMatches(t, v))
675 if (matchedValuesControl.valueMatches(t, v))
921 return matchedValuesControl;
928 this.matchedValuesControl = controls;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSearchOperationBasis.java169 private MatchedValuesControl matchedValuesControl; field in class:SearchOperationBasis
587 MatchedValuesControl matchedValuesControl = getMatchedValuesControl();
588 if (matchedValuesControl != null && !typesOnly)
600 if (! matchedValuesControl.valueMatches(attrType, ocName))
622 if (matchedValuesControl.valueMatches(t, v))
648 if (matchedValuesControl.valueMatches(t, v))
874 return matchedValuesControl;
880 this.matchedValuesControl = controls;

Completed in 57 milliseconds