Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.model.minion | |
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionDao.findById(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinion> |
MinionDao.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinion> |
MinionDao.findByLocation(String string) |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionDaoHibernate.findById(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinion> |
MinionDaoHibernate.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinion> |
MinionDaoHibernate.findByLocation(String locationName) |
Modifier and Type | Method and Description |
---|---|
List<OnmsMinion> |
OnmsMinionCollection.getObjects() |
Constructor and Description |
---|
OnmsMinionCollection(Collection<? extends OnmsMinion> minion) |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
OnmsMinionProperty.getMinion() |
Constructor and Description |
---|
OnmsMinionProperty(OnmsMinion minion,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
OnmsMinion |
MinionRestService.getMinion(String minionId) |
Copyright © 2015. All rights reserved.