Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Class
oracle.ide.migration.MigrationInfo.MigrationStatus

Packages that use MigrationInfo.MigrationStatus
oracle.ide.migration Contains API classes for support the migration of Node types and user preferences in the system directory. 
 

Uses of MigrationInfo.MigrationStatus in oracle.ide.migration
 

Fields in oracle.ide.migration declared as MigrationInfo.MigrationStatus
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_CANCELED
          Migration status indicating the migration of the node was canceled by the user.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_DONE
          Migration status indicating the node associated with this migration information was carried out successfully.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_DONE_BUT_NOT_SAVED
          Migration status indicating the node was migrated successfully but the migration changes were not saved.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_ERROR
          Migration status indicating the migration of the node was not carried out properly.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_IO_ERROR
          Migration status indicating that the node associated with this migration information could not be written to.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_NOT_NEEDED
          Migration status indicating the migration of the node was not needed.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_NOT_POSSIBLE
          Migration status indicating the migration of the node was not carried out.
static MigrationInfo.MigrationStatus MigrationInfo.MIGRATION_PENDING
          Migration status indicating the node is ready for migration.
 

Methods in oracle.ide.migration that return MigrationInfo.MigrationStatus
 MigrationInfo.MigrationStatus NodeMigrator.checkVersions(MigrationInfo[] infos)
          Verify if all nodes can be migrated.
 MigrationInfo.MigrationStatus MigrationInfo.getMigrationStatus()
          Get the migration status.
 MigrationInfo.MigrationStatus MigrationInfo.getMigrationStatusDirectly()
           
protected  MigrationInfo.MigrationStatus NodeMigrator.invokeWizard(TraversableContext context, java.util.List pages, MigrationInfo[] infos)
          Invoke the migration wizard.
 

Methods in oracle.ide.migration with parameters of type MigrationInfo.MigrationStatus
 void MigrationInfo.setMigrationStatus(MigrationInfo.MigrationStatus status)
          Set the migration status.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.