Searched defs:typesOnly (Results 1 - 25 of 83) 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;
H A DLDAPSearch.java158 boolean typesOnly = searchOptions.getTypesOnly();
295 toLDIF(searchEntryOp, sb, wrapColumn, typesOnly);
435 * @param typesOnly Indicates whether to include only attribute types
439 int wrapColumn, boolean typesOnly)
497 if(typesOnly)
685 BooleanArgument typesOnly = null;
1054 typesOnly = new BooleanArgument("typesOnly", 'A', "typesOnly",
1056 typesOnly
438 toLDIF(SearchResultEntryProtocolOp entry, StringBuilder buffer, int wrapColumn, boolean typesOnly) argument
[all...]
/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;
H A DLDAPSearch.java156 boolean typesOnly = searchOptions.getTypesOnly();
293 toLDIF(searchEntryOp, sb, wrapColumn, typesOnly);
433 * @param typesOnly Indicates whether to include only attribute types
437 int wrapColumn, boolean typesOnly)
495 if(typesOnly)
666 BooleanArgument typesOnly = null;
1035 typesOnly = new BooleanArgument("typesOnly", 'A', "typesOnly",
1037 typesOnly
436 toLDIF(SearchResultEntryProtocolOp entry, StringBuilder buffer, int wrapColumn, boolean typesOnly) argument
[all...]
/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;
H A DLDAPSearch.java158 boolean typesOnly = searchOptions.getTypesOnly();
295 toLDIF(searchEntryOp, sb, wrapColumn, typesOnly);
435 * @param typesOnly Indicates whether to include only attribute types
439 int wrapColumn, boolean typesOnly)
497 if(typesOnly)
685 BooleanArgument typesOnly = null;
1054 typesOnly = new BooleanArgument("typesOnly", 'A', "typesOnly",
1056 typesOnly
438 toLDIF(SearchResultEntryProtocolOp entry, StringBuilder buffer, int wrapColumn, boolean typesOnly) argument
[all...]
/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-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
/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/operation/
H A DPreParseSearchOperation.java151 * Retrieves the typesOnly flag for this search operation.
153 * @return The typesOnly flag for this search operation.
160 * Specifies the typesOnly flag for this search operation.
162 * @param typesOnly The typesOnly flag for this search operation.
164 public void setTypesOnly(boolean typesOnly); argument
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java85 * @param typesOnly The typesOnly flag for this internal
101 int sizeLimit, int timeLimit, boolean typesOnly,
107 typesOnly, rawFilter, attributes);
151 * @param typesOnly The typesOnly flag for this internal
166 int sizeLimit, int timeLimit, boolean typesOnly,
172 typesOnly, filter, attributes);
96 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
161 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, Set<String> attributes, InternalSearchListener searchListener) argument
/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/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/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java150 * Retrieves the typesOnly flag for this search operation.
152 * @return The typesOnly flag for this search operation.
159 * Specifies the typesOnly flag for this search operation.
161 * @param typesOnly The typesOnly flag for this search operation.
163 public void setTypesOnly(boolean typesOnly); argument
/forgerock/opendj2.6.2/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
/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/operation/
H A DPreParseSearchOperation.java151 * Retrieves the typesOnly flag for this search operation.
153 * @return The typesOnly flag for this search operation.
160 * Specifies the typesOnly flag for this search operation.
162 * @param typesOnly The typesOnly flag for this search operation.
164 public void setTypesOnly(boolean typesOnly); argument
/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/opendj2-jel-hg/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
/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...]

Completed in 125 milliseconds

1234