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