@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.
|
getDN
public 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 ChangeRecordEntry
public String toString()
toString
in class ChangeRecordEntry
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.