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)