Modifier and Type | Method and Description |
---|---|
ODataPropertyUpdateRequest |
CommonCUDRequestFactory.getPropertyCollectionValueUpdateRequest(URI targetURI,
CommonODataProperty property)
Gets an update request object instance.
|
ODataPropertyUpdateRequest |
CommonCUDRequestFactory.getPropertyComplexValueUpdateRequest(URI targetURI,
UT type,
CommonODataProperty property)
Gets an update request object instance.
|
ODataPropertyUpdateRequest |
CommonCUDRequestFactory.getPropertyPrimitiveValueUpdateRequest(URI targetURI,
CommonODataProperty property)
Gets an update request object instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataPropertyRequest<T extends CommonODataProperty>
This class implements an OData entity property query request.
|
Modifier and Type | Method and Description |
---|---|
<T extends CommonODataProperty> |
CommonRetrieveRequestFactory.getPropertyRequest(URI uri)
Gets a uri request returning a single OData entity property.
|
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
ODataPropertyUpdateResponse.getBody()
Gets updated object.
|
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataBinder.getODataProperty(ResWrap<Property> resource)
Gets an ODataProperty from the given property resource.
|
CommonODataProperty |
CommonODataReader.readProperty(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serialize the first OData entity property found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommonODataBinder.add(CommonODataEntity entity,
CommonODataProperty property)
Adds the given property to the given entity.
|
Property |
CommonODataBinder.getProperty(CommonODataProperty property)
Gets a Property from the given OData property.
|
InputStream |
ODataWriter.writeProperty(CommonODataProperty property,
ODataFormat format)
Writes a single OData entity property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataComplexValue<OP extends CommonODataProperty>
OData complex property value.
|
Modifier and Type | Method and Description |
---|---|
<OP extends CommonODataProperty> |
ODataValue.asComplex()
Casts to complex value.
|
<OP extends CommonODataProperty> |
AbstractODataValue.asComplex()
Casts to complex value.
|
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataEntity.getProperty(String name)
Searches for property with given name.
|
CommonODataProperty |
CommonODataObjectFactory.newCollectionProperty(String name,
ODataCollectionValue<? extends ODataValue> value)
Instantiates a new collection property.
|
CommonODataProperty |
CommonODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
CommonODataProperty |
CommonODataObjectFactory.newPrimitiveProperty(String name,
ODataPrimitiveValue value)
Instantiates a new primitive property.
|
Modifier and Type | Method and Description |
---|---|
List<? extends CommonODataProperty> |
CommonODataEntity.getProperties()
Returns OData entity properties.
|
ODataComplexValue<? extends CommonODataProperty> |
CommonODataObjectFactory.newComplexValue(String typeName) |
Modifier and Type | Method and Description |
---|---|
CommonODataProperty |
CommonODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value)
Instantiates a new complex property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ODataProperty |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
Modifier and Type | Method and Description |
---|---|
ODataProperty |
ODataObjectFactory.newComplexProperty(String name,
ODataComplexValue<? extends CommonODataProperty> value) |
Modifier and Type | Method and Description |
---|---|
protected <T extends CommonODataProperty> |
EntityInvocationHandler.getInternalProperties() |
protected <T extends CommonODataProperty> |
ComplexInvocationHandler.getInternalProperties() |
protected abstract <T extends CommonODataProperty> |
AbstractStructuredInvocationHandler.getInternalProperties() |
Modifier and Type | Method and Description |
---|---|
protected CommonODataProperty |
EntityInvocationHandler.getInternalProperty(String name) |
protected CommonODataProperty |
ComplexInvocationHandler.getInternalProperty(String name) |
protected abstract CommonODataProperty |
AbstractStructuredInvocationHandler.getInternalProperty(String name) |
Modifier and Type | Method and Description |
---|---|
ODataComplexValue<CommonODataProperty> |
ComplexInvocationHandler.getComplex() |
Modifier and Type | Method and Description |
---|---|
static ComplexInvocationHandler |
ComplexInvocationHandler.getInstance(ODataComplexValue<? extends CommonODataProperty> complex,
Class<?> typeRef,
AbstractService<?> service,
CommonURIBuilder<?> uri) |
Modifier and Type | Method and Description |
---|---|
static CommonODataProperty |
CoreUtils.getODataProperty(CommonEdmEnabledODataClient<?> client,
String name,
org.apache.olingo.commons.core.edm.EdmTypeInfo type,
Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreUtils.addProperties(CommonEdmEnabledODataClient<?> client,
Map<String,Object> changes,
ODataComplexValue<CommonODataProperty> entity) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.