| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataControlStructureProvider
Implementors of this interface provide facilities for creating a DataControlStructure object that describes the required components of an AbstractDefinition in designtime mode in the ADF adapter-based framework.
AbstractDefinition, oracle.adf.model.adapter.generic.DataControlStructure;, DCStructureProviderFactory, TopLinkDefinition, TopLinkAdapter| Method Summary | |
|---|---|
 boolean | 
canCreateDefinition(java.lang.Object dtSource)Returns true if this DC Structure provider can create the DataControlStructure from the given design-time object. | 
 void | 
configureClientProject(java.lang.Object sourceObj, DTContext ctx)Handles DT specific configuration of the associated project.  | 
 DataControlStructure | 
createDefinition(java.lang.Object sourceObj, DTContext ctx)Creates the DataControlStructure that describes the required components of an AbstractDefinition in designtime mode in the ADF adapter-based framework.  | 
| Method Detail | 
|---|
DataControlStructure createDefinition(java.lang.Object sourceObj,
                                      DTContext ctx)
sourceObj passed by the Adapter during initialization (in jdev, a source node) as well as the ctx which contains design time information.boolean canCreateDefinition(java.lang.Object dtSource)
true if this DC Structure provider can create the DataControlStructure from the given design-time object. In the case of JDeveloper, this object will likely be a Node.
void configureClientProject(java.lang.Object sourceObj,
                            DTContext ctx)
oracle.ide.Project.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||