|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.model.adapter.AbstractImpl
oracle.adfinternal.model.adapter.url.xml.XMLDataControl
public class XMLDataControl
Data control that represents a URL data source with XML data format.
| Field Summary |
|---|
| Fields inherited from class oracle.adf.model.adapter.AbstractImpl |
|---|
METHOD_CREATE, METHOD_EXECUTE, mName, SORT_CRITERIA |
| Constructor Summary | |
|---|---|
XMLDataControl()
constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getDataProvider()
Return the Business Service Object that this datacontrol is associated with. |
java.lang.String |
getName()
returns the name of the data control. |
void |
initialize(AbstractDefinition dcDef)
Initialize the data control to get attributes of data control definition. |
boolean |
invokeOperation(java.util.Map map,
OperationBinding action)
Invoke a method identified by the given action. |
void |
release()
releases all references to the objects in the data provider layer |
| Methods inherited from class oracle.adf.model.adapter.AbstractImpl |
|---|
addParameter, createAndAddNewRow, createEmptyDataSet, getAdapterContext, getDefinition, getParameterNames, getParameterValue, getSortCriteria, getStructureDef, getStructureDef, processResult, setDefinition, setName, setParameterValue, setStructureDef, shouldReexecuteOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDataControl()
| Method Detail |
|---|
public void initialize(AbstractDefinition dcDef)
context - node - source node that represents the metadata to connect to
the data source
public boolean invokeOperation(java.util.Map map,
OperationBinding action)
invokeOperation in interface DataControlA - Map of bindingContexts that provide access to all binding
related objects.action - Operartion on the datacontrol to be invoked.
public java.lang.String getName()
getName in interface DataControlpublic void release()
release in interface DataControlpublic java.lang.Object getDataProvider()
getDataProvider in interface DataControl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||