| Package | Description |
|---|---|
| com.whitestein.lsps.engine.dto |
Data transfer objects for engine related data.
|
| com.whitestein.lsps.test | |
| com.whitestein.lsps.tools |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProcessLog> |
ModelInstance.getLogs()
Returns the process logs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessLogIndexComparator.compare(ProcessLog o1,
ProcessLog o2) |
| Constructor and Description |
|---|
ModelInstance(ModelInstanceInfo info,
java.util.List<ModuleInstance> moduleInstances,
java.util.Collection<Signal> signalQueue,
java.util.Collection<ProcessLog> logs,
boolean createProcessLog)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProcessLog> |
ModelInstance.getProcessLogs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProcessLog> |
TestSupportServiceBean.findProcessLogsByModelInstanceId(long modelInstanceId) |
java.util.List<ProcessLog> |
TestSupportService.findProcessLogsByModelInstanceId(long modelInstanceId)
Finds
ProcessLogs by the model instance id. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.