Class AddContext


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

      • 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 Detail

      • 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.