Searched defs:returnECs (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java75 boolean returnECs;
84 returnECs = reader.readBoolean();
107 changeTypes, changesOnly, returnECs);
137 private boolean returnECs; field in class:PersistentSearchControl
152 * @param returnECs Indicates whether to include the entry change
157 boolean changesOnly, boolean returnECs)
159 this(true, changeTypes, changesOnly, returnECs);
174 * @param returnECs Indicates whether to include the entry change
180 boolean changesOnly, boolean returnECs)
187 this.returnECs
156 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
178 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java74 boolean returnECs;
83 returnECs = reader.readBoolean();
106 changeTypes, changesOnly, returnECs);
136 private boolean returnECs; field in class:PersistentSearchControl
151 * @param returnECs Indicates whether to include the entry change
156 boolean changesOnly, boolean returnECs)
158 this(true, changeTypes, changesOnly, returnECs);
173 * @param returnECs Indicates whether to include the entry change
179 boolean changesOnly, boolean returnECs)
186 this.returnECs
155 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
177 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPersistentSearchControlTest.java254 boolean isCritical, boolean changesOnly, boolean returnECs)
260 // boolean changesOnly, boolean returnECs
266 changesOnly, returnECs);
269 assertEquals(returnECs, psc.getReturnECs());
277 // boolean changesOnly, boolean returnECs
282 isCritical, returnTypes, changesOnly, returnECs);
287 assertEquals(returnECs, psc.getReturnECs());
300 isCritical, returnTypes, changesOnly, returnECs);
308 assertEquals(returnECs, psc.getReturnECs());
315 ",returnECs
253 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPersistentSearchControlTest.java258 boolean isCritical, boolean changesOnly, boolean returnECs)
264 // boolean changesOnly, boolean returnECs
270 changesOnly, returnECs);
273 assertEquals(returnECs, psc.getReturnECs());
281 // boolean changesOnly, boolean returnECs
286 isCritical, returnTypes, changesOnly, returnECs);
291 assertEquals(returnECs, psc.getReturnECs());
304 isCritical, returnTypes, changesOnly, returnECs);
312 assertEquals(returnECs, psc.getReturnECs());
320 + "\",changesOnly=" + psc.getChangesOnly() + ",returnECs
257 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java75 boolean returnECs;
84 returnECs = reader.readBoolean();
107 changeTypes, changesOnly, returnECs);
137 private boolean returnECs; field in class:PersistentSearchControl
152 * @param returnECs Indicates whether to include the entry change
157 boolean changesOnly, boolean returnECs)
159 this(true, changeTypes, changesOnly, returnECs);
174 * @param returnECs Indicates whether to include the entry change
180 boolean changesOnly, boolean returnECs)
187 this.returnECs
156 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
178 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPersistentSearchControlTest.java254 boolean isCritical, boolean changesOnly, boolean returnECs)
260 // boolean changesOnly, boolean returnECs
266 changesOnly, returnECs);
269 assertEquals(returnECs, psc.getReturnECs());
277 // boolean changesOnly, boolean returnECs
282 isCritical, returnTypes, changesOnly, returnECs);
287 assertEquals(returnECs, psc.getReturnECs());
300 isCritical, returnTypes, changesOnly, returnECs);
308 assertEquals(returnECs, psc.getReturnECs());
315 ",returnECs
253 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPersistentSearchControlTest.java258 boolean isCritical, boolean changesOnly, boolean returnECs)
264 // boolean changesOnly, boolean returnECs
270 changesOnly, returnECs);
273 assertEquals(returnECs, psc.getReturnECs());
281 // boolean changesOnly, boolean returnECs
286 isCritical, returnTypes, changesOnly, returnECs);
291 assertEquals(returnECs, psc.getReturnECs());
304 isCritical, returnTypes, changesOnly, returnECs);
312 assertEquals(returnECs, psc.getReturnECs());
320 + "\",changesOnly=" + psc.getChangesOnly() + ",returnECs
257 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/controls/
H A DPersistentSearchControlTest.java254 boolean isCritical, boolean changesOnly, boolean returnECs)
260 // boolean changesOnly, boolean returnECs
266 changesOnly, returnECs);
269 assertEquals(returnECs, psc.getReturnECs());
277 // boolean changesOnly, boolean returnECs
282 isCritical, returnTypes, changesOnly, returnECs);
287 assertEquals(returnECs, psc.getReturnECs());
300 isCritical, returnTypes, changesOnly, returnECs);
308 assertEquals(returnECs, psc.getReturnECs());
315 ",returnECs
253 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java75 boolean returnECs;
84 returnECs = reader.readBoolean();
107 changeTypes, changesOnly, returnECs);
137 private boolean returnECs; field in class:PersistentSearchControl
152 * @param returnECs Indicates whether to include the entry change
157 boolean changesOnly, boolean returnECs)
159 this(true, changeTypes, changesOnly, returnECs);
174 * @param returnECs Indicates whether to include the entry change
180 boolean changesOnly, boolean returnECs)
187 this.returnECs
156 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
178 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java74 boolean returnECs;
83 returnECs = reader.readBoolean();
106 changeTypes, changesOnly, returnECs);
136 private boolean returnECs; field in class:PersistentSearchControl
151 * @param returnECs Indicates whether to include the entry change
156 boolean changesOnly, boolean returnECs)
158 this(true, changeTypes, changesOnly, returnECs);
173 * @param returnECs Indicates whether to include the entry change
179 boolean changesOnly, boolean returnECs)
186 this.returnECs
155 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
177 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPersistentSearchControl.java71 boolean returnECs;
80 returnECs = reader.readBoolean();
100 changeTypes, changesOnly, returnECs);
130 private boolean returnECs; field in class:PersistentSearchControl
145 * @param returnECs Indicates whether to include the entry change
150 boolean changesOnly, boolean returnECs)
152 this(true, changeTypes, changesOnly, returnECs);
167 * @param returnECs Indicates whether to include the entry change
173 boolean changesOnly, boolean returnECs)
180 this.returnECs
149 PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
171 PersistentSearchControl(boolean isCritical, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/controls/
H A DPersistentSearchControlTest.java254 boolean isCritical, boolean changesOnly, boolean returnECs)
259 // changeTypes, boolean changesOnly, boolean returnECs
263 PersistentSearchControl psc = new PersistentSearchControl(returnTypes, changesOnly, returnECs);
266 assertEquals(returnECs, psc.getReturnECs());
274 // boolean changesOnly, boolean returnECs
279 isCritical, returnTypes, changesOnly, returnECs);
284 assertEquals(returnECs, psc.getReturnECs());
297 isCritical, returnTypes, changesOnly, returnECs);
305 assertEquals(returnECs, psc.getReturnECs());
313 + "\",changesOnly=" + psc.getChangesOnly() + ",returnECs
253 checkPersistentSearchControlTest( boolean isCritical, boolean changesOnly, boolean returnECs) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPersistentSearch.java165 private final boolean returnECs; field in class:PersistentSearch
183 * @param returnECs
188 Set<PersistentSearchChangeType> changeTypes, boolean returnECs)
192 this.returnECs = returnECs;
331 if (returnECs)
444 if (returnECs)
577 if (returnECs)
715 if (returnECs)
187 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean returnECs) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPersistentSearch.java165 private final boolean returnECs; field in class:PersistentSearch
183 * @param returnECs
188 Set<PersistentSearchChangeType> changeTypes, boolean returnECs)
192 this.returnECs = returnECs;
331 if (returnECs)
444 if (returnECs)
577 if (returnECs)
715 if (returnECs)
187 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean returnECs) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java165 private final boolean returnECs; field in class:PersistentSearch
183 * @param returnECs
188 Set<PersistentSearchChangeType> changeTypes, boolean returnECs)
192 this.returnECs = returnECs;
331 if (returnECs)
444 if (returnECs)
577 if (returnECs)
715 if (returnECs)
187 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean returnECs) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPersistentSearch.java151 private final boolean returnECs; field in class:PersistentSearch
172 * @param returnECs
178 boolean returnECs)
183 this.returnECs = returnECs;
414 if (returnECs)
176 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPersistentSearch.java151 private final boolean returnECs; field in class:PersistentSearch
172 * @param returnECs
178 boolean returnECs)
183 this.returnECs = returnECs;
414 if (returnECs)
176 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPersistentSearch.java142 private final boolean returnECs; field in class:PersistentSearch
163 * @param returnECs
169 boolean returnECs)
174 this.returnECs = returnECs;
402 if (returnECs)
167 PersistentSearch(SearchOperation searchOperation, Set<PersistentSearchChangeType> changeTypes, boolean changesOnly, boolean returnECs) argument

Completed in 1336 milliseconds