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

E22562-03

Uses of Class
oracle.apps.fnd.applcore.flex.runtime.util.BCModeler.Option

Packages that use BCModeler.Option
oracle.apps.fnd.applcore.flex.runtime.event   
oracle.apps.fnd.applcore.flex.runtime.util   
oracle.apps.fnd.applcore.flex.runtime.util.common.category   
 

Uses of BCModeler.Option in oracle.apps.fnd.applcore.flex.runtime.event
 

Fields in oracle.apps.fnd.applcore.flex.runtime.event with type parameters of type BCModeler.Option
protected  java.util.Map<BCModeler.Option,java.lang.Object> BCModelerObjEvent.modelerOptions
          The options used to run the modeler.
 

Methods in oracle.apps.fnd.applcore.flex.runtime.event that return types with arguments of type BCModeler.Option
 java.util.Map<BCModeler.Option,java.lang.Object> BCModelerObjEvent.getOptions()
          Gets the options used to run the modeler.
 

Constructor parameters in oracle.apps.fnd.applcore.flex.runtime.event with type arguments of type BCModeler.Option
BCModelerObjEvent(java.lang.Class<? extends BCModeler> modelerClass, java.util.Map<BCModeler.Option,java.lang.Object> options, java.util.List<BCObject> objects)
          Constructs a BCModelerPbkEvent.
 

Uses of BCModeler.Option in oracle.apps.fnd.applcore.flex.runtime.util
 

Fields in oracle.apps.fnd.applcore.flex.runtime.util with type parameters of type BCModeler.Option
protected  java.util.Map<BCModeler.Option,java.lang.Object> AbstractBCModeler._configuration
          The configuration for the entity usage.
protected  java.util.Map<BCModeler.Option,java.lang.Object> BCModeler.Options._optionMap
          The map that stores the options.
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util that return BCModeler.Option
static BCModeler.Option BCModeler.Option.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BCModeler.Option[] BCModeler.Option.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.apps.fnd.applcore.flex.runtime.util with parameters of type BCModeler.Option
 java.lang.Object BCModeler.Options.get(BCModeler.Option option)
          Gets an optional argument.
 boolean BCModeler.Options.getBoolean(BCModeler.Option option)
          Gets an optional argument as a boolean value.
 java.lang.String BCModeler.Options.getString(BCModeler.Option option)
          Gets an optional argument as a string.
protected  void BCModeler.Options.put(BCModeler.Option option, java.lang.Object arg)
          Puts an optional argument.
 void BCModeler.Arguments.put(BCModeler.Option option, java.lang.Object arg)
           
 

Method parameters in oracle.apps.fnd.applcore.flex.runtime.util with type arguments of type BCModeler.Option
protected  EFFBCModeler EFFBCModelerFactory.getCustomEFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef flexDef, FlexfieldEntityUsage entityUsage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> conf, java.lang.String appShortName, java.lang.String flexCode, java.lang.String connUrl, boolean isInterface)
          TUD: Implementing teams need to override this method and provide the custom BC Modeler here (e.g.
 

Constructor parameters in oracle.apps.fnd.applcore.flex.runtime.util with type arguments of type BCModeler.Option
AbstractBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage flexEntityUsage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Constructs a modeler.
DFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Constructs a modeler for a descriptive flexfield standard usage.
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, CategoryDef categoryDef, CategoryContextDef categoryContextDef, java.lang.String categoryCode, java.lang.String contextCode, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface)
          Deprecated. This metod will be removed soon. Use one of the other constructors
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, CategoryDef categoryDef, CategoryContextDef categoryContextDef, java.lang.String categoryCode, java.lang.String contextCode, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface, EffCustomizations customizations)
          Deprecated. This metod will be removed soon. Use one of the other constructors
EFFBCModeler(FlexfieldNamespace namespace, FlexfieldDef ff, FlexfieldEntityUsage usage, BCModelerWriter writer, java.util.Map<BCModeler.Option,java.lang.Object> configuration, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl, boolean isInterface, EffCustomizations customizations)
           
 

Uses of BCModeler.Option in oracle.apps.fnd.applcore.flex.runtime.util.common.category
 

Constructor parameters in oracle.apps.fnd.applcore.flex.runtime.util.common.category with type arguments of type BCModeler.Option
CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Build a config object based on command line parameters
CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration, EFFBCModeler effModeler)
           
 


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.