Uses of Interface
org.openhab.core.common.registry.Registry
Packages that use Registry
Package
Description
-
Uses of Registry in org.openhab.core.auth
Subinterfaces of Registry in org.openhab.core.authModifier and TypeInterfaceDescriptioninterface -
Uses of Registry in org.openhab.core.automation
Subinterfaces of Registry in org.openhab.core.automationModifier and TypeInterfaceDescriptioninterfaceTheRuleRegistryprovides basic functionality for managingRules. -
Uses of Registry in org.openhab.core.automation.template
Subinterfaces of Registry in org.openhab.core.automation.templateModifier and TypeInterfaceDescriptioninterfaceTemplateRegistry<E extends Template>This interface provides functionality to get availableTemplates. -
Uses of Registry in org.openhab.core.automation.type
Subinterfaces of Registry in org.openhab.core.automation.typeModifier and TypeInterfaceDescriptioninterfaceThis interface provides functionality to get availableModuleTypes. -
Uses of Registry in org.openhab.core.common.registry
Classes in org.openhab.core.common.registry that implement RegistryModifier and TypeClassDescriptionclassAbstractRegistry<E extends Identifiable<K>,K, P extends Provider<E>> TheAbstractRegistryis an abstract implementation of theRegistryinterface, that can be used as base class forRegistryimplementations. -
Uses of Registry in org.openhab.core.items
Subinterfaces of Registry in org.openhab.core.itemsModifier and TypeInterfaceDescriptioninterfaceThe ItemRegistry is the central place, where items are kept in memory and their state is permanently tracked.interfaceThe MetadataRegistry is the central place, where additional information about items is kept. -
Uses of Registry in org.openhab.core.persistence.registry
Subinterfaces of Registry in org.openhab.core.persistence.registryModifier and TypeInterfaceDescriptioninterfaceThePersistenceServiceConfigurationRegistryis the central place to store persistence service configurations. -
Uses of Registry in org.openhab.core.semantics
Subinterfaces of Registry in org.openhab.core.semanticsModifier and TypeInterfaceDescriptioninterfaceSemanticTagRegistrytracks allSemanticTags from differentSemanticTagProviders and provides access to them. -
Uses of Registry in org.openhab.core.thing
Subinterfaces of Registry in org.openhab.core.thingModifier and TypeInterfaceDescriptioninterface -
Uses of Registry in org.openhab.core.thing.link
Classes in org.openhab.core.thing.link that implement RegistryModifier and TypeClassDescriptionclassAbstractLinkRegistry<L extends AbstractLink,P extends Provider<L>> AbstractLinkRegistryis an abstract class for link based registries, which handleAbstractLinks.class -
Uses of Registry in org.openhab.core.transform
Subinterfaces of Registry in org.openhab.core.transformModifier and TypeInterfaceDescriptioninterfaceTheTransformationRegistryis the interface for the transformation registry -
Uses of Registry in org.openhab.core.ui.components
Subinterfaces of Registry in org.openhab.core.ui.components -
Uses of Registry in org.openhab.core.ui.items
Subinterfaces of Registry 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.