Uses of Interface
org.openhab.core.common.registry.Registry
Package
Description
-
Uses of Registry in org.openhab.core.auth
Modifier and TypeInterfaceDescriptioninterface
-
Uses of Registry in org.openhab.core.automation
Modifier and TypeInterfaceDescriptioninterface
TheRuleRegistry
provides basic functionality for managingRule
s. -
Uses of Registry in org.openhab.core.automation.template
Modifier and TypeInterfaceDescriptioninterface
TemplateRegistry<E extends Template>
This interface provides functionality to get availableTemplate
s. -
Uses of Registry in org.openhab.core.automation.type
Modifier and TypeInterfaceDescriptioninterface
This interface provides functionality to get availableModuleType
s. -
Uses of Registry in org.openhab.core.common.registry
Modifier and TypeClassDescriptionclass
AbstractRegistry<E extends Identifiable<K>,
K, P extends Provider<E>> TheAbstractRegistry
is an abstract implementation of theRegistry
interface, that can be used as base class forRegistry
implementations. -
Uses of Registry in org.openhab.core.items
Modifier and TypeInterfaceDescriptioninterface
The ItemRegistry is the central place, where items are kept in memory and their state is permanently tracked.interface
The MetadataRegistry is the central place, where additional information about items is kept. -
Uses of Registry in org.openhab.core.persistence.registry
Modifier and TypeInterfaceDescriptioninterface
ThePersistenceServiceConfigurationRegistry
is the central place to store persistence service configurations. -
Uses of Registry in org.openhab.core.semantics
Modifier and TypeInterfaceDescriptioninterface
SemanticTagRegistry
tracks allSemanticTag
s from differentSemanticTagProvider
s and provides access to them. -
Uses of Registry in org.openhab.core.thing
Modifier and TypeInterfaceDescriptioninterface
-
Uses of Registry in org.openhab.core.thing.link
Modifier and TypeClassDescriptionclass
AbstractLinkRegistry<L extends AbstractLink,
P extends Provider<L>> AbstractLinkRegistry
is an abstract class for link based registries, which handleAbstractLink
s.class
-
Uses of Registry in org.openhab.core.transform
Modifier and TypeInterfaceDescriptioninterface
TheTransformationRegistry
is the interface for the transformation registry -
Uses of Registry in org.openhab.core.ui.components
-
Uses of Registry 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.