@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.
|
getDN
public DeleteChangeRecordEntry(DN dn)
dn
- The distinguished name for this entry. It must not be
null
.public ChangeOperationType getChangeOperationType()
getChangeOperationType
in class ChangeRecordEntry
public String toString()
toString
in class ChangeRecordEntry
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.