Searched refs:setAttributeType (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DCompareOperation.java105 public void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java120 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
122 getOperation().setAttributeType(attributeType);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DCompareOperation.java104 public void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java119 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
121 getOperation().setAttributeType(attributeType);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DCompareOperation.java105 public void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java120 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
122 getOperation().setAttributeType(attributeType);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DCompareOperation.java105 public void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java120 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
122 getOperation().setAttributeType(attributeType);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DCompareOperation.java104 public void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java119 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
121 getOperation().setAttributeType(attributeType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DCompareOperation.java106 void setAttributeType(AttributeType attributeType); method in interface:CompareOperation
H A DCompareOperationWrapper.java105 public void setAttributeType(AttributeType attributeType) method in class:CompareOperationWrapper
107 getOperation().setAttributeType(attributeType);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeBuilder.java90 * builder.setAttributeType("myAttribute" + i);
1166 * {@link #setAttributeType(AttributeType)} before the attribute
1594 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1596 setAttributeType(attributeType, attributeType.getNameOrOID());
1610 public void setAttributeType( method in class:AttributeBuilder
1632 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1634 setAttributeType(getAttributeType(attributeName), attributeName);
H A DRawAttribute.java173 public abstract void setAttributeType(String attributeType); method in class:RawAttribute
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeBuilder.java89 * builder.setAttributeType("myAttribute" + i);
1165 * {@link #setAttributeType(AttributeType)} before the attribute
1593 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1595 setAttributeType(attributeType, attributeType.getNameOrOID());
1609 public void setAttributeType( method in class:AttributeBuilder
1631 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1633 setAttributeType(getAttributeType(attributeName), attributeName);
H A DRawAttribute.java171 public abstract void setAttributeType(String attributeType); method in class:RawAttribute
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeBuilder.java90 * builder.setAttributeType("myAttribute" + i);
1166 * {@link #setAttributeType(AttributeType)} before the attribute
1594 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1596 setAttributeType(attributeType, attributeType.getNameOrOID());
1610 public void setAttributeType( method in class:AttributeBuilder
1632 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1634 setAttributeType(getAttributeType(attributeName), attributeName);
H A DRawAttribute.java173 public abstract void setAttributeType(String attributeType); method in class:RawAttribute
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java90 * builder.setAttributeType("myAttribute" + i);
1166 * {@link #setAttributeType(AttributeType)} before the attribute
1594 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1596 setAttributeType(attributeType, attributeType.getNameOrOID());
1610 public void setAttributeType( method in class:AttributeBuilder
1632 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1634 setAttributeType(getAttributeType(attributeName), attributeName);
H A DRawAttribute.java173 public abstract void setAttributeType(String attributeType); method in class:RawAttribute
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeBuilder.java89 * builder.setAttributeType("myAttribute" + i);
1165 * {@link #setAttributeType(AttributeType)} before the attribute
1593 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1595 setAttributeType(attributeType, attributeType.getNameOrOID());
1609 public void setAttributeType( method in class:AttributeBuilder
1631 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1633 setAttributeType(getAttributeType(attributeName), attributeName);
H A DRawAttribute.java171 public abstract void setAttributeType(String attributeType); method in class:RawAttribute
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeBuilder.java89 * builder.setAttributeType("myAttribute" + i);
993 * {@link #setAttributeType(AttributeType)} before the attribute
1458 public void setAttributeType(AttributeType attributeType) method in class:AttributeBuilder
1460 setAttributeType(attributeType, attributeType.getNameOrOID());
1474 public void setAttributeType( method in class:AttributeBuilder
1496 public void setAttributeType(String attributeName) method in class:AttributeBuilder
1498 setAttributeType(getAttributeTypeOrDefault(attributeName), attributeName);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java199 public void setAttributeType(String attributeType) method in class:LDAPAttribute
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java199 public void setAttributeType(String attributeType) method in class:LDAPAttribute

Completed in 126 milliseconds

123