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 EnrichedItemChannelLinkDTO
EnrichedItemChannelLinkDTOMapper.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.link
Methods in org.openhab.core.thing.link with parameters of type ItemChannelLinkModifier and TypeMethodDescriptionprotected void
ItemChannelLinkRegistry.notifyListenersAboutAddedElement
(ItemChannelLink element) protected void
ItemChannelLinkRegistry.notifyListenersAboutRemovedElement
(ItemChannelLink element) protected void
ItemChannelLinkRegistry.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 ItemChannelLinkAddedEvent
LinkEventFactory.createItemChannelLinkAddedEvent
(ItemChannelLink itemChannelLink) Creates an item channel link added event.static ItemChannelLinkRemovedEvent
LinkEventFactory.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.