public class FakeModifyOperation extends FakeOperation
| Constructor and Description |
|---|
FakeModifyOperation(DN dn,
CSN csn,
String entryuuid)
Creates a new ModifyFakeOperation with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addModification(Modification mod)
Add a modification to the list of modification included
in this fake operation.
|
ReplicationMsg |
generateMessage()
Generate a ReplicationMsg from this fake operation.
|
getCSNpublic FakeModifyOperation(DN dn, CSN csn, String entryuuid)
dn - The DN on which the Operation was applied.csn - The CSN of the operation.entryuuid - The unique ID of the entry on which the Operation applies.public void addModification(Modification mod)
mod - A modification that must be added to the list of modifications
included in this fake operation.public ReplicationMsg generateMessage()
generateMessage in class FakeOperationCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.