public class History extends RemoteMap<Event>
RemoteMap
which provides a live view onto the Events of an Item.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
History(ItemPath itemPath,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
Event |
addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName) |
Event |
addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
String timeString) |
Event |
addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event |
addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
String timeString) |
Event |
getEvent(int id) |
Event |
remove(Object key) |
activate, clear, containsKey, containsValue, deactivate, finalize, get, getClusterPath, getClusterType, getID, getLastId, getName, isEmpty, keySet, loadKeys, put, putLocal, removeLocal, setID, setName, size, valuesceilingEntry, ceilingKey, clone, comparator, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, headMap, headMap, higherEntry, higherKey, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, replace, replace, replaceAll, subMap, subMap, tailMap, tailMapequals, hashCode, toStringenforceValidNamecompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, merge, putIfAbsent, removepublic Event getEvent(int id)
public Event addEvent(AgentPath agentPath, AgentPath delegatePath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId)
public Event addEvent(AgentPath agentPath, AgentPath delegatePath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName)
public Event addEvent(AgentPath agentPath, AgentPath delegatePath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId, String timeString) throws InvalidDataException
InvalidDataExceptionpublic Event addEvent(AgentPath agentPath, AgentPath delegatePath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, String timeString) throws InvalidDataException
InvalidDataExceptionCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.