Package org.apache.olingo.server.api.uri
Interface UriResourceNavigation
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an navigation property used within an resource path
For example: http://.../serviceroot/entityset(1)/navProperty
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, getSegmentValue, toString
Methods inherited from interface org.apache.olingo.server.api.uri.UriResourcePartTyped
getSegmentValue, getType, isCollection, toString
-
Method Details
-
getProperty
EdmNavigationProperty getProperty()- Returns:
- Navigation property
-
getKeyPredicates
List<UriParameter> getKeyPredicates()- Returns:
- Key predicates if used, otherwise an empty list
-
getTypeFilterOnCollection
EdmType getTypeFilterOnCollection()- Returns:
- Type filter before key predicates if used, otherwise null
-
getTypeFilterOnEntry
EdmType getTypeFilterOnEntry()- Returns:
- Type filter behind key predicates if used, otherwise null
-