public class UriHelperImpl extends Object implements org.apache.olingo.server.api.uri.UriHelper
| Constructor and Description |
|---|
UriHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildCanonicalURL(org.apache.olingo.commons.api.edm.EdmEntitySet edmEntitySet,
org.apache.olingo.commons.api.data.Entity entity) |
String |
buildContextURLKeyPredicate(List<org.apache.olingo.server.api.uri.UriParameter> keys) |
String |
buildContextURLSelectList(org.apache.olingo.commons.api.edm.EdmStructuredType type,
org.apache.olingo.server.api.uri.queryoption.ExpandOption expand,
org.apache.olingo.server.api.uri.queryoption.SelectOption select) |
String |
buildKeyPredicate(org.apache.olingo.commons.api.edm.EdmEntityType edmEntityType,
org.apache.olingo.commons.api.data.Entity entity) |
org.apache.olingo.server.api.uri.UriResourceEntitySet |
parseEntityId(org.apache.olingo.commons.api.edm.Edm edm,
String entityId,
String rawServiceRoot) |
public String buildContextURLSelectList(org.apache.olingo.commons.api.edm.EdmStructuredType type, org.apache.olingo.server.api.uri.queryoption.ExpandOption expand, org.apache.olingo.server.api.uri.queryoption.SelectOption select) throws org.apache.olingo.server.api.serializer.SerializerException
buildContextURLSelectList in interface org.apache.olingo.server.api.uri.UriHelperorg.apache.olingo.server.api.serializer.SerializerExceptionpublic String buildContextURLKeyPredicate(List<org.apache.olingo.server.api.uri.UriParameter> keys) throws org.apache.olingo.server.api.serializer.SerializerException
buildContextURLKeyPredicate in interface org.apache.olingo.server.api.uri.UriHelperorg.apache.olingo.server.api.serializer.SerializerExceptionpublic String buildCanonicalURL(org.apache.olingo.commons.api.edm.EdmEntitySet edmEntitySet, org.apache.olingo.commons.api.data.Entity entity) throws org.apache.olingo.server.api.serializer.SerializerException
buildCanonicalURL in interface org.apache.olingo.server.api.uri.UriHelperorg.apache.olingo.server.api.serializer.SerializerExceptionpublic String buildKeyPredicate(org.apache.olingo.commons.api.edm.EdmEntityType edmEntityType, org.apache.olingo.commons.api.data.Entity entity) throws org.apache.olingo.server.api.serializer.SerializerException
buildKeyPredicate in interface org.apache.olingo.server.api.uri.UriHelperorg.apache.olingo.server.api.serializer.SerializerExceptionpublic org.apache.olingo.server.api.uri.UriResourceEntitySet parseEntityId(org.apache.olingo.commons.api.edm.Edm edm,
String entityId,
String rawServiceRoot)
throws org.apache.olingo.server.api.deserializer.DeserializerException
parseEntityId in interface org.apache.olingo.server.api.uri.UriHelperorg.apache.olingo.server.api.deserializer.DeserializerExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.