org.opennms.web.rest
Class OnmsMapRestService

java.lang.Object
  extended by org.opennms.web.rest.OnmsRestService
      extended by org.opennms.web.rest.OnmsMapRestService

@Component
@PerRequest
@Scope(value="prototype")
@Transactional
public class OnmsMapRestService
extends OnmsRestService


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opennms.web.rest.OnmsRestService
OnmsRestService.ComparisonOperation
 
Constructor Summary
OnmsMapRestService()
           
 
Method Summary
 javax.ws.rs.core.Response addMap(OnmsMap map)
           
 javax.ws.rs.core.Response deleteMap(int mapId)
           
 OnmsMap getMap(int mapId)
           
 OnmsMapElementResource getMapElementResource()
           
 OnmsMapList getMaps()
           
 javax.ws.rs.core.Response updateMap(int mapId, MultivaluedMapImpl params)
           
 
Methods inherited from class org.opennms.web.rest.OnmsRestService
addFiltersToCriteria, addOrdering, convertNameToPropertyName, log, setLimitOffset, setLimitOffset, setProperties, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsMapRestService

public OnmsMapRestService()
Method Detail

getMaps

public OnmsMapList getMaps()

getMap

public OnmsMap getMap(int mapId)

addMap

public javax.ws.rs.core.Response addMap(OnmsMap map)

deleteMap

public javax.ws.rs.core.Response deleteMap(int mapId)

updateMap

public javax.ws.rs.core.Response updateMap(int mapId,
                                           MultivaluedMapImpl params)

getMapElementResource

public OnmsMapElementResource getMapElementResource()


Copyright © 2009. All Rights Reserved.