| Package | Description | 
|---|---|
| oracle.adf.model | 
 Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 
 | 
| oracle.adf.model.adapter | 
 Contains the implementation for abstract adapters for various oracle.binding.DataControl
 implementation shipped with ADF. 
 | 
| oracle.adf.model.bc4j | 
 Contains a DataControl implementation for ADF Business Components. 
 | 
| oracle.adf.model.bc4j.meta | |
| oracle.adf.model.bean | |
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| oracle.adf.model.connection | |
| oracle.adf.model.connection.rest.exception | |
| oracle.adf.model.generic | 
 Contains a readonly DataControl implementation for JavaBeans. 
 | 
| oracle.adf.model.meta.bc4j | |
| oracle.adf.model.placeholder | |
| oracle.adf.model.rest | |
| oracle.adf.model.rest.json.data | |
| oracle.adf.model.rest.json.parser | |
| oracle.adf.model.rest.json.schema | |
| oracle.adf.model.rest.odata | |
| oracle.binding.expr | |
| oracle.jbo | 
 Contains interfaces for client-side applications. 
 | 
| oracle.jbo.client | 
 Contains the client side implementation for ADF Business Components interfaces in the oracle.jbo package. 
 | 
| oracle.jbo.client.ejb | 
 Contains the client tier abstract implementation for appmodule session ejb clients. 
 | 
| oracle.jbo.client.remote | 
 Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces. 
 | 
| oracle.jbo.client.remote.ejb | 
 Contains the client tier implementation for appmodule session ejb clients. 
 | 
| oracle.jbo.client.remote.ejb.ias | 
 Contains the Jndi plugin for connecting to appmodule session beans deployed to Oracle Appserver. 
 | 
| oracle.jbo.client.remote.ejb.wl | 
 Contains the jndi plugin for connecting to appmodule session beans deployed to Weblogic. 
 | 
| oracle.jbo.client.svc | |
| oracle.jbo.common | 
 Contains the implementation of components shared by thin clients and the middle tier. 
 | 
| oracle.jbo.common.ampool | |
| oracle.jbo.common.colo | |
| oracle.jbo.common.policy | |
| oracle.jbo.common.rest | |
| oracle.jbo.common.sdo | |
| oracle.jbo.common.ws | |
| oracle.jbo.datasource | |
| oracle.jbo.datasource.svc | |
| oracle.jbo.domain | |
| oracle.jbo.domain.generic | |
| oracle.jbo.expr | 
 Contains the implementation of the expression evaluation used in ADF. 
 | 
| oracle.jbo.format | 
 Contains the implementation of default formatters that can be used for attributes exposed in ADF Row objects. 
 | 
| oracle.jbo.mom | 
 Contains the abstract implementation for meta object management in various ADF tiers. 
 | 
| oracle.jbo.mom.xml | 
 Contains direct dependencies on the xml parser at the metaObject manager level in ADF Business Components 
 | 
| oracle.jbo.plsql | |
| oracle.jbo.pool | |
| oracle.jbo.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.script | |
| oracle.jbo.script.debug.common | |
| oracle.jbo.script.groovy | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.defmerge | |
| oracle.jbo.server.ejb | 
 Contains the base implementation of appmodule session beans. 
 | 
| oracle.jbo.server.ejb.facade | |
| oracle.jbo.server.ejb.sb | |
| oracle.jbo.server.lov | |
| oracle.jbo.server.remote | 
 Contains the platform independent server side abstract implementation for handling 3 tier communications. 
 | 
| oracle.jbo.server.remote.colo | 
 Contains the server side adapter classes used in logical 3 tier (a.k.a colocated) appmodules. 
 | 
| oracle.jbo.server.remote.ejb | 
 Contains server side adapter classes used by appmodule session beans. 
 | 
