Uses of Class
org.netxms.client.maps.NetworkMapLink

Packages that use NetworkMapLink
org.netxms.client   
org.netxms.client.maps   
 

Uses of NetworkMapLink in org.netxms.client
 

Methods in org.netxms.client that return types with arguments of type NetworkMapLink
 java.util.Collection<NetworkMapLink> NXCObjectModificationData.getMapLinks()
           
 

Method parameters in org.netxms.client with type arguments of type NetworkMapLink
 void NXCObjectModificationData.setMapContent(java.util.Collection<NetworkMapElement> elements, java.util.Collection<NetworkMapLink> links)
          Set map contents
 

Uses of NetworkMapLink in org.netxms.client.maps
 

Methods in org.netxms.client.maps that return NetworkMapLink
 NetworkMapLink NetworkMapPage.findLink(NetworkMapElement source, NetworkMapElement destination)
          Find link from source to destination
 

Methods in org.netxms.client.maps that return types with arguments of type NetworkMapLink
 java.util.List<NetworkMapLink> NetworkMapPage.findLinksWithStatusObject(long objectId)
          Find all links using given object as status source
 java.util.Collection<NetworkMapLink> NetworkMapPage.getLinks()
           
 

Methods in org.netxms.client.maps with parameters of type NetworkMapLink
 void NetworkMapPage.addLink(NetworkMapLink link)
          Add link between elements to map
 void NetworkMapPage.removeLink(NetworkMapLink link)
          Remove link between objects
 

Method parameters in org.netxms.client.maps with type arguments of type NetworkMapLink
 void NetworkMapPage.addAllLinks(java.util.Collection<NetworkMapLink> set)
          Add all links from given collection
 



Copyright © 2012. All Rights Reserved.