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
 InputStream getAdhocGraph(String resourceId, String title, String[] dataSources, String[] aggregateFunctions, String[] colors, String[] dataSourceTitles, String[] styles, long start, long end)
          getAdhocGraph
 InputStream getPrefabGraph(String resourceId, String report, long start, long end)
          getPrefabGraph
 

Method Detail

getPrefabGraph

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

getPrefabGraph

Parameters:
resourceId - a String object.
report - a String object.
start - a long.
end - a long.
Returns:
a InputStream object.

getAdhocGraph

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

getAdhocGraph

Parameters:
resourceId - a String object.
title - a String object.
dataSources - an array of String objects.
aggregateFunctions - an array of String objects.
colors - an array of String objects.
dataSourceTitles - an array of String objects.
styles - an array of String objects.
start - a long.
end - a long.
Returns:
a InputStream object.


Copyright © 2011. All Rights Reserved.