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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.event
Class BCModelerObjEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
          extended by oracle.apps.fnd.applcore.flex.runtime.event.BCModelerEvent
              extended by oracle.apps.fnd.applcore.flex.runtime.event.BCModelerObjEvent
All Implemented Interfaces:
java.io.Serializable

public class BCModelerObjEvent
extends BCModelerEvent

See Also:
Serialized Form

Field Summary
protected  java.util.List<BCObject> bcModelObjects
          The list of model objects that have changed.
protected  java.util.Map<BCModeler.Option,java.lang.Object> modelerOptions
          The options used to run the modeler.
 
Fields inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
message
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BCModelerObjEvent(java.lang.Class<? extends BCModeler> modelerClass, java.util.Map<BCModeler.Option,java.lang.Object> options, java.util.List<BCObject> objects)
          Constructs a BCModelerPbkEvent.
 
Method Summary
 java.util.List<BCObject> getBCModelObjects()
          Gets the list of model objects that have changed.
 java.util.Map<BCModeler.Option,java.lang.Object> getOptions()
          Gets the options used to run the modeler.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.event.BCModelerEvent
getBCModelerClass
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.event.ModelerEvent
getMessage, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bcModelObjects

protected final transient java.util.List<BCObject> bcModelObjects
The list of model objects that have changed.


modelerOptions

protected final transient java.util.Map<BCModeler.Option,java.lang.Object> modelerOptions
The options used to run the modeler.

Constructor Detail

BCModelerObjEvent

public BCModelerObjEvent(java.lang.Class<? extends BCModeler> modelerClass,
                         java.util.Map<BCModeler.Option,java.lang.Object> options,
                         java.util.List<BCObject> objects)
Constructs a BCModelerPbkEvent.

Parameters:
modelerClass - the Class object of the modeler that creates this event
options - the options used to run the modeler; this map is unmodifiable. Attempting to put more arguments or options will result in an exception.
objects - the list of model objects that have changed
Throws:
java.lang.IllegalArgumentException - if the modeler class or the argument list is null
Method Detail

getOptions

public java.util.Map<BCModeler.Option,java.lang.Object> getOptions()
Gets the options used to run the modeler.

Returns:
the options used to run the modeler

getBCModelObjects

public java.util.List<BCObject> getBCModelObjects()
Gets the list of model objects that have changed.

Returns:
the list of model objects that have changed

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.