|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface PropertySelection
Provides access to various property mapping data collected from a selection graph.
| Method Summary | |
|---|---|
java.util.List<Type> |
addProperty(Type rootType,
java.lang.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. |
java.util.List<java.lang.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. |
java.util.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. |
java.util.List<java.lang.String> |
getProperties(Type type)
Deprecated. Returns a list of data and reference property names collected for the given type. |
java.util.List<java.lang.String> |
getSingularProperties(Type type)
Deprecated. Returns a list of only singular data and reference property names collected for the given type. |
java.util.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. |
| Method Detail |
|---|
void collect(Where predicate)
predicate - the predicateWhere getPredicate(Property property)
property - the property
java.util.List<java.lang.String> getSingularProperties(Type type)
type - the type
java.util.List<java.lang.String> getProperties(Type type)
type - the type
java.util.List<java.lang.String> getInheritedProperties(Type type)
type - the type
java.util.List<Type> getTypes()
boolean hasType(Type type)
type - the type
java.util.List<Type> getInheritedTypes()
boolean hasInheritedType(Type type)
type - the type
boolean hasProperty(Type type,
Property property)
type - the typeproperty - the property
boolean hasInheritedProperty(Type type,
Property property)
type - the typeproperty - the property
java.util.List<Type> addProperty(Type rootType,
java.lang.String path)
rootType - the graph root typepath - the SDO XPath specifying a path from the given root type
to a target or endpoint property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||