Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
IGetLockCommand |
ICmsServices.createGetLockCommand()
Create a "Get lock" command.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postGetLockFailed(IGetLockCommand command,
java.lang.Exception cause)
Called after the command failed.
|
boolean |
IProcessExtension.preGetLock(org.modelio.vbasic.progress.IModelioProgress monitor,
IGetLockCommand command)
Ask for the parameters and the confirmation of the locking of the given elements.
|