| oracle.jbo.server.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.server.security | |
| oracle.jbo.server.svc | |
| oracle.jbo.server.uniqueid | |
| oracle.jbo.server.util | |
| oracle.jbo.server.xml | 
 Contains a sample implementation for customizing the ADF BC Metadata Lookup Mechanism. 
 | 
| oracle.jbo.service.errors | |
| oracle.jbo.service.helper | |
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| oracle.jbo.uicli.controls | 
 Contains classes that implement ADF Swing controls 
 | 
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| oracle.jbo.uicli.mom | 
 Contains classes that implement metadata management for ADF Swing. 
 | 
| oracle.jbo.uicli.mom.defmerge | |
| oracle.jbo.uicli.uix | |
| oracle.jbo.version | |
| oracle.jbodt.common | 
| Class and Description | 
|---|
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| SessionContext | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| SortCriteria | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| JboEvent
 The superclass of events in the Business Components for Java framework. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| SortCriteria | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| Variable
 Defines a named variable. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConfigurationProvider | 
| ConsistentRow | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| JboReservedVarNames | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| Variable
 Defines a named variable. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaResolver | 
| ViewDef | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboEvent
 The superclass of events in the Business Components for Java framework. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboReservedVarNames | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| SessionContext | 
| SessionContextManager | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| TransactionStateEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| ValidationException
 Indicates a validation failure. 
 | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria
 adapter is expected implement. | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
RowMatch
RowMatch is used to apply in-memory a qualifying
 expression to rows in memory. | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| SecurityHints | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| GenericHints | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConsistentRow | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| JboReservedVarNames | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConsistentRow | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| JboReservedVarNames | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleCreateException
 Indicates failure that an Application Module could not be created. 
 | 
| ApplicationPoolSvcMsgContext | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeDependency.Type | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeHints.ControlType | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| AttrSetValException
 Indicates n failed attempt to set an attribute value. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| Category | 
| Category.CategoryType | 
| CategoryHints | 
| CategoryManager | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ConnectionMetadata
 A structure that stores JDBC connection metadata. 
 | 
CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria
 adapter is expected implement. | 
| CriteriaClauses | 
| CSMessageBundle
 Defines the error codes and default error messages for operations on business objects. 
 | 
| DataFilter | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| DMLException
 Indicates a failure to post data to a database. 
 | 
| ExprEval
 Used to evaluate expressions. 
 | 
| ExprEval.Privilege | 
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| InsertDeleteEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified, added, or deleted. | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboEvent
 The superclass of events in the Business Components for Java framework. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboReservedVarNames | 
| JboSQLException
 Indicates a failure during an operation against a database. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NameValuePairs
 Holder of name/value pairs. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| NoDefException
 Indicates that an attempt has been made to use a nonextistant
 definition. 
 | 
| OperationContainer | 
| OperationDefinitions
 This interface provides access to the metadata that defines operations. 
 | 
| PersistenceException
 Indicates an error while loading XML files at Runtime. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeEvent
 Generated by  
RowSetIterator to inform its listeners
 when rows in a range are updated or scrolled. | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| ReadXMLException
 Thrown when reading an xml document fails for a RowSet or a Row. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowContext | 
| RowEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified, added, or deleted. | 
| RowIterator
 The interface for Row Iterator. 
 | 
RowMatch
RowMatch is used to apply in-memory a qualifying
 expression to rows in memory. | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowNotFoundException
 Thrown when the requested row is not found. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| RowValException
 Indicates that validation of a business object has failed. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| SecurityHints | 
| Session
 An interface for session context objects. 
 | 
| SessionContext | 
| SessionData
 A structure that stores BC4J session context. 
 | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| TransactionStateEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| ValidationException
 Indicates a validation failure. 
 | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewClearCacheEvent
 Generated by  
ViewObject inform its listeners
 when the cache is cleared. | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaComponent | 
| ViewCriteriaItem | 
| ViewCriteriaItemCompound | 
| ViewCriteriaItemHints
 Defines access to an Attribute's user interface hints. 
 | 
