Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.registration.generator
Class FlexfieldExtractSeedDataProcess

java.lang.Object
  extended by oracle.ide.runner.SimpleProcess
      extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.generator.FlexfieldExtractSeedDataProcess
All Implemented Interfaces:
java.lang.Cloneable, FlexfieldExtractSeedData

public class FlexfieldExtractSeedDataProcess
extends oracle.ide.runner.SimpleProcess
implements FlexfieldExtractSeedData

A process that executes the flexfield extract seed data runner. Code is based on Process and Runner from Flexfield BC Modeler.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/flex/wizard/registration/generator/FlexfieldExtractSeedDataProcess.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:06 mluetchf Exp $
mluetchf

Field Summary
 
Fields inherited from interface oracle.apps.fnd.applcore.dt.flex.wizard.registration.generator.FlexfieldExtractSeedData
TYPE_DFF, TYPE_EFF
 
Constructor Summary
FlexfieldExtractSeedDataProcess(oracle.ide.model.Project project, FlexfieldRegistrationWizardModel model, oracle.jbo.dt.objects.JboApplication app)
          Constructs a flexfield modeling process for a profile entry.
 
Method Summary
 
Methods inherited from class oracle.ide.runner.SimpleProcess
clone, copyTo, duplicateErrorStream, duplicateOutputStream, exec, execAndWait, getExecException, getRunProcess, setAddToProcessesFolder, setAddToTerminateMenu, setAllowInput, setCommand, setCommandStringForLog, setDoUILater, setEnvironmentParams, setIcon, setLabel, setLogCommandString, setLogPage, setLogStartDirectory, setRunProcessListener, setShowStartStatus, setSuppressDirectoryDefault, setUseLogPage, setWorkingDirectory
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldExtractSeedDataProcess

public FlexfieldExtractSeedDataProcess(oracle.ide.model.Project project,
                                       FlexfieldRegistrationWizardModel model,
                                       oracle.jbo.dt.objects.JboApplication app)
Constructs a flexfield modeling process for a profile entry.

Parameters:
project - the project from which this process gets its class path.
model - the registration wizard model.
app - the JBO application.
Throws:
java.lang.IllegalArgumentException - if the project, profile entry or connection string is null

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.