Uses of Interface
org.openhab.core.items.ItemRegistry
Packages that use ItemRegistry
Package
Description
-
Uses of ItemRegistry in org.openhab.core.io.websocket.event
Constructors in org.openhab.core.io.websocket.event with parameters of type ItemRegistryModifierConstructorDescriptionEventWebSocketAdapter
(EventPublisher eventPublisher, ItemRegistry itemRegistry) ItemEventUtility
(com.google.gson.Gson gson, ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.model.rule.jvmmodel
Constructors in org.openhab.core.model.rule.jvmmodel with parameters of type ItemRegistryModifierConstructorDescriptionRulesRefresher
(ModelRepository modelRepository, ItemRegistry itemRegistry, ThingRegistry thingRegistry, ReadyService readyService) -
Uses of ItemRegistry in org.openhab.core.model.script
Methods in org.openhab.core.model.script that return ItemRegistryModifier and TypeMethodDescriptionstatic ItemRegistry
ScriptServiceUtil.getItemRegistry()
ScriptServiceUtil.getItemRegistryInstance()
Constructors in org.openhab.core.model.script with parameters of type ItemRegistryModifierConstructorDescriptionScriptServiceUtil
(ItemRegistry itemRegistry, ThingRegistry thingRegistry, EventPublisher eventPublisher, ModelRepository modelRepository, Scheduler scheduler) -
Uses of ItemRegistry in org.openhab.core.model.script.jvmmodel
Methods in org.openhab.core.model.script.jvmmodel with parameters of type ItemRegistryModifier and TypeMethodDescriptionvoid
ScriptItemRefresher.setItemRegistry
(ItemRegistry itemRegistry) void
ScriptItemRefresher.unsetItemRegistry
(ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.thing.link
Constructors in org.openhab.core.thing.link with parameters of type ItemRegistryModifierConstructorDescriptionItemChannelLinkRegistry
(ThingRegistry thingRegistry, ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.ui.items
Subinterfaces of ItemRegistry in org.openhab.core.ui.itemsModifier and TypeInterfaceDescriptioninterface
This interface is used by a service which combines the core item registry with an aggregation of item ui providers; it can be therefore widely used for all UI related information requests regarding items. -
Uses of ItemRegistry in org.openhab.core.voice.text
Constructors in org.openhab.core.voice.text with parameters of type ItemRegistryModifierConstructorDescriptionprotected
AbstractRuleBasedInterpreter
(EventPublisher eventPublisher, ItemRegistry itemRegistry, MetadataRegistry metadataRegistry)