| ViewCriteriaItemValue | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaResolver | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| ViewCriteriaUsage | 
| ViewDef | 
| ViewLink
 Implemented by View Link classes. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleHandle
 A handle to an ApplicationModule instance. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleCreateException
 Indicates failure that an Application Module could not be created. 
 | 
| ApplicationModuleHome
 Implemented by classes that create Application Modules. 
 | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleCreateException
 Indicates failure that an Application Module could not be created. 
 | 
| ApplicationPoolSvcMsgContext | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| Category | 
| CategoryManager | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConnectionMetadata
 A structure that stores JDBC connection metadata. 
 | 
| CriteriaClauses | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NameValuePairs
 Holder of name/value pairs. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| OperationContainer | 
| OperationDefinitions
 This interface provides access to the metadata that defines operations. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
RowMatch
RowMatch is used to apply in-memory a qualifying
 expression to rows in memory. | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| SecurityHints | 
| Session
 An interface for session context objects. 
 | 
| SessionData
 A structure that stores BC4J session context. 
 | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| ViewDef | 
| ViewLink
 Implemented by View Link classes. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleCreateException
 Indicates failure that an Application Module could not be created. 
 | 
| ApplicationModuleHome
 Implemented by classes that create Application Modules. 
 | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| Class and Description | 
|---|
| ApplicationModuleHome
 Implemented by classes that create Application Modules. 
 | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| Class and Description | 
|---|
| ApplicationModuleHome
 Implemented by classes that create Application Modules. 
 | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| Category | 
| Category.CategoryType | 
| CategoryHints | 
| CategoryManager | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria
 adapter is expected implement. | 
| CriteriaClauses | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| ExprDef
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprDef instead. | 
| ExprEval
 Used to evaluate expressions. 
 | 
| ExprEval.Privilege | 
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboReservedVarNames | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| OperationContainer | 
| OperationDefinitions
 This interface provides access to the metadata that defines operations. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| Session
 An interface for session context objects. 
 | 
| SessionContext | 
| SessionContextManager | 
| SortCriteria | 
| SortCriteriaImpl | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaComponent | 
| ViewCriteriaItem | 
| ViewCriteriaItemCompound | 
| ViewCriteriaItemHints
 Defines access to an Attribute's user interface hints. 
 | 
| ViewCriteriaItemValue | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaResolver | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| ViewCriteriaUsage | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleHandle
 A handle to an ApplicationModule instance. 
 | 
| ApplicationPoolSvcMsgContext | 
| ConnectionMetadata
 A structure that stores JDBC connection metadata. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| SessionData
 A structure that stores BC4J session context. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| Class and Description | 
|---|
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| NameValuePairs
 Holder of name/value pairs. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationPoolSvcMsgContext | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| Exportable | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NameValuePairs
 Holder of name/value pairs. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
RowMatch
RowMatch is used to apply in-memory a qualifying
 expression to rows in memory. | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| Session
 An interface for session context objects. 
 | 
| SessionData
 A structure that stores BC4J session context. 
 | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| ViewDef | 
| ViewLink
 Implemented by View Link classes. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| XMLInterface | 
| Class and Description | 
|---|
| AttributeList
 Provides access to a list of attributes. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| Row
 This interface provides access to rows. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| AttributeList
 Provides access to a list of attributes. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| Row
 This interface provides access to rows. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| GenericHints | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| ValidationException
 Indicates a validation failure. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| Class and Description | 
|---|
| ExprDef
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprDef instead. | 
| ExprEval.TrustMode | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| Class and Description | 
|---|
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttrSetValException
 Indicates n failed attempt to set an attribute value. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ExprEval.Privilege | 
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| OperationContainer | 
| OperationDefinitions
 This interface provides access to the metadata that defines operations. 
 | 
