|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. . Because the same functionality can be obtained with DataObjects alone and because using DataObjects has the advantages of consistence and richer functionality, the use of the special envelope DataGraph is discouraged and may be removed altogether in a future version.
public interface DataGraph
A data graph is used to package a graph of data objects
along with their metadata, that is, data describing the data. A data graph also contains a change summary
which is used to record changes made to the objects in the graph.
Method Summary | |
---|---|
DataObject |
createRootObject(java.lang.String namespaceURI, java.lang.String typeName) Deprecated. Creates a new root data object of the specified type . |
DataObject |
createRootObject(Type type) Deprecated. Creates a new root data object of the specified type. |
ChangeSummary |
getChangeSummary() Deprecated. Returns the change summary associated with this data graph. |
DataObject |
getRootObject() Deprecated. Returns the root data object of this data graph. |
Type |
getType(java.lang.String uri, java.lang.String typeName) Deprecated. Returns the type with the given the URI , or contained by the resource at the given URI, and with the given name . |
Method Detail |
---|
DataObject getRootObject()
data object
of this data graph.DataObject.getDataGraph()
ChangeSummary getChangeSummary()
change summary
associated with this data graph.ChangeSummary.getDataGraph()
Type getType(java.lang.String uri, java.lang.String typeName)
type
with the given the URI
, or contained by the resource at the given URI, and with the given name
.uri
- the namespace URI of a type or the location URI of a resource containing a type.typeName
- name of a type.DataObject createRootObject(java.lang.String namespaceURI, java.lang.String typeName)
specified type
. An exception is thrown if a root object exists.namespaceURI
- namespace of the type.typeName
- name of the type.java.lang.IllegalStateException
- if the root object already exists.createRootObject(Type)
, getType(String, String)
DataObject createRootObject(Type type)
type
- the type of the new root.java.lang.IllegalStateException
- if the root object already exists.createRootObject(String, String)
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |