| Methods in org.plasma.sdo.xpath that throw InvalidMultiplicityException |
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. |