@Deprecated public interface PropertySelection
| Modifier and Type | Method and Description |
|---|---|
List<commonj.sdo.Type> |
addProperty(commonj.sdo.Type rootType,
String path)
Deprecated.
Adds the given given property to the selection for the given graph root
type and returns any types collected during traversal of the property path.
|
void |
collect(Where predicate)
Deprecated.
Traverses the given predicate adding its properties and property paths to
the selection.
|
List<String> |
getInheritedProperties(commonj.sdo.Type type)
Deprecated.
Returns a list of data and reference property names collected specifically
for the given type or collected for any base type of the given type.
|
List<commonj.sdo.Type> |
getInheritedTypes()
Deprecated.
Returns all selected types and as well as types specialize or inherit from
the selected types.
|
Where |
getPredicate(commonj.sdo.Property property)
Deprecated.
Returns the predicate for the given property or null if the given property
is not mapped.
|
List<String> |
getProperties(commonj.sdo.Type type)
Deprecated.
Returns a list of data and reference property names collected for the given
type.
|
List<String> |
getSingularProperties(commonj.sdo.Type type)
Deprecated.
Returns a list of only singular data and reference property names collected
for the given type.
|
List<commonj.sdo.Type> |
getTypes()
Deprecated.
Returns all selected types.
|
boolean |
hasInheritedProperty(commonj.sdo.Type type,
commonj.sdo.Property property)
Deprecated.
Returns true if the given type is found in the inherited type selection and
if the given property is found in the property selection for the given
type.
|
boolean |
hasInheritedType(commonj.sdo.Type type)
Deprecated.
Returns true if the given type is found in the inherited type selection.
|
boolean |
hasProperty(commonj.sdo.Type type,
commonj.sdo.Property property)
Deprecated.
Returns true if the given type is found in the type selection and if the
given property is found in the property selection for the given type.
|
boolean |
hasType(commonj.sdo.Type type)
Deprecated.
Returns true if the given type is found in the type selection.
|
void collect(Where predicate)
predicate - the predicateWhere getPredicate(commonj.sdo.Property property)
property - the propertyList<String> getSingularProperties(commonj.sdo.Type type)
type - the typeList<String> getProperties(commonj.sdo.Type type)
type - the typeList<String> getInheritedProperties(commonj.sdo.Type type)
type - the typeList<commonj.sdo.Type> getTypes()
boolean hasType(commonj.sdo.Type type)
type - the typeList<commonj.sdo.Type> getInheritedTypes()
boolean hasInheritedType(commonj.sdo.Type type)
type - the typeboolean hasProperty(commonj.sdo.Type type,
commonj.sdo.Property property)
type - the typeproperty - the propertyboolean hasInheritedProperty(commonj.sdo.Type type,
commonj.sdo.Property property)
type - the typeproperty - the propertyList<commonj.sdo.Type> addProperty(commonj.sdo.Type rootType, String path)
rootType - the graph root typepath - the SDO XPath specifying a path from the given root type to a
target or endpoint propertyCopyright © 2021. All rights reserved.