|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.report.ReportSession
public class ReportSession
A ReportSession
contains all Report
s from a session, which is
currently based on a date.
Constructor Summary | |
---|---|
ReportSession(long timestamp)
Constructor. |
Method Summary | ||
---|---|---|
|
addReport(R report)
Add a Report to this session. |
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
getAllReports()
Get all reports. |
|
long |
getId()
Returns the the id of this session |
|
com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> |
getReports(Class<? extends Message> messageType)
Get all reports matching the given message type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportSession(long timestamp)
timestamp
- the timestampMethod Detail |
---|
public long getId()
public <M extends Message,R extends Report<M>> void addReport(R report)
Report
to this session.
report
- the reportpublic com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> getReports(Class<? extends Message> messageType)
messageType
- the message type
public com.google.common.collect.Multimap<Class<? extends Report<?>>,Report<?>> getAllReports()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |