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