Package | Description |
---|---|
io.apicurio.datamodels.cmd.ot |
Modifier and Type | Method and Description |
---|---|
OtCommand |
OtEngine.redo(long contentVersion)
Called to redo a specific command by its contentVersion identifier.
|
OtCommand |
OtEngine.redoLastLocalCommand()
Called to redo the last "undone" local command.
|
OtCommand |
OtEngine.undo(long contentVersion)
Called to undo a specific command by its contentVersion identifier.
|
OtCommand |
OtEngine.undoLastLocalCommand()
Called to undo the last local command.
|
Modifier and Type | Method and Description |
---|---|
void |
OtEngine.executeCommand(OtCommand command,
boolean pending)
Executes the given command in the correct sequence.
|
boolean |
OtEngine.hasCommand(OtCommand command)
Returns true if the OT engine has already seen the given command.
|
Copyright © 2020 Red Hat. All rights reserved.