Uses of Class
org.openhab.core.persistence.filter.PersistenceFilter
Packages that use PersistenceFilter
Package
Description
-
Uses of PersistenceFilter in org.openhab.core.persistence
Methods in org.openhab.core.persistence that return types with arguments of type PersistenceFilterModifier and TypeMethodDescriptionPersistenceItemConfiguration.filters()Returns the value of thefiltersrecord component. -
Uses of PersistenceFilter in org.openhab.core.persistence.filter
Subclasses of PersistenceFilter in org.openhab.core.persistence.filterModifier and TypeClassDescriptionclassThePersistenceEqualsFilteris a filter that allows only specific values to passclassThePersistenceIncludeFilteris a filter that allows only specific values to passclassThePersistenceThresholdFilteris a filter to prevent persistence based on a threshold.classThePersistenceTimeFilteris a filter to prevent persistence base on intervals. -
Uses of PersistenceFilter in org.openhab.core.persistence.registry
Methods in org.openhab.core.persistence.registry that return types with arguments of type PersistenceFilterModifier and TypeMethodDescriptionPersistenceServiceConfiguration.getFilters()Get all defined filters.