public class ExpandParser extends Object
| Constructor and Description |
|---|
ExpandParser(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.server.api.OData odata,
Map<String,org.apache.olingo.server.api.uri.queryoption.AliasQueryOption> aliases,
Collection<String> crossjoinEntitySetNames) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.server.api.uri.queryoption.ExpandOption |
parse(UriTokenizer tokenizer,
org.apache.olingo.commons.api.edm.EdmStructuredType referencedType) |
protected static UriInfoImpl |
parseExpandPath(UriTokenizer tokenizer,
org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.EdmStructuredType referencedType,
ExpandItemImpl item) |
public ExpandParser(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.server.api.OData odata,
Map<String,org.apache.olingo.server.api.uri.queryoption.AliasQueryOption> aliases,
Collection<String> crossjoinEntitySetNames)
public org.apache.olingo.server.api.uri.queryoption.ExpandOption parse(UriTokenizer tokenizer, org.apache.olingo.commons.api.edm.EdmStructuredType referencedType) throws UriParserException, UriValidationException
protected static UriInfoImpl parseExpandPath(UriTokenizer tokenizer, org.apache.olingo.commons.api.edm.Edm edm, org.apache.olingo.commons.api.edm.EdmStructuredType referencedType, ExpandItemImpl item) throws UriParserException
UriParserExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.