Uses of Interface
org.openhab.core.thing.ThingRegistry
Packages that use ThingRegistry
Package
Description
-
Uses of ThingRegistry in org.openhab.core.model.rule.jvmmodel
Constructors in org.openhab.core.model.rule.jvmmodel with parameters of type ThingRegistryModifierConstructorDescriptionRulesRefresher(ModelRepository modelRepository, ItemRegistry itemRegistry, ThingRegistry thingRegistry, ReadyService readyService) -
Uses of ThingRegistry in org.openhab.core.model.script
Methods in org.openhab.core.model.script that return ThingRegistryModifier and TypeMethodDescriptionstatic ThingRegistryScriptServiceUtil.getThingRegistry()ScriptServiceUtil.getThingRegistryInstance()Constructors in org.openhab.core.model.script with parameters of type ThingRegistryModifierConstructorDescriptionScriptServiceUtil(ItemRegistry itemRegistry, ThingRegistry thingRegistry, EventPublisher eventPublisher, ModelRepository modelRepository, MetadataRegistry metadataRegistry, RuleRegistry ruleRegistry, ItemChannelLinkRegistry itemChannelLinkRegistry, TimeZoneProvider timeZoneProvider, LocaleProvider localeProvider, Scheduler scheduler) -
Uses of ThingRegistry in org.openhab.core.model.script.actions
Methods in org.openhab.core.model.script.actions with parameters of type ThingRegistryModifier and TypeMethodDescriptionstatic ThingThings.get(ThingRegistry registry, String thingUid) Get aThingfrom theThingRegistry. -
Uses of ThingRegistry in org.openhab.core.thing.link
Constructors in org.openhab.core.thing.link with parameters of type ThingRegistryModifierConstructorDescriptionItemChannelLinkRegistry(@Nullable Map<String, @Nullable Object> configuration, ThingRegistry thingRegistry, ItemRegistry itemRegistry, ItemBuilderFactory itemBuilderFactory, org.osgi.framework.BundleContext bundleContext)