Package | Description |
---|---|
org.apache.olingo.commons.api.edm | |
org.apache.olingo.server.api.serializer | |
org.apache.olingo.server.api.uri |
Modifier and Type | Method and Description |
---|---|
EdmComplexType |
EdmComplexType.getBaseType() |
EdmComplexType |
Edm.getComplexType(FullQualifiedName name)
Get complex type by full qualified name..
|
Modifier and Type | Method and Description |
---|---|
List<EdmComplexType> |
EdmSchema.getComplexTypes() |
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataSerializer.complex(EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes complex-type instance data into an InputStream.
|
InputStream |
ODataSerializer.complexCollection(EdmComplexType type,
Property property,
ComplexSerializerOptions options)
Writes data of a collection of complex-type instances into an InputStream.
|
Modifier and Type | Method and Description |
---|---|
EdmComplexType |
UriResourceComplexProperty.getComplexType() |
EdmComplexType |
UriResourceComplexProperty.getComplexTypeFilter()
Behind a complex property may be a type filter
E.g.
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.