Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-06

oracle.apps.fnd.applxdf.xdfapi
Class View

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.XdfObject
      extended by oracle.apps.fnd.applxdf.xdfapi.View

public class View
extends XdfObject

View - A subtype of XdfObject, represents a view object in XDF file.

Author:
nnaser <nishan.naser@oracle.com>

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

View

public View(oracle.xml.parser.v2.XMLElement xmlDocRoot)
Create a view object with given xdf document.

Parameters:
xmlDocRoot -

View

public View(oracle.xml.parser.v2.XMLElement xmlDocRoot,
            boolean persistenceFormat)
Create a View object with given xdf document and persistence Format.

Parameters:
xmlDocRoot -
persistenceFormat -
Method Detail

getType

public java.lang.String getType()
Retrieve the type of the object (VIEW)

Specified by:
getType in class XdfObject
Returns:
String

getTableColumnList

public java.util.ArrayList getTableColumnList()
Retrieve the Columns of the base Table(s).

Returns:
ArrayList

getSubQuery

public java.lang.String getSubQuery()
Retrieve the Subquery of the view (the SELECT portion).

Returns:
String

getViewText

public java.lang.String getViewText()
Convinience method that returns the view's query in text format.

Returns:
String

getQueryRestriction

public java.lang.String getQueryRestriction()
Gets the query restriction for this view. Can be null, 'READ_ONLY' or 'CHECK_OPTION'.

Returns:
String.

getUserProperties

public UserDefinedProperties getUserProperties()
Get the User Defined Properties of this view.

Returns:
String

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.6)

E22566-06

Copyright © 2012 Oracle. All Rights Reserved.