@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.
|
getDN
public 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 ChangeRecordEntry
public List<Attribute> getAttributes()
The returned list is read-only.
public String toString()
toString
in class ChangeRecordEntry
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.