Uses of Interface
org.openhab.core.persistence.PersistenceService
Packages that use PersistenceService
-
Uses of PersistenceService in org.openhab.core.persistence
Subinterfaces of PersistenceService in org.openhab.core.persistenceModifier and TypeInterfaceDescriptioninterface
This class provides an interface to the aPersistenceService
to allow data to be stored at a specific time.interface
A queryable persistence service which can be used to store and retrieve data from openHAB.Methods in org.openhab.core.persistence that return PersistenceServiceModifier and TypeMethodDescription@Nullable PersistenceService
Get the persistence service with the given id.@Nullable PersistenceService
PersistenceServiceRegistry.getDefault()
Get the default persistence service.Methods in org.openhab.core.persistence that return types with arguments of type PersistenceServiceModifier and TypeMethodDescriptionPersistenceServiceRegistry.getAll()
Returns all available persistence services.