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

E22562-02

oracle.apps.fnd.applcore.flex.runtime
Class EffModelerTaskGroup

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup
      extended by oracle.apps.fnd.applcore.flex.runtime.EffModelerTaskGroup

public class EffModelerTaskGroup
extends ModelerTaskGroup

A task group that contains a list of EFF modeler tasks to be performed.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup
ModelerTaskGroup.ExecutionContext
 
Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup
_listener, _taskList
 
Constructor Summary
EffModelerTaskGroup(java.util.List<EffModelerTask> list)
          Constructs an EFF modeler task group.
EffModelerTaskGroup(java.util.List<EffModelerTask> list, ModelerSandbox sandbox)
          Constructs an EFF modeler task group with the use of a sandbox.
 
Method Summary
protected  java.util.List<java.lang.String> getObjectPackages()
          Gets the list of packages of objects to be updated or created by this task group.
protected  java.util.List<java.lang.String> getServicePackages()
          Gets the list of packages of the XSD files.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup
getPreferredApplCoreSandbox, getPreferredSandboxName, newExecutionContext, perform, resetListener, setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffModelerTaskGroup

public EffModelerTaskGroup(java.util.List<EffModelerTask> list)
Constructs an EFF modeler task group.

Parameters:
list -

EffModelerTaskGroup

public EffModelerTaskGroup(java.util.List<EffModelerTask> list,
                           ModelerSandbox sandbox)
Constructs an EFF modeler task group with the use of a sandbox.

Parameters:
list -
Method Detail

getServicePackages

protected java.util.List<java.lang.String> getServicePackages()
Description copied from class: ModelerTaskGroup
Gets the list of packages of the XSD files. By default this method returns the same list returned by getObjectPackages().

Overrides:
getServicePackages in class ModelerTaskGroup
Returns:
the list of packages of the XSD files

getObjectPackages

protected java.util.List<java.lang.String> getObjectPackages()
Description copied from class: ModelerTaskGroup
Gets the list of packages of objects to be updated or created by this task group.

Overrides:
getObjectPackages in class ModelerTaskGroup
Returns:
the list of packages of objects to be updated or created by this task group

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.