Class PersistenceTimeFilter
java.lang.Object
org.openhab.core.persistence.filter.PersistenceFilter
org.openhab.core.persistence.filter.PersistenceTimeFilter
The
PersistenceTimeFilter
is a filter to prevent persistence base on intervals.
The filter returns false
if the time between now and the time of the last persisted value is less than
duration
unit
- Author:
- Jan N. Klug - Initial contribution
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openhab.core.persistence.filter.PersistenceFilter
equals, getName, hashCode
-
Constructor Details
-
PersistenceTimeFilter
-
-
Method Details
-
getValue
public int getValue() -
getUnit
-
apply
Description copied from class:PersistenceFilter
Apply this filter to an item- Specified by:
apply
in classPersistenceFilter
- Parameters:
item
- the item to check- Returns:
- true if the filter allows persisting this value
-
persisted
Description copied from class:PersistenceFilter
Notify filter that item was persisted- Specified by:
persisted
in classPersistenceFilter
- Parameters:
item
- the persisted item
-
toString
- Overrides:
toString
in classPersistenceFilter
-