|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.adapter.AbstractDefinition
oracle.adfinternal.model.adapter.url.xml.XMLDCDef
public class XMLDCDef
Data control definition representing XML data.
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_NAMEAttribute to hold the connection name. |
static java.lang.String |
DEFINITIONDefinition tag as the root. |
static java.lang.String |
HTTP_METHODAttribute to hold the HTTP Method. |
static java.lang.String |
INPUT_SCHEMA_LOCAttribute to contain the input XSD URL |
static java.lang.String |
PARAMETERParameter tag |
static java.lang.String |
PARAMETER_NAMEParameter name tag |
static java.lang.String |
PARAMETER_VALUEParameter Value tag |
static java.lang.String |
PARAMETERSParameters tag |
static java.lang.String |
SCHEMA_LOCAttribute to contain the XSD URL. |
static java.lang.String |
SOURCE_LOCAttribute to contain the source URL. |
static java.lang.String |
TRANSFORMER_LOCAttribute to contain the XSL URL. |
static java.lang.String |
URL_QUERYAttribute to hold the URL query. |
static java.lang.String |
URLXML_NSNamespace for the metadata definition. |
static java.lang.String |
USE_PERSIST_STRUCT |
static java.lang.String |
XML_ROOT_ELEMENTAttribute to hold root element |
| Fields inherited from class oracle.adf.model.adapter.AbstractDefinition |
|---|
CACHE_TO_CLASSPATH, CACHE_TO_SOURCEPATH, DONT_CACHE, mFullName |
| Fields inherited from interface oracle.binding.meta.Definition |
|---|
TYPE_ACCESSOR, TYPE_ATTRIBUTE, TYPE_CRITERIA, TYPE_CRITERIA_ITEM, TYPE_CRITERIA_OPERATOR, TYPE_CRITERIA_ROW, TYPE_DATACONTROL, TYPE_DEFINITION, TYPE_DEFINITIONCONTEXT, TYPE_NAMED, TYPE_OPERATION, TYPE_OPERATIONRETURN, TYPE_PARAMETER, TYPE_STRUCTURE, TYPE_VARIABLE |
| Constructor Summary | |
|---|---|
XMLDCDef()Default constructor. |
|
XMLDCDef(java.lang.String name, java.lang.String xsdLoc, java.lang.String xslLoc)Creats a URL XML Definition object. |
|
| Method Summary | |
|---|---|
void |
bindConnection(javax.naming.Context context, javax.naming.Reference conn)Bind the underlying connection used by this data control into the context provided by the caller. |
DataControl |
createDataControl()Creates XML data control instance from the metadata definition. |
java.lang.String |
getAdapterType()Returns the type of the adapter. |
java.lang.String |
getConnectionName()return the URL connection name. |
java.lang.String |
getDataControlImplName()Gets the name of the data control implementation class for URL XML. |
java.lang.String |
getDCName()return name of the data control |
java.lang.String |
getHttpMethod()return the Http Method. |
java.lang.String |
getInputXSDLoc()return the Input XSD Location. |
Node |
getMetadata()Returns the metadata definition node. |
java.util.Map |
getParamsMap()Returns a mapping of the parameters and the default values. |
java.lang.String |
getRootElement()return the Url query. |
java.lang.String |
getRootStructureName()Gets the root structure definition name |
java.lang.String |
getSourceLocation()return the data source location. |
StructureDefinition |
getStructure()Returns the structure definition. |
java.lang.String |
getUrlQuery()return the Url query. |
java.lang.String |
getXSDLocation()return the XSD location. |
java.lang.String |
getXSLLocation()return the XSL location. |
boolean |
isStructureDirty(boolean refresh)Tells the framework whether the Data control structure is dirty and needs to be refreshed on the palette. |
void |
loadFromMetadata(Node node, java.util.Map params)Loads the definition from a metadata Node. |
void |
setHttpMethod(java.lang.String methodName)Sets the Http Method for the definition. |
void |
setInputXSDLoc(java.lang.String XSDLoc)Sets the Input XSD Location. |
void |
setParamsMap(java.util.Map paramsMap)Sets the parameter Maps for the definition. |
void |
setRootElement(java.lang.String rootElement)set the RootElement. |
void |
setRootStructureName(java.lang.String rootDefName)Sets the root structure definition name |
void |
setSourceConnectionName(java.lang.String name)Sets the name of the URL connection of the data source. |
void |
setSourceLocation(java.lang.String loc)Sets the data source location. |
void |
setUrlQuery(java.lang.String query)Sets the query of the data source. |
void |
setXSDLocation(java.lang.String xsdLoc)set the XSD location. |
void |
setXSLLocation(java.lang.String xslLoc)set the XSL location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String URLXML_NS
public static final java.lang.String DEFINITION
public static final java.lang.String SOURCE_LOC
public static final java.lang.String CONNECTION_NAME
public static final java.lang.String URL_QUERY
public static final java.lang.String HTTP_METHOD
public static final java.lang.String SCHEMA_LOC
public static final java.lang.String TRANSFORMER_LOC
public static final java.lang.String USE_PERSIST_STRUCT
public static final java.lang.String INPUT_SCHEMA_LOC
public static final java.lang.String XML_ROOT_ELEMENT
public static final java.lang.String PARAMETERS
public static final java.lang.String PARAMETER
public static final java.lang.String PARAMETER_NAME
public static final java.lang.String PARAMETER_VALUE
| Constructor Detail |
|---|
public XMLDCDef()
public XMLDCDef(java.lang.String name,
java.lang.String xsdLoc,
java.lang.String xslLoc)
name - Name of the definition.xmlLoc - XML URL locationxsdLoc - XML XSD Location.xslLoc - XML XSL location.| Method Detail |
|---|
public java.lang.String getDCName()
getDCName in class AbstractDefinitionpublic java.lang.String getDataControlImplName()
public void setSourceLocation(java.lang.String loc)
throws AdapterException
If the source connection name is defined, the source location value will not be used to fetch data.
loc - Location of the data source.AdapterException
public void bindConnection(javax.naming.Context context,
javax.naming.Reference conn)
throws AdapterException
context - The Context provided by the caller into which the connection for this service is to be bound.{@link - AdapterException} If the connection cannot be bound into the context provided.AdapterExceptionpublic void setSourceConnectionName(java.lang.String name)
name - Name of the connection that is used as the data source.public void setUrlQuery(java.lang.String query)
query - of the data source.public void setParamsMap(java.util.Map paramsMap)
public java.util.Map getParamsMap()
param1 and MyFile are the parameters to the data control method.public void setHttpMethod(java.lang.String methodName)
methodName - Http Method to be invokedpublic void setInputXSDLoc(java.lang.String XSDLoc)
XSDLoc - Input XSD URLpublic Node getMetadata()
getMetadata in class AbstractDefinitionpublic StructureDefinition getStructure()
getStructure in interface DataControlDefinitiongetStructure in class AbstractDefinition
public void loadFromMetadata(Node node,
java.util.Map params)
Node.loadFromMetadata in class AbstractDefinitionnode - the metadata node.params - context parameters.public DataControl createDataControl()
createDataControl in class AbstractDefinitionpublic java.lang.String getSourceLocation()
public java.lang.String getXSDLocation()
public void setXSDLocation(java.lang.String xsdLoc)
public void setXSLLocation(java.lang.String xslLoc)
public void setRootElement(java.lang.String rootElement)
public java.lang.String getXSLLocation()
public java.lang.String getConnectionName()
public java.lang.String getUrlQuery()
public java.lang.String getHttpMethod()
public java.lang.String getInputXSDLoc()
public java.lang.String getRootElement()
public java.lang.String getAdapterType()
getAdapterType in class AbstractDefinitionAdapterDefinitionpublic boolean isStructureDirty(boolean refresh)
isStructureDirty in class AbstractDefinitionrefresh - flag to indicate if the refresh is requested for the structure.public void setRootStructureName(java.lang.String rootDefName)
public java.lang.String getRootStructureName()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||