|
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.XdfObjectProvider
public class XdfObjectProvider
The XdfObjectProvider provides access to XDF file objects.
| 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 |
|---|
public XdfObjectProvider()
| Method Detail |
|---|
public XdfObject getXdfObject(java.lang.String xdfPath)
throws java.lang.Exception
xdfPath -
java.lang.Exception
public java.util.ArrayList getXdfObject(java.lang.String xdfPath,
java.lang.String objectType)
throws java.lang.Exception
xdfPath - file pathobjectType - object type what to get
java.lang.Exception
|
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 | |||||||||