Uses of Interface
org.uberfire.experimental.service.storage.ExperimentalFeaturesStorage
-
-
Uses of ExperimentalFeaturesStorage in org.uberfire.experimental.service
Constructors in org.uberfire.experimental.service with parameters of type ExperimentalFeaturesStorage Constructor Description BackendExperimentalFeaturesRegistryServiceImpl(org.uberfire.experimental.service.definition.ExperimentalFeatureDefRegistry defRegistry, ExperimentalFeaturesStorage globalStorage) -
Uses of ExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.impl
Classes in org.uberfire.experimental.service.storage.impl that implement ExperimentalFeaturesStorage Modifier and Type Class Description classExperimentalFeaturesStorageImpl -
Uses of ExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.scoped
Subinterfaces of ExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.scoped Modifier and Type Interface Description interfaceScopedExperimentalFeaturesStorage -
Uses of ExperimentalFeaturesStorage in org.uberfire.experimental.service.storage.scoped.impl
Classes in org.uberfire.experimental.service.storage.scoped.impl that implement ExperimentalFeaturesStorage Modifier and Type Class Description classAbstractScopedExperimentalFeaturesStorageclassGlobalExperimentalFeaturesStorageImplclassUserExperimentalFeaturesStorageImpl
-