Searched refs:typesOnly (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java51 private boolean typesOnly = false; field in class:LDAPSearchOptions
209 return this.typesOnly;
216 * @param typesOnly Specifies whether only attribute types should be
219 public void setTypesOnly(boolean typesOnly) argument
221 this.typesOnly = typesOnly;
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java50 private boolean typesOnly = false; field in class:LDAPSearchOptions
208 return this.typesOnly;
215 * @param typesOnly Specifies whether only attribute types should be
218 public void setTypesOnly(boolean typesOnly) argument
220 this.typesOnly = typesOnly;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java51 private boolean typesOnly = false; field in class:LDAPSearchOptions
209 return this.typesOnly;
216 * @param typesOnly Specifies whether only attribute types should be
219 public void setTypesOnly(boolean typesOnly) argument
221 this.typesOnly = typesOnly;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java51 private boolean typesOnly = false; field in class:LDAPSearchOptions
209 return this.typesOnly;
216 * @param typesOnly Specifies whether only attribute types should be
219 public void setTypesOnly(boolean typesOnly) argument
221 this.typesOnly = typesOnly;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPSearchOptions.java50 private boolean typesOnly = false; field in class:LDAPSearchOptions
208 return this.typesOnly;
215 * @param typesOnly Specifies whether only attribute types should be
218 public void setTypesOnly(boolean typesOnly) argument
220 this.typesOnly = typesOnly;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPSearchOptions.java53 private boolean typesOnly; field in class:LDAPSearchOptions
207 return this.typesOnly;
214 * @param typesOnly Specifies whether only attribute types should be
217 public void setTypesOnly(boolean typesOnly) argument
219 this.typesOnly = typesOnly;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java51 /** The typesOnly flag for this search request. */
52 private boolean typesOnly; field in class:SearchRequestProtocolOp
86 * @param typesOnly The typesOnly flag for this search request.
94 boolean typesOnly, RawFilter filter,
102 this.typesOnly = typesOnly;
176 * Retrieves the value of the typesOnly flag for this search request.
178 * @return The value of tye typesOnly flag for this search request.
182 return typesOnly;
91 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferenceAliasesPolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java58 /** The typesOnly flag for this search request. */
59 private boolean typesOnly; field in class:SearchRequestProtocolOp
93 * @param typesOnly The typesOnly flag for this search request.
101 boolean typesOnly, RawFilter filter,
109 this.typesOnly = typesOnly;
183 * Retrieves the value of the typesOnly flag for this search request.
185 * @return The value of tye typesOnly flag for this search request.
189 return typesOnly;
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DLDIFExportConfig.java96 private boolean typesOnly; field in class:LDIFExportConfig
164 typesOnly = false;
198 typesOnly = false;
474 public boolean typesOnly() method in class:LDIFExportConfig
476 return typesOnly;
486 * @param typesOnly Specifies whether the LDIF generated should
490 public void setTypesOnly(boolean typesOnly) argument
492 this.typesOnly = typesOnly;
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java57 /** The typesOnly flag for this search request. */
58 private boolean typesOnly; field in class:SearchRequestProtocolOp
92 * @param typesOnly The typesOnly flag for this search request.
100 boolean typesOnly, RawFilter filter,
108 this.typesOnly = typesOnly;
182 * Retrieves the value of the typesOnly flag for this search request.
184 * @return The value of tye typesOnly flag for this search request.
188 return typesOnly;
97 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDIFExportConfig.java100 private boolean typesOnly; field in class:LDIFExportConfig
170 typesOnly = false;
204 typesOnly = false;
477 public boolean typesOnly() method in class:LDIFExportConfig
479 return typesOnly;
489 * @param typesOnly Specifies whether the LDIF generated should
493 public void setTypesOnly(boolean typesOnly) argument
495 this.typesOnly = typesOnly;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java58 /** The typesOnly flag for this search request. */
59 private boolean typesOnly; field in class:SearchRequestProtocolOp
93 * @param typesOnly The typesOnly flag for this search request.
101 boolean typesOnly, RawFilter filter,
109 this.typesOnly = typesOnly;
183 * Retrieves the value of the typesOnly flag for this search request.
185 * @return The value of tye typesOnly flag for this search request.
189 return typesOnly;
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDIFExportConfig.java96 private boolean typesOnly; field in class:LDIFExportConfig
164 typesOnly = false;
198 typesOnly = false;
474 public boolean typesOnly() method in class:LDIFExportConfig
476 return typesOnly;
486 * @param typesOnly Specifies whether the LDIF generated should
490 public void setTypesOnly(boolean typesOnly) argument
492 this.typesOnly = typesOnly;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java58 /** The typesOnly flag for this search request. */
59 private boolean typesOnly; field in class:SearchRequestProtocolOp
93 * @param typesOnly The typesOnly flag for this search request.
101 boolean typesOnly, RawFilter filter,
109 this.typesOnly = typesOnly;
183 * Retrieves the value of the typesOnly flag for this search request.
185 * @return The value of tye typesOnly flag for this search request.
189 return typesOnly;
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDIFExportConfig.java96 private boolean typesOnly; field in class:LDIFExportConfig
164 typesOnly = false;
198 typesOnly = false;
474 public boolean typesOnly() method in class:LDIFExportConfig
476 return typesOnly;
486 * @param typesOnly Specifies whether the LDIF generated should
490 public void setTypesOnly(boolean typesOnly) argument
492 this.typesOnly = typesOnly;
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java57 /** The typesOnly flag for this search request. */
58 private boolean typesOnly; field in class:SearchRequestProtocolOp
92 * @param typesOnly The typesOnly flag for this search request.
100 boolean typesOnly, RawFilter filter,
108 this.typesOnly = typesOnly;
182 * Retrieves the value of the typesOnly flag for this search request.
184 * @return The value of tye typesOnly flag for this search request.
188 return typesOnly;
97 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLDIFExportConfig.java100 private boolean typesOnly; field in class:LDIFExportConfig
170 typesOnly = false;
204 typesOnly = false;
477 public boolean typesOnly() method in class:LDIFExportConfig
479 return typesOnly;
489 * @param typesOnly Specifies whether the LDIF generated should
493 public void setTypesOnly(boolean typesOnly) argument
495 this.typesOnly = typesOnly;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDIFExportConfig.java97 private boolean typesOnly; field in class:LDIFExportConfig
167 typesOnly = false;
201 typesOnly = false;
472 public boolean typesOnly() method in class:LDIFExportConfig
474 return typesOnly;
484 * @param typesOnly Specifies whether the LDIF generated should
488 public void setTypesOnly(boolean typesOnly) argument
490 this.typesOnly = typesOnly;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DSearchRequest.java55 private boolean typesOnly; field in class:SearchRequest
189 return typesOnly;
307 * @param typesOnly the types only
311 public SearchRequest setTypesOnly(final boolean typesOnly) { argument
312 this.typesOnly = typesOnly;
342 sb.append(", typesOnly=").append(isTypesOnly());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java51 boolean typesOnly = true; field in class:TestSearchProtocolOp
78 typesOnly,
154 writer.writeBoolean(typesOnly);
201 writer.writeBoolean(typesOnly);
228 writer.writeBoolean(typesOnly);
255 writer.writeBoolean(typesOnly);
282 writer.writeBoolean(typesOnly);
309 writer.writeBoolean(typesOnly);
336 writer.writeBoolean(typesOnly);
363 writer.writeBoolean(typesOnly);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java50 boolean typesOnly = true; field in class:TestSearchProtocolOp
77 typesOnly,
153 writer.writeBoolean(typesOnly);
200 writer.writeBoolean(typesOnly);
227 writer.writeBoolean(typesOnly);
254 writer.writeBoolean(typesOnly);
281 writer.writeBoolean(typesOnly);
308 writer.writeBoolean(typesOnly);
335 writer.writeBoolean(typesOnly);
362 writer.writeBoolean(typesOnly);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java51 boolean typesOnly = true; field in class:TestSearchProtocolOp
78 typesOnly,
154 writer.writeBoolean(typesOnly);
201 writer.writeBoolean(typesOnly);
228 writer.writeBoolean(typesOnly);
255 writer.writeBoolean(typesOnly);
282 writer.writeBoolean(typesOnly);
309 writer.writeBoolean(typesOnly);
336 writer.writeBoolean(typesOnly);
363 writer.writeBoolean(typesOnly);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java50 boolean typesOnly = true; field in class:TestSearchProtocolOp
77 typesOnly,
153 writer.writeBoolean(typesOnly);
200 writer.writeBoolean(typesOnly);
227 writer.writeBoolean(typesOnly);
254 writer.writeBoolean(typesOnly);
281 writer.writeBoolean(typesOnly);
308 writer.writeBoolean(typesOnly);
335 writer.writeBoolean(typesOnly);
362 writer.writeBoolean(typesOnly);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java51 boolean typesOnly = true; field in class:TestSearchProtocolOp
78 typesOnly,
154 writer.writeBoolean(typesOnly);
201 writer.writeBoolean(typesOnly);
228 writer.writeBoolean(typesOnly);
255 writer.writeBoolean(typesOnly);
282 writer.writeBoolean(typesOnly);
309 writer.writeBoolean(typesOnly);
336 writer.writeBoolean(typesOnly);
363 writer.writeBoolean(typesOnly);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java100 * @param typesOnly The typesOnly flag for this internal
116 int sizeLimit, int timeLimit, boolean typesOnly,
122 typesOnly, rawFilter, attributes);
166 * @param typesOnly The typesOnly flag for this internal
181 int sizeLimit, int timeLimit, boolean typesOnly,
187 typesOnly, filter, attributes);
111 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
176 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, LinkedHashSet<String> attributes, InternalSearchListener searchListener) argument

Completed in 62 milliseconds

1234