@Component(value="monitoringLocationsRestService") public class MonitoringLocationsRestService extends OnmsRestService
OnmsRestService.ComparisonOperation
DEFAULT_LIMIT
Constructor and Description |
---|
MonitoringLocationsRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
addMonitoringLocation(javax.ws.rs.core.UriInfo uriInfo,
OnmsMonitoringLocation monitoringLocation) |
javax.ws.rs.core.Response |
deleteMonitoringLocation(String monitoringLocation) |
OnmsMonitoringLocation |
getDefaultMonitoringLocation() |
OnmsMonitoringLocationDefinitionList |
getForeignSources() |
OnmsMonitoringLocation |
getMonitoringLocation(String monitoringLocation) |
String |
getTotalCount() |
javax.ws.rs.core.Response |
updateMonitoringLocation(String monitoringLocation,
MultivaluedMapImpl params) |
applyQueryFilters, applyQueryFilters, getBadRequestResponse, getBeanWrapperForClass, getException, getException, getNumericValue, getRedirectUri, readLock, readUnlock, removeParameter, removeParameter, setProperties, writeLock, writeUnlock
public OnmsMonitoringLocation getDefaultMonitoringLocation() throws ParseException
ParseException
public OnmsMonitoringLocationDefinitionList getForeignSources() throws ParseException
ParseException
public String getTotalCount() throws ParseException
ParseException
public OnmsMonitoringLocation getMonitoringLocation(String monitoringLocation)
@Transactional public javax.ws.rs.core.Response addMonitoringLocation(@Context javax.ws.rs.core.UriInfo uriInfo, OnmsMonitoringLocation monitoringLocation)
@Transactional public javax.ws.rs.core.Response updateMonitoringLocation(String monitoringLocation, MultivaluedMapImpl params)
@Transactional public javax.ws.rs.core.Response deleteMonitoringLocation(String monitoringLocation)
Copyright © 2021. All rights reserved.