Uses of Interface
org.openhab.core.persistence.PersistenceItemInfo
Packages that use PersistenceItemInfo
-
Uses of PersistenceItemInfo in org.openhab.core.persistence
Methods in org.openhab.core.persistence that return PersistenceItemInfoModifier and TypeMethodDescriptiondefault @Nullable PersistenceItemInfoQueryablePersistenceService.getItemInfo(String itemName, @Nullable String alias) ReturnsPersistenceItemInfofor an item stored in the persistence service.Methods in org.openhab.core.persistence that return types with arguments of type PersistenceItemInfoModifier and TypeMethodDescriptiondefault Set<PersistenceItemInfo> QueryablePersistenceService.getItemInfo()Returns a set ofPersistenceItemInfoabout items that are stored in the persistence service.