@Component(value="monitoringLocationsRestService") public class MonitoringLocationsRestService extends OnmsRestService
OnmsRestService.ComparisonOperationDEFAULT_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, writeUnlockpublic OnmsMonitoringLocation getDefaultMonitoringLocation() throws ParseException
ParseExceptionpublic OnmsMonitoringLocationDefinitionList getForeignSources() throws ParseException
ParseExceptionpublic String getTotalCount() throws ParseException
ParseExceptionpublic 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 © 2020. All rights reserved.