Class UriResourceStartingTypeFilterImpl
java.lang.Object
org.apache.olingo.server.core.uri.UriResourceImpl
org.apache.olingo.server.core.uri.UriResourceWithKeysImpl
org.apache.olingo.server.core.uri.UriResourceStartingTypeFilterImpl
- All Implemented Interfaces:
UriResource,UriResourcePartTyped
-
Field Summary
Fields inherited from class org.apache.olingo.server.core.uri.UriResourceWithKeysImpl
keyPredicates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIn case of an EntitySet this method will return the EntitySet name.getType()booleanMethods inherited from class org.apache.olingo.server.core.uri.UriResourceWithKeysImpl
getKeyPredicates, getSegmentValue, getTypeFilterOnCollection, getTypeFilterOnEntry, setCollectionTypeFilter, setEntryTypeFilter, setKeyPredicates, toStringMethods inherited from class org.apache.olingo.server.core.uri.UriResourceImpl
getKind, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.UriResource
getKind, toString
-
Constructor Details
-
UriResourceStartingTypeFilterImpl
-
-
Method Details
-
getType
- Returns:
- Type of the resource part
-
isCollection
public boolean isCollection()- Returns:
- True if the resource part is a collection, otherwise false
-
getSegmentValue
Description copied from interface:UriResourceIn case of an EntitySet this method will return the EntitySet name. In Case of $ref this method will return '$ref" as a String.- Returns:
- the value of this URI Resource Segment
-