public abstract class UriResourceWithKeysImpl extends UriResourceImpl implements org.apache.olingo.server.api.uri.UriResourcePartTyped
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.olingo.commons.api.edm.EdmType |
collectionTypeFilter |
protected org.apache.olingo.commons.api.edm.EdmType |
entryTypeFilter |
protected List<org.apache.olingo.server.api.uri.UriParameter> |
keyPredicates |
kind| Constructor and Description |
|---|
UriResourceWithKeysImpl(org.apache.olingo.server.api.uri.UriResourceKind kind) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.olingo.server.api.uri.UriParameter> |
getKeyPredicates() |
String |
getSegmentValue(boolean includeFilters) |
org.apache.olingo.commons.api.edm.EdmType |
getTypeFilterOnCollection() |
org.apache.olingo.commons.api.edm.EdmType |
getTypeFilterOnEntry() |
UriResourceWithKeysImpl |
setCollectionTypeFilter(org.apache.olingo.commons.api.edm.EdmType collectionTypeFilter) |
UriResourceWithKeysImpl |
setEntryTypeFilter(org.apache.olingo.commons.api.edm.EdmType entryTypeFilter) |
UriResourceWithKeysImpl |
setKeyPredicates(List<org.apache.olingo.server.api.uri.UriParameter> list) |
String |
toString(boolean includeFilters) |
getKindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected org.apache.olingo.commons.api.edm.EdmType collectionTypeFilter
protected List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates
protected org.apache.olingo.commons.api.edm.EdmType entryTypeFilter
public UriResourceWithKeysImpl(org.apache.olingo.server.api.uri.UriResourceKind kind)
public org.apache.olingo.commons.api.edm.EdmType getTypeFilterOnCollection()
public org.apache.olingo.commons.api.edm.EdmType getTypeFilterOnEntry()
public List<org.apache.olingo.server.api.uri.UriParameter> getKeyPredicates()
public UriResourceWithKeysImpl setKeyPredicates(List<org.apache.olingo.server.api.uri.UriParameter> list)
public UriResourceWithKeysImpl setEntryTypeFilter(org.apache.olingo.commons.api.edm.EdmType entryTypeFilter)
public UriResourceWithKeysImpl setCollectionTypeFilter(org.apache.olingo.commons.api.edm.EdmType collectionTypeFilter)
public String getSegmentValue(boolean includeFilters)
getSegmentValue in interface org.apache.olingo.server.api.uri.UriResourcePartTypedpublic String toString(boolean includeFilters)
toString in interface org.apache.olingo.server.api.uri.UriResourcePartTypedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.