|
Extension SDK 10.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MigrationInfo | |
| oracle.ide.migration | |
| 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 MigrationInfo in oracle.ide.migration |
| Methods in oracle.ide.migration that return MigrationInfo | |
abstract MigrationInfo |
NodeMigrator.getMigrationInfo(Node node)
Get the current MigrationInfo for the specified node. |
abstract MigrationInfo[] |
NodeMigrator.migrate(MigrationInfo[] infos)
Method called to migrate the nodes recorded in the specified MigrationInfo. |
MigrationInfo[] |
NodeMigrator.getMigrationInfos(Node[] nodes)
Get the current MigrationInfos for the specified nodes. |
MigrationInfo |
NodeMigrator.migrate(MigrationInfo info)
Migrate the node whose migration information is given. |
| Methods in oracle.ide.migration with parameters of type MigrationInfo | |
void |
NodeMigratorHelper.migrate(MigrationInfo[] infos,
TraversableContext context)
Method called to migrate the nodes recorded in the specified MigrationInfo. |
java.util.List |
NodeMigratorHelper.getPages(MigrationInfo[] infos,
TraversableContext context)
Get the traversal pages to be displayed by the node migration wizard. |
abstract MigrationInfo[] |
NodeMigrator.migrate(MigrationInfo[] infos)
Method called to migrate the nodes recorded in the specified MigrationInfo. |
java.util.List |
NodeMigrator.getPages(MigrationInfo[] infos,
TraversableContext context)
Get the list of wizard pages associated with the specified infos. |
MigrationInfo |
NodeMigrator.migrate(MigrationInfo info)
Migrate the node whose migration information is given. |
MigrationInfo.MigrationStatus |
NodeMigrator.checkVersions(MigrationInfo[] infos)
Verify if all nodes can be migrated. |
protected abstract java.lang.String |
NodeMigrator.getMsg(MigrationInfo[] infos)
Get the wizard welcome page message. |
protected abstract java.lang.String |
NodeMigrator.getSummaryMsg(MigrationInfo[] infos)
Get the message for the wizard summary page. |
protected MigrationInfo.MigrationStatus |
NodeMigrator.invokeWizard(TraversableContext context,
java.util.List pages,
MigrationInfo[] infos)
Invoke the migration wizard. |
protected void |
NodeMigrator.mapInfoToMigrator(NodeMigrator key,
MigrationInfo info,
java.util.Map map)
Associate the NodeMigrator specified with the given
MigrationInfo by storing these in the specified map. |
protected void |
NodeMigrator.recache(MigrationInfo[] infos,
boolean cacheCopy)
Tells the NodeFactory to recache the copy or original node as
dictated by the cacheCopy parameter. |
| Uses of MigrationInfo in oracle.ide.model |
| Methods in oracle.ide.model that return MigrationInfo | |
MigrationInfo[] |
WorkspaceMigrator.migrate(MigrationInfo[] infos)
|
MigrationInfo |
WorkspaceMigrator.getMigrationInfo(Node node)
|
| Methods in oracle.ide.model with parameters of type MigrationInfo | |
MigrationInfo[] |
WorkspaceMigrator.migrate(MigrationInfo[] infos)
|
java.util.List |
WorkspaceMigrator.getPages(MigrationInfo[] infos,
TraversableContext context)
|
protected java.lang.String |
WorkspaceMigrator.getMsg(MigrationInfo[] infos)
|
protected java.lang.String |
WorkspaceMigrator.getSummaryMsg(MigrationInfo[] infos)
|
| Uses of MigrationInfo in oracle.jdeveloper.model |
| Methods in oracle.jdeveloper.model that return MigrationInfo | |
MigrationInfo[] |
JProjectMigrator.migrate(MigrationInfo[] infos)
|
MigrationInfo |
JProjectMigrator.getMigrationInfo(Node node)
|
| Methods in oracle.jdeveloper.model with parameters of type MigrationInfo | |
MigrationInfo[] |
JProjectMigrator.migrate(MigrationInfo[] infos)
|
protected java.lang.String |
JProjectMigrator.getMsg(MigrationInfo[] infos)
|
protected java.lang.String |
JProjectMigrator.getSummaryMsg(MigrationInfo[] infos)
|
|
Extension SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.