Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.migration
Class ApplcoreLibraryMigrator

java.lang.Object
  extended by oracle.ide.migration.NodeMigratorHelper
      extended by oracle.apps.fnd.applcore.dt.migration.ApplcoreLibraryMigrator

public class ApplcoreLibraryMigrator
extends NodeMigratorHelper

Since:
11.1.1.0.7DROP3
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/migration/ApplcoreLibraryMigrator.java /main/1 2008/12/28 18:27:16 dagroves Exp $
Author:
david.groves@oracle.com

Constructor Summary
ApplcoreLibraryMigrator()
           
 
Method Summary
 java.lang.String getNodeMigratorHelperVersion()
          The migrator version is used to determine whether a particular migrator needs to be applied based on any stored component version history.
 void migrate(MigrationInfo[] migrationInfos, TraversableContext traversableContext)
          Add the ECSF Client lib if the applcore VC lib exists but the ECSF Client lib does not.
 
Methods inherited from class oracle.ide.migration.NodeMigratorHelper
getNodeMigratorHelperKey, getPages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreLibraryMigrator

public ApplcoreLibraryMigrator()
Method Detail

migrate

public void migrate(MigrationInfo[] migrationInfos,
                    TraversableContext traversableContext)
Add the ECSF Client lib if the applcore VC lib exists but the ECSF Client lib does not.

Specified by:
migrate in class NodeMigratorHelper
Parameters:
migrationInfos - migrationInfos
traversableContext - traversableContext

getNodeMigratorHelperVersion

public java.lang.String getNodeMigratorHelperVersion()
The migrator version is used to determine whether a particular migrator needs to be applied based on any stored component version history. Version numbers are compared through the VersionNumber class, so whenever possible, the version string should use a dot-delimited notation with only numbers, e.g. "10.1.3.0.1".

By default, this method returns the version string from Version.VER.

Overrides:
getNodeMigratorHelperVersion in class NodeMigratorHelper

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.