|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyPath | |
|---|---|
| org.odata4j.edm | Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. |
| org.odata4j.producer | The odata4j server-side (producer-side) API. |
| Uses of PropertyPath in org.odata4j.edm |
|---|
| Methods in org.odata4j.edm with parameters of type PropertyPath | |
|---|---|
Object |
EdmDecorator.resolvePropertyProperty(EdmProperty st,
PropertyPath path)
Resolves a custom property (i.e. |
Object |
EdmDecorator.resolveStructuralTypeProperty(EdmStructuralType structuralType,
PropertyPath path)
Resolves a custom property (i.e. |
| Uses of PropertyPath in org.odata4j.producer |
|---|
| Subclasses of PropertyPath in org.odata4j.producer | |
|---|---|
class |
RecursivePropertyPath
A recursive path has an associated depth limiter. |
| Fields in org.odata4j.producer with type parameters of type PropertyPath | |
|---|---|
protected List<PropertyPath> |
PropertyPathHelper.expandPaths
|
protected List<PropertyPath> |
PropertyPathHelper.selectPaths
|
protected List<PropertyPath> |
PropertyPathHelper.selectRPaths
|
| Methods in org.odata4j.producer that return PropertyPath | |
|---|---|
PropertyPath |
PropertyPath.addComponent(String component)
|
PropertyPath |
PropertyPathHelper.getCurrentNavPath()
|
PropertyPath |
PropertyPath.removeFirstComponent()
|
PropertyPath |
PropertyPath.removeLastComponent()
|
| Methods in org.odata4j.producer with parameters of type PropertyPath | |
|---|---|
boolean |
PropertyPath.startsWith(PropertyPath p)
|
| Constructors in org.odata4j.producer with parameters of type PropertyPath | |
|---|---|
PropertyPath(PropertyPath path)
|
|
RecursivePropertyPath(PropertyPath path,
int depth)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||