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

E22562-03

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

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

public class AttachmentsMigrator
extends NodeMigratorHelper


Constructor Summary
AttachmentsMigrator()
           
 
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 attributes InputDatatypeCode and NewRow to the AttachmentsVO in the page definition if they do not already exist.
 
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

AttachmentsMigrator

public AttachmentsMigrator()
Method Detail

migrate

public void migrate(MigrationInfo[] migrationInfos,
                    TraversableContext traversableContext)
Add the attributes InputDatatypeCode and NewRow to the AttachmentsVO in the page definition if they do not already exist.

Specified by:
migrate in class NodeMigratorHelper
Parameters:
migrationInfos -
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.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.