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