Uses of Class
org.opennms.netmgt.model.ResourceId
-
-
Uses of ResourceId in org.opennms.features.vaadin.dashboard.dashlets
Methods in org.opennms.features.vaadin.dashboard.dashlets with parameters of type ResourceId Modifier and Type Method 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. -
Uses of ResourceId in org.opennms.features.vaadin.surveillanceviews.service
Methods in org.opennms.features.vaadin.surveillanceviews.service with parameters of type ResourceId Modifier and Type Method 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. -
Uses of ResourceId in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return ResourceId Modifier and Type Method Description ResourceId
ResourceDao. getResourceId(CollectionResource resource, long nodeId)
Methods in org.opennms.netmgt.dao.api with parameters of type ResourceId Modifier and Type Method Description boolean
ResourceDao. deleteResourceById(ResourceId resourceId)
Deletes the resource identified by the given resource ID.OnmsResource
ResourceDao. getResourceById(ResourceId id)
getResourceById -
Uses of ResourceId in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return ResourceId Modifier and Type Method Description ResourceId
MockResourceDao. getResourceId(CollectionResource resource, long nodeId)
Methods in org.opennms.netmgt.dao.mock with parameters of type ResourceId Modifier and Type Method Description boolean
MockResourceDao. deleteResourceById(ResourceId resourceId)
OnmsResource
MockResourceDao. getResourceById(ResourceId id)
-
Uses of ResourceId in org.opennms.netmgt.dao.support
Methods in org.opennms.netmgt.dao.support that return ResourceId Modifier and Type Method Description ResourceId
DefaultResourceDao. getResourceId(CollectionResource resource, long nodeId)
Methods in org.opennms.netmgt.dao.support with parameters of type ResourceId Modifier and Type Method Description boolean
DefaultResourceDao. deleteResourceById(ResourceId resourceId)
OnmsResource
DefaultResourceDao. getResourceById(ResourceId id)
Fetch a specific resource by string ID. -
Uses of ResourceId in org.opennms.netmgt.model
Fields in org.opennms.netmgt.model declared as ResourceId Modifier and Type Field Description ResourceId
ResourceId. parent
Methods in org.opennms.netmgt.model that return ResourceId Modifier and Type Method Description static ResourceId
ResourceId. fromString(String s)
static ResourceId
ResourceId. get(String type, String name)
static ResourceId
ResourceId. get(ResourceId parent, String type, String name)
ResourceId
OnmsResource. getId()
getIdResourceId
ResourceId. getParent()
ResourceId
ResourceId. resolve(String type, String name)
Methods in org.opennms.netmgt.model with parameters of type ResourceId Modifier and Type Method Description int
ResourceId. compareTo(ResourceId resourceId)
static ResourceId
ResourceId. get(ResourceId parent, String type, String name)
-
Uses of ResourceId in org.opennms.netmgt.threshd
Methods in org.opennms.netmgt.threshd that return ResourceId Modifier and Type Method Description ResourceId
CollectionResourceWrapper. getResourceId()
getResourceId -
Uses of ResourceId in org.opennms.nrtg.web.internal
Methods in org.opennms.nrtg.web.internal with parameters of type ResourceId Modifier and Type Method Description ModelAndView
NrtController. nrtStart(ResourceId resourceId, String report, javax.servlet.http.HttpSession httpSession)
-
Uses of ResourceId in org.opennms.upgrade.implementations
Methods in org.opennms.upgrade.implementations that return ResourceId Modifier and Type Method Description ResourceId
SnmpInterface. getNewResourceId()
Gets the new resource id.ResourceId
SnmpInterface. getOldResourceId()
Gets the old resource id. -
Uses of ResourceId in org.opennms.web.controller
Methods in org.opennms.web.controller with parameters of type ResourceId Modifier and Type Method Description String[]
GraphResultsController. getSuggestedReports(ResourceId resourceId, String matching)
getSuggestedReports -
Uses of ResourceId in org.opennms.web.svclayer
Methods in org.opennms.web.svclayer with parameters of type ResourceId Modifier and Type Method 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)
-
Uses of ResourceId in org.opennms.web.svclayer.api
Methods in org.opennms.web.svclayer.api with parameters of type ResourceId Modifier and Type Method 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)
getResourceByIdvoid
ResourceService. promoteGraphAttributesForResource(ResourceId resourceId)
promoteGraphAttributesForResource -
Uses of ResourceId in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support with parameters of type ResourceId Modifier and Type Method 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)
getResourceByIdvoid
DefaultResourceService. promoteGraphAttributesForResource(ResourceId resourceId)
promoteGraphAttributesForResource
-