public interface DataControlStructureProvider
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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.