Class UriResourceWithKeysImpl
java.lang.Object
org.apache.olingo.server.core.uri.UriResourceImpl
org.apache.olingo.server.core.uri.UriResourceWithKeysImpl
- All Implemented Interfaces:
UriResource,UriResourcePartTyped
- Direct Known Subclasses:
UriResourceEntitySetImpl,UriResourceFunctionImpl,UriResourceItImpl,UriResourceNavigationPropertyImpl,UriResourceRootImpl,UriResourceStartingTypeFilterImpl
public abstract class UriResourceWithKeysImpl
extends UriResourceImpl
implements UriResourcePartTyped
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSegmentValue(boolean includeFilters) setCollectionTypeFilter(EdmType collectionTypeFilter) setEntryTypeFilter(EdmType entryTypeFilter) setKeyPredicates(List<UriParameter> list) toString(boolean includeFilters) Methods 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, getSegmentValue, toStringMethods inherited from interface org.apache.olingo.server.api.uri.UriResourcePartTyped
getType, isCollection
-
Field Details
-
keyPredicates
-
-
Constructor Details
-
UriResourceWithKeysImpl
-
-
Method Details
-
getTypeFilterOnCollection
-
getTypeFilterOnEntry
-
getKeyPredicates
-
setKeyPredicates
-
setEntryTypeFilter
-
setCollectionTypeFilter
-
getSegmentValue
- Specified by:
getSegmentValuein interfaceUriResourcePartTyped- Returns:
- String representation of the type
-
toString
- Specified by:
toStringin interfaceUriResourcePartTyped- Returns:
- String representation of the type
-