Class ReportOverviewContributor
- java.lang.Object
 - 
- com.inductiveautomation.reporting.gateway.web.ReportOverviewContributor
 
 
- 
- All Implemented Interfaces:
 OverviewContributor
public class ReportOverviewContributor extends java.lang.Object implements OverviewContributor
Contributes the upcoming scheduled reports to the systems section 
- 
- 
Constructor Summary
Constructors Constructor Description ReportOverviewContributor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<SystemsEntry>getSystemsEntries(GatewayContext context)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.OverviewContributor
getConnectionsEntries, getCriticalProblemDetectors 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSystemsEntries
public java.lang.Iterable<SystemsEntry> getSystemsEntries(GatewayContext context)
- Specified by:
 getSystemsEntriesin interfaceOverviewContributor
 
 - 
 
 -