| 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.adapter.bean | |
| oracle.adf.model.adapter.bean.jpa | |
| oracle.adf.model.adapter.rest | |
| oracle.adf.model.bc4j | 
 Contains a DataControl implementation for ADF Business Components. 
 | 
| oracle.adf.model.bean | |
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| oracle.adf.model.generic | 
 Contains a readonly DataControl implementation for JavaBeans. 
 | 
| oracle.adf.model.placeholder | |
| oracle.adf.model.rest | |
| oracle.adfinternal.model.adapter.ejb | |
| oracle.adfinternal.model.adapter.url | |
| oracle.adfinternal.model.adapter.url.csv | |
| oracle.adfinternal.model.adapter.url.xml | |
| oracle.adfinternal.model.adapter.webservice | |
| oracle.binding | 
 Contains interfaces for data binding. 
 | 
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CustomDefDataControl  | 
interface  | 
DataControl
DataControl is a collection of DataControls accessed by their key
 This is only for internal purposes and implementing just this interface
 will not work in ADF 9.0.5.1. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdapterDCService
Provides services to the adapter created data controls for handling
 collection and bean based data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DataControl | 
AbstractDefinition.createDataControl()
Creates an instance of data control generated from the metadata definition. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BeanDataControl  | 
class  | 
BeanDCDefinitionDataControl  | 
class  | 
BeanDCHandler  | 
class  | 
BeanFilterableDataControl  | 
class  | 
DataFilterHandler
DataFilterHandler can be extended from  
BeanDataCollection
 to add custom data provider. | 
class  | 
JavaBeanDataControl  | 
class  | 
UpdatableBeanDataControl  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DataControl | 
BeanDCHandler._dc
BeanDC Data Control instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
BeanDefinition.createDataControl()
Creates data control at runtime. 
 | 
DataControl | 
BeanDCDefinition.createDataControl()
Creates data control at runtime. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
BeanDCConfiguration.getDCHandlerProvider(DataControl dc)
Get DC handler provider 
 | 
| Constructor and Description | 
|---|
BeanDCHandler(DataControl dc)  | 
DataFilterHandler(DataControl dc)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JPQLDataFilterHandler
This handler can be extended from  
BeanDataCollection
 to provide custom support. | 
class  | 
JPQLManagedDCHandler  | 
| Constructor and Description | 
|---|
JPQLDataFilterHandler(DataControl dc)  | 
JPQLManagedDCHandler(DataControl dataControl)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestURLDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
RestURLDCDefinition.createDataControl()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCJboDataControl
The application class that manages connection to a
 BC4J Application Module. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCBeanDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
DCBeanDataControl.getAdaptedDC()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCDataControl
The application class that manages connection to a
 Data Provider object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
DCDataControl.getAdaptedDC()
In case of adapter datacontrols, this returns the adapter datacontrol instance
 and null in all other cases. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCGenericDataControl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCPlaceholderDataControl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RestDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
RestDCDefinition.createDataControl()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EjbDataControl
Data Control implementation class for EJB objects. 
 | 
class  | 
EjbDCDefinitionDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
EjbDefinition.createDataControl()
Creates data control at runtime. 
 | 
DataControl | 
EjbDCDefinition.createDataControl()
Creates data control at runtime. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
URLDataControl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
URLDCDefinition.createDataControl()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CSVDataControl
Data control that represents a URL data source with CSV data format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
CSVDCDef.createDataControl()
Creates CSV data control instance from the metadata definition. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
XMLDataControl
Data control that represents a URL data source with XML data format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
XMLDCDef.createDataControl()
Creates XML data control instance from the metadata definition. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
WSDataControl
The WebService Data control allows the ADF data control to invoke any
 Webservice via an underlying provider framework of either SOAP runtime
 or WSIF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataControl | 
WSDefinition.createDataControl()
Creates an instance of the Webservice data control generated
 from the metadata definition. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DataChangeManager
This interface is to be implemented by DataControls that support generating
 DataChange events. 
 | 
interface  | 
ManagedDataControl
This interface is implemented by data controls that needs to have each request
 demarcated by beginRequest/endRequest pair, so that request level initialization
 and cleanup processing is possible. 
 | 
interface  | 
TransactionalDataControl
This interface is to be implementated by DataControls that supports transactions. 
 | 
interface  | 
UpdateableDataControl
This interface is to be implemented by DataControls that support an
 updateable or mutable business service. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUApplication
The application class that manages connection to a 
 BC4J Application Module. 
 |