Uses of Class
org.uberfire.experimental.service.storage.scoped.ExperimentalStorageScope
-
Packages that use ExperimentalStorageScope Package Description org.uberfire.experimental.service.storage.scoped org.uberfire.experimental.service.storage.scoped.impl -
-
Uses of ExperimentalStorageScope in org.uberfire.experimental.service.storage.scoped
Methods in org.uberfire.experimental.service.storage.scoped that return ExperimentalStorageScope Modifier and Type Method Description static ExperimentalStorageScopeExperimentalStorageScope. getScope(org.uberfire.experimental.service.definition.ExperimentalFeatureDefinition featureDefinition)ExperimentalStorageScopeScopedExperimentalFeaturesStorage. getScope()static ExperimentalStorageScopeExperimentalStorageScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentalStorageScope[]ExperimentalStorageScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExperimentalStorageScope in org.uberfire.experimental.service.storage.scoped.impl
Methods in org.uberfire.experimental.service.storage.scoped.impl that return ExperimentalStorageScope Modifier and Type Method Description ExperimentalStorageScopeGlobalExperimentalFeaturesStorageImpl. getScope()ExperimentalStorageScopeUserExperimentalFeaturesStorageImpl. getScope()
-