Uses of Class
org.netxms.client.maps.NetworkMapLink
-
Packages that use NetworkMapLink Package Description 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 Modifier and Type Method Description Collection<NetworkMapLink>NXCObjectModificationData. getMapLinks() -
Uses of NetworkMapLink in org.netxms.client.maps
Methods in org.netxms.client.maps that return types with arguments of type NetworkMapLink Modifier and Type Method Description List<NetworkMapLink>NetworkMapPage. findLinks(NetworkMapElement source, NetworkMapElement destination)Find links from source to destinationList<NetworkMapLink>NetworkMapPage. findLinksWithStatusObject(long objectId)Find all links using given object as status sourceCollection<NetworkMapLink>NetworkMapPage. getLinks()Methods in org.netxms.client.maps with parameters of type NetworkMapLink Modifier and Type Method Description voidNetworkMapPage. addLink(NetworkMapLink link)Add link between elements to mapvoidNetworkMapPage. removeLink(NetworkMapLink link)Remove link between objectsMethod parameters in org.netxms.client.maps with type arguments of type NetworkMapLink Modifier and Type Method Description voidNetworkMapPage. addAllLinks(Collection<NetworkMapLink> set)Add all links from given collection
-