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 |
---|---|
ModuleEntry |
ModelManagementService.findModuleEntryByPath(long moduleId,
String path)
Returns content of the specified process resource for given module.
|
ModuleEntry |
ModelManagementService.getModuleEntry(long entryId)
Returns resource data for given id from repository.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleEntry> |
ModuleEntryList.getData()
Returns a list of modules.
|
List<ModuleEntry> |
Module.getEntries()
Returns a list of the entries.
|
Iterator<ModuleEntry> |
ModuleEntryList.iterator() |
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.
|
ModuleEntryList(Collection<ModuleEntry> entries)
Creates new instance.
|
ModuleEntryList(Collection<ModuleEntry> entries,
long total)
Creates new instance.
|
ModuleEntryList(QueryResult<ModuleEntry> entries)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModuleEntry |
ModelManagementServiceBean.findModuleEntryByPath(long moduleId,
String path) |
ModuleEntry |
ModelManagementServiceBean.getModuleEntry(long entryId) |
static ModuleEntry |
EntityTransformer.transform(ModuleEntry entry)
Transforms
ModuleEntry to ModuleEntry . |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.