| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TechId | |
|---|---|
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. | 
| Uses of TechId in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that return TechId | |
|---|---|
|  TechId[] | TechnologyRegistry.getAllTechIds()Returns all registered technologies. | 
|  TechId[] | TechnologyRegistry.getDependenciesFor(TechId techId)Returns all of the registered technologies upon which the specified technology depends, either directly or indirectly. | 
|  TechId[] | TechnologyRegistry.getDependentsFor(TechId techId)Returns all of the registered technologies that depend, either directly or indirectly, on the specified technology. | 
|  TechId | TechnologyRegistry.getTechId(java.lang.String key)Looks up a registered technology given the technology key. | 
|  TechId[] | TechnologyRegistry.getVisibleTechIds()Returns all visible registered technologies. | 
|  TechId[] | TechnologyScope.toArray()Returns an array of all technology identifiers in this scope. | 
| Methods in oracle.ide.model with parameters of type TechId | |
|---|---|
|  boolean | TechnologyScope.add(TechId techId)Ensures that a technology exists in the technology scope. | 
|  boolean | TechId.addDependency(TechId dependency)Ensures that this technology depends on another technology. | 
|  boolean | TechnologyScope.contains(TechId techId)Tests whether a technology exists in the technology scope. | 
|  boolean | TechId.dependsOn(TechId techId)Returns trueif this technology depends on the specified
 technology, either directly or indirectly. | 
|  TechId[] | TechnologyRegistry.getDependenciesFor(TechId techId)Returns all of the registered technologies upon which the specified technology depends, either directly or indirectly. | 
|  TechId[] | TechnologyRegistry.getDependentsFor(TechId techId)Returns all of the registered technologies that depend, either directly or indirectly, on the specified technology. | 
|  void | TechnologyRegistry.registerTechnology(java.lang.String key,
                   java.lang.String name,
                   java.lang.String description,
                   TechId parent)Registers a child technology with the technology registry. | 
|  void | TechnologyRegistry.registerTechnology(java.lang.String key,
                   java.lang.String name,
                   java.lang.String description,
                   TechId[] dependencies)Registers a dependent technology with the technology registry. | 
|  boolean | TechnologyScope.remove(TechId techId)Ensures that a technology does not exist in the technology scope. | 
|  boolean | TechId.removeDependency(TechId dependency)Removes a dependent technology from the this technology, if the dependency exists. | 
| Uses of TechId in oracle.jdeveloper.model | 
|---|
| Methods in oracle.jdeveloper.model that return TechId | |
|---|---|
|  TechId[] | TechnologiesPanel.getSelectedTechnologies() | 
|  TechId | JDevTechnologyInfo.getTechId() | 
| Methods in oracle.jdeveloper.model with parameters of type TechId | |
|---|---|
|  JDevTechnologyInfo | JDevTechnologyRegistry.getJDevTechnologyInfo(TechId id) | 
|  void | TechnologiesPanel.setUnremoveableTechnologies(TechId... techIds) | 
| Constructors in oracle.jdeveloper.model with parameters of type TechId | |
|---|---|
| JDevTechnologyInfo(TechId id,
                   MetaClass<Traversable>[] wizardPanels,
                   JDevTechnologyInfo.LibraryInfo[] libraries,
                   JDevTechnologyInfo.GeneratedFileInfo[] generatedFiles) | |
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||