| Package | Description |
|---|---|
| com.modeliosoft.modelio.cms.api |
| Modifier and Type | Method and Description |
|---|---|
IAddCommand |
ICmsServices.createAddCommand()
Create a "Add to version" command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessExtension.postAddFailed(IAddCommand command,
java.lang.Exception cause)
Called after the command failed.
|
boolean |
IProcessExtension.preAdd(org.modelio.vbasic.progress.IModelioProgress monitor,
IAddCommand command)
Ask for the parameters and the confirmation of the addition of the given command elements.
|