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.
|
getCSN
public 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()
FakeOperation
generateMessage
in class FakeOperation
Copyright 2010-2020 ForgeRock AS.