@Transactional(readOnly=true)
public interface GraphResultsService
GraphResultsService interface.
Modifier and Type | Method and Description |
---|---|
GraphResults |
findResults(String[] resources,
String[] reports,
long start,
long end,
String relativeTime)
findResults
|
PrefabGraph[] |
getAllPrefabGraphs(String resourceId)
getAllPrefabGraphs
|
GraphResults findResults(String[] resources, String[] reports, long start, long end, String relativeTime)
findResults
PrefabGraph[] getAllPrefabGraphs(String resourceId)
getAllPrefabGraphs
resourceId
- a String
object.PrefabGraph
objects.Copyright © 2015. All rights reserved.