@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public abstract class ChangeRecordEntry extends Object
Modifier | Constructor and Description |
---|---|
protected |
ChangeRecordEntry(Dn dn)
Creates a new change record entry with the provided information.
|
Modifier and Type | Method and Description |
---|---|
abstract ChangeOperationType |
getChangeOperationType()
Retrieves the name of the change operation type.
|
Dn |
getDN()
Retrieves the distinguished name for this entry.
|
abstract String |
toString() |
protected ChangeRecordEntry(Dn dn)
dn
- The distinguished name for this change record entry. It must not be null
.public final Dn getDN()
public abstract ChangeOperationType getChangeOperationType()
Copyright 2010-2018 ForgeRock AS.