Package | Description |
---|---|
org.jivesoftware.spark.ui.history |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<HistoryEntry> |
AbstractHistoryFile.entries |
Modifier and Type | Method and Description |
---|---|
HistoryEntry |
HistoryTreeNode.getHistoryEntry() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<HistoryEntry> |
AbstractHistoryFile.createEntries() |
protected java.util.List<HistoryEntry> |
XMLHistoryFile.createEntries() |
java.util.List<HistoryEntry> |
HistoryEntry.getEntries() |
java.util.Collection<HistoryEntry> |
AbstractHistoryFile.getHistoryEntries() |
java.util.List<HistoryEntry> |
AbstractHistoryFile.search(java.lang.String occurrence) |
protected java.util.List<HistoryEntry> |
AbstractHistoryFile.toList(java.util.Map<java.util.Date,HistoryEntry> months) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryTreeNode.setHistoryEntry(HistoryEntry historyEntry) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEntry.setEntries(java.util.List<HistoryEntry> entries) |
protected java.util.List<HistoryEntry> |
AbstractHistoryFile.toList(java.util.Map<java.util.Date,HistoryEntry> months) |
Constructor and Description |
---|
HistoryEntry(HistoryEntry orig) |
HistoryTreeNode(HistoryEntry historyEntry,
java.lang.String roomName) |