Package org.opennms.web.svclayer.api
Interface GraphResultsService
-
- All Known Implementing Classes:
DefaultGraphResultsService
@Transactional(readOnly=true) public interface GraphResultsService
GraphResultsService interface.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- DJ Gregor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphResults
findResults(ResourceId[] resources, String[] reports, String generatedId, String nodeCriteria, long start, long end, String relativeTime)
PrefabGraph[]
getAllPrefabGraphs(ResourceId resourceId)
-
-
-
Method Detail
-
findResults
GraphResults findResults(ResourceId[] resources, String[] reports, String generatedId, String nodeCriteria, long start, long end, String relativeTime)
-
getAllPrefabGraphs
PrefabGraph[] getAllPrefabGraphs(ResourceId resourceId)
-
-