Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
com.whitestein.lsps.modulemanager |
Modifier and Type | Method and Description |
---|---|
ModuleList |
ModelManagementService.findModules(ModuleCriteria criteria)
Returns collection of all modules in the repository according to given criteria
|
Modifier and Type | Method and Description |
---|---|
ModuleList |
ModulesUploadResult.getModuleList() |
ModuleList |
ModulesProcessingResult.getModuleList() |
ModuleList |
ModulesProcessingResult.getNewModuleList() |
Modifier and Type | Method and Description |
---|---|
void |
ModulesUploadResult.setModuleList(ModuleList moduleList) |
void |
ModulesProcessingResult.setModuleList(ModuleList moduleList) |
void |
ModulesProcessingResult.setNewModuleList(ModuleList newModuleList) |
Constructor and Description |
---|
ModulesProcessingResult(ModuleList moduleList,
ModuleList newModuleList) |
ModulesUploadResult(ModuleList moduleList,
List<SchemaOperationResult> schemaOperationsResult) |
Modifier and Type | Method and Description |
---|---|
ModuleList |
ModelManagementServiceBean.findModules(ModuleCriteria criteria) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.