|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.util.ChangeRecordEntry
org.opends.server.util.ModifyChangeRecordEntry
@PublicAPI(stability=VOLATILE,
mayInstantiate=true,
mayExtend=false,
mayInvoke=true)
public final class ModifyChangeRecordEntryThis class defines a data structure for a change record entry for an modify operation. It includes a DN and a set of attributes, as well as methods to decode the entry.
| Constructor Summary | |
|---|---|
ModifyChangeRecordEntry(DN dn,
java.util.Collection<RawModification> modifications)
Creates a new entry with the provided information. |
|
| Method Summary | |
|---|---|
ChangeOperationType |
getChangeOperationType()
Retrieves the name of the change operation type. |
java.util.List<RawModification> |
getModifications()
Get the list of modifications. |
java.lang.String |
toString()
Retrieves a string representation of this change record entry. |
| Methods inherited from class org.opends.server.util.ChangeRecordEntry |
|---|
getDN |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyChangeRecordEntry(DN dn,
java.util.Collection<RawModification> modifications)
dn - The distinguished name for this entry. It must not
be null.modifications - The modifications for this change record. It must
not be null.| Method Detail |
|---|
public java.util.List<RawModification> getModifications()
The returned list is read-only.
public ChangeOperationType getChangeOperationType()
getChangeOperationType in class ChangeRecordEntrypublic java.lang.String toString()
toString in class ChangeRecordEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||