Package | Description |
---|---|
org.netxms.client | |
org.netxms.client.maps | |
org.netxms.client.maps.elements |
Modifier and Type | Method and Description |
---|---|
Collection<NetworkMapElement> |
NXCObjectModificationData.getMapElements() |
Modifier and Type | Method and Description |
---|---|
void |
NXCObjectModificationData.setMapContent(Collection<NetworkMapElement> elements,
Collection<NetworkMapLink> links)
Set map contents
|
Modifier and Type | Method and Description |
---|---|
NetworkMapElement[] |
NetworkMapPage.getConnectedElements(long root)
Get all elements connected to given element
|
NetworkMapElement |
NetworkMapPage.getElement(long elementId,
Class<? extends NetworkMapElement> requiredClass)
Get map element by element ID.
|
Modifier and Type | Method and Description |
---|---|
Collection<NetworkMapElement> |
NetworkMapPage.getElements() |
List<NetworkMapElement> |
NetworkMapPage.getObjectElements()
Get all object elements
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkMapPage.addElement(NetworkMapElement element)
Add element to map
|
List<NetworkMapLink> |
NetworkMapPage.findLinks(NetworkMapElement source,
NetworkMapElement destination)
Find links from source to destination
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkMapPage.addAllElements(Collection<NetworkMapElement> set)
Add all elements from given collection
|
NetworkMapElement |
NetworkMapPage.getElement(long elementId,
Class<? extends NetworkMapElement> requiredClass)
Get map element by element ID.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkMapDCIContainer
Network map element representing NetXMS DCI container
|
class |
NetworkMapDCIImage
Network map element representing NetXMS DCI container
|
class |
NetworkMapDecoration
Decoration element of network map
|
class |
NetworkMapObject
Network map element representing NetXMS object
|
class |
NetworkMapResource
Resource (anything related to nodes but not NetXMS object - like cluster resources) displayed on map
|
Modifier and Type | Method and Description |
---|---|
static NetworkMapElement |
NetworkMapElement.createMapElement(org.netxms.base.NXCPMessage msg,
long baseId)
Factory method for creating map element from NXCP message.
|
Copyright © 2015. All rights reserved.