Package | Description |
---|---|
org.opennms.features.kafka.producer | |
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.snmp | |
org.opennms.web.rest.v1 |
Modifier and Type | Method and Description |
---|---|
static OpennmsModelProtos.HwEntity.Builder |
ProtobufMapper.toHwEntity(OnmsHwEntity entity) |
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
HwEntityDao.findEntityByIndex(Integer nodeId,
Integer entPhysicalIndex)
Find entity by index.
|
OnmsHwEntity |
HwEntityDao.findEntityByName(Integer nodeId,
String entPhysicalName)
Find entity by name.
|
OnmsHwEntity |
HwEntityDao.findRootByNodeId(Integer nodeId)
Find root by node id.
|
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
HwEntityDaoHibernate.findEntityByIndex(Integer nodeId,
Integer entPhysicalIndex) |
OnmsHwEntity |
HwEntityDaoHibernate.findEntityByName(Integer nodeId,
String entPhysicalName) |
OnmsHwEntity |
HwEntityDaoHibernate.findRootByNodeId(Integer nodeId) |
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
MockHwEntityDao.findEntityByIndex(Integer nodeId,
Integer entPhysicalIndex) |
OnmsHwEntity |
MockHwEntityDao.findEntityByName(Integer nodeId,
String entPhysicalName) |
OnmsHwEntity |
MockHwEntityDao.findRootByNodeId(Integer nodeId) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockHwEntityDao.generateId(OnmsHwEntity outage) |
protected Integer |
MockHwEntityDao.getId(OnmsHwEntity outage) |
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
OnmsHwEntity.getChildByIndex(Integer entPhysicalIndex)
Gets the child by index.
|
OnmsHwEntity |
OnmsHwEntityAlias.getHwEntity()
Gets the hardware entity.
|
OnmsHwEntity |
OnmsHwEntityAttribute.getHwEntity()
Gets the hardware entity.
|
OnmsHwEntity |
OnmsHwEntity.getParent()
Gets the parent.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<OnmsHwEntity> |
OnmsHwEntity.getChildren()
Gets the children.
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsHwEntity.addChildEntity(OnmsHwEntity child)
Adds the child entity.
|
int |
OnmsHwEntity.compareTo(OnmsHwEntity o) |
void |
OnmsHwEntity.removeChild(OnmsHwEntity child)
Removes the child by index.
|
void |
OnmsHwEntityAlias.setHwEntity(OnmsHwEntity hwEntity)
Sets the hardware entity.
|
void |
OnmsHwEntityAttribute.setHwEntity(OnmsHwEntity hwEntity)
Sets the hardware entity.
|
void |
OnmsHwEntity.setParent(OnmsHwEntity parent)
Sets the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsHwEntity.setChildren(SortedSet<OnmsHwEntity> children)
Sets the children.
|
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
EntityPhysicalTableRow.getOnmsHwEntity(Map<SnmpObjId,HwEntityAttributeType> vendorAttributes,
Map<String,String> replacementMap)
Gets the hardware entity.
|
OnmsHwEntity |
EntityPhysicalTableTracker.getRootEntity()
Gets the root entity.
|
Modifier and Type | Method and Description |
---|---|
OnmsHwEntity |
HardwareInventoryResource.getHardwareInventory(String nodeCriteria)
Gets the hardware inventory.
|
OnmsHwEntity |
HardwareInventoryResource.getHwEntityByIndex(String nodeCriteria,
Integer entPhysicalIndex)
Gets the hardware entity by index.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
HardwareInventoryResource.addOrReplaceChild(String nodeCriteria,
Integer parentEntPhysicalIndex,
OnmsHwEntity child)
Adds or replaces a child entity.
|
javax.ws.rs.core.Response |
HardwareInventoryResource.setHardwareInventory(String nodeCriteria,
OnmsHwEntity entity)
Sets the hardware inventory (root object)
|
Copyright © 2021. All rights reserved.