|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Feature | |
|---|---|
| oracle.ide.extension.feature | |
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
| oracle.jdeveloper.audit.extension | |
| Uses of Feature in oracle.ide.extension.feature |
|---|
| Methods in oracle.ide.extension.feature that return Feature | |
|---|---|
abstract Feature |
FeatureRegistry.getFeature(java.lang.String id) |
abstract Feature |
FeatureRegistry.getFeatureAssociatedWithTechnology(java.lang.String technologyKey)Returns the feature associated with the given technology key, or null if no such feature exists |
abstract Feature |
FeatureRegistry.getFeatureForExtension(java.lang.String memberExtensionId)If the Extension identified by the memberExtensionId parameter is a member of a feature, this method will return the Feature. |
| Methods in oracle.ide.extension.feature that return types with arguments of type Feature | |
|---|---|
abstract java.util.List<Feature> |
FeatureRegistry.getFeatures() |
abstract java.util.Set<Feature> |
FeatureRegistry.getFeaturesToReloadAtStartup()Returns the set of features that should be reloaded at startup in the next IDE session |
abstract java.util.Set<Feature> |
FeatureRegistry.getIncomingDependenciesOnFeature(Feature feature)Returns the set of features that depend on the given feature (directly or indirectly) |
abstract java.util.Set<Feature> |
FeatureRegistry.getOutgoingDependenciesOfFeature(Feature feature)Returns the set of features that the given feature depends on (directly or indirectly) |
| Methods in oracle.ide.extension.feature with parameters of type Feature | |
|---|---|
abstract java.util.Set<Feature> |
FeatureRegistry.getIncomingDependenciesOnFeature(Feature feature)Returns the set of features that depend on the given feature (directly or indirectly) |
abstract java.util.Set<Feature> |
FeatureRegistry.getOutgoingDependenciesOfFeature(Feature feature)Returns the set of features that the given feature depends on (directly or indirectly) |
| Uses of Feature in oracle.ide.model |
|---|
| Methods in oracle.ide.model with parameters of type Feature | |
|---|---|
java.util.Collection<java.lang.String> |
TechnologyRegistry.getTechnologiesOfFeature(Feature feature) |
| Uses of Feature in oracle.jdeveloper.audit.extension |
|---|
| Constructors in oracle.jdeveloper.audit.extension with parameters of type Feature | |
|---|---|
CategoryDefinition(java.lang.String id, java.util.List<java.lang.String> featurePath, Feature feature, CategoryDefinition category, ExtensionBundle bundle, DefinitionContext context) |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||