Package | Description |
---|---|
org.opennms.netmgt.config.kscReports | |
org.opennms.web.controller.ksc | |
org.opennms.web.rest.v1 | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
Graph[] |
Report.getGraph()
Method getGraph.Returns the contents of the collection in an
Array.
|
Graph |
Report.getGraph(int index)
Method getGraph.
|
Graph |
Report.removeGraphAt(int index)
Method removeGraphAt.
|
static Graph |
Graph.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Graph> |
Report.enumerateGraph()
Method enumerateGraph.
|
List<Graph> |
Report.getGraphCollection()
Method getGraphCollection.Returns a reference to
'_graphList'.
|
Iterator<Graph> |
Report.iterateGraph()
Method iterateGraph.
|
Modifier and Type | Method and Description |
---|---|
void |
Report.addGraph(Graph vGraph) |
void |
Report.addGraph(int index,
Graph vGraph) |
boolean |
Report.removeGraph(Graph vGraph)
Method removeGraph.
|
void |
Report.setGraph(Graph[] vGraphArray) |
void |
Report.setGraph(int index,
Graph vGraph) |
Modifier and Type | Method and Description |
---|---|
void |
Report.setGraph(List<Graph> vGraphList)
Sets the value of '_graphList' by copying the given Vector.
|
void |
Report.setGraphCollection(List<Graph> graphList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Graph |
KscReportEditor.getWorkingGraph()
Returns the working graph object
|
Modifier and Type | Method and Description |
---|---|
Graph |
KscRestService.KscGraph.buildGraph() |
Constructor and Description |
---|
KscGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
OnmsResource |
KscReportService.getResourceFromGraph(Graph graph)
getResourceFromGraph
|
Modifier and Type | Method and Description |
---|---|
OnmsResource |
DefaultKscReportService.getResourceFromGraph(Graph graph)
getResourceFromGraph
|
Copyright © 2017. All rights reserved.