Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide.db.transfer.generate
Interface GenerateTarget


public interface GenerateTarget

Wrapper for information about a target for generation.


Method Summary
 java.lang.String getName()
          The name of the GenerateTarget is used in the generate submenu, and on the wizard page to select what to generate to.
 Step[] getSteps()
          The Generate wizard includes any steps included here.
 java.lang.Class<? extends TransferTarget> getTarget()
          A TransferTarget is the class the TransferManager uses to target a transfer process.
 boolean isAvailable(Context c)
          Is this target available in this context? Use the context to establish whether we are in an offline or online mode.

 

Method Detail

getTarget

java.lang.Class<? extends TransferTarget> getTarget()
A TransferTarget is the class the TransferManager uses to target a transfer process.
Returns:
the class for the target of the transfer.

isAvailable

boolean isAvailable(Context c)
Is this target available in this context? Use the context to establish whether we are in an offline or online mode.
Returns:
true if the context supports this target.

getName

java.lang.String getName()
The name of the GenerateTarget is used in the generate submenu, and on the wizard page to select what to generate to.
Returns:
the name for this generate target.

getSteps

Step[] getSteps()
The Generate wizard includes any steps included here. If null is returned then the generate submenu will not result in a dialog, the process will just fire. Return an empty [] to get the reconcile options up without any extra panels.
Returns:
the wizard steps associated with this generate

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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