Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
IUpdateCommand |
ICmsServices.createUpdateCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
IProcessExtensionGui.displayPreUpdate(IUpdateCommand command)
Ask for the parameters and the confirmation of the update of the given elements.
|
void |
IProcessExtension.postUpdateFailed(IUpdateCommand command,
java.lang.Exception cause)
Called after the command failed.
|
boolean |
IProcessExtension.preUpdate(org.modelio.vbasic.progress.IModelioProgress monitor,
IUpdateCommand command)
Ask for the parameters and the confirmation of the update of the given elements.
|