|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.rest.OnmsRestService
org.opennms.web.rest.OnmsMapRestService
@Component @PerRequest @Scope(value="prototype") @Transactional public class OnmsMapRestService
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opennms.web.rest.OnmsRestService |
|---|
OnmsRestService.ComparisonOperation |
| Field Summary |
|---|
| Fields inherited from class org.opennms.web.rest.OnmsRestService |
|---|
DEFAULT_LIMIT |
| Constructor Summary | |
|---|---|
OnmsMapRestService()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
addMap(OnmsMap map)
addMap |
javax.ws.rs.core.Response |
deleteMap(int mapId)
deleteMap |
OnmsMap |
getMap(int mapId)
getMap |
OnmsMapElementResource |
getMapElementResource()
getMapElementResource |
OnmsMapList |
getMaps()
getMaps |
javax.ws.rs.core.Response |
updateMap(int mapId,
MultivaluedMapImpl params)
updateMap |
| Methods inherited from class org.opennms.web.rest.OnmsRestService |
|---|
addFiltersToCriteria, addOrdering, addOrdering, convertNameToPropertyName, getDistinctIdCriteria, log, setLimitOffset, setLimitOffset, setLimitOffset, setProperties, throwException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsMapRestService()
| Method Detail |
|---|
public OnmsMapList getMaps()
getMaps
OnmsMapList object.public OnmsMap getMap(int mapId)
getMap
mapId - a int.
OnmsMap object.public javax.ws.rs.core.Response addMap(OnmsMap map)
addMap
map - a OnmsMap object.
Response object.public javax.ws.rs.core.Response deleteMap(int mapId)
deleteMap
mapId - a int.
Response object.
public javax.ws.rs.core.Response updateMap(int mapId,
MultivaluedMapImpl params)
updateMap
mapId - a int.params - a MultivaluedMapImpl object.
Response object.public OnmsMapElementResource getMapElementResource()
getMapElementResource
OnmsMapElementResource object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||