Uses of Class
org.netxms.client.maps.NetworkMapLink
Packages that use NetworkMapLink
- 
Uses of NetworkMapLink in org.netxms.clientMethods in org.netxms.client that return types with arguments of type NetworkMapLink
- 
Uses of NetworkMapLink in org.netxms.client.mapsMethods in org.netxms.client.maps that return NetworkMapLinkMethods in org.netxms.client.maps that return types with arguments of type NetworkMapLinkModifier and TypeMethodDescriptionNetworkMapPage.findLinks(NetworkMapElement source, NetworkMapElement destination) Find links from source to destinationNetworkMapPage.findLinksWithStatusObject(long objectId) Find all links using given object as status sourceNetworkMapPage.getLinks()Get links between elements.Methods in org.netxms.client.maps with parameters of type NetworkMapLinkModifier and TypeMethodDescriptionvoidNetworkMapPage.addLink(NetworkMapLink link) Add link between elements to mapNetworkMapPage.findLink(NetworkMapLink link) voidNetworkMapPage.removeLink(NetworkMapLink link) Remove link between objectsMethod parameters in org.netxms.client.maps with type arguments of type NetworkMapLinkModifier and TypeMethodDescriptionvoidNetworkMapPage.addAllLinks(Collection<NetworkMapLink> set) Add all links from given collection