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 TypeInterfaceDescriptioninterfaceThis class provides an interface to the aPersistenceServiceto allow data to be stored at a specific time.interfaceA 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 PersistenceServiceGet the persistence service with the given id.@Nullable PersistenceServicePersistenceServiceRegistry.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.Methods in org.openhab.core.persistence with parameters of type PersistenceServiceModifier and TypeMethodDescriptionvoidPersistenceManager.handleExternalPersistenceDataChange(PersistenceService persistenceService, Item item) External code that updates persisted data, that may have an impact on the persistence logic (restoring item states, forecast logic), should call this method to inform thePersistenceManagerabout a potential impact.