| PrecisionScaleValidationException
 Indicates n failed attempt to set an attribute value. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowValException
 Indicates that validation of a business object has failed. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| ValidationException
 Indicates a validation failure. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| Class and Description | 
|---|
| ExprDef
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprDef instead. | 
| ExprEval
 Used to evaluate expressions. 
 | 
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| ExprPropertyNameResolver
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprPropertyNameResolver instead. | 
| ExprSecurityException
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 exception.  However, clients should be updated to handle
  
ExprSecurityException instead. | 
| ExprTimeoutException
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 exception.  However, clients should be updated to handle
  
ExprTimeoutException instead. | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboReservedVarNames | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| Class and Description | 
|---|
| ExprDef
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprDef instead. | 
| Class and Description | 
|---|
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationPoolSvcMsgContext | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeDependency
 Defines Attribute dependency data 
 | 
| AttributeDependency.Type | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| Category | 
| Category.CategoryType | 
| CategoryManager | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentObjectListener | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConfigurationProvider | 
| ConnectionMetadata
 A structure that stores JDBC connection metadata. 
 | 
| ConsistentRow | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria
 adapter is expected implement. | 
| CriteriaClauses | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| ExprDef
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprDef instead. | 
| ExprEval
 Used to evaluate expressions. 
 | 
| ExprEval.Privilege | 
| ExprEval.TrustMode | 
| ExprEval.TypeCheckedMode | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboReservedVarNames | 
| JboSQLException
 Indicates a failure during an operation against a database. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NameValuePairs
 Holder of name/value pairs. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| NotConnectedException
 Indicates that the Application Module is not connected to a database. 
 | 
| OperationContainer | 
| OperationDefinitions
 This interface provides access to the metadata that defines operations. 
 | 
| PersistenceException
 Indicates an error while loading XML files at Runtime. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangePagingDataFilter | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
RowMatch
RowMatch is used to apply in-memory a qualifying
 expression to rows in memory. | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollableDataFilter | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| SecurityHints | 
| Session
 An interface for session context objects. 
 | 
| SessionContextManager | 
| SharedHandle
 Defines interface for Shared Data Handle 
 | 
| SortCriteria | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| Variable
 Defines a named variable. 
 | 
| VariableManager
 Manages named variables. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewAccessor
 Interface that represents VO accessors 
 | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaItem | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
| ViewCriteriaResolver | 
| ViewCriteriaRow
 An array containing criteria for the individual attributes of
 a View Object's WHERE clause. 
 | 
| ViewDef | 
| ViewLink
 Implemented by View Link classes. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| XMLInterface | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| Row
 This interface provides access to rows. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationPoolSvcMsgContext | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| Session
 An interface for session context objects. 
 | 
| SessionData
 A structure that stores BC4J session context. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| ViewLink
 Implemented by View Link classes. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| CategoryManagerOwner | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| JboReservedVarNames | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowMatchBindValueSupplier | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaManager
 ViewCriteriaManager interface describes a set of functionality that a
 criteria manager must implement to manage a set of view criteria. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| XMLInterface | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConfigurationProvider | 
| GenericHints | 
| JboException
 Top level exception for the JBO package. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ComponentObjectListener | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| TransactionStateEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| ViewClearCacheEvent
 Generated by  
ViewObject inform its listeners
 when the cache is cleared. | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| ViewLink
 Implemented by View Link classes. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| ApplicationModuleCreateException
 Indicates failure that an Application Module could not be created. 
 | 
| ApplicationModuleHome
 Implemented by classes that create Application Modules. 
 | 
| JboContext
 Defines additional properties (or environment variables) for the initial
 context. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ViewClearCacheListener
 Implemented by subscribers to view clear cache events generated by a view object. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| DataSecurityProvider | 
| Row
 This interface provides access to rows. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Session
 An interface for session context objects. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| ComponentObject
 Provides access to component objects by name. 
 | 
| ComponentOperationsManager
 Declares that the class defines component operations. 
 | 
