RevertToOp
class RevertToOp(val latestKnownVersionRef: KVEntryReference<CPVersion>, val versionToRevertToRef: KVEntryReference<CPVersion>) : AbstractOperation
Constructors
Link copied to clipboard
constructor(latestKnownVersionRef: KVEntryReference<CPVersion>, versionToRevertToRef: KVEntryReference<CPVersion>)
Types
Link copied to clipboard
Link copied to clipboard
inner class Intend(val intends: List<IOperationIntend>, val store: IDeserializingKeyValueStore) : IOperationIntend
Functions
Link copied to clipboard
open override fun apply(transaction: IWriteTransaction, store: IDeserializingKeyValueStore): IAppliedOperation
Link copied to clipboard
Link copied to clipboard