@Deprecated public interface PropertySelection
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
addProperty(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(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<Type> |
getInheritedTypes()
Deprecated.
Returns all selected types and as well as types
specialize or inherit from the selected types.
|
Where |
getPredicate(Property property)
Deprecated.
Returns the predicate for the given property or null
if the given property is not mapped.
|
List<String> |
getProperties(Type type)
Deprecated.
Returns a list of data and reference
property names collected for the given type.
|
List<String> |
getSingularProperties(Type type)
Deprecated.
Returns a list of only singular data and reference
property names collected for the given type.
|
List<Type> |
getTypes()
Deprecated.
Returns all selected types.
|
boolean |
hasInheritedProperty(Type type,
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(Type type)
Deprecated.
Returns true if the given type is found in the
inherited type selection.
|
boolean |
hasProperty(Type type,
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(Type type)
Deprecated.
Returns true if the given type is found in the
type selection.
|
void collect(Where predicate)
predicate - the predicateWhere getPredicate(Property property)
property - the propertyList<String> getSingularProperties(Type type)
type - the typeList<String> getProperties(Type type)
type - the typeList<String> getInheritedProperties(Type type)
type - the typeboolean hasType(Type type)
type - the typeList<Type> getInheritedTypes()
boolean hasInheritedType(Type type)
type - the typeboolean hasProperty(Type type, Property property)
type - the typeproperty - the propertyboolean hasInheritedProperty(Type type, Property property)
type - the typeproperty - the propertyList<Type> addProperty(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 © 2017. All rights reserved.