| ConfigurationProvider | 
| ConsistentRow | 
| ContextualLogging
 This interface is used by LoggerUtil and DCLoggerUtil for ADF logging. 
 | 
| ExprValueSupplier
 Deprecated. 
 
since 12.2.1.1.0.  In order to support existing applications that
 depend on this exception oracle.jbo.script will continue to extend this
 interface.  However, clients should be updated to depend upon
  
ExprValueSupplier instead. | 
| GenericHints | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboReservedVarNames | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| OperationContainer | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Row
 This interface provides access to rows. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| WarningContainer
 Objects that implement ability to manage JboWarning objects raised by business logic 
 or validation logic may implement this interface. 
 | 
| XMLInterface | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| RowSet
 A  
RowSet belongs to a view object. | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Row
 This interface provides access to rows. 
 | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| AttributeDef.AttributeStorageEnum | 
| AttributeHints
 Defines access to an Attribute's user interface hints. 
 | 
| AttributeList
 Provides access to a list of attributes. 
 | 
| AttrValException
 Indicates a attribute validation error. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| GenericHints | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowIterator
 The interface for Row Iterator. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| TransactionStateListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| ValidationException
 Indicates a validation failure. 
 | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| VariableValueManager
 Manages named variables and their values. 
 | 
| ViewCriteria
 A declarative representation for a View Object's WHERE clause fragment. 
 | 
| ViewCriteriaComponent | 
| ViewCriteriaItem | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| DeleteEvent
 An event generated by  
RowSetIterator to inform its listeners
 when a row is deleted. | 
| InsertEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row has been inserted. | 
| JboException
 Top level exception for the JBO package. 
 | 
| JboExceptionHandler
 Defines methods for handling exceptions in the client that are thrown by the middle tier. 
 | 
| Key
 A primary, foreign, or composite row identifier. 
 | 
| LocaleContext
 This class represents the LocalContext used as part of the
  formatting and UI hints support. 
 | 
| NavigatableRowIterator
 Provides simple access to a set of rows. 
 | 
| NavigationEvent
 An event generated by  
RowSet to inform its listeners
 when the iterator position in a View Object changes. | 
| RangeRefreshEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows need to be redrawn. | 
| Row
 This interface provides access to rows. 
 | 
| RowNavigationListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetIterator
 The interface for Row Set Iterator. 
 | 
| RowSetListener
 Implemented by subscribers to events generated by row sets. 
 | 
| RowSetManagementEvent
 Generated by  
RowSet or RowSetIterator to inform its listeners
 when the row set is closed or reset. | 
| RowSetManagementListener
 Implemented by subscribers to row set management events generated by row sets
 or row set iterators. 
 | 
| ScrollEvent
 Generated by  
RowSetIterator to inform its listeners
 when a range of rows is scrolled. | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Transaction
 Provides the base methods for defining database transactions. 
 | 
| UpdateEvent
 An event class used by  
RowSetIterator to inform its listeners
 when a row is modified. | 
| VariableManagerOwner
 This interface is implemented by objects that manage Variables. 
 | 
| VariableManagerOwnerBase
 This interface is implemented by objects that manage Variables. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
| Class and Description | 
|---|
| ApplicationModule
 The interface for application modules. 
 | 
ViewObject
ViewObject decribes how the application will view and update data. | 
| Class and Description | 
|---|
| Row
 This interface provides access to rows. 
 | 
| StructureDef
 Imlemented by classes that access a View Object's or Entity Object's metadata. 
 | 
| Class and Description | 
|---|
| JboException
 Top level exception for the JBO package. 
 | 
| JboWarning
 The facility for reporting non-fatal errors for the JBO package. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 | 
| Class and Description | 
|---|
| AttributeDef
 Defines access to named attribute definitions. 
 | 
| Properties
 Provides access to custom name-value pairs stored in an object's
 metadata definition. 
 |