Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
com.modeliosoft.modelio.cms.api.contrib |
Modifier and Type | Method and Description |
---|---|
IGetLockResult |
IGetLockCommand.execute(org.modelio.vbasic.progress.IModelioProgress iMonitor)
Get the lock on elements specified by the given parameters.
|
IGetLockResult |
ICommitResultFragment.getLockResult()
Get the result of "Get lock" on added elements.
|
IGetLockResult |
IAddResult.getLockResult()
Get the result of the lock operation that was needed before adding the asked elements.
|
Modifier and Type | Method and Description |
---|---|
void |
IProcessExtension.postGetLock(IGetLockResult result)
Called after a locking operation is finished.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmsContributor.onGetLockSuccess(IGetLockResult lockResult)
Called after a locking operation is finished.
|
void |
ICmsContributor.onGetLockSuccess(IGetLockResult lockResult)
Called after a locking operation is finished.
|