| Package | Description | 
|---|---|
| org.opennms.minion.status | |
| org.opennms.netmgt.dao.api | |
| org.opennms.netmgt.dao.hibernate | |
| org.opennms.netmgt.model | 
 This file is part of OpenNMS(R). 
 | 
| org.opennms.web.rest.v1 | |
| org.opennms.web.rest.v2 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<OnmsMinion> | 
MinionStatusTracker.getMinions()  | 
| Modifier and Type | Method and Description | 
|---|---|
MinionStatus | 
MinionStatusTracker.getStatus(OnmsMinion minion)  | 
| 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 | 
MinionRestService.getMinion(String minionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OnmsMinion | 
MinionRestService.doGet(javax.ws.rs.core.UriInfo uriInfo,
     String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsMinion> | 
MinionRestService.createListWrapper(Collection<OnmsMinion> list)  | 
protected Class<OnmsMinion> | 
MinionRestService.getDaoClass()  | 
protected Class<OnmsMinion> | 
MinionRestService.getQueryBeanClass()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MinionRestService.doDelete(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        OnmsMinion minion)  | 
protected javax.ws.rs.core.Response | 
MinionRestService.doUpdate(javax.ws.rs.core.SecurityContext securityContext,
        javax.ws.rs.core.UriInfo uriInfo,
        String key,
        OnmsMinion targetObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JaxbListWrapper<OnmsMinion> | 
MinionRestService.createListWrapper(Collection<OnmsMinion> list)  | 
Copyright © 2021. All rights reserved.