| Package | Description | 
|---|---|
| oracle.ide.migration | 
 Contains API classes for support the migration of Node types and user
preferences in the system directory. 
 | 
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TechnologyScope | 
NodeMigratorHelperReference.getTechnologyScope()  | 
| Modifier and Type | Method and Description | 
|---|---|
static TechnologyScope | 
TechnologyScopeConfiguration.getNewTechnologyScopeValue(java.util.List<ChangeInfo> changeInfos)  | 
TechnologyScope | 
TechnologyScopeConfiguration.getTechnologyScope()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
HSAdapterDelegate.appliesTo(TechnologyScope techScope)
Determines if a tech scope is "covered" by this delegate 
 | 
boolean | 
AbstractHSAdapterDelegate.appliesTo(TechnologyScope techScope)  | 
boolean | 
TechnologyScope.contains(TechnologyScope scope)
Tests whether another TechnologyScope is a sub-set of this scope. 
 | 
protected void | 
TechnologyScope.copyToImpl(TechnologyScope scope)  | 
boolean | 
HSAdapterDelegateMediator.delegates(TechnologyScope techScope)  | 
protected boolean | 
TechnologyScope.equalsImpl(TechnologyScope scope)  | 
void | 
TechnologyRegistry.initializeOwningExtensions(TechnologyScope techScope)
Initializes the extension owners for the technologies in
 the supplied TechnologyScope. 
 | 
boolean | 
TechId.isInScope(TechnologyScope scope)
Returns  
true if this technology exists in the specified
 TechnologyScope. | 
boolean | 
PseudoTechnologyCallback.isInScope(TechnologyScope scope)
Returns  
true if this pseudo-technology should be
 considered part of the specified technology scope; otherwise, returns
 false. | 
boolean | 
TechnologyScopeConfiguration.setTechnologyScope(TechnologyScope scope)  | 
| Constructor and Description | 
|---|
TechnologyScope(TechnologyScope scope)
Copy contructor. 
 |