Package org.openhab.core.persistence
-
Interface Summary Interface Description HistoricItem This interface is used by persistence services to represent an item with a certain state at a given point in time.ModifiablePersistenceService This class provides an interface to the aPersistenceService
to allow data to be stored at a specific time.PersistenceItemInfo This class provides information about an item that is stored in a persistence service.PersistenceManager A persistence manager service which could be used to start event handling or supply configuration for persistence services.PersistenceService A persistence service which can be used to store data from openHAB.PersistenceServiceRegistry This is the interface for a central service that provides access toPersistenceService
s.QueryablePersistenceService A queryable persistence service which can be used to store and retrieve data from openHAB. -
Class Summary Class Description FilterCriteria This class is used to define a filter for queries to aPersistenceService
.PersistenceFilter PersistenceItemConfiguration This class holds the configuration of a persistence strategy for specific items.PersistenceServiceConfiguration This class represents the configuration for a persistence service. -
Enum Summary Enum Description FilterCriteria.Operator Enumeration with all possible compare optionsFilterCriteria.Ordering Enumeration with all ordering options