Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
ICommitCommand |
ICmsServices.createCommitCommand()
Create a command to commit the elements in subversion and put the CMS lock on them so that they cannot be modified again.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postCommitFailed(ICommitCommand command,
java.lang.Exception cause)
Called after a commit command failed.
|
boolean |
IProcessExtension.preCommit(org.modelio.vbasic.progress.IModelioProgress monitor,
ICommitCommand command)
Called before a commit operation is executed.
|