Uses of Class
org.openhab.core.thing.link.ItemChannelLink
Packages that use ItemChannelLink
Package
Description
- 
Uses of ItemChannelLink in org.openhab.core.io.rest.core.link
Methods in org.openhab.core.io.rest.core.link with parameters of type ItemChannelLinkModifier and TypeMethodDescriptionstatic EnrichedItemChannelLinkDTOEnrichedItemChannelLinkDTOMapper.map(ItemChannelLink link, boolean editable) Maps an item channel link into an enriched item channel link DTO object. - 
Uses of ItemChannelLink in org.openhab.core.thing.fileconverter
Methods in org.openhab.core.thing.fileconverter that return types with arguments of type ItemChannelLinkModifier and TypeMethodDescriptionThingFileParser.getParsedChannelLinks(String modelName) Get theItemChannelLinkobjects found when parsing the file format. - 
Uses of ItemChannelLink in org.openhab.core.thing.link
Methods in org.openhab.core.thing.link that return types with arguments of type ItemChannelLinkModifier and TypeMethodDescriptionItemChannelLinkRegistry.getOrphanLinks()Get all orphan links (item or channel missing)Methods in org.openhab.core.thing.link with parameters of type ItemChannelLinkModifier and TypeMethodDescriptionprotected voidItemChannelLinkRegistry.notifyListenersAboutAddedElement(ItemChannelLink element) protected voidItemChannelLinkRegistry.notifyListenersAboutRemovedElement(ItemChannelLink element) protected voidItemChannelLinkRegistry.notifyListenersAboutUpdatedElement(ItemChannelLink oldElement, ItemChannelLink element)  - 
Uses of ItemChannelLink in org.openhab.core.thing.link.events
Methods in org.openhab.core.thing.link.events with parameters of type ItemChannelLinkModifier and TypeMethodDescriptionstatic ItemChannelLinkAddedEventLinkEventFactory.createItemChannelLinkAddedEvent(ItemChannelLink itemChannelLink) Creates an item channel link added event.static ItemChannelLinkRemovedEventLinkEventFactory.createItemChannelLinkRemovedEvent(ItemChannelLink itemChannelLink) Creates an item channel link removed event. - 
Uses of ItemChannelLink in org.openhab.core.thing.profiles
Methods in org.openhab.core.thing.profiles that return ItemChannelLinkModifier and TypeMethodDescriptionProfileCallback.getItemChannelLink()Get the link that this profile is associated with.