Package org.apache.olingo.server.api.uri
Interface UriResourceEntitySet
- All Superinterfaces:
UriResource
,UriResourcePartTyped
Used to describe an entity set used within an resource path
For example: http://.../serviceroot/entityset(1)
-
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
-
getEntitySet
EdmEntitySet getEntitySet()- Returns:
- Entity set used in the resource path
-
getEntityType
EdmEntityType getEntityType()- Returns:
- Type of the entity set
-
getKeyPredicates
List<UriParameter> getKeyPredicates()- Returns:
- Key predicates if used, otherwise null
-
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
-