Searched defs:rawAttributeType (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java80 * @param rawAttributeType The raw attribute type for this compare
83 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreParseCompareOperation.java80 * @param rawAttributeType The raw attribute type for this compare
83 public void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreParseCompareOperation.java81 * @param rawAttributeType The raw attribute type for this compare
84 void setRawAttributeType(String rawAttributeType); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java100 public void setRawAttributeType(String rawAttributeType) argument
102 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCompareOperation.java83 * @param rawAttributeType The raw attribute type for this compare
86 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java99 public void setRawAttributeType(String rawAttributeType) argument
101 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java86 private String rawAttributeType; field in class:CompareOperationBasis
102 * @param rawAttributeType The raw attribute type for the compare operation.
108 ByteString rawEntryDN, String rawAttributeType,
115 this.rawAttributeType = rawAttributeType;
156 rawAttributeType = attributeType.getNameOrOID();
221 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
105 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java100 public void setRawAttributeType(String rawAttributeType) argument
102 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DCompareOperation.java84 * @param rawAttributeType The raw attribute type for this compare
87 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java100 public void setRawAttributeType(String rawAttributeType) argument
102 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java91 private String rawAttributeType; field in class:CompareOperationBasis
107 * @param rawAttributeType The raw attribute type for the compare operation.
113 ByteString rawEntryDN, String rawAttributeType,
120 this.rawAttributeType = rawAttributeType;
161 rawAttributeType = attributeType.getNameOrOID();
222 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
110 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DCompareOperation.java83 * @param rawAttributeType The raw attribute type for this compare
86 public void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java99 public void setRawAttributeType(String rawAttributeType) argument
101 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java86 private String rawAttributeType; field in class:CompareOperationBasis
102 * @param rawAttributeType The raw attribute type for the compare operation.
108 ByteString rawEntryDN, String rawAttributeType,
115 this.rawAttributeType = rawAttributeType;
156 rawAttributeType = attributeType.getNameOrOID();
221 return rawAttributeType;
230 public final void setRawAttributeType(String rawAttributeType) argument
232 this.rawAttributeType = rawAttributeType;
105 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DCompareOperation.java85 * @param rawAttributeType The raw attribute type for this compare
88 void setRawAttributeType(String rawAttributeType); argument
H A DCompareOperationWrapper.java89 public void setRawAttributeType(String rawAttributeType) argument
91 getOperation().setRawAttributeType(rawAttributeType);
H A DCompareOperationBasis.java83 private String rawAttributeType; field in class:CompareOperationBasis
99 * @param rawAttributeType The raw attribute type for the compare operation.
105 ByteString rawEntryDN, String rawAttributeType,
112 this.rawAttributeType = rawAttributeType;
153 rawAttributeType = attributeType.getNameOrOID();
199 return rawAttributeType;
204 public final void setRawAttributeType(String rawAttributeType) argument
206 this.rawAttributeType = rawAttributeType;
102 CompareOperationBasis( ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawEntryDN, String rawAttributeType, ByteString assertionValue) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DMatchedValuesFilter.java172 private final String rawAttributeType; field in class:MatchedValuesFilter
183 * @param rawAttributeType The raw, unprocessed attribute type.
190 private MatchedValuesFilter(byte matchType, String rawAttributeType, argument
196 this.rawAttributeType = rawAttributeType;
221 * @param rawAttributeType The raw, unprocessed attribute type.
227 String rawAttributeType,
230 Validator.ensureNotNull(rawAttributeType,rawAssertionValue);
232 return new MatchedValuesFilter(EQUALITY_MATCH_TYPE, rawAttributeType,
251 String rawAttributeType
226 createEqualityFilter( String rawAttributeType, ByteString rawAssertionValue) argument
275 createSubstringsFilter( String rawAttributeType, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
325 createGreaterOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
373 createLessOrEqualFilter( String rawAttributeType, ByteString rawAssertionValue) argument
419 createPresentFilter(String rawAttributeType) argument
459 createApproximateFilter( String rawAttributeType, ByteString rawAssertionValue) argument
507 createExtensibleMatchFilter( String rawAttributeType, String matchingRuleID, ByteString rawAssertionValue) argument
[all...]

Completed in 44 milliseconds

12