Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntityCreateRequest<E extends CommonODataEntity>
This interface describes an OData create request.
|
interface |
ODataEntityUpdateRequest<E extends CommonODataEntity>
This class implements an OData update request.
|
Modifier and Type | Method and Description |
---|---|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getEntityCreateRequest(URI targetURI,
E entity)
Gets a create request object instance.
|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getEntityUpdateRequest(URI targetURI,
UT type,
E changes)
Gets an update request object instance.
|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getEntityUpdateRequest(UT type,
E entity)
Gets an update request object instance; uses entity's edit link as endpoint.
|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getMediaEntityCreateRequest(URI targetURI,
InputStream media)
Gets a media entity create request object instance.
|
<E extends CommonODataEntity> |
CommonCUDRequestFactory.getMediaEntityUpdateRequest(URI editURI,
InputStream media)
Gets a media entity update request object instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntityRequest<E extends CommonODataEntity>
Describes an OData retrieve query request returning a single entity.
|
interface |
ODataEntitySetIteratorRequest<ES extends CommonODataEntitySet,E extends CommonODataEntity>
This class implements an OData EntitySet query request.
|
Modifier and Type | Method and Description |
---|---|
<T extends CommonODataEntity> |
CommonRetrieveRequestFactory.getEntityRequest(URI uri)
Gets a uri request returning a single OData entity.
|
<ES extends CommonODataEntitySet,E extends CommonODataEntity> |
CommonRetrieveRequestFactory.getEntitySetIteratorRequest(URI uri)
Gets a uri request returning a set of one or more OData entities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MediaEntityCreateStreamManager<E extends CommonODataEntity>
Media entity payload object.
|
interface |
MediaEntityUpdateStreamManager<E extends CommonODataEntity>
Media entity payload object.
|
interface |
ODataMediaEntityCreateRequest<E extends CommonODataEntity>
This class implements an OData Media Entity create request.
|
interface |
ODataMediaEntityUpdateRequest<E extends CommonODataEntity>
This class implements an OData Media Entity create request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntityCreateResponse<E extends CommonODataEntity>
This interface describes the response to an OData entity create request.
|
interface |
ODataEntityUpdateResponse<E extends CommonODataEntity>
This class implements the response to an OData update request.
|
interface |
ODataMediaEntityCreateResponse<E extends CommonODataEntity>
This class implements the response to an OData media entity create request.
|
interface |
ODataMediaEntityUpdateResponse<E extends CommonODataEntity>
This class implements the response to an Odata media entity update request.
|
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 |
---|---|
CommonODataEntity |
CommonODataBinder.getODataEntity(ResWrap<Entity> resource)
Gets ODataEntity from the given entity resource.
|
CommonODataEntity |
CommonODataReader.readEntity(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serializes the first OData entity found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommonODataBinder.add(CommonODataEntity entity,
CommonODataProperty property)
Adds the given property to the given entity.
|
Entity |
CommonODataBinder.getEntity(CommonODataEntity entity)
Gets an Entity from the given OData entity.
|
InputStream |
ODataWriter.writeEntity(CommonODataEntity entity,
ODataFormat format)
Serializes a single OData entity.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
ODataWriter.writeEntities(Collection<CommonODataEntity> entities,
ODataFormat format)
Writes a collection of OData entities.
|
Modifier and Type | Method and Description |
---|---|
CommonODataEntity |
ODataInlineEntity.getEntity()
Gets wrapped entity.
|
CommonODataEntity |
CommonODataObjectFactory.newEntity(FullQualifiedName typeName)
Instantiates a new entity.
|
CommonODataEntity |
CommonODataObjectFactory.newEntity(FullQualifiedName typeName,
URI link)
Instantiates a new entity.
|
Modifier and Type | Method and Description |
---|---|
List<? extends CommonODataEntity> |
CommonODataEntitySet.getEntities()
Gets contained entities.
|
Modifier and Type | Method and Description |
---|---|
ODataInlineEntity |
CommonODataObjectFactory.newDeepInsertEntity(String name,
CommonODataEntity entity)
Instantiates a new entity (for deep insert).
|
Constructor and Description |
---|
ODataInlineEntity(ODataServiceVersion version,
URI uri,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
ODataInlineEntity(ODataServiceVersion version,
URI baseURI,
String href,
ODataLinkType type,
String title,
CommonODataEntity entity)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
ODataSingleton |
Modifier and Type | Method and Description |
---|---|
CommonODataEntity |
EntityInvocationHandler.getEntity() |
Modifier and Type | Method and Description |
---|---|
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(CommonODataEntity entity,
URI entitySetURI,
Class<?> typeRef,
AbstractService<?> service) |
static EntityInvocationHandler |
EntityInvocationHandler.getInstance(CommonODataEntity entity,
URI entitySetURI,
URI entityURI,
Class<?> typeRef,
AbstractService<?> service) |
void |
EntityInvocationHandler.setEntity(CommonODataEntity entity) |
EntityUUID |
EntityInvocationHandler.updateEntityUUID(URI entitySetURI,
Class<?> type,
CommonODataEntity entity) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtils.addProperties(CommonEdmEnabledODataClient<?> client,
Map<String,Object> changes,
CommonODataEntity entity) |
static CommonURIBuilder<?> |
CoreUtils.buildEditLink(CommonEdmEnabledODataClient<?> client,
String entitySetURI,
CommonODataEntity entity,
Object key) |
static Object |
ProxyUtils.getEntityProxy(AbstractService<?> service,
CommonODataEntity entity,
URI entitySetURI,
Class<?> type,
String eTag,
boolean checkInTheContext) |
static Object |
CoreUtils.getKey(CommonEdmEnabledODataClient<?> client,
EntityInvocationHandler typeHandler,
Class<?> entityTypeRef,
CommonODataEntity entity) |
static URI |
CoreUtils.getMediaEditLink(String name,
CommonODataEntity entity) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.