Uses of Class
org.opennms.netmgt.model.OnmsHwEntity
-
Packages that use OnmsHwEntity 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 -
-
Uses of OnmsHwEntity in org.opennms.features.kafka.producer
Methods in org.opennms.features.kafka.producer with parameters of type OnmsHwEntity Modifier and Type Method Description static OpennmsModelProtos.HwEntity.Builder
ProtobufMapper. toHwEntity(OnmsHwEntity entity)
-
Uses of OnmsHwEntity in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return OnmsHwEntity Modifier and Type Method 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.OnmsHwEntity
HwEntityDao. findRootEntityByNodeId(Integer nodeId)
Better performant than #findRootByNodeId. -
Uses of OnmsHwEntity in org.opennms.netmgt.dao.hibernate
Methods in org.opennms.netmgt.dao.hibernate that return OnmsHwEntity Modifier and Type Method Description OnmsHwEntity
HwEntityDaoHibernate. findEntityByIndex(Integer nodeId, Integer entPhysicalIndex)
OnmsHwEntity
HwEntityDaoHibernate. findEntityByName(Integer nodeId, String entPhysicalName)
OnmsHwEntity
HwEntityDaoHibernate. findRootByNodeId(Integer nodeId)
OnmsHwEntity
HwEntityDaoHibernate. findRootEntityByNodeId(Integer nodeId)
-
Uses of OnmsHwEntity in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return OnmsHwEntity Modifier and Type Method Description OnmsHwEntity
MockHwEntityDao. findEntityByIndex(Integer nodeId, Integer entPhysicalIndex)
OnmsHwEntity
MockHwEntityDao. findEntityByName(Integer nodeId, String entPhysicalName)
OnmsHwEntity
MockHwEntityDao. findRootByNodeId(Integer nodeId)
OnmsHwEntity
MockHwEntityDao. findRootEntityByNodeId(Integer nodeId)
Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsHwEntity Modifier and Type Method Description protected void
MockHwEntityDao. generateId(OnmsHwEntity outage)
protected Integer
MockHwEntityDao. getId(OnmsHwEntity outage)
-
Uses of OnmsHwEntity in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return OnmsHwEntity Modifier and Type Method 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.Methods in org.opennms.netmgt.model that return types with arguments of type OnmsHwEntity Modifier and Type Method Description SortedSet<OnmsHwEntity>
OnmsHwEntity. getChildren()
Gets the children.Methods in org.opennms.netmgt.model with parameters of type OnmsHwEntity Modifier and Type Method Description void
OnmsHwEntity. addChildEntity(OnmsHwEntity child)
Adds the child entity.int
OnmsHwEntity. compareTo(OnmsHwEntity o)
void
OnmsHwEntity. removeChild(OnmsHwEntity child)
Removes the child.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.Method parameters in org.opennms.netmgt.model with type arguments of type OnmsHwEntity Modifier and Type Method Description void
OnmsHwEntity. setChildren(SortedSet<OnmsHwEntity> children)
Sets the children. -
Uses of OnmsHwEntity in org.opennms.netmgt.provision.snmp
Methods in org.opennms.netmgt.provision.snmp that return OnmsHwEntity Modifier and Type Method Description OnmsHwEntity
EntityPhysicalTableRow. getOnmsHwEntity(Map<SnmpObjId,HwEntityAttributeType> vendorAttributes, Map<String,String> replacementMap)
Gets the hardware entity.OnmsHwEntity
EntityPhysicalTableTracker. getRootEntity()
Gets the root entity. -
Uses of OnmsHwEntity in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsHwEntity Modifier and Type Method Description OnmsHwEntity
HardwareInventoryResource. getHardwareInventory(String nodeCriteria)
Gets the hardware inventory.OnmsHwEntity
HardwareInventoryResource. getHwEntityByIndex(String nodeCriteria, Integer entPhysicalIndex)
Gets the hardware entity by index.Methods in org.opennms.web.rest.v1 with parameters of type OnmsHwEntity Modifier and Type Method 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)
-