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.engine.lang | |
com.whitestein.lsps.modulemanager |
Modifier and Type | Method and Description |
---|---|
Module |
ModelManagementService.getLatestModule(String name)
Returns the latest module with a given name.
|
Module |
ModelManagementService.getModule(long moduleId)
Finds module according to module id
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
ModelManagementService.getDependentModules(List<Long> moduleIds)
Returns list of modules that imports one of given modules.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelManagementService.unloadModules(List<Module> modules)
Unloads modules.
|
Modifier and Type | Method and Description |
---|---|
Module |
Module.getImport(String name)
Returns an imported module (directly or indirectly) for the given name.
|
Module |
ModuleDetails.getModule()
Gets the module this value object provides details for.
|
Modifier and Type | Method and Description |
---|---|
Collection<Module> |
Module.getAllImports()
Returns a collection of all imported modules.
|
List<Module> |
ModuleList.getData()
Returns a list of modules.
|
Collection<Module> |
Module.getImports()
Returns a collection of directly imported modules.
|
Constructor and Description |
---|
ModuleDetails(Module module,
Long notFinishedModelInstanceCount) |
Constructor and Description |
---|
Module(long id,
String name,
String version,
String description,
String hash,
String compatibilityVersion,
Date uploadDate,
Date unloadDate,
boolean system,
boolean executable,
boolean createProcessLog,
Collection<ModuleEntry> entries,
Collection<Module> importedModules)
Creates new instance.
|
ModuleList(Collection<Module> modules)
Creates new instance.
|
ModuleList(Collection<Module> modules,
long total)
Creates new instance.
|
ModuleList(QueryResult<Module> modules)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionContextImpl |
ExecutionContextImpl.modelContext(Module model,
ModelInstanceType modelInstanceType,
ModelProvider modelProvider)
Returns an execution context for the given model.
|
Modifier and Type | Method and Description |
---|---|
Module |
ModelManagementServiceBean.getLatestModule(String name) |
Module |
ModelManagementServiceBean.getModule(long moduleId) |
static Module |
EntityTransformer.transform(Module module,
boolean includeImports,
boolean includeEntries)
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
ModelManagementServiceBean.getDependentModules(List<Long> moduleIds) |
static List<Module> |
EntityTransformer.transformModules(Collection<Module> modules,
boolean includeImports,
boolean includeEntries)
|
Modifier and Type | Method and Description |
---|---|
void |
ModelManagementServiceBean.unloadModules(List<Module> modules) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.