Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
IRemoveCommand |
ICmsServices.createRemoveCommand() |
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postRemoveFailed(IRemoveCommand command,
java.lang.Exception cause)
Called after the command failed partially or totally.
|
boolean |
IProcessExtension.preRemove(org.modelio.vbasic.progress.IModelioProgress monitor,
IRemoveCommand command)
Ask for the parameters and the confirmation of the removal of the given command elements.
|