Class AddContext

java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.AddContext

public final class AddContext extends OperationContext
This class describes the context that is attached to Add Operation.
  • Constructor Details

    • AddContext

      public AddContext(CSN csn, UUID entryUUID, UUID parentEntryUUID)
      Creates a new AddContext with the provided information.
      Parameters:
      csn - The CSN of the add operation.
      entryUUID - the Unique Id of the added entry.
      parentEntryUUID - The unique Id of the parent of the added entry.
  • Method Details

    • getParentEntryUUID

      public UUID getParentEntryUUID()
      Get the Unique Id of the parent of the added entry.
      Returns:
      Returns the Unique Id of the parent of the added entry.