Searched defs:modAttr (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalSingle.java82 Attribute modAttr = mod.getAttribute();
83 ByteString newValue = getSingleValue(modAttr);
151 Attribute modAttr = mod.getAttribute();
152 ByteString newValue = getSingleValue(modAttr);
166 AttributeType type = modAttr.getAttributeType();
173 !modifiedEntry.hasValue(type, modAttr.getOptions(), newValue))
265 private ByteString getSingleValue(Attribute modAttr) argument
267 if (modAttr != null && !modAttr.isEmpty())
269 return modAttr
[all...]

Completed in 156 milliseconds