Uses of Interface
org.openhab.core.items.ItemRegistry
Package
Description
-
Uses of ItemRegistry in org.openhab.core.io.websocket.event
ModifierConstructorDescriptionEventWebSocketAdapter
(EventPublisher eventPublisher, ItemRegistry itemRegistry) ItemEventUtility
(com.google.gson.Gson gson, ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.model.rule.jvmmodel
ModifierConstructorDescriptionRulesRefresher
(ModelRepository modelRepository, ItemRegistry itemRegistry, ThingRegistry thingRegistry, ReadyService readyService) -
Uses of ItemRegistry in org.openhab.core.model.script
Modifier and TypeMethodDescriptionstatic ItemRegistry
ScriptServiceUtil.getItemRegistry()
ScriptServiceUtil.getItemRegistryInstance()
ModifierConstructorDescriptionScriptServiceUtil
(ItemRegistry itemRegistry, ThingRegistry thingRegistry, EventPublisher eventPublisher, ModelRepository modelRepository, Scheduler scheduler) -
Uses of ItemRegistry in org.openhab.core.model.script.jvmmodel
Modifier and TypeMethodDescriptionvoid
ScriptItemRefresher.setItemRegistry
(ItemRegistry itemRegistry) void
ScriptItemRefresher.unsetItemRegistry
(ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.thing.link
ModifierConstructorDescriptionItemChannelLinkRegistry
(ThingRegistry thingRegistry, ItemRegistry itemRegistry) -
Uses of ItemRegistry in org.openhab.core.ui.items
Modifier 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
ModifierConstructorDescriptionAbstractRuleBasedInterpreter
(EventPublisher eventPublisher, ItemRegistry itemRegistry, MetadataRegistry metadataRegistry)