| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
AecuService.createHistoryEntry()
Starts a new history entry.
|
HistoryEntry |
AecuService.finishHistoryEntry(HistoryEntry history)
Finishes the history entry.
|
HistoryEntry |
AecuService.storeExecutionInHistory(HistoryEntry history,
ExecutionResult result)
Stores an execution run in existing history.
|
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEntry> |
AecuService.getHistory(int startIndex,
int count)
Returns the last history entries.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
AecuService.finishHistoryEntry(HistoryEntry history)
Finishes the history entry.
|
HistoryEntry |
AecuService.storeExecutionInHistory(HistoryEntry history,
ExecutionResult result)
Stores an execution run in existing history.
|
Copyright © 2018. All rights reserved.