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 ItemRegistryScriptServiceUtil.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 TypeMethodDescriptionvoidScriptItemRefresher.setItemRegistry(ItemRegistry itemRegistry) voidScriptItemRefresher.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 TypeInterfaceDescriptioninterfaceThis 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 ItemRegistryModifierConstructorDescriptionAbstractRuleBasedInterpreter(EventPublisher eventPublisher, ItemRegistry itemRegistry, MetadataRegistry metadataRegistry)