| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager.logs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkHistoryEntry> |
ExecutionHistory.readCompletedSteps(SessionToken session,
long agentID,
java.util.Collection<java.lang.Long> orgPositionIDs,
long startEntryID,
boolean newerEntries,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads all steps completed by the specified agent in the specified org
position within the given time frame.
|
java.util.List<WorkHistoryEntry> |
ExecutionHistory.readCompletedSteps(SessionToken session,
long agentID,
java.util.Collection<java.lang.Long> orgPositionIDs,
long fromTimestamp,
long toTimestamp,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads all steps completed by the specified agent in the specified org
position within the given time frame.
|
java.util.List<WorkHistoryEntry> |
ExecutionHistory.readCompletedSteps(SessionToken session,
long agentID,
long orgPositionID,
long startEntryID,
boolean newerEntries,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads all steps completed by the specified agent in the specified org
position within the given time frame.
|
java.util.List<WorkHistoryEntry> |
ExecutionHistory.readCompletedSteps(SessionToken session,
long agentID,
long orgPositionID,
long fromTimestamp,
long toTimestamp,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads all steps completed by the specified agent in the specified org
position within the given time frame.
|