Searched defs:attrList (Results 1 - 25 of 81) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DTaskUtils.java339 * @param attrList The attribute value of the entry attribute.
345 public static boolean getBoolean(List<Attribute> attrList, argument
348 if ((attrList == null) || attrList.isEmpty())
353 for (Attribute a : attrList)
381 * @param attrList The attribute values of the entry attribute.
384 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
388 if (attrList != null && !attrList.isEmpty())
390 Attribute attr = attrList
412 getSingleValueString(List<Attribute> attrList) argument
439 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DTaskUtils.java338 * @param attrList The attribute value of the entry attribute.
344 public static boolean getBoolean(List<Attribute> attrList, argument
347 if ((attrList == null) || attrList.isEmpty())
352 for (Attribute a : attrList)
380 * @param attrList The attribute values of the entry attribute.
383 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
387 if (attrList != null && !attrList.isEmpty())
389 Attribute attr = attrList
411 getSingleValueString(List<Attribute> attrList) argument
438 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DTaskUtils.java339 * @param attrList The attribute value of the entry attribute.
345 public static boolean getBoolean(List<Attribute> attrList, argument
348 if ((attrList == null) || attrList.isEmpty())
353 for (Attribute a : attrList)
381 * @param attrList The attribute values of the entry attribute.
384 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
388 if (attrList != null && !attrList.isEmpty())
390 Attribute attr = attrList
412 getSingleValueString(List<Attribute> attrList) argument
439 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DTaskUtils.java339 * @param attrList The attribute value of the entry attribute.
345 public static boolean getBoolean(List<Attribute> attrList, argument
348 if ((attrList == null) || attrList.isEmpty())
353 for (Attribute a : attrList)
381 * @param attrList The attribute values of the entry attribute.
384 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
388 if (attrList != null && !attrList.isEmpty())
390 Attribute attr = attrList
412 getSingleValueString(List<Attribute> attrList) argument
439 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DTaskUtils.java338 * @param attrList The attribute value of the entry attribute.
344 public static boolean getBoolean(List<Attribute> attrList, argument
347 if ((attrList == null) || attrList.isEmpty())
352 for (Attribute a : attrList)
380 * @param attrList The attribute values of the entry attribute.
383 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
387 if (attrList != null && !attrList.isEmpty())
389 Attribute attr = attrList
411 getSingleValueString(List<Attribute> attrList) argument
438 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DTaskUtils.java306 * @param attrList The attribute value of the entry attribute.
312 public static boolean getBoolean(List<Attribute> attrList, argument
315 if (attrList == null || attrList.isEmpty())
320 for (Attribute a : attrList)
348 * @param attrList The attribute values of the entry attribute.
351 public static ArrayList<String> getMultiValueString(List<Attribute> attrList) argument
355 if (attrList != null && !attrList.isEmpty())
357 Attribute attr = attrList
379 getSingleValueString(List<Attribute> attrList) argument
404 getSingleValueInteger(List<Attribute> attrList, int defaultValue) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java104 List<Attribute> attrList =
106 if (attrList != null)
108 indexAttribute(attrList, keys);
152 * @param attrList The attribute to be indexed.
155 private void indexAttribute(List<Attribute> attrList, argument
158 if (attrList == null) return;
160 for (Attribute attr : attrList)
188 * @param attrList The attribute to be indexed.
194 private void indexAttribute(List<Attribute> attrList, argument
198 if (attrList
[all...]
H A DEqualityIndexer.java107 List<Attribute> attrList =
109 if (attrList != null)
111 indexAttribute(attrList, keys);
160 * @param attrList The attribute to be indexed.
163 private void indexAttribute(List<Attribute> attrList, argument
166 if (attrList == null) return;
168 for (Attribute attr : attrList)
195 * @param attrList The attribute to be indexed.
201 private void indexAttribute(List<Attribute> attrList, argument
205 if (attrList
[all...]
H A DJEExtensibleIndexer.java126 List<Attribute> attrList =
128 if (attrList != null)
130 indexAttribute(attrList, keys);
172 * @param attrList The attribute for which substring keys are required.
175 private void indexAttribute(List<Attribute> attrList, argument
178 if (attrList == null) return;
180 for (Attribute attr : attrList)
197 * @param attrList The attribute to be indexed.
203 private void indexAttribute(List<Attribute> attrList, argument
207 if (attrList
[all...]
H A DOrderingIndexer.java107 List<Attribute> attrList =
109 if (attrList != null)
111 indexAttribute(attrList, keys);
157 * @param attrList The attribute to be indexed.
160 private void indexAttribute(List<Attribute> attrList, argument
163 if (attrList == null) return;
165 for (Attribute attr : attrList)
194 * @param attrList The attribute to be indexed.
200 private void indexAttribute(List<Attribute> attrList, argument
204 if (attrList
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java105 List<Attribute> attrList =
107 if (attrList != null)
109 indexAttribute(attrList, keys);
153 * @param attrList The attribute to be indexed.
156 private void indexAttribute(List<Attribute> attrList, argument
159 if (attrList == null) return;
161 for (Attribute attr : attrList)
189 * @param attrList The attribute to be indexed.
195 private void indexAttribute(List<Attribute> attrList, argument
199 if (attrList
[all...]
H A DEqualityIndexer.java108 List<Attribute> attrList =
110 if (attrList != null)
112 indexAttribute(attrList, keys);
161 * @param attrList The attribute to be indexed.
164 private void indexAttribute(List<Attribute> attrList, argument
167 if (attrList == null) return;
169 for (Attribute attr : attrList)
196 * @param attrList The attribute to be indexed.
202 private void indexAttribute(List<Attribute> attrList, argument
206 if (attrList
[all...]
H A DJEExtensibleIndexer.java127 List<Attribute> attrList =
129 if (attrList != null)
131 indexAttribute(attrList, keys);
173 * @param attrList The attribute for which substring keys are required.
176 private void indexAttribute(List<Attribute> attrList, argument
179 if (attrList == null) return;
181 for (Attribute attr : attrList)
198 * @param attrList The attribute to be indexed.
204 private void indexAttribute(List<Attribute> attrList, argument
208 if (attrList
[all...]
H A DOrderingIndexer.java108 List<Attribute> attrList =
110 if (attrList != null)
112 indexAttribute(attrList, keys);
158 * @param attrList The attribute to be indexed.
161 private void indexAttribute(List<Attribute> attrList, argument
164 if (attrList == null) return;
166 for (Attribute attr : attrList)
195 * @param attrList The attribute to be indexed.
201 private void indexAttribute(List<Attribute> attrList, argument
205 if (attrList
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java105 List<Attribute> attrList =
107 if (attrList != null)
109 indexAttribute(attrList, keys);
153 * @param attrList The attribute to be indexed.
156 private void indexAttribute(List<Attribute> attrList, argument
159 if (attrList == null) return;
161 for (Attribute attr : attrList)
189 * @param attrList The attribute to be indexed.
195 private void indexAttribute(List<Attribute> attrList, argument
199 if (attrList
[all...]
H A DEqualityIndexer.java108 List<Attribute> attrList =
110 if (attrList != null)
112 indexAttribute(attrList, keys);
161 * @param attrList The attribute to be indexed.
164 private void indexAttribute(List<Attribute> attrList, argument
167 if (attrList == null) return;
169 for (Attribute attr : attrList)
196 * @param attrList The attribute to be indexed.
202 private void indexAttribute(List<Attribute> attrList, argument
206 if (attrList
[all...]
H A DJEExtensibleIndexer.java127 List<Attribute> attrList =
129 if (attrList != null)
131 indexAttribute(attrList, keys);
173 * @param attrList The attribute for which substring keys are required.
176 private void indexAttribute(List<Attribute> attrList, argument
179 if (attrList == null) return;
181 for (Attribute attr : attrList)
198 * @param attrList The attribute to be indexed.
204 private void indexAttribute(List<Attribute> attrList, argument
208 if (attrList
[all...]
H A DOrderingIndexer.java108 List<Attribute> attrList =
110 if (attrList != null)
112 indexAttribute(attrList, keys);
158 * @param attrList The attribute to be indexed.
161 private void indexAttribute(List<Attribute> attrList, argument
164 if (attrList == null) return;
166 for (Attribute attr : attrList)
195 * @param attrList The attribute to be indexed.
201 private void indexAttribute(List<Attribute> attrList, argument
205 if (attrList
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java104 List<Attribute> attrList =
106 if (attrList != null)
108 indexAttribute(attrList, keys);
152 * @param attrList The attribute to be indexed.
155 private void indexAttribute(List<Attribute> attrList, argument
158 if (attrList == null) return;
160 for (Attribute attr : attrList)
188 * @param attrList The attribute to be indexed.
194 private void indexAttribute(List<Attribute> attrList, argument
198 if (attrList
[all...]
H A DEqualityIndexer.java107 List<Attribute> attrList =
109 if (attrList != null)
111 indexAttribute(attrList, keys);
160 * @param attrList The attribute to be indexed.
163 private void indexAttribute(List<Attribute> attrList, argument
166 if (attrList == null) return;
168 for (Attribute attr : attrList)
195 * @param attrList The attribute to be indexed.
201 private void indexAttribute(List<Attribute> attrList, argument
205 if (attrList
[all...]
H A DJEExtensibleIndexer.java126 List<Attribute> attrList =
128 if (attrList != null)
130 indexAttribute(attrList, keys);
172 * @param attrList The attribute for which substring keys are required.
175 private void indexAttribute(List<Attribute> attrList, argument
178 if (attrList == null) return;
180 for (Attribute attr : attrList)
197 * @param attrList The attribute to be indexed.
203 private void indexAttribute(List<Attribute> attrList, argument
207 if (attrList
[all...]
H A DOrderingIndexer.java107 List<Attribute> attrList =
109 if (attrList != null)
111 indexAttribute(attrList, keys);
157 * @param attrList The attribute to be indexed.
160 private void indexAttribute(List<Attribute> attrList, argument
163 if (attrList == null) return;
165 for (Attribute attr : attrList)
194 * @param attrList The attribute to be indexed.
200 private void indexAttribute(List<Attribute> attrList, argument
204 if (attrList
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java105 List<Attribute> attrList =
107 if (attrList != null)
109 indexAttribute(attrList, keys);
153 * @param attrList The attribute to be indexed.
156 private void indexAttribute(List<Attribute> attrList, argument
159 if (attrList == null) return;
161 for (Attribute attr : attrList)
189 * @param attrList The attribute to be indexed.
195 private void indexAttribute(List<Attribute> attrList, argument
199 if (attrList
[all...]
H A DEqualityIndexer.java108 List<Attribute> attrList =
110 if (attrList != null)
112 indexAttribute(attrList, keys);
161 * @param attrList The attribute to be indexed.
164 private void indexAttribute(List<Attribute> attrList, argument
167 if (attrList == null) return;
169 for (Attribute attr : attrList)
196 * @param attrList The attribute to be indexed.
202 private void indexAttribute(List<Attribute> attrList, argument
206 if (attrList
[all...]
H A DJEExtensibleIndexer.java127 List<Attribute> attrList =
129 if (attrList != null)
131 indexAttribute(attrList, keys);
173 * @param attrList The attribute for which substring keys are required.
176 private void indexAttribute(List<Attribute> attrList, argument
179 if (attrList == null) return;
181 for (Attribute attr : attrList)
198 * @param attrList The attribute to be indexed.
204 private void indexAttribute(List<Attribute> attrList, argument
208 if (attrList
[all...]

Completed in 389 milliseconds

1234