@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class ModifyChangeRecordEntry extends ChangeRecordEntry
| Constructor and Description |
|---|
ModifyChangeRecordEntry(DN dn,
Collection<RawModification> modifications)
Creates a new entry with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeOperationType |
getChangeOperationType()
Retrieves the name of the change operation type.
|
List<RawModification> |
getModifications()
Get the list of modifications.
|
String |
toString()
Retrieves a string representation of this change record entry.
|
getDNpublic ModifyChangeRecordEntry(DN dn, Collection<RawModification> modifications)
dn - The distinguished name for this entry. It must not
be null.modifications - The modifications for this change record. It must
not be null.public List<RawModification> getModifications()
The returned list is read-only.
public ChangeOperationType getChangeOperationType()
getChangeOperationType in class ChangeRecordEntrypublic String toString()
toString in class ChangeRecordEntryCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.