| Package | Description |
|---|---|
| org.plasma.sdo.xpath |
| Modifier and Type | Method and Description |
|---|---|
XPathDataObject[] |
DataGraphXPath.findDataObjects(commonj.sdo.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(commonj.sdo.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(commonj.sdo.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 © 2021. All rights reserved.