Uses of Interface
org.uberfire.experimental.service.storage.scoped.ScopedExperimentalFeaturesStorage
-
Packages that use ScopedExperimentalFeaturesStorage Package Description org.uberfire.experimental.service.storage.impl org.uberfire.experimental.service.storage.scoped.impl -
-
Uses of ScopedExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.impl
Constructor parameters in org.uberfire.experimental.service.storage.impl with type arguments of type ScopedExperimentalFeaturesStorage Constructor Description ExperimentalFeaturesStorageImpl(org.uberfire.spaces.SpacesAPI spaces, org.uberfire.io.IOService ioService, org.uberfire.experimental.service.definition.ExperimentalFeatureDefRegistry defRegistry, javax.enterprise.inject.Instance<ScopedExperimentalFeaturesStorage> instances, StorageMigrationService migrationService) -
Uses of ScopedExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.scoped.impl
Classes in org.uberfire.experimental.service.storage.scoped.impl that implement ScopedExperimentalFeaturesStorage Modifier and Type Class Description classAbstractScopedExperimentalFeaturesStorageclassGlobalExperimentalFeaturesStorageImplclassUserExperimentalFeaturesStorageImpl
-