Uses of Interface
com.eduix.genexp.storage.StorageService
-
Packages that use StorageService Package Description com.eduix.genexp.service com.eduix.genexp.storage com.eduix.genexp.storage.database -
-
Uses of StorageService in com.eduix.genexp.service
Fields in com.eduix.genexp.service with type parameters of type StorageService Modifier and Type Field Description private Set<StorageService>StorageWorker. storageServicesMethods in com.eduix.genexp.service that return types with arguments of type StorageService Modifier and Type Method Description Set<StorageService>StorageWorker. getStorageServices()Methods in com.eduix.genexp.service with parameters of type StorageService Modifier and Type Method Description voidStorageWorker. addStorageService(StorageService storageService, Map<?,?> properties)voidStorageWorker. removeStorageService(StorageService storageService, Map<?,?> properties) -
Uses of StorageService in com.eduix.genexp.storage
Classes in com.eduix.genexp.storage that implement StorageService Modifier and Type Class Description classAbstractStorageServiceAn abstract implementation of a storage service -
Uses of StorageService in com.eduix.genexp.storage.database
Classes in com.eduix.genexp.storage.database that implement StorageService Modifier and Type Class Description classDatabaseStorageService
-