Package org.apache.olingo.server.api.uri
Interface UriResourceComplexProperty
- All Superinterfaces:
UriResource
,UriResourcePartTyped
,UriResourceProperty
Used to describe an complex property used within an resource path
E.g. http://.../serviceroot/entityset(1)/complexproperty
-
Method Summary
Modifier and TypeMethodDescriptionBehind a complex property may be a type filter E.g. http://...Methods 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
Methods inherited from interface org.apache.olingo.server.api.uri.UriResourceProperty
getProperty
-
Method Details
-
getComplexType
EdmComplexType getComplexType()- Returns:
- Complex property used in the resource path
-
getComplexTypeFilter
EdmComplexType getComplexTypeFilter()Behind a complex property may be a type filter E.g. http://.../serviceroot/entityset(1)/complexproperty/namespace.complextype- Returns:
- Type filter if found, otherwise null
-