@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()
Retrieves a string representation of this change record entry.
|
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-2016 ForgeRock AS. All Rights Reserved.