Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.modulemanager |
Modifier and Type | Method and Description |
---|---|
void |
ModelManagementService.unloadModule(long moduleId)
Removes the module from the system.
|
void |
ModelManagementService.unloadModules(List<Module> modules)
Unloads modules.
|
void |
ModelManagementService.unloadModuleWithDependentModules(long moduleId)
Removes the module from the system.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelManagerPlugin.preRemoveModule(long moduleId)
This method is called before a module is removed.
|
void |
ModelManagementServiceBean.unloadModule(long moduleId) |
void |
ModelManagementServiceBean.unloadModuleWithDependentModules(long moduleId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.