Uses of Interface
org.uberfire.experimental.service.registry.ExperimentalFeature
-
-
Uses of ExperimentalFeature in org.uberfire.experimental.service.editor
Constructors in org.uberfire.experimental.service.editor with parameters of type ExperimentalFeature Constructor Description EditableExperimentalFeature(ExperimentalFeature feature) -
Uses of ExperimentalFeature in org.uberfire.experimental.service.events
Methods in org.uberfire.experimental.service.events that return ExperimentalFeature Modifier and Type Method Description ExperimentalFeatureExperimentalFeatureModifiedEvent. getFeature()Constructors in org.uberfire.experimental.service.events with parameters of type ExperimentalFeature Constructor Description ExperimentalFeatureModifiedEvent(ExperimentalFeature feature)NonPortableExperimentalFeatureModifiedEvent(ExperimentalFeature feature)PortableExperimentalFeatureModifiedEvent(ExperimentalFeature feature) -
Uses of ExperimentalFeature in org.uberfire.experimental.service.registry
Methods in org.uberfire.experimental.service.registry that return types with arguments of type ExperimentalFeature Modifier and Type Method Description Collection<ExperimentalFeature>ExperimentalFeaturesRegistry. getAllFeatures()Returns all theExperimentalFeaturepresent on the platformOptional<ExperimentalFeature>ExperimentalFeaturesRegistry. getFeature(String featureId)Returns theExperimentalFeatureidentified by the given featureID -
Uses of ExperimentalFeature in org.uberfire.experimental.service.registry.impl
Classes in org.uberfire.experimental.service.registry.impl that implement ExperimentalFeature Modifier and Type Class Description classExperimentalFeatureImplMethods in org.uberfire.experimental.service.registry.impl that return types with arguments of type ExperimentalFeature Modifier and Type Method Description Collection<ExperimentalFeature>ExperimentalFeaturesRegistryImpl. getAllFeatures()Optional<ExperimentalFeature>ExperimentalFeaturesRegistryImpl. getFeature(String featureId)
-