MoveNodeOp

class MoveNodeOp(val childId: Long, val targetPosition: PositionInRole) : AbstractOperation

Constructors

Link copied to clipboard
constructor(childId: Long, targetPosition: PositionInRole)

Types

Link copied to clipboard
Link copied to clipboard
inner class Intend(val capturedTargetPosition: CapturedInsertPosition) : IOperationIntend

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply(transaction: IWriteTransaction, store: IDeserializingKeyValueStore): IAppliedOperation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard