Package | Description |
---|---|
org.opennms.web.map.db | |
org.opennms.web.map.view |
Modifier and Type | Method and Description |
---|---|
void |
ManagerDefaultImpl.clearMap()
clearMap
|
void |
ManagerDefaultImpl.deleteMap()
deleteMap
|
void |
ManagerDefaultImpl.deleteMap(VMap map)
delete the map in input
|
VMap[] |
ManagerDefaultImpl.getAllMaps(boolean refreshElems)
Get all defined maps.
|
VMapInfo |
ManagerDefaultImpl.getMapMenu(int mapId)
getMapMenu
|
VMap[] |
ManagerDefaultImpl.getMapsByName(String mapName,
boolean refreshElems)
Take the maps with name in input and return them in VMap[] form.
|
VMapInfo[] |
ManagerDefaultImpl.getMapsMenuByName(String mapName)
Take the maps with name in input and return them in MapMenu[] form.
|
List<VMapInfo> |
ManagerDefaultImpl.getMapsMenuTreeByName(String mapName)
Take all the maps in the tree of maps considering the with name in
input as the root of the tree.
|
VMap |
ManagerDefaultImpl.openMap()
openMap
|
VMap |
ManagerDefaultImpl.openMap(int id,
boolean refreshElems)
Take the map with id in input and return it in VMap form.
|
VMap |
ManagerDefaultImpl.openMap(int id,
String user,
boolean refreshElems)
Take the map with id in input and return it in VMap form.
|
Modifier and Type | Method and Description |
---|---|
void |
Manager.clearMap()
clearMap
|
void |
Manager.deleteMap()
delete the map current map
|
VMap |
Manager.openMap()
openMap
|
VMap |
Manager.openMap(int id,
String user,
boolean refreshElems)
Take the map with id in input and return it in VMap form.
|
Copyright © 2015. All rights reserved.