Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
IRevertCommand |
ICmsServices.createRevertCommand()
Create a "Revert" command.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postRevertFailed(IRevertCommand command,
java.lang.Exception cause)
Called after the command failed.
|
boolean |
IProcessExtension.preRevert(org.modelio.vbasic.progress.IModelioProgress monitor,
IRevertCommand command)
Called before a revert operation is executed.
|