| Package | Description |
|---|---|
| org.plasma.sdo.xpath |
| Modifier and Type | Method and Description |
|---|---|
XPathDataObject[] |
DataGraphXPath.findDataObjects(DataObject root)
Returns an array of Data Object results, an error being thrown if
other than Data Object results are found or if
multiple results are found but the target Property is not a
"many" Property, i.e.
|
DataGraphNodeAdapter[] |
DataGraphXPath.getResults(DataObject root)
Returns an array with either 1 single result or multiple results,
and error being thrown if no results are found or if
multiple results are found but the target Property is not a
"many" Property, i.e.
|
MetaDataNodeAdapter[] |
MetaDataXPath.getResults(Type root)
Returns an array with either 1 single result or multiple results,
and error being thrown if no results are found or if
multiple results are found but the target Property is not a
"many" Property, i.e.
|
Copyright © 2017. All rights reserved.