public class FakeDelOperation extends FakeOperation
Constructor and Description |
---|
FakeDelOperation(DN dn,
CSN csn,
String entryUUID)
Creates a new FakeDelOperation from the provided information.
|
Modifier and Type | Method and Description |
---|---|
ReplicationMsg |
generateMessage()
Generate a ReplicationMsg from this fake operation.
|
String |
getEntryUUID()
Retrieves the Unique ID of the entry that was deleted with this operation.
|
getCSN
public FakeDelOperation(DN dn, CSN csn, String entryUUID)
dn
- The dn of the entry that was deleted.csn
- The CSN of the operation.entryUUID
- The Unique ID of the deleted entry.public ReplicationMsg generateMessage()
generateMessage
in class FakeOperation
public String getEntryUUID()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.