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.model.script.lib
Methods in org.openhab.core.model.script.lib that return ItemChannelLinkModifier and TypeMethodDescriptionstatic ItemChannelLinkItemExtensions.addChannelLink(Item item, String channelUid) static ItemChannelLinkItemExtensions.addChannelLink(Item item, String channelUid, Object... configProperties) static ItemChannelLinkItemExtensions.addChannelLink(Item item, String channelUid, @Nullable Map<String, @Nullable Object> configProperties) static ItemChannelLinkChannels.addItemChannelLink(Item item, String channelUid) static ItemChannelLinkChannels.addItemChannelLink(Item item, String channelUid, Object... configProperties) static ItemChannelLinkChannels.addItemChannelLink(Item item, String channelUid, @Nullable Map<@NonNull String, @Nullable Object> configProperties) static @Nullable ItemChannelLinkItemExtensions.getChannelLink(Item item, @Nullable String channelUid) Get an existingItemChannelLinkfor the specified item and channel.static @Nullable ItemChannelLinkItemExtensions.getChannelLink(Item item, ChannelUID channelUid) Get an existingItemChannelLinkfor the specified item and channel.static @Nullable ItemChannelLinkGet an existingItemChannelLinkfor the specified item and channel.static @Nullable ItemChannelLinkGet an existingItemChannelLinkfor the specified item and channel.static @Nullable ItemChannelLinkChannels.getLink(Item item, ChannelUID channelUid) Get an existingItemChannelLinkfor the specified item and channel.static @Nullable ItemChannelLinkItemExtensions.removeChannelLink(Item item, @Nullable String channelUid) static @Nullable ItemChannelLinkItemExtensions.removeChannelLink(Item item, ChannelUID channelUid) static @Nullable ItemChannelLinkChannels.removeItemChannelLink(@Nullable String itemName, @Nullable String channelUid) static @Nullable ItemChannelLinkChannels.removeItemChannelLink(Item item, @Nullable String channelUid) static @Nullable ItemChannelLinkChannels.removeItemChannelLink(Item item, ChannelUID channelUid) static @Nullable ItemChannelLinkItemExtensions.replaceChannelLink(Item item, String channelUid) static @Nullable ItemChannelLinkItemExtensions.replaceChannelLink(Item item, String channelUid, Object... configProperties) static @Nullable ItemChannelLinkItemExtensions.replaceChannelLink(Item item, String channelUid, @Nullable Map<String, @Nullable Object> configProperties) static @Nullable ItemChannelLinkChannels.replaceItemChannelLink(Item item, String channelUid) static @Nullable ItemChannelLinkChannels.replaceItemChannelLink(Item item, String channelUid, Object... configProperties) static @Nullable ItemChannelLinkChannels.replaceItemChannelLink(Item item, String channelUid, @Nullable Map<@NonNull String, @Nullable Object> configProperties) Methods in org.openhab.core.model.script.lib that return types with arguments of type ItemChannelLinkModifier and TypeMethodDescriptionstatic Set<ItemChannelLink> Channels.getChannelLinks(@Nullable String channelUid) Get theItemChannelLinks that are linked to the specified channel.static Set<ItemChannelLink> Channels.getChannelLinks(@Nullable ChannelUID channelUid) Get theItemChannelLinks that are linked to the specified channel.static Set<ItemChannelLink> ItemExtensions.getChannelLinks(@Nullable Item item) Get theItemChannelLinks that are linked to the specified item.static Set<ItemChannelLink> Get theItemChannelLinks that are linked to the specified item.static Set<ItemChannelLink> Get theItemChannelLinks that are linked to the specified item. -
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 TypeMethodDescriptionThingParser.getParsedChannelLinks(String modelName) Get theItemChannelLinkobjects found when parsing the 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.