Java Parameter Types for Configurator Extensions

This appendix lists the Java classes that you can use for Configurator Extension method parameters when creating event bindings.

This appendix covers the following topics:

About This Appendix

When you are creating Configurator Extensions with Oracle Configurator Developer, you must be able to bind an entity in your Model as an argument to a parameter in the Java method that you have selected.

The Java types of the parameters of your method must agree with the types of Model entities that are eligible for event binding. For a list of the Java classes that you can use in event bindings, see Valid Java Types for Parameters.

For information on developing Java methods for Configurator Extensions, see Developing Java Classes and Archives.

Valid Java Types for Parameters

boolean
com.sun.java.util.collections.Collection
com.sun.java.util.collections.List
double
float
int
java.lang.Integer
java.lang.Long
java.lang.Object
java.lang.String
java.long.Double
java.long.Float
java.text.DecimalFormat
java.utils.Date
javax.servlet.http.HttpServletResponse
longoracle.apps.cz.cio.BomInstance
oracle.apps.cz.cio.BomModel
oracle.apps.cz.cio.BomNode
oracle.apps.cz.cio.BomOptionClass
oracle.apps.cz.cio.BomStdItem
oracle.apps.cz.cio.BooleanFeature
oracle.apps.cz.cio.CXEvent
oracle.apps.cz.cio.CXRule
oracle.apps.cz.cio.Component
oracle.apps.cz.cio.ComponentInstance
oracle.apps.cz.cio.ComponentSet
oracle.apps.cz.cio.Configuration
oracle.apps.cz.cio.Connector
oracle.apps.cz.cio.CountFeature
oracle.apps.cz.cio.DecimalFeature
oracle.apps.cz.cio.DecimalNode
oracle.apps.cz.cio.IAtp
oracle.apps.cz.cio.IBomItem
oracle.apps.cz.cio.ICount
oracle.apps.cz.cio.IDecimal
oracle.apps.cz.cio.IDecimalMinMax
oracle.apps.cz.cio.IInstance
oracle.apps.cz.cio.IInteger
oracle.apps.cz.cio.IIntegerMinMax
oracle.apps.cz.cio.IOption
oracle.apps.cz.cio.IOptionFeature
oracle.apps.cz.cio.IPrice
oracle.apps.cz.cio.IReadOnlyDecimal
oracle.apps.cz.cio.IRuntimeNode
oracle.apps.cz.cio.IState
oracle.apps.cz.cio.IText
oracle.apps.cz.cio.IntegerFeature
oracle.apps.cz.cio.IntegerNode
oracle.apps.cz.cio.Option
oracle.apps.cz.cio.OptionFeature
oracle.apps.cz.cio.OptionFeatureNode
oracle.apps.cz.cio.OptionNode
oracle.apps.cz.cio.PricedNode
oracle.apps.cz.cio.ReadOnlyDecimalNode
oracle.apps.cz.cio.Resource
oracle.apps.cz.cio.RuntimeNode
oracle.apps.cz.cio.TextFeature
oracle.apps.cz.cio.TextNode
oracle.apps.cz.cio.Total
void