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

E22562-05

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

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

public class AttachmentsBeanScopeMigrator
extends NodeMigratorHelper


Constructor Summary
AttachmentsBeanScopeMigrator()
           
 
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)
          Update taskflow ELs within the application from #{AttachmentBean...} to #{backingBeanScope.AttachmentBean...}
 
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

AttachmentsBeanScopeMigrator

public AttachmentsBeanScopeMigrator()
Method Detail

migrate

public void migrate(MigrationInfo[] migrationInfos,
                    TraversableContext traversableContext)
Update taskflow ELs within the application from #{AttachmentBean...} to #{backingBeanScope.AttachmentBean...}

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 VersionNumberclass, 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-05

Copyright © 2012 Oracle. All Rights Reserved.