| Package | Description |
|---|---|
| com.modeliosoft.modelio.cms.api | |
| com.modeliosoft.modelio.cms.api.contrib |
| Modifier and Type | Method and Description |
|---|---|
IGetLockConfig |
IGetLockCommand.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCmsContributor.configGetLock(org.modelio.vbasic.progress.IModelioProgress monitor,
IGetLockConfig configuration)
Ask for the parameters and the confirmation of the locking of the given elements.
|
void |
ICmsContributor.configGetLock(org.modelio.vbasic.progress.IModelioProgress monitor,
IGetLockConfig configuration)
Ask for the parameters and the confirmation of the locking of the given elements.
|
void |
AbstractCmsContributor.onGetLockFailed(IGetLockConfig config,
java.lang.Throwable cause)
Called after a "Get lock" has failed.
|
void |
ICmsContributor.onGetLockFailed(IGetLockConfig config,
java.lang.Throwable cause)
Called after a "Get lock" has failed.
|