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.BuilderProtobufMapper. 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 OnmsHwEntityHwEntityDao. findEntityByIndex(Integer nodeId, Integer entPhysicalIndex)Find entity by index.OnmsHwEntityHwEntityDao. findEntityByName(Integer nodeId, String entPhysicalName)Find entity by name.OnmsHwEntityHwEntityDao. findRootByNodeId(Integer nodeId)Find root by node id.OnmsHwEntityHwEntityDao. 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 OnmsHwEntityHwEntityDaoHibernate. findEntityByIndex(Integer nodeId, Integer entPhysicalIndex)OnmsHwEntityHwEntityDaoHibernate. findEntityByName(Integer nodeId, String entPhysicalName)OnmsHwEntityHwEntityDaoHibernate. findRootByNodeId(Integer nodeId)OnmsHwEntityHwEntityDaoHibernate. 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 OnmsHwEntityMockHwEntityDao. findEntityByIndex(Integer nodeId, Integer entPhysicalIndex)OnmsHwEntityMockHwEntityDao. findEntityByName(Integer nodeId, String entPhysicalName)OnmsHwEntityMockHwEntityDao. findRootByNodeId(Integer nodeId)OnmsHwEntityMockHwEntityDao. findRootEntityByNodeId(Integer nodeId)Methods in org.opennms.netmgt.dao.mock with parameters of type OnmsHwEntity Modifier and Type Method Description protected voidMockHwEntityDao. generateId(OnmsHwEntity outage)protected IntegerMockHwEntityDao. 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 OnmsHwEntityOnmsHwEntity. getChildByIndex(Integer entPhysicalIndex)Gets the child by index.OnmsHwEntityOnmsHwEntityAlias. getHwEntity()Gets the hardware entity.OnmsHwEntityOnmsHwEntityAttribute. getHwEntity()Gets the hardware entity.OnmsHwEntityOnmsHwEntity. 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 voidOnmsHwEntity. addChildEntity(OnmsHwEntity child)Adds the child entity.intOnmsHwEntity. compareTo(OnmsHwEntity o)voidOnmsHwEntity. removeChild(OnmsHwEntity child)Removes the child.voidOnmsHwEntityAlias. setHwEntity(OnmsHwEntity hwEntity)Sets the hardware entity.voidOnmsHwEntityAttribute. setHwEntity(OnmsHwEntity hwEntity)Sets the hardware entity.voidOnmsHwEntity. setParent(OnmsHwEntity parent)Sets the parent.Method parameters in org.opennms.netmgt.model with type arguments of type OnmsHwEntity Modifier and Type Method Description voidOnmsHwEntity. 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 OnmsHwEntityEntityPhysicalTableRow. getOnmsHwEntity(Map<SnmpObjId,HwEntityAttributeType> vendorAttributes, Map<String,String> replacementMap)Gets the hardware entity.OnmsHwEntityEntityPhysicalTableTracker. 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 OnmsHwEntityHardwareInventoryResource. getHardwareInventory(String nodeCriteria)Gets the hardware inventory.OnmsHwEntityHardwareInventoryResource. 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.ResponseHardwareInventoryResource. addOrReplaceChild(String nodeCriteria, Integer parentEntPhysicalIndex, OnmsHwEntity child)Adds or replaces a child entity.javax.ws.rs.core.ResponseHardwareInventoryResource. setHardwareInventory(String nodeCriteria, OnmsHwEntity entity)Sets the hardware inventory (root object)
-