org.opennms.web.svclayer
Interface RrdGraphService

All Known Implementing Classes:
DefaultRrdGraphService

@Transactional(readOnly=true)
public interface RrdGraphService

Author:
DJ Gregor

Method Summary
 InputStream getAdhocGraph(String resourceId, String title, String[] dataSources, String[] aggregateFunctions, String[] colors, String[] dataSourceTitles, String[] styles, long start, long end)
           
 InputStream getPrefabGraph(String resourceId, String report, long start, long end)
           
 

Method Detail

getPrefabGraph

InputStream getPrefabGraph(String resourceId,
                           String report,
                           long start,
                           long end)

getAdhocGraph

InputStream getAdhocGraph(String resourceId,
                          String title,
                          String[] dataSources,
                          String[] aggregateFunctions,
                          String[] colors,
                          String[] dataSourceTitles,
                          String[] styles,
                          long start,
                          long end)


Copyright © 2009. All Rights Reserved.