Package | Description |
---|---|
org.opennms.web.map | |
org.opennms.web.map.db | |
org.opennms.web.map.view |
Modifier and Type | Method and Description |
---|---|
protected static String |
ResponseAssembler.getMapResponse(VMap map)
getMapResponse
|
protected static String |
ResponseAssembler.getRefreshResponse(VMap map)
getRefreshResponse
|
protected static String |
ResponseAssembler.getSaveMapResponse(VMap map)
getSaveMapResponse
|
protected org.apache.commons.collections15.Transformer<VElement,Point2D> |
OpenMapController.initializer(VMap layout) |
protected Dimension |
OpenMapController.selectLayoutSize(VMap g) |
Modifier and Type | Method and Description |
---|---|
VMap |
ManagerDefaultImpl.addElements(VMap map,
List<VElement> velems)
addElements
|
VMap[] |
ManagerDefaultImpl.getAllMaps(boolean refreshElems)
Get all defined maps.
|
VMap[] |
ManagerDefaultImpl.getMapsByName(String mapName,
boolean refreshElems)
Take the maps with name in input and return them in VMap[] form.
|
VMap[] |
ManagerDefaultImpl.getMapsLike(String likeLabel,
boolean refreshElems)
Take the maps with label like the pattern in input and return them in
VMap[] form.
|
VMap |
ManagerDefaultImpl.newMap(String owner,
String userModifies,
int width,
int height)
Create a new VMap and return it
|
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.
|
VMap |
ManagerDefaultImpl.refreshMap(VMap map)
refreshMap
|
VMap |
ManagerDefaultImpl.reloadMap(VMap map)
Refreshs avail,severity and status of the map in input and its elements
|
VMap |
ManagerDefaultImpl.searchMap(String owner,
String userModifies,
int width,
int height,
List<VElement> elems)
searchMap
|
Modifier and Type | Method and Description |
---|---|
VMap |
ManagerDefaultImpl.addElements(VMap map,
List<VElement> velems)
addElements
|
void |
ManagerDefaultImpl.deleteMap(VMap map)
delete the map in input
|
void |
ManagerDefaultImpl.deleteMaps(VMap[] maps)
delete the maps in input
|
boolean |
ManagerDefaultImpl.foundLoopOnMaps(VMap parentMap,
int mapId)
foundLoopOnMaps
|
VMap |
ManagerDefaultImpl.refreshMap(VMap map)
refreshMap
|
VMap |
ManagerDefaultImpl.reloadMap(VMap map)
Refreshs avail,severity and status of the map in input and its elements
|
int |
ManagerDefaultImpl.save(VMap map)
save the map in input
|
Modifier and Type | Method and Description |
---|---|
VMap |
Manager.addElements(VMap map,
List<VElement> velems)
addElements
|
VMap |
Manager.newMap(String owner,
String userModifies,
int width,
int height)
Create a new VMap and return it
|
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.
|
VMap |
Manager.refreshMap(VMap map)
refreshMap
|
VMap |
Manager.reloadMap(VMap map)
Refreshs avail,severity and status of the map in input and its elements
|
VMap |
Manager.searchMap(String owner,
String userModifies,
int width,
int height,
List<VElement> velems)
searchMap
|
Modifier and Type | Method and Description |
---|---|
VMap |
Manager.addElements(VMap map,
List<VElement> velems)
addElements
|
boolean |
Manager.foundLoopOnMaps(VMap parentMap,
int mapId)
foundLoopOnMaps
|
VMap |
Manager.refreshMap(VMap map)
refreshMap
|
VMap |
Manager.reloadMap(VMap map)
Refreshs avail,severity and status of the map in input and its elements
|
int |
Manager.save(VMap map)
save the map in input
|
Copyright © 2015. All rights reserved.