Package org.opennms.web.svclayer
Interface RrdGraphService
-
- All Known Implementing Classes:
DefaultRrdGraphService
@Transactional(readOnly=true) public interface RrdGraphServiceRrdGraphService interface.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- DJ Gregor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetAdhocGraph(org.opennms.netmgt.model.ResourceId resourceId, String title, String[] dataSources, String[] aggregateFunctions, String[] colors, String[] dataSourceTitles, String[] styles, long start, long end)InputStreamgetPrefabGraph(org.opennms.netmgt.model.ResourceId resourceId, String report, long start, long end, Integer width, Integer height)
-
-
-
Method Detail
-
getPrefabGraph
InputStream getPrefabGraph(org.opennms.netmgt.model.ResourceId resourceId, String report, long start, long end, Integer width, Integer height)
-
-