Uses of Class
org.openhab.core.thing.link.ItemChannelLink
Package
Description
-
Uses of ItemChannelLink in org.openhab.core.io.rest.core.link
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionProfileCallback.getItemChannelLink()
Get the link that this profile is associated with.