Modifier and Type | Method and Description |
---|---|
Map<String,String> |
RrdGraphHelper.getGraphNameTitleMappingForResourceId(ResourceId resourceId)
Returns the graph entries name/title mapping for a given resourceId.
|
Map<String,String> |
RrdGraphHelper.getGraphResultsForResourceId(ResourceId resourceId)
Returns the graph entries for a given resourceId.
|
Map<String,String> |
RrdGraphHelper.getGraphTitleNameMappingForResourceId(ResourceId resourceId)
Returns the graph entries title/name mapping for a given resourceId.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultSurveillanceViewService.getGraphResultsForResourceId(ResourceId resourceId)
Returns a map of graphs for a given resource id.
|
Map<String,String> |
SurveillanceViewService.getGraphResultsForResourceId(ResourceId resourceId)
Returns a map of graphs for a given resource id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceDao.deleteResourceById(ResourceId resourceId)
Deletes the resource identified by the given resource ID.
|
OnmsResource |
ResourceDao.getResourceById(ResourceId id)
getResourceById
|
Modifier and Type | Method and Description |
---|---|
boolean |
MockResourceDao.deleteResourceById(ResourceId resourceId) |
OnmsResource |
MockResourceDao.getResourceById(ResourceId id) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultResourceDao.deleteResourceById(ResourceId resourceId) |
OnmsResource |
DefaultResourceDao.getResourceById(ResourceId id)
Fetch a specific resource by string ID.
|
Modifier and Type | Field and Description |
---|---|
ResourceId |
ResourceId.parent |
Modifier and Type | Method and Description |
---|---|
static ResourceId |
ResourceId.fromString(String s) |
static ResourceId |
ResourceId.get(ResourceId parent,
String type,
String name) |
static ResourceId |
ResourceId.get(String type,
String name) |
ResourceId |
OnmsResource.getId()
getId
|
ResourceId |
ResourceId.getParent() |
ResourceId |
ResourceId.resolve(String type,
String name) |
Modifier and Type | Method and Description |
---|---|
int |
ResourceId.compareTo(ResourceId resourceId) |
static ResourceId |
ResourceId.get(ResourceId parent,
String type,
String name) |
Modifier and Type | Method and Description |
---|---|
ResourceId |
CollectionResourceWrapper.getResourceId()
getResourceId
|
Modifier and Type | Method and Description |
---|---|
ModelAndView |
NrtController.nrtStart(ResourceId resourceId,
String report,
javax.servlet.http.HttpSession httpSession) |
Modifier and Type | Method and Description |
---|---|
ResourceId |
SnmpInterface.getNewResourceId()
Gets the new resource id.
|
ResourceId |
SnmpInterface.getOldResourceId()
Gets the old resource id.
|
Modifier and Type | Method and Description |
---|---|
String[] |
GraphResultsController.getSuggestedReports(ResourceId resourceId,
String matching)
getSuggestedReports
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RrdGraphService.getAdhocGraph(ResourceId resourceId,
String title,
String[] dataSources,
String[] aggregateFunctions,
String[] colors,
String[] dataSourceTitles,
String[] styles,
long start,
long end) |
InputStream |
RrdGraphService.getPrefabGraph(ResourceId resourceId,
String report,
long start,
long end,
Integer width,
Integer height) |
Modifier and Type | Method and Description |
---|---|
GraphResults |
GraphResultsService.findResults(ResourceId[] resources,
String[] reports,
String generatedId,
String nodeCriteria,
long start,
long end,
String relativeTime) |
PrefabGraph[] |
GraphResultsService.getAllPrefabGraphs(ResourceId resourceId) |
OnmsResource |
ResourceService.getResourceById(ResourceId id)
getResourceById
|
void |
ResourceService.promoteGraphAttributesForResource(ResourceId resourceId)
promoteGraphAttributesForResource
|
Modifier and Type | Method and Description |
---|---|
GraphResults |
DefaultGraphResultsService.findResults(ResourceId[] resourceIds,
String[] reports,
String generatedId,
String nodeCriteria,
long start,
long end,
String relativeTime) |
InputStream |
DefaultRrdGraphService.getAdhocGraph(ResourceId resourceId,
String title,
String[] dataSources,
String[] aggregateFunctions,
String[] colors,
String[] dataSourceTitles,
String[] styles,
long start,
long end) |
PrefabGraph[] |
DefaultGraphResultsService.getAllPrefabGraphs(ResourceId resourceId) |
InputStream |
DefaultRrdGraphService.getPrefabGraph(ResourceId resourceId,
String report,
long start,
long end,
Integer width,
Integer height) |
OnmsResource |
DefaultResourceService.getResourceById(ResourceId id)
getResourceById
|
void |
DefaultResourceService.promoteGraphAttributesForResource(ResourceId resourceId)
promoteGraphAttributesForResource
|
Copyright © 2021. All rights reserved.