org.opennms.web.rest
Class OnmsMapElementResource

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

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


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
OnmsMapElementResource()
           
 
Method Summary
 OnmsMapElementList getMapElements(int mapId)
          getMapElements
 
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

OnmsMapElementResource

public OnmsMapElementResource()
Method Detail

getMapElements

public OnmsMapElementList getMapElements(int mapId)

getMapElements

Parameters:
mapId - a int.
Returns:
a OnmsMapElementList object.


Copyright © 2011. All Rights Reserved.