Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntitySetIteratorRequest<ES extends CommonODataEntitySet,E extends CommonODataEntity>
This class implements an OData EntitySet query request.
|
interface |
ODataEntitySetRequest<ES extends CommonODataEntitySet>
This interface describes an OData EntitySet query request.
|
Modifier and Type | Method and Description |
---|---|
<ES extends CommonODataEntitySet,E extends CommonODataEntity> |
CommonRetrieveRequestFactory.getEntitySetIteratorRequest(URI uri)
Gets a uri request returning a set of one or more OData entities.
|
<T extends CommonODataEntitySet> |
CommonRetrieveRequestFactory.getEntitySetRequest(URI uri)
Gets a uri request returning a set of one or more OData entities.
|
Modifier and Type | Class and Description |
---|---|
class |
ODataEntitySetIterator<ES extends CommonODataEntitySet,E extends CommonODataEntity>
OData entity set iterator class.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntitySet |
CommonODataBinder.getODataEntitySet(ResWrap<EntitySet> resource)
Gets ODataEntitySet from the given entity set resource.
|
CommonODataEntitySet |
CommonODataReader.readEntitySet(InputStream input,
ODataFormat format)
De-Serializes a stream into an OData entity set.
|
Modifier and Type | Method and Description |
---|---|
EntitySet |
CommonODataBinder.getEntitySet(CommonODataEntitySet entitySet)
Gets a EntitySet from the given OData entity set.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntitySet |
ODataInlineEntitySet.getEntitySet()
Gets wrapped entity set.
|
CommonODataEntitySet |
CommonODataObjectFactory.newEntitySet()
Instantiates a new entity set.
|
CommonODataEntitySet |
CommonODataObjectFactory.newEntitySet(URI next)
Instantiates a new entity set.
|
Modifier and Type | Method and Description |
---|---|
ODataInlineEntitySet |
CommonODataObjectFactory.newDeepInsertEntitySet(String name,
CommonODataEntitySet entitySet)
Instantiates a new entity set (for deep insert).
|
Constructor and Description |
---|
ODataInlineEntitySet(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
ODataInlineEntitySet(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntitySet entitySet)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntitySet |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataDelta |
Modifier and Type | Method and Description |
---|---|
static Object |
ProxyUtils.getEntityCollectionProxy(AbstractService<?> service,
Class<?> typeRef,
Class<?> typeCollectionRef,
URI targetEntitySetURI,
CommonODataEntitySet entitySet,
URI uri,
boolean checkInTheContext) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.