Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
ICommitResult |
ICommitCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Execute the commit the elements in subversion
and put the CMS lock on them so that they cannot be modified again.
|
ICommitResult |
IRepairCommand.execute(java.lang.StringBuilder report,
org.modelio.vbasic.progress.IModelioProgress monitor)
Run the repair.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postCommit(ICommitResult result)
Called after a commit is definitively finished and validated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmsContributor.onCommitSuccess(ICommitResult commitResult)
Called after a commit is definitively finished and validated.
|
void |
ICmsContributor.onCommitSuccess(ICommitResult commitResult)
Called after a commit is definitively finished and validated.
|