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

E22562-02

oracle.apps.fnd.applcore.flex.runtime
Class ModelerTaskGroup.ExecutionContext

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.ModelerTaskGroup.ExecutionContext
Enclosing class:
ModelerTaskGroup

public static class ModelerTaskGroup.ExecutionContext
extends java.lang.Object

The context for the execution of all tasks in a group.


Constructor Summary
ModelerTaskGroup.ExecutionContext()
           
 
Method Summary
 java.util.List<ModelerTask.State> getTaskStates()
          Gets the task states.
 XsdCollection getUpdatedServiceObjects()
          Gets the list of service objects that have been updated.
 java.util.List<java.lang.String> getUpdatedServicePaths()
          Gets the list of paths where the updated service objects are.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelerTaskGroup.ExecutionContext

public ModelerTaskGroup.ExecutionContext()
Method Detail

getUpdatedServiceObjects

public XsdCollection getUpdatedServiceObjects()
Gets the list of service objects that have been updated.

Returns:
the collection of service objects that have been updated; an empty collection if the list is unknown or no service object has been updated

getUpdatedServicePaths

public java.util.List<java.lang.String> getUpdatedServicePaths()
Gets the list of paths where the updated service objects are.

Returns:
the list of paths where the updated service objects are; an empty list if the list is unknown or no service object has been updated

getTaskStates

public java.util.List<ModelerTask.State> getTaskStates()
Gets the task states. The states are available only when ModelerTaskGroupListener#performEnd is called.

Returns:
the task states; null if the states are not available

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.