Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model.minion | |
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
OnmsMinionProperty |
MinionPropertyDao.findByKey(String minionId,
String key) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinionProperty> |
MinionPropertyDao.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinionProperty> |
MinionPropertyDao.findByMinionId(String minionId) |
Modifier and Type | Method and Description |
---|---|
OnmsMinionProperty |
MinionPropertyDaoHibernate.findByKey(String minionId,
String key) |
Modifier and Type | Method and Description |
---|---|
Collection<OnmsMinionProperty> |
MinionPropertyDaoHibernate.findAll(Integer offset,
Integer limit) |
Collection<OnmsMinionProperty> |
MinionPropertyDaoHibernate.findByMinionId(String minionId) |
Modifier and Type | Method and Description |
---|---|
OnmsMinionProperty |
OnmsMinion.getProperty(String key) |
OnmsMinionProperty |
OnmsMinion.removeProperty(String key) |
Modifier and Type | Method and Description |
---|---|
protected List<OnmsMinionProperty> |
OnmsMinion.getMinionProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
OnmsMinion.removeProperty(OnmsMinionProperty prop) |
Modifier and Type | Method and Description |
---|---|
protected void |
OnmsMinion.setMinionProperties(List<OnmsMinionProperty> properties) |
Modifier and Type | Method and Description |
---|---|
OnmsMinionProperty |
MinionRestService.getMinionProperty(String minionId,
String key) |
Copyright © 2015. All rights reserved.