|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
oracle.apps.fnd.applxdf.xdfapi.View
public class View
View - A subtype of XdfObject, represents a view object in XDF file.
Field Summary |
---|
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
Constructor Summary | |
---|---|
View(oracle.xml.parser.v2.XMLElement xmlDocRoot)
Create a view object with given xdf document. |
|
View(oracle.xml.parser.v2.XMLElement xmlDocRoot,
boolean persistenceFormat)
Create a View object with given xdf document and persistence Format. |
Method Summary | |
---|---|
java.lang.String |
getQueryRestriction()
Gets the query restriction for this view. |
java.lang.String |
getSubQuery()
Retrieve the Subquery of the view (the SELECT portion). |
java.util.ArrayList |
getTableColumnList()
Retrieve the Columns of the base Table(s). |
java.lang.String |
getType()
Retrieve the type of the object (VIEW) |
UserDefinedProperties |
getUserProperties()
Get the User Defined Properties of this view. |
java.lang.String |
getViewText()
Convinience method that returns the view's query in text format. |
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
getName, getPersistenceFormat, getSchemaName, getXmlDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public View(oracle.xml.parser.v2.XMLElement xmlDocRoot)
xmlDocRoot
- public View(oracle.xml.parser.v2.XMLElement xmlDocRoot, boolean persistenceFormat)
xmlDocRoot
- persistenceFormat
- Method Detail |
---|
public java.lang.String getType()
getType
in class XdfObject
public java.util.ArrayList getTableColumnList()
public java.lang.String getSubQuery()
public java.lang.String getViewText()
public java.lang.String getQueryRestriction()
public UserDefinedProperties getUserProperties()
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |