Uses of Class
org.openhab.core.persistence.config.PersistenceConfig
Packages that use PersistenceConfig
-
Uses of PersistenceConfig in org.openhab.core.persistence
Methods in org.openhab.core.persistence that return types with arguments of type PersistenceConfigModifier and TypeMethodDescriptionPersistenceItemConfiguration.items()
Returns the value of theitems
record component.Constructor parameters in org.openhab.core.persistence with type arguments of type PersistenceConfigModifierConstructorDescriptionPersistenceItemConfiguration
(List<PersistenceConfig> items, @Nullable String alias, @Nullable List<PersistenceStrategy> strategies, @Nullable List<PersistenceFilter> filters) Creates an instance of aPersistenceItemConfiguration
record class. -
Uses of PersistenceConfig in org.openhab.core.persistence.config
Subclasses of PersistenceConfig in org.openhab.core.persistence.configModifier and TypeClassDescriptionclass
This class represents the configuration that stand for "using all items".class
This class represents the configuration that is used for group items.class
This class represents the configuration that identify item(s) by name.