Package | Description |
---|---|
org.opennms.features.topology.plugins.topo.linkd.internal | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.provision.adapters.link | |
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractLinkdTopologyProvider.getEdgeTooltipText(DataLinkInterface link,
Vertex source,
Vertex target) |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface |
DataLinkInterfaceDao.findById(Integer id)
findById
|
Modifier and Type | Method and Description |
---|---|
Collection<DataLinkInterface> |
DataLinkInterfaceDao.findAll(Integer offset,
Integer limit)
findAll
|
Collection<DataLinkInterface> |
DataLinkInterfaceDao.findByNodeId(Integer nodeId)
findByNodeId
|
Collection<DataLinkInterface> |
DataLinkInterfaceDao.findByNodeIdAndIfIndex(Integer nodeId,
Integer ifindex) |
Collection<DataLinkInterface> |
DataLinkInterfaceDao.findByNodeParentId(Integer nodeParentId)
findByNodeParentId
|
Collection<DataLinkInterface> |
DataLinkInterfaceDao.findByParentNodeIdAndIfIndex(Integer nodeparentId,
Integer parentifindex) |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface |
DataLinkInterfaceDaoHibernate.findById(Integer id)
findById
|
Modifier and Type | Method and Description |
---|---|
Collection<DataLinkInterface> |
DataLinkInterfaceDaoHibernate.findAll(Integer offset,
Integer limit)
findAll
|
Collection<DataLinkInterface> |
DataLinkInterfaceDaoHibernate.findByNodeId(Integer nodeId)
findByNodeId
|
Collection<DataLinkInterface> |
DataLinkInterfaceDaoHibernate.findByNodeIdAndIfIndex(Integer nodeId,
Integer ifIndex) |
Collection<DataLinkInterface> |
DataLinkInterfaceDaoHibernate.findByNodeParentId(Integer nodeParentId)
findByNodeParentId
|
Collection<DataLinkInterface> |
DataLinkInterfaceDaoHibernate.findByParentNodeIdAndIfIndex(Integer nodeParentId,
Integer parentIfIndex) |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface |
MockDataLinkInterfaceDao.findById(Integer id) |
Modifier and Type | Method and Description |
---|---|
Collection<DataLinkInterface> |
MockDataLinkInterfaceDao.findAll(Integer offset,
Integer limit) |
Collection<DataLinkInterface> |
MockDataLinkInterfaceDao.findByNodeId(Integer nodeId) |
Collection<DataLinkInterface> |
MockDataLinkInterfaceDao.findByNodeIdAndIfIndex(Integer nodeId,
Integer ifIndex) |
Collection<DataLinkInterface> |
MockDataLinkInterfaceDao.findByNodeParentId(Integer nodeParentId) |
Collection<DataLinkInterface> |
MockDataLinkInterfaceDao.findByParentNodeIdAndIfIndex(Integer nodeParentId,
Integer parentIfIndex) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockDataLinkInterfaceDao.generateId(DataLinkInterface dli) |
protected Integer |
MockDataLinkInterfaceDao.getId(DataLinkInterface dli) |
Modifier and Type | Method and Description |
---|---|
DataLinkInterface |
OnmsLinkState.getDataLinkInterface()
getDataLinkInterface
|
Modifier and Type | Method and Description |
---|---|
List<DataLinkInterface> |
DataLinkInterfaceList.getObjects() |
Modifier and Type | Method and Description |
---|---|
int |
DataLinkInterface.compareTo(DataLinkInterface o)
compareTo
|
void |
OnmsLinkState.setDataLinkInterface(DataLinkInterface dataLinkInterface)
setDataLinkInterface
|
Constructor and Description |
---|
OnmsLinkState(DataLinkInterface dataLinkInterface,
OnmsLinkState.LinkState linkState)
Constructor for OnmsLinkState.
|
Constructor and Description |
---|
DataLinkInterfaceList(Collection<? extends DataLinkInterface> ifaces) |
Modifier and Type | Method and Description |
---|---|
Collection<DataLinkInterface> |
NodeLinkService.getLinkContainingNodeId(int nodeId)
getLinkContainingNodeId
|
Collection<DataLinkInterface> |
DefaultNodeLinkService.getLinkContainingNodeId(int nodeId)
getLinkContainingNodeId
|
Modifier and Type | Method and Description |
---|---|
OnmsLinkState |
NodeLinkService.getLinkStateForInterface(DataLinkInterface dataLinkInterface)
getLinkStateForInterface
|
OnmsLinkState |
DefaultNodeLinkService.getLinkStateForInterface(DataLinkInterface dataLinkInterface)
getLinkStateForInterface
|
Constructor and Description |
---|
LinkEventSendingStateTransition(DataLinkInterface dataLinkInterface,
EventForwarder eventForwarder,
NodeLinkService nodeLinkService)
Constructor for LinkEventSendingStateTransition.
|
Modifier and Type | Method and Description |
---|---|
DataLinkInterface |
DataLinkInterfaceRestService.getLink(Integer linkId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DataLinkInterfaceRestService.addOrReplaceDataLinkInterface(DataLinkInterface iface) |
Copyright © 2015. All rights reserved.