| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.ide.model.TechnologyScopeConfiguration
public class TechnologyScopeConfiguration
| Field Summary | |
|---|---|
| static java.lang.String | DATA_KEYKey for obtaining the project dependency configuration. | 
| static java.lang.String | TECHNOLOGY_SCOPE_KEY | 
| static java.lang.String | TECHNOLOGY_SCOPE_PROPERTY | 
| Fields inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
| _hash | 
| Method Summary | |
|---|---|
| static TechnologyScopeConfiguration | getInstance(PropertyStorage propertyData) | 
|  TechnologyScope | getTechnologyScope() | 
| static void | init() | 
|  boolean | setTechnologyScope(TechnologyScope scope) | 
|  boolean | updateTechnologyScope(java.lang.String[] technologyKeys)Helper method to update the technology scope of a Projectafter aWizardhas been successfully
 executed. | 
| Methods inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
| addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String DATA_KEY
public static final java.lang.String TECHNOLOGY_SCOPE_PROPERTY
public static final java.lang.String TECHNOLOGY_SCOPE_KEY
| Method Detail | 
|---|
public static TechnologyScopeConfiguration getInstance(PropertyStorage propertyData)
public static void init()
public TechnologyScope getTechnologyScope()
public boolean setTechnologyScope(TechnologyScope scope)
public final boolean updateTechnologyScope(java.lang.String[] technologyKeys)
Project
 after a Wizard has been successfully
 executed.If the project has a non-empty technology scope, then the specified technologies are added to the project's scope; otherwise, no action is taken.
technologyKeys - A String array of the technology keys to
 add to the project.
true if the technology scope changed as a result
 of this method, otherwise false.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||