public interface UpdateFunction
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.ByteSequence |
computeNewValue(org.forgerock.opendj.ldap.ByteSequence oldValue)
Computes the new value for a record based on the record's existing
content.
|
org.forgerock.opendj.ldap.ByteSequence computeNewValue(org.forgerock.opendj.ldap.ByteSequence oldValue)
oldValue - The record's existing content, or null if the record
does not exist at the moment and is about to be created.null if the record should be removed),
or the old value if no update is required.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.