| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager | |
| de.aristaflow.adept2.core.logmanager.logs |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
LogManager.formatCondition(SessionToken session,
Log log,
java.lang.String conditionFormat,
java.io.Serializable... values)
Formats the given condition format string and values to an SQL condition
that can e.g. be used in the WHERE clause of
LogManager.query(SessionToken, String, int) or
read(SessionToken, String, String, int, String...). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataHistory |
interface |
ExecutionHistory
This is the defining interface for the execution history and its data
structure.
|