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

E22566-06

oracle.apps.fnd.applxdf.xdfapi
Class XdfObjectProvider

java.lang.Object
  extended by oracle.apps.fnd.applxdf.xdfapi.XdfObjectProvider

public class XdfObjectProvider
extends java.lang.Object

The XdfObjectProvider provides access to XDF file objects.

Author:
izhang <irene.zhang@oracle.com>

Constructor Summary
XdfObjectProvider()
          Default Constructor.
 
Method Summary
 XdfObject getXdfObject(java.lang.String xdfPath)
          Get a top level XdfObject such as a table, view, sequence, etc.
 java.util.ArrayList getXdfObject(java.lang.String xdfPath, java.lang.String objectType)
          Get a particular type of xdf object(s) from the given xdf file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdfObjectProvider

public XdfObjectProvider()
Default Constructor.

Method Detail

getXdfObject

public XdfObject getXdfObject(java.lang.String xdfPath)
                       throws java.lang.Exception
Get a top level XdfObject such as a table, view, sequence, etc.

Parameters:
xdfPath -
Returns:
an XdfObject
Throws:
java.lang.Exception

getXdfObject

public java.util.ArrayList getXdfObject(java.lang.String xdfPath,
                                        java.lang.String objectType)
                                 throws java.lang.Exception
Get a particular type of xdf object(s) from the given xdf file.

Parameters:
xdfPath - file path
objectType - object type what to get
Returns:
a list of XdfObjects with objectType.
Throws:
java.lang.Exception

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

E22566-06

Copyright © 2012 Oracle. All Rights Reserved.