org.opennms.web.svclayer
Interface PerfGraphBuilderService
- All Known Implementing Classes:
- DefaultPerfGraphBuilderService
public interface PerfGraphBuilderService
- Author:
- DJ Gregor
createGraphDefinition
GraphDefinition createGraphDefinition()
saveGraphDefinition
void saveGraphDefinition(String graphDefId)
getGraphDefinition
GraphDefinition getGraphDefinition(String graphDefId)
addAttributeToGraphDefinition
void addAttributeToGraphDefinition(String attributeId,
String graphDefId)
getAttributePalette
Palette getAttributePalette(int nodeId)
getGraph
byte[] getGraph(String graphDefId)
Copyright © 2009. All Rights Reserved.