Skip navigation links

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

E17493-04


oracle.ide.db.transfer.generate
Class GenerateTargetRegistry

java.lang.Object
  extended by oracle.ide.db.transfer.generate.GenerateTargetRegistry


Deprecated. transfer targets are now generally registerable through the database-transfer-hook and listable through the TransferManager.

@Deprecated
public class GenerateTargetRegistry
extends java.lang.Object

Registry of available targets for transfer from the offline database (generate).


Method Summary
 java.lang.String getDisplayName(java.lang.Class<? extends TransferTarget> targ)
          Deprecated. Gets the display name to use for the given transfer target class.
 GenerateTarget getGenerateTarget(java.lang.Class<? extends TransferTarget> targ)
          Deprecated. Gets the GenerateTarget registered that contains the given TransferTarget class.
static GenerateTargetRegistry getInstance()
          Deprecated. Gets the GenerateTargetRegistry with all registered GenerateTargets.
static Step getSQLScriptStep()
          Deprecated. Utility method to get a wizard step for generating SQL scripts.
 Step[] getSteps(java.lang.Class<? extends TransferTarget> targ)
          Deprecated. Gets the wizard Steps to use for the given transfer target class.
 java.util.Collection<java.lang.Class<? extends TransferTarget>> getTargets(Context c)
          Deprecated. Gets all the TransferTarget classes that are registered.
 void registerTarget(GenerateTarget target)
          Deprecated. Registers a GenerateTarget for the GenerateController to include in the generate submenu.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getTargets

public java.util.Collection<java.lang.Class<? extends TransferTarget>> getTargets(Context c)
Deprecated. 
Gets all the TransferTarget classes that are registered.

registerTarget

public void registerTarget(GenerateTarget target)
Deprecated. 
Registers a GenerateTarget for the GenerateController to include in the generate submenu.

getDisplayName

public java.lang.String getDisplayName(java.lang.Class<? extends TransferTarget> targ)
Deprecated. 
Gets the display name to use for the given transfer target class.

getSteps

public Step[] getSteps(java.lang.Class<? extends TransferTarget> targ)
Deprecated. 
Gets the wizard Steps to use for the given transfer target class.
Returns:
an array of Steps for the wizard. if null is returned the quick submenu option for generate of this class will not invoke the wizard, just fire the TransferManager directly.

getGenerateTarget

public GenerateTarget getGenerateTarget(java.lang.Class<? extends TransferTarget> targ)
Deprecated. 
Gets the GenerateTarget registered that contains the given TransferTarget class.

getInstance

public static GenerateTargetRegistry getInstance()
Deprecated. 
Gets the GenerateTargetRegistry with all registered GenerateTargets.

getSQLScriptStep

public static Step getSQLScriptStep()
Deprecated. 
Utility method to get a wizard step for generating SQL scripts.

Skip navigation links

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

E17493-04


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