Uses of Class
org.openhab.core.common.registry.AbstractManagedProvider
Package
Description
-
Uses of AbstractManagedProvider in org.openhab.core.automation
Modifier and TypeClassDescriptionclass
Implementation of a rule provider that uses the storage service for persistence -
Uses of AbstractManagedProvider in org.openhab.core.common.registry
Modifier and TypeClassDescriptionclass
DefaultAbstractManagedProvider<E extends Identifiable<K>,
K> DefaultAbstractManagedProvider
is a specificAbstractManagedProvider
implementation, where the stored element is the same as the element of the provider. -
Uses of AbstractManagedProvider in org.openhab.core.items
Modifier and TypeClassDescriptionclass
ManagedItemProvider
is an OSGi service, that allows to add or remove items at runtime by callingManagedItemProvider.add(org.openhab.core.items.Item)
orManagedItemProvider.remove(java.lang.String)
. -
Uses of AbstractManagedProvider in org.openhab.core.persistence.registry
Modifier and TypeClassDescriptionclass
TheManagedPersistenceServiceConfigurationProvider
implements aPersistenceServiceConfigurationProvider
for managed configurations which are stored in a JSON database -
Uses of AbstractManagedProvider in org.openhab.core.semantics
Modifier and TypeClassDescriptionclass
ManagedSemanticTagProvider
is an OSGi service, that allows to add or remove semantic tags at runtime by callingadd(E)
orremove(K)
. -
Uses of AbstractManagedProvider in org.openhab.core.thing
Modifier and TypeClassDescriptionclass
ManagedThingProvider
is an OSGi service, that allows to add or remove things at runtime by callingadd(E)
orremove(K)
. -
Uses of AbstractManagedProvider in org.openhab.core.thing.link
Modifier and TypeClassDescriptionclass
ManagedItemChannelLinkProvider
is responsible for managedItemChannelLink
s at runtime. -
Uses of AbstractManagedProvider in org.openhab.core.transform
Modifier and TypeClassDescriptionclass
TheManagedTransformationProvider
implements aTransformationProvider
for managed transformations stored in a JSON database