Searched refs:attributeOptions (Results 1 - 25 of 44) sorted by relevance

12

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DCompareOperationBasis.java68 private Set<String> attributeOptions; field in class:CompareOperationBasis
118 attributeOptions = null;
156 attributeOptions = new HashSet<>();
209 attributeOptions = null;
218 attributeOptions = new HashSet<>();
222 attributeOptions.add(
228 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
233 attributeOptions = null;
259 if (attributeOptions == null) {
262 return attributeOptions;
267 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java121 * @param attributeOptions The attribute options for this compare operation.
123 void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java121 public void setAttributeOptions(Set<String> attributeOptions) argument
123 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DCompareOperationBasis.java76 private Set<String> attributeOptions; field in class:CompareOperationBasis
126 attributeOptions = null;
164 attributeOptions = new HashSet<String>();
235 attributeOptions = null;
246 attributeOptions = new HashSet<String>();
250 attributeOptions.add(
256 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
261 attributeOptions = null;
294 if (attributeOptions == null) {
297 return attributeOptions;
305 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java120 * @param attributeOptions The attribute options for this compare operation.
122 public void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java140 public void setAttributeOptions(Set<String> attributeOptions) argument
142 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCompareOperationBasis.java71 private Set<String> attributeOptions; field in class:CompareOperationBasis
121 attributeOptions = null;
159 attributeOptions = new HashSet<String>();
235 attributeOptions = null;
246 attributeOptions = new HashSet<String>();
250 attributeOptions.add(
256 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
261 attributeOptions = null;
297 if (attributeOptions == null) {
300 return attributeOptions;
309 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java119 * @param attributeOptions The attribute options for this compare operation.
121 public void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java139 public void setAttributeOptions(Set<String> attributeOptions) argument
141 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DCompareOperationBasis.java76 private Set<String> attributeOptions; field in class:CompareOperationBasis
126 attributeOptions = null;
164 attributeOptions = new HashSet<String>();
235 attributeOptions = null;
246 attributeOptions = new HashSet<String>();
250 attributeOptions.add(
256 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
261 attributeOptions = null;
294 if (attributeOptions == null) {
297 return attributeOptions;
305 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java120 * @param attributeOptions The attribute options for this compare operation.
122 public void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java140 public void setAttributeOptions(Set<String> attributeOptions) argument
142 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DCompareOperationBasis.java76 private Set<String> attributeOptions; field in class:CompareOperationBasis
126 attributeOptions = null;
164 attributeOptions = new HashSet<String>();
235 attributeOptions = null;
246 attributeOptions = new HashSet<String>();
250 attributeOptions.add(
256 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
261 attributeOptions = null;
294 if (attributeOptions == null) {
297 return attributeOptions;
305 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java120 * @param attributeOptions The attribute options for this compare operation.
122 public void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java140 public void setAttributeOptions(Set<String> attributeOptions) argument
142 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DCompareOperationBasis.java71 private Set<String> attributeOptions; field in class:CompareOperationBasis
121 attributeOptions = null;
159 attributeOptions = new HashSet<String>();
235 attributeOptions = null;
246 attributeOptions = new HashSet<String>();
250 attributeOptions.add(
256 attributeOptions.add(rawAttributeType.substring(semicolonPos+1));
261 attributeOptions = null;
297 if (attributeOptions == null) {
300 return attributeOptions;
309 setAttributeOptions(Set<String> attributeOptions) argument
[all...]
H A DCompareOperation.java119 * @param attributeOptions The attribute options for this compare operation.
121 public void setAttributeOptions(Set<String> attributeOptions); argument
H A DCompareOperationWrapper.java139 public void setAttributeOptions(Set<String> attributeOptions) argument
141 getOperation().setAttributeOptions(attributeOptions);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchFilter.java98 private final Set<String> attributeOptions; field in class:SearchFilter
114 * @param attributeOptions The set of attribute options for the
135 Set<String> attributeOptions,
159 this.attributeOptions = attributeOptions;
250 * @param attributeOptions The set of attribute options for this
259 Set<String> attributeOptions,
263 attributeType, attributeOptions,
303 * @param attributeOptions The set of attribute options for this
316 Set<String> attributeOptions,
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
257 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
364 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
412 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
453 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
499 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchFilter.java98 private final Set<String> attributeOptions; field in class:SearchFilter
114 * @param attributeOptions The set of attribute options for the
135 Set<String> attributeOptions,
159 this.attributeOptions = attributeOptions;
250 * @param attributeOptions The set of attribute options for this
259 Set<String> attributeOptions,
263 attributeType, attributeOptions,
303 * @param attributeOptions The set of attribute options for this
316 Set<String> attributeOptions,
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
257 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
364 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
412 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
453 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
499 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchFilter.java98 private final Set<String> attributeOptions; field in class:SearchFilter
114 * @param attributeOptions The set of attribute options for the
135 Set<String> attributeOptions,
159 this.attributeOptions = attributeOptions;
250 * @param attributeOptions The set of attribute options for this
259 Set<String> attributeOptions,
263 attributeType, attributeOptions,
303 * @param attributeOptions The set of attribute options for this
316 Set<String> attributeOptions,
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
257 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
364 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
412 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
453 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
499 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchFilter.java98 private final Set<String> attributeOptions; field in class:SearchFilter
114 * @param attributeOptions The set of attribute options for the
135 Set<String> attributeOptions,
159 this.attributeOptions = attributeOptions;
250 * @param attributeOptions The set of attribute options for this
259 Set<String> attributeOptions,
263 attributeType, attributeOptions,
303 * @param attributeOptions The set of attribute options for this
316 Set<String> attributeOptions,
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
257 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
364 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
412 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
453 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
499 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchFilter.java98 private final Set<String> attributeOptions; field in class:SearchFilter
114 * @param attributeOptions The set of attribute options for the
135 Set<String> attributeOptions,
159 this.attributeOptions = attributeOptions;
250 * @param attributeOptions The set of attribute options for this
259 Set<String> attributeOptions,
263 attributeType, attributeOptions,
303 * @param attributeOptions The set of attribute options for this
316 Set<String> attributeOptions,
131 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
257 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
315 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
364 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
412 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
453 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
499 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue) argument
575 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, AttributeValue assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DPersistentCompressedSchema.java104 final String attributeName, final Collection<String> attributeOptions)
112 for (final String option : attributeOptions)
193 final List<String> attributeOptions = new LinkedList<>();
196 attributeOptions.add(reader.readOctetStringAsString());
199 loadAttribute(encodedAttribute, attributeName, attributeOptions);
103 storeAttribute(final byte[] encodedAttribute, final String attributeName, final Collection<String> attributeOptions) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchFilter.java94 private final Set<String> attributeOptions; field in class:SearchFilter
110 * @param attributeOptions The set of attribute options for the
131 Set<String> attributeOptions,
154 this.attributeOptions = attributeOptions;
245 * @param attributeOptions The set of attribute options for this
254 Set<String> attributeOptions,
258 attributeType, attributeOptions,
298 * @param attributeOptions The set of attribute options for this
311 Set<String> attributeOptions,
127 SearchFilter(FilterType filterType, Collection<SearchFilter> filterComponents, SearchFilter notComponent, AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement, String matchingRuleID, boolean dnAttributes) argument
252 createEqualityFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue) argument
310 createSubstringFilter(AttributeType attributeType, Set<String> attributeOptions, ByteString subInitialElement, List<ByteString> subAnyElements, ByteString subFinalElement) argument
359 createGreaterOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue) argument
407 createLessOrEqualFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue) argument
448 createPresenceFilter( AttributeType attributeType, Set<String> attributeOptions) argument
494 createApproximateFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue) argument
570 createExtensibleMatchFilter( AttributeType attributeType, Set<String> attributeOptions, ByteString assertionValue, String matchingRuleID, boolean dnAttributes) argument
[all...]

Completed in 220 milliseconds

12