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.
|
getCSNpublic 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 FakeOperationpublic String getEntryUUID()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.