org.milyn.event.report.model
Class Report
java.lang.Object
org.milyn.event.report.model.Report
- Direct Known Subclasses:
- DOMReport
public class Report
- extends Object
Execution Report.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Report
public Report()
getConfigurations
public List<ReportInfoNode> getConfigurations()
getProcessings
public List<MessageNode> getProcessings()
setResults
public void setResults(List<ResultNode> results)
getResults
public List<ResultNode> getResults()
Copyright © 2009. All Rights Reserved.